
body								{ font: 14px Helvetica, Sans-Serif; background-image: url(../../img/computer/bkgd.png);} 
#page-wrap							{ width: 910px; margin: 0px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { padding: 5px 5px 5px 5px; }

/* 
	LEVEL ONE
*/

ul.dropdown                         { position: relative;margin-top: 0px;}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #003399; min-width:20%;}
/*ul.dropdown a:hover		            { color: #000; }*/
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #fff;
	 								  color: #fff; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #009900; color: white; position: relative; }
ul.dropdown li.hover a              { color: #fff;}
ul.dropdown ul.sub_menu li:hover	{ color: #009900; background-color: #F2FFF2;}
ul.dropdown ul.sub_menu li a 		{ color: #009900; font-weight: bold;}

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; margin: 0; padding: 0;}
ul.dropdown ul li 					{ font-weight: normal; background: #F2FFF2; color: #000; 
									  border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; 
									  float: none; margin: 0; padding: 0;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }


.cssButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.cssButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.cssButton:active {
	position:relative;
	top:1px;
}
.divContainer {
	border: 1px solid grey;
	background-color: white;
	min-width: 900px;
	max-width: 1200px;
	margin: auto;
}

.divContent{
	min-width: 935px;
}

.divContentMain{
	margin:auto;
	max-width:1200px;
}

.lblPageHeading{
	text-decoration: underline;
	color: #003399;
}

.lblBlueBold{
	font-weight: bold;
	color: #003399;
}

.lblRedBold{
	font-weight: bold;
	color: #D50000;
}

.lblGreenBold{
	font-weight: bold;
	color: #009900;
}

.lblBlackBold{
	font-weight: bold;
	color: #000000;
}

.tblEnrolment{
	border: 1px solid #003399;
	width: 100%;
}

.tblEnrolment thead th{
	background-color: #003399;
	color: #fff;
	text-align:left;
}

.tblEnrolment thead td{
	background-color: #E1E1E1;
	color: #003399;
	height: 30px;
}

.tblEnrolment tbody .trOdd{
	background-color: #E8F1FE;
}

.tblEnrolment tbody .trEven{
	background-color: #FFFFCC;
}

.tblEnrolment tbody td{
	height: 30px;
}

.tblEnrolment .tdEnrolmentDoItNow{
	text-align: center;
}

.tblDivHeader{
	width: 100%;
	border-collapse: collapse;
}

.tblDivHeader{
	background-color: #003399;
	color: #fff;
	text-align:left;
	padding-right: 10px; 	
}

.tblDivFooter{
	width: 100%;	
	border-collapse: collapse;
}

.tblDivFooter td{
	background-color: #003399;
	color: #ffffff;
	text-align:right;
	padding-right: 10px; 	
}

.tblDivFooter td a{	
	color: #ffffff;
}

.tblMyProfile{
	width:100%;
	border: 1px solid #003399;
}

.tblMyProfile thead th {
	background-color: #003399;
	color: #fff;
	text-align:left;
}

.tblMyProfile .tdMyProfileLabel {
	font-weight: bold;
	color: #003399;
	text-align:left;
	width: 150px;
	min-height: 20px;
	padding: 5px 5px 5px 5px;
}

.tblObjective{
	width: 100%;
	border: 1px solid black;
}

.tblObjective td{
	background-color: #FFFFE0;
}

.imgStaff{
	width:30px;
}

.divTeDetails{
	background-color: #F2F4FF;
	width: 898px;
}

.divTeReminder{
	margin: auto;
	width: 600px;
}

.tblTeReminder{
	border: 1px solid #003399;
}

.tblTeReminder td{
	text-align: center;
	max-width: 600px;
}

.lblTePartHeader{
	font-style:italic;
	color:#003399;
	text-align: left;
	padding-left: 30px;
}

.tblQuestions{
	width: 100%;
	min-width: 900px;
	padding : 0px 30px 0px 30px;
}

.tblQuestions td{
	height: 30px;	
}

.tblQuestions .tdRowNum{
	width: 30px;
}

.tblQuestions .trEven{	
	background-color: #FFFFCC;
}

.tblQuestions .trOdd{	
	background-color: #E8F1FE;
}

.tblQuestions tbody tr:hover{	
	background-color: #A7C0DC;
}

.tblQuestions .tdQuestion{	
	padding-left:5px;
}

.divControls{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.tblOptionalQuestion{
	width: 100%;
	padding : 0px 30px 0px 30px;
}
.tblOptionalQuestion td{
	padding: 7px 7px 7px 7px;
}
.tblOptionalQuestion textarea{
	width: 99%;
	height: 100px;
}

.tblOptionalQuestion .trEven{	
	background-color: #FFFFCC;
}

.tblOptionalQuestion .trOdd{	
	background-color: #E8F1FE;
}

.tblQuestions .tdQuestionsHeader{
	text-align: center;
	font-weight: bold;
	width:90px;
}

.tblQuestions .tdAnswerRadioButton{
	text-align: center;
}

.trMandatoryAnswer{
	
}

.imgWarning{
	display:none;
}

.tblGeneralInformationQuestion{
	width: 100%;
	padding : 0px 30px 0px 30px;
}
.tblGeneralInformationQuestion td{
	padding: 7px 7px 7px 7px;
}
.tblGeneralInformationQuestion textarea{
	width: 99%;
	height: 100px;
}

.tblGeneralInformationQuestion .trEven{	
	background-color: #FFFFCC;
}

.tblGeneralInformationQuestion .trOdd{	
	background-color: #E8F1FE;
}

.tblPreviewQuestionaire{
	border: 2px solid black;
	width: 100%;
}

.tblPreviewQuestionaire thead th{
	background-color: #ffffff;
	color: #003399;
	font-size: 18px;
	font-style:italic;
	text-align:left;
}

.tblPreviewQuestionaire thead td{
	background-color: #ffffff;
	color: #009900;
	font-size: 18px;
	text-decoration: underline;
	text-align:left;
	font-weight: bold;
}

.tblPreviewQuestionaire td{
	height: 30px;
}

.tblPreviewQuestionaire .trEven{	
	background-color: #FFFFCC;
}

.tblPreviewQuestionaire .trOdd{	
	background-color: #E8F1FE;
}

.tblPreviewQuestionaire tbody tr:hover{	
	background-color: #A7C0DC;
}

.tblPreviewQuestionaire .tdQuestion{	
	padding-left:5px;
}

.tblPreviewQuestionaire .tdAnswer{	
	text-align:center;
	font-weight: bold;
	color:#003399;
}

.tblPreviewQuestionaire tfoot td{
	text-align:right;
}

.tblLogin{
	width: 100%;
	border: 1px solid #75A3ED;	
}

.tblLogin thead th {
	background-color: #75A3ED;
	color: #ffffff;
	font-weight: bold;
}

.tblLogin tbody td{
	background-color: #f1f1fd;
	text-align:center;
}

.tblTeDetails{
	width: 100%;	
}

.tblTeDetails td {
	vertical-align: top;
	text-align: left;
}

/******** Report Module ************/
.tblReports{
	width: 100%;
	background-color: #ffffff;
	border-right: #003399 1pt solid;
	border-top: #003399 1pt solid;
	border-left: #003399 1pt solid;
	border-bottom: #003399 1pt solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tblReports .tdHeader {
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	background-color: #003399;
	text-align: left;
}

.tblReports .tdSubHeader {
	background-color: #e1e1e1;
	color: #003399;	
	font-size: 12px;
	height: 30px;
	/* font-weight: bold; */
	text-align: left;
}

.tblReports .tdOdd {
	background-color: #FFFFCC;
	color: #000000;	
	font-size: 12px;
	height: 30px;
	font-weight: normal;
	text-align: left;
}

.tblReports .tdEven {
	background-color: #E8F1FE;
	color: #000000;	
	font-size: 12px;
	height: 30px;
	font-weight: normal;
	text-align: left;
}


.divReports{
	padding: 15px 15px 15px 15px;
}
