﻿body 
{
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:0.65em;
	color:#333333;
	background-color:white;
	line-height:1.7em;
}

.warning, td.warning a
{
	color:Red;
}

a.warning:hover, td.warning a:hover
{
	background-color:Red;
	color:White;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1.7em;
	line-height:28px;
	font-weight:900;
	color:#000F7F;
	text-align:left;
	border-bottom: solid 1px #000F7F;
	}

h2
{
	font-size:1.3em;
	color:#000F7F;
	font-weight:900;
	border-bottom: dotted 1px #000F7F;
}

h3
{
	font-size:1.2em;
	color:#000F7F;
	font-weight:900;
}

td, p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	color:#0018ce;
	font-size:11px;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#0018ce;}
a:visited {color:#0018ce;}
a:hover {background-color:#0018ce; color:White;}

a.footerLink
{
	text-align:right;
	margin-right:5px;
}

#Menu2 a
{
	color:White;
	font-size:13px;
	font-weight:bold;
}
#Menu2 a:link {color:white;}
#Menu2 a:visited {color:white;}



#Menu2 p
{
	margin:0px 0px 0px 0px;
	margin-bottom:7px;
}

.Header {
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:89px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:#000F7F;
	border-width:1px 0px 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:0px;
	background-color:#000F7F; /* #EEF3F8 */

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:77px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>.Header {height:14px;}

#HeaderPart1, #HeaderPart2
{
	margin: 0px 0px 0px 0px;
	line-height:normal;
}

#HeaderPart1
{
	padding: 4px 20px 4px 20px;
	background-color:White;
	display:inline-block;
	height:69px;
	width:502px;
	background-image: url("../images/header_back.jpg");
	background-position:top right;
	background-repeat:repeat-y;
}

#Content {
	margin:0px 200px 50px 10px;
	padding:0px;
	}

#Menu {
	position:absolute;
	top:100px;
	right:20px;
	width:172px;
	padding:10px;
	padding-bottom:100px;
	background-color:#000F7F;
	border:none;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#Menu2
{
	padding:10px;
	padding-bottom:100px;
	background-color:#000F7F;
	border:none;
	line-height:17px;
}

#userstatus
{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 25px;
	line-height:normal;
	position:absolute;
	right:15px;
	top:15px;
	height:19px;
	background-color:#F7FAFC;
	font-size:7pt;
	
	background-image: url("../images/login_head.gif");
	background-position: 3px 2px;
	background-repeat:no-repeat;
}

#userstatus input
{
	font-size:6.5pt;
	width:60px;
	font-family:Tahoma, Verdana, Arial;
} 

/* ------------------------------- dynpage stuff --------------------------- */

.rightcol 
{
	position:absolute;
	top:100px;
	right:202px;
	width:200px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:200px;}

.content_rightcol
{
	margin:0px 200px 50px 10px;
}

.rightcol img
{
	padding-bottom:10px;
	text-align:right;
	width:200px;
}


/* ------------------------------- IE clearfix ----------------------------*/

.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* hides from IE mac \*/
* html .clearfix {height:1%}
/* end hide from IE mac */

/* ---------------------------- misc --------------------------------------------- */

.label
{
	font-weight:bold;
}

#courseinfo p
{
	margin:0px;
}




/* ------------------ left/right panelled page specific stuff (+ front page specifics)------------ */

#Left {
	margin:0px 270px 0px 0px;
	}

#Right {
	position:absolute;
	top:90px;
	right:200px;
	width:202px;

	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:280px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:250px;}

#Left h1, #Right h1, div.panel h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	line-height:28px;
	font-weight:900;
	color:#000F7F;
	text-align:right;
	border-bottom: solid 1px #000F7F;
	}
	
#Left h2, #Right h2, div.panel h2, div.panel h3
{
	margin-top:5px;
}
	
#News p
{
	margin: 0px;
}

.fpageImage
{
	float:right;
	width:150px;
	padding:10px;
}

/* ---------------------- page panels ------------------------------------------------*/
.panel
{
	background-color:#f2f4fc;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	/*margin:10px;*/
}

.infopanel, .filepanel
{
	background-color:#ffffe2;
	border: solid 1px #b6badb;
	padding:3px 10px 3px 28px;
	min-height:21px;
	margin: 0px 0px 10px 0px;
	background-image:url("../images/help_i_16.gif");
	background-position: 5px 5px;
	background-repeat:no-repeat;
}

.infopanel_noimg
{
	background-color:white;
	border: solid 1px #b6badb;
	padding:3px 10px 3px 28px;
	min-height:21px;
	margin:10px;
}

.infopanel_highlight
{
	background-color:Yellow;
	font-weight:bold;
	padding:3px;
}

.filepanel
{
	background-image:url("../images/help_books_16.gif");
}

.file
{
	margin-top:5px;
	margin-bottom:5px;
	padding:3px 10px 3px 28px;
	background-image:url("../images/help_books_16.gif");
	background-position: 5px 5px;
	background-repeat:no-repeat;
}

.courseprog
{
	background-color:#f2f4fc;
	border-bottom: solid 2px #000F7F;
	padding:0px 10px 0px 28px;
	min-height:26px;
	line-height:26px;
	margin: 0px 0px 10px 0px;
	font-size:13px;
}

.courseprog_i
{
	background-color:#b6badb;
	border: solid 1px #000F7F;
	font-weight:bold;
	padding:10px;
	color:White;
	display:inline;
}

.courseprog_highlight
{
	background-color:#000F7F;
	font-weight:bold;
	padding:10px;
	color:White;
	display:inline;
}

/* for tables (i.e. course details)*/
table.panel, table.panel td
{
	border:solid 1px #b6badb;
}

.headerrow
{
	font-weight:bold;
	color:#000F7F;
}

/* ---------------------------misc -------------------------------------------------------*/
.listpanel
{
	background-color:#f2f4fc;
	padding:10px;
	margin:5px;
}

.listpanel h2
{
	margin-top:0px;
	margin-bottom:0px;
}



.fpageImage img
{
	width:150px;
}

/* forms and fields */

fieldset
{
	border:none;
}

fieldset ul
{
	margin:0px;
	padding:0px;
}

fieldset label
{
	display:inline-block;
	width:130px;
}

fieldset.narrow label
{
	width:70px;
}

fieldset li
{
	list-style:none;
	margin-bottom:10px;
}

input, select, textarea
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	color:Blue;
	padding:2px;
	border: solid 1px #b6badb;
	width:200px;
}

fieldset.narrow input, fieldset.narrow select, fieldset.narrow textarea
{
	width:120px;
}

input.button
{
	width:auto;
	border: solid 1px black;
	color:Black;
}

.checkbox input
{
	border:none;
	text-align:left;
	width:auto;
}

table.option input
{
	border:none;
	width:auto;
}


.courseExpandableHeader
{
	background-color:#f2f4fc;
	padding:5px 10px 5px 10px;
	margin:0px;
	display:inline;
	border:solid 1px #b6badb;
	font-size:13px;
}
