/* includes/css/layout.css */

/* TAG LAYOUT */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.site-doc h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	color: #006699;
	
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.site-doc h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #006699;
	
	padding-bottom: 0px;
	padding-top: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.site-doc h2.numbered span {
	display: block;
	float: left;
	width: 40px;
}

.site-doc h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #006600;
	
	padding-bottom: 3px;
	margin-bottom: 5px;
	
	border-bottom: 1px dotted #006600;
}

.site-doc h3.numbered span {
	display: block;
	float: left;
	width: 40px;
}

.site-doc h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	
	padding-bottom: 3px;
	margin-bottom: 5px;
	
	border-bottom: 1px dotted #003366;
}

.site-doc h4.numbered span {
	display: block;
	float: left;
	width: 40px;
}

.site-doc h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #006600;
	
	padding-bottom: 3px;
	margin-bottom: 5px;
	
	border-bottom: 1px dotted #003366;
}

.site-doc p, .site-doc li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	line-height: 18px;
	
	margin-top: 0px;
}

.site-doc li {
	margin-bottom: 9px;
}

.site-doc .toc {
	padding: 0px;
	margin: 0px;
}

.site-doc .toc li {
	margin-bottom: 0px;
	list-style: none;
}

.site-doc .toc ol {
	margin-left: 0px;
}
	
.site-doc .toc ol ol {
	margin-left: 15px;
}

.site-doc a {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}

.site-doc a:hover {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}

/* CONTAINERS & POSITIONING */
.site-container-i {
	width: 740px;
	padding: 0px 1px 1px;
	margin: 0 auto;
	background-color: #5B5B5B;
}

.site-container-ii {
	width: 738px;
	padding: 0px 1px 1px;
	margin: 0;
	background-color: #444444;
}

.site-header {
	text-align: left;

	width: 738px;
	height: 105px;
	
	padding: 0px;
	margin: 0px;
	
	background-color: #FFFFFF;
	background-image: url(../images/site-header-bg.jpg);
}

.site-body-i {
	width: 738px;
	
	padding: 0px;
	margin: 0px;
	
	background-color: #FFFFFF;
	background-image: url(../images/site-body-i-bg.gif);
	background-repeat: repeat-y;
}

.site-body-ii {
	width: 738px;
	
	padding: 0px;
	margin: 0px;
	
	background-image: url(../images/site-body-ii-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* MENU STYLES */
.site-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;

	width: 191px /* 200 - 9(padding) */;
	float: left;
	position: relative;
	
	margin: 0px;
	padding-top: 40px;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 40px;
}

.site-menu ul {
	margin: 0px;
	padding: 0px;
}

.site-menu ul ul {
	margin: 0px;
	padding: 0px;
	margin-left: 9px;
}

.site-menu li {
	list-style: none;
}

.site-menu li.title {
	font-weight: bold;
	font-size: 11px;

	list-style: none;
	padding: 4px;
	margin: 0px;
	padding-top: 20px;
}

.site-menu ul a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #006699;
	display: block;
	
	padding: 5px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #95BEEC;
	
}

.site-menu ul ul a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #006699;
	display: block;
	
	padding: 5px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCE5FF;
	
}

.site-menu a:hover {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #006699;
	display: block;
	
	padding: 4px;
	padding-bottom: 5px;
	
	border: 1px solid #CCE5FF;
	
	background-color: #FFFFFF;
	background-image: url(../images/site-menu-arrow.gif);
	background-position: 181px center;
	background-repeat: no-repeat;
}

.site-menu a.noeffect:hover {
	padding: 0px;
	margin: 0px;
	border: none;
}

.site-menu a.noeffect {
	padding: 0px;
	margin: 0px;
	border: none;
}

