/* Main Stylesheet for Adult Ed Online */
/* See also curved_box.css */
/* rules are listed roughly in the order that they appear in the HTML */

body {
	background:   url(../images/adulted_bg2.gif) left top repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}
.formatTable {
border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	
}
.formatTableL {
	border-left: 1px solid #cccccc;
	
}
.formatTableR {
	border-right: 1px solid #cccccc;
	
}
.formatTableT {
	border-top: 1px solid #cccccc;
	
}.formatTableB {
	border-bottom: 1px solid #cccccc;
	
}
.formatText {
padding: 3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

.formatTextBack {
padding: 3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	background-color: #90b1d5;
	color: #333;
}
.formatTextBackHL {
padding: 3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	background-color: #EFCFBD;
	color: #333;
}
.formatTextBackDark {
padding: 3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #7a9bbf;
	color: #333;
}

.formatback1 {
padding: 3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #7a9bbf;
	color: #333;
}

.formatback2 {
padding: 3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #90b1d5;
	color: #333;
}
.formatback3 {
padding: 3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #bed0e8;
	color: #333;
}
.formatback4 {
padding: 3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #e4ebf2;
	color: #333;
}
	
.hide, h1 {	/* hides accessibility markup from sighted users */
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

#banner {
	background:   url(../images/banner.gif) left top no-repeat;
	height: 180px;
	border-top: 1px solid #ECBB60;
	width: 100%;
}

#banner2 {
	background:   url(../images/banner2.jpg) left top no-repeat;
	height: 180px;
	border-top: 1px solid #ECBB60;
	width: 100%;
}

#Login {
	position:absolute;
	width:250px;
	height:115px;
	z-index:1;
	left: 650px;
	top: 13px;
	visibility: visible;
	overflow: hidden;
}

#bannerPhoto	{
	width: 223px;
	
	/* float: left;  -- took this out 4/5/06, it's unnecessary */
	}

/* ----------------- */	
/* GLOBAL NAV        */
/* ----------------- */

#globalnav a, #globalnav span	{
	padding: 0px 12px;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	}
	
#globalnav span	{
	color: #996600;
	}

a:hover	{
	color: #993366;
	}

#globalnav ul
	{
	list-style: none;
	font-size: 14px;
	margin: 0;   /* added 4/5/06 so globalnav is positioned consistently across browsers */
	padding: 0;  /* added 4/5/06 */	
	}
	
#globalnav	{
	padding-bottom: 0px;
	margin-bottom: 0px;
	/* margin-left: 200px; */  /* buggy in IE. removed 4/5/06 */
	/* margin-top: 142px; */   /* buggy in IE. removed 4/5/06 */
	width: 750px;
	position: absolute;  /* switched to absolute positioning 4/5/06 to fix hoppity global nav */
	top: 145px;  
	left: 220px;
	}

#globalnav li	{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	}
	
/* ----------------- */	
/* LEFT COLUMN       */
/* ----------------- */   /*  see curved_box.css for other styles relating to this section */

#leftCol	{
	float: left;
	width: 230px;
	}
	
.boxHead	{
	font-size: 16px;
	color: #993366;
	margin: 0px 12px;
	border-bottom: 1px solid #999;
	padding: 3px;
	}
	
.newsItem {
	background-image:   url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	margin: 6px 12px;
}
.newsItem2 {
	background-image:   url(../images/bullet_arrowRed.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	margin: 6px 30px;
}
.newsItem h3	{
	font-size: 12px;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #666;
	
	}
	
.newsItem h3 a	{
	text-decoration: none;
	}
	
.newsItem p	{
	margin-top: 3px;
	font-size: 11px;
	line-height: 14px;
	}

	
/* ----------------- */	
/* MAIN CONTENT       */
/* ----------------- */	
	
	
a	{
	color: #292F5C;
	}

#mainContent	{
	padding: 24px;
	margin-left: 210px;
	padding-right: 48px;
	/* width: 550px; */
	}
	
body.noLeftCol	#mainContent {
	margin-left: 100px;
	width: 800px;
}
	
#mainContent p	{
	line-height: 18px;
	padding: 0px;
	margin: 3px 0px 9px 0px;
	}
	
.leader	{
	font-size: 13px;
	font-weight: bold;
	padding-top: 18px;
	
	}
	
	
h2	{
	color: #333;
	font-size: 24px;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
	}
	
h3	{
	color: #993366;
	font-size: 13px;

	}
	
h4	{
	font-size: 12px;
	font-weight: bold;
		margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
#mainContent ul li	{
	line-height: 18px;
	margin-bottom: 9px;
	}
	
#snapshot	{
	float: right;
	}

#footer	{
	border-top: 1px dotted #ECBB60;
	margin: 12px;
	font-size: 11px;
	}
	
	
#footer a:link { 
	color: #839EB3;
	}
#footer a:visited { 
	color: #839EB3;
	}
a:hover { 
	color: #990000;
	text-decoration: none;
	}
a:active { 
	color: #FF0000;
	}
	
#footer table	{ font-size: 11px; }

#indexFooter	{
	border-top: 1px dotted #ECBB60;
	margin: 12px;
	font-size: 12px;
	}


.tabularList	{
	/* background-color: #86A4C6; */
	}
	
.tabularList td, th	{
	background-color: #FFF;
	text-align: left;
	font-size: 12px;
	}
	
.tabularList td, .tabularList th{
	 border-bottom: 1px solid #ccc;  
	}
	
#mainContent p.name	{
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
	
#mainContent p.focus  {
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	}
	
#mainContent p.title	{
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	color: #666;
	}
	
.allcaps	{
	text-transform: uppercase;
	font-size: 10px;
	}
	
.tabularList img	{
	border: 3px double #999;
	margin-right: 8px;
	}

.paginator	{
	font-size: 11px;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #999;
	}
	
.paginator a	{
	text-decoration: none;
	font-weight: normal;
	}

option, select, input, textarea  {
	font-size: 11px;
	color: #333;	
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
.input2  {
	font-size: 11px;
	color: #000;	
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
.paginator a	{
	text-decoration: none;
	font-weight: normal;
	}

option, select, input, textarea  {
	font-size: 11px;
	color: #333;
	}	

body.noLeftCol	#mainContent2 {
	margin-left: 100px; padding-left: 150px;
}

#mainContent2	{
	padding: 7px 72px 5px 72px;
	/* width: 550px; */
	}
	
	
td .faint	{ color: #FF0000; }