﻿table.Course
{
    margin-top:10px;
    width:500px;
    float:left;
}

table.Course td
{
   
    
    
    
}

table.Course td.Section
{
    width:150px;
    background-color:#f5f5f5;
    vertical-align:top;
    
}

table.Course td.Answer
{
    border-bottom: solid 1px #e5e5e5;
}

div.Bar
{
    margin-top:10px;
    line-height:40px;
    padding-left:10px;
    width:585px;
    float:left;
    background-color:#d1ecfa;
    height:35px;
    color:#00aef4;
    font-size:14pt;
    
}

div.Smaller
{
    padding-left:10px;
    background-color:#d1ecfa;
    font-size:10pt;
    color:#666;
    overflow:auto;
    width:585px;
    float:left;
}

div.Smaller a:link, a:visited
{
    text-decoration:none;
    color:#666;
}

div.Smaller a:hover
{
    text-decoration:none;
    color:#00aef4;
}

table.Module
{
    margin-top:10px;
    width:595px;
    float:left;
    
}

table.Module td.Name
{
    background-color:#f5f5f5; 
}

table.Module td.Duration
{
   border-bottom: solid 1px #e5e5e5;
   text-align:center;
}

table.Module td.Desc
{
   border-bottom: solid 1px #e5e5e5;
   text-align:left;
}

table.Module td.Code
{
   border-bottom: solid 1px #e5e5e5;
   text-align:center;
}

table.Module th
{
    font-weight:normal;
    background-color:#01adf5;
    color:White;
}

div.col1
{
    width:50px;
    float:left;
    background-color:Blue;
}

div.Result
{
	margin-top:10px;
	border:solid 2px #eee;
	width: 595px;
	height:80px;
	float:left;
	}
div.ResultHead
{
	background-color:#f8f8f8;
	padding-left:5px;
	color:#01adf5;
	font-size:11pt;
	width:590px;
}

div.ModCount
{
	background-color:#f8f8f8;
	border-bottom:solid 1px #eee;
	padding-top:2px;
	padding-left:5px;
	color:#999;
	font-size:8pt;
	width:590px;
}

div.ResultText
{
	
	padding-top:5px;
	padding-left:5px;
	color:#aaa;
	font-size:8pt;
	width:585px;
}

/* hide from mac \*/

* html div.Bar {width: 590px;}

* html div.Smaller {width: 590px;}


/* end hide */
