/* Layout Stylesheet */ 

body {
background: url(/public/images/bodybg.jpg) repeat-x;
background-color: #000;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:800px;
 margin-right: auto;
 margin-left: auto;
 }

#hdr {
background: url(/public/images/headbgrepeat.jpg) repeat-x;
margin: 0px;
height: 56px;
border-bottom: solid 1px #aaa;
 }
 
body.cp #hdr {
	background: url(/public/images/cp/headbgrepeat.jpg) repeat-x;
}

body.courses #hdr {
	background: url(/public/images/courses/headbgrepeat.jpg) repeat-x;
}
 
#headertable {
 margin-right: auto;
 margin-left: auto;
  }
  
#cphead {
margin: 0px;
width: 800px;
text-align: left;
margin-right: auto;
margin-left: auto;
background-color: white;
border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa;
}

#cphead table tr td {
	padding: 2px;
}


#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 }


#pagehead {
margin: 0px;
width: 800px;
height: 119px;
margin-right: auto;
margin-left: auto;
}

body.cp #pagehead {
	height: 49px;
}

body.courses #pagehead {
	height: 49px;
}

#coursehead {
margin: 0px;
width: 800px;
height: 20px;
text-align: left;
margin-right: auto;
margin-left: auto;
background: url(/public/images/hudsoncoursesbg.jpg) no-repeat;
text-indent: 155px;
}


#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 }

#bodyblock {
 position: relative;
 background-color: #fff;
 color: #333333;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
border-bottom: solid 1px #aaa;
 color: #333333;
 width:149px;
 background: url(/public/images/navbg.gif) repeat-y;
 margin: 0;
 padding: 0;
 }

 
 

#cont {
 width:630px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 min-height: 300px;
 padding-bottom: 20px;
 padding-top: 10px;
 padding-right: 10px;
 }

 
#ftr {
width: 800px;
text-align: center;	
background-color: #edeff8;
border-top: solid 1px #ccc;
padding: 3px 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
font-size: 10px;
color: #666;
clear: both;
}

#ftr a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#ftr a:hover {
	color: blue;
}


 
 #learnmore {
	border: solid 1px #adadad;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
 	display: block;
 	padding: 5px;
 	text-align: center;
 	line-height: 16px;
 }
 
 #learnmore:hover {
 	border: solid 1px #000;
	background: none;
	background-color: #edeff8;
	
	}
	
 #loginpanel {
 margin-right: auto;
 margin-left: auto;
 border: solid 1px #adadad;
 padding: 5px;
 }
 
 #loginpanel td {
 	padding: 5px;
 }
 
table#faclist {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

table#facdisplay {
	margin-top: 10px;
	margin-bottom: 20px;
}

#facdisplay td {
	padding: 5px;
}

#facdisplay tr {
	vertical-align: top;
}

	#faclist td {padding:2px;}
	#faclist td a:hover {text-decoration:none;}
	#faclist tr.tr1:hover, #faclist tr.tr2:hover {background-color: #e5e7f0;}
	#faclist tr.tr1 {background-color: #f1f5fa;}
	#faclist tr.nohover:hover {background-color: white;}
	#faclist tr a:visited, #faclist tr a:link, #faclist tr a:active {color:blue;}

#datestable {
	margin: 15px 0px;
}

 #datestable tr:hover, #datestable tr.current {
 background-color: #e5e7f0;
 }
 
 #datestable tr:hover p {color:black;}
 
 #datestable tr.current p {color:black;font-weight: bold;}
 
 #datestable tr.first:hover {background-color:white;}
 
 #datestable tr td p {
 margin-top: 5px;
 margin-bottom: 5px;
 padding-left: 4px;
 padding-right: 4px;
 }
 
 
#courselist {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	
} 

#infobox, #box {
	font-size: 11px;
	border: solid 1px #adadad;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #edeff8;
}

#infobox {
	padding-left: 25px;
}

.leftbox, .rightbox {
	width: 190px;
}

.leftbox {
	float: left;
	margin-right: 20px;
}

.rightbox {
	float: right;
}

#infobox :last-child, #box :last-child {
	margin-bottom: 0px;
}
 
	img.infoicon {
		float: left;
		margin-left: -20px;
	} 

#viewtable tr {
	vertical-align: top;
}

#viewtable td {
	padding: 3px;
}

#viewtable {
	margin-top: 10px;
	margin-bottom: 20px;
}

#course_view_head {
	text-align: center;
	border-bottom: solid 3px #ccc;
	padding-top: 10px;
	background-color: #edeff8;
	margin-bottom: 15px;
}

/* Drop Down Style */

#l-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 149px; /* Width of Menu Items */
	border-right: solid 1px #aaa;
	}

#l-col ul li {
	height: auto;
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height: 1px;
	}
	
#l-col li {vertical-align: top; list-style-image: none;}
	
#l-col li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border-right: 1px solid #aaa;	
	border-top: 1px solid #aaa;	
	border-bottom: 1px solid #aaa;
	}

/* Styles for Menu Items */
#l-col ul li a {
	height: auto;
	display: block;
	text-decoration: none;
	color: #73747b;
	background: #fff; /* IE6 Bug */
	font-weight: bold;
	font-size: 8pt;
	padding: 5px;
	margin: 0px;
	text-align: right;
	background: url(/public/images/navbg.gif) repeat-y;
	}

#l-col ul li a.notenrolled {
	color: #ccc;
	font-weight: normal;
}

#l-col ul li a.notenrolled:hover {
	color: #73747b;
	background: url(/public/images/navbg.gif) repeat-y;
}

/* Fix IE. Hide from IE Mac \*/
* html #l-col ul li { float: left; height: 1%; }
* html #l-col ul li a { height: 1%; }
/* End */

#l-col ul li a:hover {
	background-color: #e5e7f0;
	color: #0000c8;
	background-image: none;
	} /* Hover Styles */
		
#l-col li ul li a { font-size: 7pt;background-color: #eee;text-align: left} /* Sub Menu Styles */
		
#l-col li:hover ul, #l-col li.over ul { display: block; } /* The magic */

#l-col ul li a.current {
	background: none;
	background-color: #e5e7f0;
	color: #000;
	} /* Style for current page tab */
	
/* end Drop Down Style */



/* form style */

ol.form li {
	list-style: none;
}

ol.form label {
	display: block;
}

ol.form.type2 label {
	padding-top: 7px;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

ol.form li.required label {
	font-weight: bold;
}

ol.form li {
	clear: both;
	margin: 10px 0px;
}

ol.form ol.horiz li {
	float: left;
	clear: none;
	margin-right: 10px;
}

ol.form li small {
	display: block;
	line-height: normal;
	width: 170px;
	color: #555;
}

ol.form.type2 li small {
	display: inline;
	width: auto;
}

ol.form input, ol.form textarea {
	font-size: 14px;
	padding: 3px;
	background-color: white;
	border: solid 2px #aaa;
}

ol.form select {
	font-size: 14px;
	padding: 3px;
	border: solid 2px #aaa;
}

ol.form fieldset {
	padding: 5px 15px 10px 15px;
	border-top: solid 2px #ccc;
	margin: 30px 0px;
}

ol.form fieldset.bg {
	background-color: #f7f7ff;
	border: solid 2px #ccc;
}

ol.form fieldset legend {
	font-size: 16px;
	padding: 0px 15px;
}

ol.form li.submit input {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px 6px;
	background-color: #FFFFFF;
	color: #333333;
	clear: both;
}

ol.form li.submit input:active {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}


/* end form style */