/* MENU STYLES - COURSES */
.site-menu a.course {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #006699;
	display: block;
	
	height: 36px;
	width: 137px /* 191 - 47(pad-l) -7(pad-r) */;	
	padding-left: 47px;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-right: 7px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
	
	border: none;

	background-color: #EBF5FF;
	background-image: url(../images/site-menu-course.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

	.site-menu a.course .name {
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		color: #003366;
		display: block;
	}

	.site-menu a.course .date {
		font-weight: normal;
		font-size: 10px;
		text-decoration: none;
		color: #000000;
		display: block;
	}
	
	.site-menu a.course .comment {
		font-weight: normal;
		font-size: 10px;
		text-decoration: none;
		color: #006699;
		display: block;
	}
	
.site-menu a.course:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #006699;
	display: block;
	
	height: 36px;
	width: 137px /* 191 - 47(pad-l) -7(pad-r) */;	
	padding-left: 47px;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-right: 7px;
	
	border: none;

	background-color: #EBF5FF;
	background-image: url(../images/site-menu-course-i.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

/* DOCUMENT STYLES */
.site-doc {
	text-align: left;
	
	width: 518px;
	float: right;
	
	margin: 0px;
	padding: 10px;
	padding-left: 5px;
	padding-top: 0px;
}

.breadcrumb {
	text-align: right;
	
	width: 498px;
	float: right;
	padding: 0px;
	
	margin: 0px;
	margin-top: 21px;
	margin-right: 20px;
	color: #3A8CDE;
}

.breadcrumb A {
	color: #3A8CDE;
	text-decoration: none;
}

.site-doc .backtotop {
	text-align: right;
}

/* DOCUMENT LINK STYLES */
.doc-link {
	margin: 5px;
	padding: 3px;
	padding-left: 38px;

	float: right;
	clear: right;
	width: 162px;

	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

.doc-link .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}

.doc-link .file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.PDF {
	height: 36px;
	
	background-image: url(../images/pdficon_large.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
}

.HTML {
	height: 36px;
	
	background-image: url(../images/images/icons/htmlform.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
}

.footer {
	clear: both;
	background-color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	width: 734px;
	color: #CCCCCC;
	font-weight: 700;
	font-size: 10px;
	line-height: 120%;
}

.footer a {
	color: #CCCCCC;
}

.footerlogo {
	float: right; 
	clear:none; 
	padding-bottom: 4px; 
}

.footertext {
	float: Left;
	clear:none;
	width: 650px;
}

.printheader {
	display: none;
}

#header_logo {
	background: url(../images/images/layoutImages/site-header-logo.gif) no-repeat top;
	width: 244px;
	height: 105px;
	float: left;
}

#header_text {
	background: url(../images/images/layoutImages/site-header-text.gif) no-repeat top;
	width: 494px;
	height: 105px;
	float: left;
}

span {
	display: none;
}

#ClassCode {
	font-size: 10px;
	float: right;
	color: #006699;
	padding-top: 10px;
}

#CourseInfo {
	border: 2px solid #006699;
	border-spacing: 0px;;
	border-collapse: collapse;
}

#CourseInfo TH {
	text-align: left;
	padding: 3px;
	border-left: 1px solid #006699;
	border-bottom: 1px solid #006699;
}
#CourseInfo TD {
	padding: 3px;
	border-bottom: 1px solid #006699;
	border-left: 1px dotted #0099CC;
}

DIV.Tab {

}

DIV.Tab {
	background: url(/images/Tabs/Tab_Border.png) repeat-x bottom;
	margin-top: 14px;
}

DIV.Tab UL {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}

DIV.Tab UL LI {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	background: url(/images/Tabs/Tab_Left.png) no-repeat left top;
	padding-left: 5px;
	margin-right: 3px;
	line-height: 30px;
}

DIV.Tab UL LI A {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	background: url(/images/Tabs/Tab_Right.png) no-repeat right top;
	padding-right: 10px;
	padding-left: 5px;
}

DIV.Tab UL LI.active {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	background: url(/images/Tabs/Tab_Left_Active.png) no-repeat left top;
	padding-left: 5px;
	margin-right: 3px;
	line-height: 30px;
}

DIV.Tab UL LI.active A {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	background: url(/images/Tabs/Tab_Right_Active.png) no-repeat right top;
	padding-right: 10px;
	padding-left: 5px;
}

.tabItem {
	margin: 7px;
}

UL.classdropdown {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-top: 1px solid #CCC;
}

UL.classdropdown UL {
	display: none;
	padding: 0px;
	margin: 0px;
	background: #FFF;
}
UL.classdropdown LI {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: #FFFFCC;
}

UL.classdropdown LI A {
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	display: block;
	padding-left: 3px;
	text-align: left;
	cursor: pointer;
}

UL.classdropdown UL LI {
	background: #FFFFFF;
}

UL.classdropdown UL LI A {
	background: #FFFFFF;
	padding-left: 10px;
}

.site-doc .formfield label{
	display: block;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	}
.site-doc .formfield input{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	border-bottom: 1px solid #000000;
	width: 100%;
	margin-top: 5px;
	}
.site-doc .formfield input.checkbox{
	background-color: #FFFFFF;
	float: left;
	border: none;
	width: 22px;
	height: 22px;
	margin-top: 5px;
	}
.site-doc .formfield textarea{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	width: 100%;
	height: 66px;
	margin-top: 5px;
	}

.resourceimg {
	background: url(/images/Resources.jpg) no-repeat;
	padding: 8px;
}