/* ACWS CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: underline;
}



#forgot_password {}
#forgot_password a, #forgot_password a:visited {font-size:9px; text-decoration:none;}
#login_container { padding:0px 0px 10px 10px;}
#login_title{padding:0px;margin:0px;color:#FFFFFF; font-weight:bold;}


#heading_logo{ padding:10px 50px 0px 0px;}
.alert {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}

.alert2 {
	color:#5a0052;
	font-weight:bold;
	text-decoration:underline;
}

.grade{
	background-image:url(../assets/bg_grade.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:380px;
	border-top:4px solid #ffffff
}
.gradetop{
	background-image:url(../assets/bg_gradetop.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:100px;
	border-bottom:4px solid #ffffff
}

.content {
	width:812px;
}

.content p{
	font-size:14px;
}


.content h1 {
	color: #464646;
	font-size:20px;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:0px;
}

.content h2 {
	color: #5a0052;
	font-size:16px;
	font-weight:bold;
	padding-top:4px;
	margin-top:0px;
}

.content a {
	color:#5a0052;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.content a:hover  {
	color:#f3a522;
	font-weight:bold;
	text-decoration:underline;
}

.content hr  {
	border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
}



.content ul {
	list-style-image:url(../assets/list_image.gif);
	margin:0px 0px 0px 15px
}

.content ul li{
padding:0px 0px 0px 0px;
list-style-position:outside;
}

.content li a{
	padding:0px 0px 2px 1px;
	margin:0px 0px 0px 1px;

}

.content li {
    padding:2px 0px 0px 2px;
	margin:2px 0px 0px 0px;
	list-style-position:inside;
}

.content ol li{
	font-size:14px;
	padding:0px 0px 0px 0px;
	list-style-position:outside;
}




/*  FOOTER   */

#footer{
	background-color:#5a0052;
	float:none;
	clear:both;
	margin:0px 0px 0px 0px;
	text-align:center;
	height: 60px;
	vertical-align:text-bottom;
}



#footer ul{
	margin:20px 0px;
	padding:0px;
}

#footer ul li { 
	display:inline;
	list-style-position:inside;
	list-style-type:none;
	padding:0px;
	margin:0px;
 }

#footer li{
	color:#FFFFFF;
	font-size:12px;
	}
	
#footer ul li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
		}
		
#footer ul li a:hover {
	color:#8fbd4e;
	text-decoration:none;
	font-size:12px;
}

#splash ul{
	margin:-10px 0px -10px 0px;
	padding:0px;
}

#splash li{
	color: #FFFFFF;
	font-size:12px;
	margin:0px 0px 0px -14px;
	padding:0px;
	}

#splash ul li { 

	padding:-10px 0px -10px 0px;
	margin:0px;
 }


#main_nav{
	padding:0px;
	margin:0 auto;
	height:26px;
	float:inherit;
}

/* CSS for Navigation Drop Dowm Menu */
/* Color Palette 
Grey 666666
Blue-bg 333399

blue-text 00457B
*/
.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	line-height:1.0;
	/*margin-left:250px;*/
	/*float:right;
	margin-bottom:1em;*/
}
.nav ul {
	background:#fff; /*IE6 needs this*/
}
.nav li {
	/*border-left:4px solid #fff;
	border-top:1px solid #FFF;
	border-bottom:2px solid #FFF;*/
	float:left;
	list-style:none;
	position:relative;
	z-index:999;
}
.nav a {
	color: #fff;
	display:block;
	float:left;/* Changes positon of the whole*/
	/*padding: .50em 0 .60em 1.75em;*/
	padding:6px 5px 6px 5px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	/*width:4.0em;
	width:70px;
	padding: .75em 0 .75em 1.20em;
	text-decoration:none;
	width:6.90em;*/
}

.nav li ul {
	float:none;
	top:-999em;
	position:absolute;
	text-align:center;
	/**/width:9.5em;
}

.nav li:hover,
.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	/*background:#590052;*/
	color:#ffffff;
	
}
.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left:-1px;
	top:1.75em;
	
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
	
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	left:9.00em;
	top:-1px;
	
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top:-999em;
}
.nav li li {
	background:#590052;
	/*float:none;*/
	color:#FFFFFF;
	border-left:none;
	font-weight:normal;
	width:9.5em;
	height:26px;
}

.nav li ul li a{
	border-bottom:1px solid #590052;
	border-top:1px solid #590052;
	}
	

