/* Start of CMSMS style sheet 'Courses' */
div#Courses {
            margin: 0 0 20px 0;
            }

div#Courses h1 {
               }

div#Courses div.Column  {
                        float: left;
                        width: 210px;
                        position: relative;
                        display: inline;
                        margin: 0 10px 0 0;
                        }

div#Courses table {
                  border-top: 1px solid #009329;
                  border-bottom: none;
                  border-left: 1px solid #009329;
                  border-right: 1px solid #009329;
                  }

div#Courses table td {
                     font-family: arial, sans-serif;
                     font-size: 1em
                     line-height: 1.5em;
                     height: 1.5em;
                     color: #333333;
                     vertical-align: top;
                     margin: 0;
                     padding: 3px 5px;
                     }

div#Courses table tr {
                     margin: 0;
                     padding: 0;
                     }

div#Courses table tr.Odd td   {
                              background-color: #D3FFBF;
                              }

div#Courses table tr.Even td  {
                              background-color: #E5FFD9;
                              }

div#Courses table td div   {
                           float: left;
                           position: relative;
                           width: 30px;
                           margin: 0 8px 0 0;
                           }

div#Courses table td.CourseName  {
                                 width: 90px;
                                 }

div#Courses table td.CourseDate  {
                                 width: 70px;
                                 white-space: nowrap;
                                 }

div#Courses table td.CourseTime  {
                                 width: 50px;
                                 white-space: nowrap;
                                 text-align: right;
                                 }

div#Courses table td.TheoryTitle {
                                 text-align: right;
                                 }

div#Courses table td.TheoryTitle,
div#Courses table td.TheoryContent  {
                                    font-style: italic;
                                    color: #808080;
                                    padding: 0 0 3px 5px;
                                    }

div#Courses table td.CourseSpacer   {
                                    line-height: 1px;
                                    height: 1px;
                                    background-color: #009329;
                                    padding: 0;
                                    }
/* End of 'Courses' */

