/* CSS Document */

#courtoolsheader { 
	color: #fff;
	font-size:22px;
	font-weight: bold;
	background-color: #458cc7;
	border-bottom: 2px solid #ddd;
	text-decoration: none;
}
#courtoolsheader .title { 
	position: absolute;
	top: 5px;
	left: 50px;
	text-decoration: none;
}
.title a:link, .title a:visited, .title a:hover, .title a:active {
color: #fff;
text-decoration: none;
}
#courtoolsheader .subtitle { 
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
}
.subtitle a:link, .subtitle a:visited, .subtitle a:hover, .subtitle a:active {
color: #fff;
text-decoration: none;
}
#courtoolsheader .home { 
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 13px;
	right: 15px;
	text-decoration: none;
}
.home a:link, .home a:visited {
color: #fff;
text-decoration: none;
} 
.home a:hover, .home a:active {
color: #c60;
text-decoration: none;
} 

.courtoolsbox {
	width:755px; 
	padding: 15px;
	border-bottom: 2px solid #ddd;
	text-decoration: none;
}


#courtools .leftside {
	margin: 5px 8px 5px 5px;
}
#courtools .rightside {
	margin: 8px 4px 5px 5px;
}


#courtools .toptitle {
	background-color: #458cc7;
	color: #fff;
	font-weight: bold;
}


/* Menu Specific Styles*/

#menu h5 {
	margin-bottom: 5px;
	font-size: 12px;
}
#menu p {
	margin: 3px 3px 3px 4px;
	font-size: 11px;
}

/* End Menu Specific Styles*/


/* General Styles*/

#courtools h3{
	color: #000;
	font-weight: bold;
	font-size: large;
}
#courtools h4{
	color: #000;
	font-weight: bold;
	font-size: 110%;
}

table#courtoolstable {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	margin: 5px 0px;
	background-color: #fff;
}
#courtoolstable td {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 5px;
}
#courtoolstable td.noright {
border-left: none;
}

/* Detail Link Styles*/

#detail {
	color: #c60;
	font-weight: bold; 
	text-align: right;
	margin: 8px 12px 0px 0px;
	font-size: 90%;
}
#detail a:link, #detail a:visited {
	color: #c60;
}
#detail a:hover, #detail a:active {
	color: #579fd2;
}

.descrtop { margin-top: 0px; }
.descrend { margin-bottom: 0px; }