.nav li ul li a:hover{
background-color:#955a94;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	}
	
.nav li li li {
	background:#590052;
	/**/width:9.5em;
}
.nav li li a {
	float:none;
	/*padding-right:0;*/
	padding:6px 2px 6px 5px;
	/*width:9.70em;*/
	font-weight:normal;
}
/* quick hacks for IE */
*html .nav li li {
	margin-bottom:-3px;
}
*html .nav li li li {
	margin-bottom:-1px;
}
*+html .nav li li {
	margin-bottom:-3px;
}
*+html .nav li li li {
	margin-bottom:-1px;
}

/*************** Promo Table Classes Graph Tables********************/
.promoTbl{
	margin:0px;
	padding:0px;
}

.promoContent h2{
	color: #5a0052;
	font-size:16px;
	font-weight:bold;
	padding:4px;
	margin:0px;
}

.promoTblTop{
	background:#f9fafa url('../assets/tbl_border_top.gif') repeat-x left top;
	height:8px;
}
.tddescrip{
	font-size:12px;
	color: #5a0052;
	padding:0px;
	margin:0px;
}

.promoContent a{
	color: #000000;
	text-decoration:underline;
}

.promoContent a:hover{
	color: #5a0052;
	text-decoration:none;
}

.promoContent{
	background:#f9fafa url('../assets/tbl_border_bg.gif') repeat-x left top;

}

.promoContentLeft{
	background:#f9fafa url('../assets/tbl_border_left.gif') repeat-y left top;
}
.promoContentRight{
	background:#f9fafa url('../assets/tbl_border_right.gif') repeat-y right top; /*Right hand border with drop shadow*/
}

.promoTblBottom{
	background:#f9fafa url('../assets/tbl_border_bt.gif') repeat-x left bottom;
	height:8px;
}

/*************** Promo Table Classes Graph Tables********************/
.promoTbl2{
	margin:0px;
	padding:0px;
	
}

.promoContent2 h2{
	color: #5a0052;
	font-size:16px;
	font-weight:bold;
	padding:4px;
	margin:0px;
}

.promoTblTop2{
	background:#5a0052 url('../assets/tbl_border_top2.gif') repeat-x left top;
	height:8px;
}
.tddescrip{
	font-size:12px;
	color: #5a0052;
	padding:0px;
	margin:0px;
}

.promoContent2 ul{
	color: #ffffff;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.promoContent2 a{
	color: #ffffff;
	text-decoration:underline;
}

.promoContent2 a:hover{
	color: #955a94;
	text-decoration:none;
}

.promoContent2{
	background:#5a0052 url('../assets/tbl_border_bg2.gif') repeat-x left top;
    text-align:left;
}

.promoContentLeft2{
	background:#5a0052 url('../assets/tbl_border_left2.gif') repeat-y left top;
}
.promoContentRight2{
	background:#5a0052 url('../assets/tbl_border_right2.gif') repeat-y right top; /*Right hand border with drop shadow*/
}

.promoTblBottom2{
	background:#5a0052 url('../assets/tbl_border_bt2.gif') repeat-x left bottom;
	height:8px;
}

/******************************************/
/*************** Promo Table Classes Graph Tables********************/
/*************** Promo Table Classes Graph Tables********************/
.promoTbl3{
	margin:0px;
	padding:0px;
	
}

.promoContent3 a{
	margin:0px;
	padding:0px;
	color:#5a0052;
	
}

.promoContent3 a:hover{
	margin:0px;
	padding:0px;
	color:#f3a522;
	
}

.promoContent3 p{
	margin:0px;
	padding:0px;
	color:#000000;
	
}

.promoContent3 h2{
	color: #5a0052;
	font-size:16px;
	font-weight:bold;
	padding:4px 4px 4px 0px;
	margin:0px;
}

.promoTblTop3{
	background:#ffffff url('../assets/tbl_border_top3.gif') no-repeat left top;
	height:8px;
}


.promoContent3 ul{
	color: #ffffff;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.promoContent3 li{
	margin:0px;
	padding:1px 0px 1px 0px;
	line-height:.75em;
}

.promoContent3{
	background:#dfe0e1 url('../assets/tbl_border_bg3.gif') repeat-x left top;
    text-align:left;
}

.promoContentLeft3{
	background:#e1e2e3 url('../assets/tbl_border_left3.gif') repeat-y left top;
}
.promoContentRight3{
	background:#e1e2e3 url('../assets/tbl_border_right3.gif') repeat-y right top; /*Right hand border with drop shadow*/
}

.promoTblBottom3{
	background:#dfe0e1 url('../assets/tbl_border_bt3.gif') repeat-x left bottom;
	height:8px;
}

/******************************************/

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../assets/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../assets/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #f3a522;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../assets/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #f3a522;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #f3a522;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #f3a522;
}

.jTip{
cursor:help;
}

/*.calendar_cell {
	width:100px;
	height:100PX;
	align:top;
	vertical-align:top;
	text-align:left;

	padding:2px;
}

.calendar_cell2 {
	background-color:#6699CC;
	width:100px;
	height:100PX;
	align:top;
	vertical-align:top;
	text-align:left;

	padding:2px;
}
*/
a.calendar_event {
	font-size:10px;
	font-weight:normal;
}

#calendar {
/* width: 141px;*/
 padding: 0;
 margin: 0;
 border-left: 1px solid #A2ADBC;
 /*font: normal 12px/20px "Verdana", Verdana, Arial, Helvetica, sans-serif;*/
 color: #616B76;
 text-align: center;
 background-color: #fff;
}
.calendar_cell {
 border-right: 1px solid #A2ADBC;
 border-bottom: 1px solid #A2ADBC;
	width:100px;
	height:100PX;
	align:top;
	vertical-align:top;
	text-align:left;
	padding:3px;
 /*width: 20px;
 height: 20px;*/
 /*text-align: center;*/
 background: url(images/bg_calendar.gif) no-repeat right bottom;
}
.calendar_cell2 {
 border-right: 1px solid #A2ADBC;
 border-bottom: 1px solid #A2ADBC;
 	width:100px;
	height:100PX;
	align:top;
	vertical-align:top;
	text-align:left;
	padding:3px;
 /*width: 20px;
 height: 20px;*/
/* text-align: center;*/
 background-color:#D9E2E1;
}
th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

.bgcolor1 {
	background-color:#D9E2E1;
}

.forumline1 {
	background-color:#D9E2E1;
}

.small {
	font-size:10px;
	float:left;
}

