/***********************************************************
 *	
 * 	Additional CSS added by Tanya Sager
 *	MARCH 2011
 *	
 ***********************************************************/
 
 
 /********* Search box *********/
 

#header #search-box {
	float: right;
}

#header #search-box {
	border: 1px solid #fff;
	/*height: 17px;*/
	height: 35px;
	margin: 8px 0;
	overflow: hidden;
}

#header #search-box label {
	display: none;
}

#header #search-box input.form-text,
#header #search-box input.form-submit {
	display: block;
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	/*height: 17px;*/
	height: 35px;
}

#header #search-box input.form-submit {
	width:  17px;
	text-indent: -999px;
	cursor: pointer;
}






/********* Course tables *********/

.courseTable { 
	border-collapse: collapse; 
	width:500px;
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	color: #333;
}
.courseTable th, .courseTable td { 
	padding: 0.3em; 
	border: 1px solid #ccc;
	line-height:1.5em;
}


.courseTable tr[scope=col]
{
	background-color:#E9E9E9;
  
}

.courseTable tr[scope=col] th
{
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width:100px;
  
}

.courseTable tr[scope=col] th+th { 
	border-right: 1px solid #ccc;
	width:250px;
}


.courseTable tr[scope=col] th+th+th { 
	text-align:center;
	width:75px;
}

.courseTable tr[scope=col] th+th+th+th { 
	text-align:center;
	width:75px;
}

.courseTable tr[scope=row] th { 
	border-right: 1px solid #ccc;
}


.courseTable tr[scope=row] td+td { 
	text-align:center;
}

.courseTable tr[class=courseTableTotal] td+td	{ 
	background-color:#E9E9E9;
	font-weight:bold;
}

.asterix {
	color:#F00;
	font-weight:bold;
}



/********* Other tables *********/



/** SIMPLE TABLE **/

#body-content .simple-table { 
	font-size:0.9em;
	border-collapse: collapse; 
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
	color: #333;
}
#body-content .simple-table th, #body-content .simple-table td { 
	padding: 0.4em; 
	border: 1px solid #ccc;
	line-height:1.5em;
}


#body-content .simple-table th, #body-content .simple-table th a   {
	background-color:#E9E9E9;
	font-weight:bold;

}


/** NO BORDER (DO NOT USE, USE "INVISIBLE TABLE") **/

#body-content table.no-border {
	margin-bottom: 1.5em;


}

#body-content .no-border, 
#body-content .no-border th, 
#body-content .no-border td {
	border-style:none;
	padding: 0;
	padding-top: 0.4em; 
	padding-bottom: 0.4em;

}

/** INVISIBLE TABLE **/

#body-content table.invisible-table {
	margin-bottom: 1.5em;


}

#body-content .invisible-table, 
#body-content .invisible-table th, 
#body-content .invisible-table td {
	border-style:none;
	padding: 0; 
	padding-top: 0.4em; 
	padding-bottom: 0.4em; 
	line-height:1.13em;

}







/********* Other (OVERRIDE) *********/

strong {
  font-weight:bold;
}
 
#body-content a {
  font-weight:normal;
}

 h1, h2 {
 	margin-top:0;
 }
 
 
 



#body-content .audience-landing {
	background-image: none;
}
ul#navbar li#info-for-menu-item .mega-drop-down {
	z-index:1;
}



div.img-shadow {
	background: url('../images/content/shadow.gif') no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}

div.img-shadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}


pre {
	font-family: Consolas,monospace
}
/********* Other *********/

.centred-cell {
	text-align:center;
	
}

.remove-text-transform {
	text-transform:none;
}


.alertBox {
	
	width:400px;
	border: 1px #F00 solid;
	padding: 5px 5px;
	margin:10px 0 10px 0;	
	border-radius: 6px;
	box-shadow: 2px 2px 2px #ccc;
	color: #CC3333;
	font-size: 13px;
	moz-border-radius: 6px;
	moz-box-shadow: 2px 2px 2px #ccc;
	webkit-border-radius: 6px;
	webkit-box-shadow: 2px 2px 2px #ccc;
	line-height:1.3em;


}

.messageBox {
	width:400px;
	border: 1px #090 solid;
	padding: 5px 5px;
	margin:10px 0 10px 0;	
	border-radius: 6px;
	box-shadow: 2px 2px 2px #ccc;
	color: #090;
	font-size: 13px;
	moz-border-radius: 6px;
	moz-box-shadow: 2px 2px 2px #ccc;
	webkit-border-radius: 6px;
	webkit-box-shadow: 2px 2px 2px #ccc;
	line-height:1.3em;


}



/********* Added in from revisions to site stylesheets *********/

#block-views-quick_links-block_1{border-bottom:1px solid #E5E5E5;border-right:1px solid #E5E5E5;border-top:3px solid #C41A1C;margin-top:35px;padding:0 10px;width:210px;}
#block-views-quick_links-block_1 h2{color:#333;font-size:1.071em;;margin:0;padding:10px 0 5px 0;text-transform:uppercase;}
#block-views-quick_links-block_1 ul{margin-bottom:1em;margin-left:12px;padding:0;}
#block-views-quick_links-block_1 .item-list ul li{list-style:none outside url('../images/content/diamond-gray.gif');margin:0;padding:0;}
#block-views-quick_links-block_1 li a{font-size:0.929em;font-weight:normal;}
#block-views-quick_links-block_1 li a:hover{font-size:0.929em;color:#FF4049;font-weight:normal;}





