/**
 * Schoolwax
 * Global CSS
 */

/* add background for main content
div#content {background:#eef; padding:20px} */

body {
	background:url(../../templates/default/images/woodpanel.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
}

body ul li{
	list-style-type: disc;
	list-style-image: url(../../templates/default/images/asterisk_yellow.png);
	list-style-position:inside;
}

h1 {
	font-size:16px;
	margin-bottom: 0.75em;
}

#nav{
	margin: 0;
	padding: 0;
	background:url(../../templates/default/images/mainnav.gif) repeat-x;
	height: 34px;
}

a:link, a:visited{
	color: #027ac6;
	text-decoration: none;
}

a:hover{
	color: #0062a0;
	text-decoration: underline;
}

/*************************      start table styling      ****************************/
table { 
	border:1px #999 solid; 
	width:95%; 
}

td { 
	border-top:1px #999 solid; 
	border-left:1px #999 solid; 
}

th { 
	border:0; 
}

.greyedOut { 
	background-color:#E9E9E9; 
}

itemBar { 
	background-color:#CCCCCC; 
}

.subItem { 
	background:url(../../templates/default/images/bullet_black.png) no-repeat 10px #e3edff; 
	font-size:11px; color:#666666; padding-left:30px;
}

table {
	margin-bottom:1.4em;
	width:95%;
}

th {
	font-weight:bold;
	background:#C3D9FF;
}

th, td {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#E5ECF9;
}

/*************************      end of table styling      ****************************/




#header {
	width:872px;
	height:167px;
	background-color:#FFFFFF;
	margin:0 auto;
}

#header img {
	padding:10px;
}

#container {
	background:url(../../templates/default/images/body.jpg) repeat-y; 
	z-index:5;
	width: 894px;
	background-color:#FFFFFF;
	margin:0 auto;
	text-align:left;
	min-height:500px;
}

#content {
	background-color:#FFFFFF;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	min-height:310px;

	_margin-bottom:160px; /** only for IE 6 and below; it does not apply min-height**/
}

#bgGraphic{
	background:url(../../templates/default/images/headerSides.gif) no-repeat;
	width:1015px;
	min-height:182px; 
	margin:0 auto;
	z-index:1;	
}

/* when show a list of pdf, put pdf icon before the link; it is  used when
  show workbook or e-text */
.pdflist{ list-style:url(../../templates/default/images/pil_icn_pdf.gif) }

#left_column {
	width:175px;
	float:left;
	padding-left:25px;
	position:absolute; 
	top:207px;
}

#right_column {
	padding-top:20px;
	width:685px;
	float:right;
	margin-left:30px;	
}

#top_tab{
	text-align:right;
	padding-right:15px;

}

#top_tab ul {
	margin:0px;
}

#top_tab li {
	list-style:none;
	display: inline;
	padding-left:5px;
	padding-right:5px;
}

#top_tab li a {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	color: #ffffff;
	background-color: #b6121b;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;

	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;

	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #cccccc;
	border-right-color-value: #cccccc;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #cccccc;
	border-left-color-value: #cccccc;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	text-decoration: none;
	font-weight: bold;
}

#top_tab li a:hover{
	color: #000000;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: #ffffff;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: #ffffff;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B6121B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b6121b;
}

hr{
background-color:#B6121B;
border:none;
height:10px;
}

#footer{
	background-color:#B6121B;
	height:15px;
	width: 894px;
	margin:0 auto;
	color:#FFFFFF;
	font-size:10px;
}

#top_tab  .current  { 
		border-style:solid;
		border-width:3px;
		border-color:#b6121b;
		background:white;
		color:black;
		}

#left_column #unit_list{
        width:160px;
	_width:140px /** for IE 6 **/
	        }

#admin_landing table tr td { border:0 }
