
@import "_nav.css";
@import "_global.css";
@import "_login.css";
/**/
@import "styles.css";

#contentBody {
	width: 750px; 
	text-align: left;
	z-index: 0;
	border: 0px solid red;
	margin: 0px auto 0px auto ;
}


#nav-left {
	border: 0px solid red;
	width: 138px; 
	padding: 2px 4px 2px 13px;
	color: #666666; 	
	font-weight: bold;
	line-height: 1.4em; 
	margin-top: -5px;
	z-index: 101;
	position: relative;
}
#nav-left ul { 
	border: 0px solid green;
	margin: 2px 0.5em 1.3em 1.5em;
	padding: 0;
	font-weight: normal;
}
#nav-left li {
	padding: 0;
	margin:0;
	color: #666666; 
	font-weight: bold;
	border: 0px solid red;
}
#nav-left a {
	color: #0468C8;
	text-decoration: none; 
	font-weight: bold;
}
#nav-left li a {
	color: #666666; 
	font-weight: normal;	
}
#nav-left ul.nobullet {
	margin: 0 0.5em 1.3em 0;
	padding: 0 0 0 -2em;
	list-style: none;
}
#nav-left ul.nobullet li {
	margin: 0;
	padding: 0px;
}

#nav-left a:hover {
	color: #0468C8;
	text-decoration: underline;
}

#nav-left div#navBox {
	background-image: url("../../img/bg/navBox_bg.gif");
	background-position: left;
	background-repeat: repeat-y;  
	padding: 0;
	margin-top: 2em;
	margin-left: -5px; 
	margin-bottom: 0.5em; 
	border: 0px solid red;
} 

#nav-left div#navBox div {
	border: 0px solid black;
	margin: -3px 3px 0px 3px;	 
}
#nav-left div#navBox div a {
	font-weight: normal;
	color: #666666;    
	display: inline;
	float: left;
	width: 110px;
	padding-left: 3px;
	border: 0px solid green; 
	/* 2007.4.13, Ye Wang - not working in IE6
	padding-left: 22px;
	background-image: url("../../img/global/icon_cd.gif");
	background-position: left 10px;	
	background-repeat: no-repeat;  	
 	*/
}
#nav-left div#navBox div a:hover {
	color: #0468C8; 
}
/* 2007.4.13, Ye Wang - not working in IE6
#nav-left div#navBox ul {
	list-style-type: none; 
	padding-top: 0px;  
	margin: -3px 6px 0px 5px;
	padding: 0px 0px 0px 20px;
	border: 0px solid green; 
}
#nav-left div#navBox ul li {
	margin: 0;
	padding: 0;
	border: 0px solid red;
	margin-left: -20px;
	padding-left: 22px;
	background-image: url("../../img/global/icon_cd.gif");
	background-position: left 3px;
	background-repeat: no-repeat;  	
} 
*/
#nav-top {
	width: 550px;
	margin: -11px 15px 0px 15px;
	padding: 0; 
	text-align: center; 
	z-index: 3; 
	position: relative;
	font-size: 10px;     
	border: 0px solid #E7E7E7;
}
#nav-top span.nav {
	display: block;
	width: auto;
	padding: 0;
	margin: 0;	
	clear: both;
	border: 0px solid red;
}
#nav-top a { 
	font-weight: normal;
	color: #515050;
	text-decoration: none;
	margin: 0;
	padding: 0;  	
	font-size: 10px;
}
#nav-top a:hover {
	color: #0468C8;
	font-size: 10px; 
	text-decoration: underline;
}
#nav-top a.on {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;  	
	display: inline;	
}
 
#nav-grades {
	float: left;
	text-align: left;
	width: 340px;
	margin-left: 15px; 
	white-space: nowrap;
	clear: both;
	border: 0px solid blue;
}
#nav-grades #header {
	float: left;
	padding-right: 20px;
	border: 0px solid red;
}
#nav-grades div {
	float: left;
	border: 0px solid green;
}
#nav-grades a {
	font-size: 10px;
}
#nav-logoff {
	float: right;
	text-align: right;
	width: 100px;
	margin-top: 4px;
	margin-right: 15px; 
	padding: 0;
	white-space: nowrap;
	border: 0px solid red;
}
#nav-logoff a {
	font-size: 10px;	
}




.contentArea {
	width: 560px;
	height: 100%;	
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 14px;
	background-image: url("../../img/bg/content_top.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 20px;	
	border: 0px solid green;	
}

.contentArea #content {
	width: 500px;
	margin:0;
	background-color: white;
	padding: 0em 25px 1em 35px;
	border: 0px solid red;  
	clear: both;
} 
#content ul {
	
}
#content li { 
	margin-right: 0;
}
#content div.overview {
	margin: 0;
	padding: 0;
	float: left;
	width: 320px;
 	clear: left; 
}

#content div.overview img.photo {
	float: left; 
	margin-right: 10px;
} 
#content div.overview ul.overview {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	clear: both;
}
#content div.overview ul.overview li {
	margin: 0;
	margin-bottom: 0.6em;
	padding: 0;
	padding-left: 75px;	
	background-image: url("../../img/global/icon_nochild.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0px solid red; 
 	width: 240px;
}
#content div.overview ul.overview ul {
	list-style: disc;
	margin: 0;
	margin-left: 0px; 
}
#content div.overview ul.overview ul li {
	background-image: none;
	margin: 0;
	padding: 0; 
}
#content div.rightCol {
	width: 165px;
	float: right;
	text-align: center;  
}
/****************************
	Mac IE only
*****************************/ 
#content div.overview h1,
#content div.overview h2, 
#content div.overview h3,
#content div.overview h4 {
	width: 320px; 
} 
#content div.overview ul {
	width: 318px;
	margin: 0;
	margin-bottom: 2em;
}
#content div.overview ul li { 
	margin-left: 10px;
}
/****************************/
/****************************************************
	Vocabulary: Classes
*****************************************************/
#vocabulary {
	width: 549px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url("../../img/bg/content_vocabulary.gif");
	padding-top: 122px;
}
#vocabulary #content {
	width: 469px; /* 469px */
	padding-left: 40px; /* 40px*/
	padding-right: 40px; /* 40px*/
	line-height: 1.5em; 
}
#vocabulary #content a {
	/*
	color: black;
	*/
	font-weight: normal
}
#vocabulary #content	a:hover {
	color: #0468C8;
} 
#vocabulary #content div.overview {
	width: 300px;
	margin: 0;
	padding: 0; 
	clear: left;
}
#vocabulary #content div.overview ul {
	width: 280px;
	border: 0px solid black
}
#vocabulary #content div.rightCol {
	width: 142px;
	float: right;
	margin: 0;
}
#vocabulary #content	div.links-section {
	width: 100%;
	text-align: center;
	color: #A2A2A2;
	margin-top: 0.8em;
	margin-bottom: 1.5em;  
}
#vocabulary #content	div.links-section a {
	color: #A2A2A2;
	font-weight: bold;
}

#vocabulary #contentBottom {
	width: 549px;
	height: 100%;
}
#vocabulary #content .colLeft {
	width: 214px;
	padding-right: 19px; 
	background-color: white; 
	padding-bottom: 1.5em;
	float: left; 
	border-right: 1px solid  #CA6805;	
 
}
#vocabulary #content .colRight {
	width: 214px;
	padding-left: 20px;
	background-color: white;  
	float: left;  
} 

#vocabulary #content .colLeft h3,
#vocabulary #content .colRight h3 {
	width:200px
}
#vocabulary #content .colLeft a,
#vocabulary #content .colRight a {
	color: black
}
#mathPOD {
	background-image: url("../../img/global/bg_student_online.jpg");
	background-repeat: repeat-x;
	background-color: #E0C6FD;
	margin: 0;
	width:750px;
	text-align: center;
	/*
	padding-top: 49px;
	*/
	
}
#mathPOD #content {
	border: 1px; 
	width: 710px;
	padding:0;
	margin: 0px auto 0px auto ;
	border: 1px solid red;
	background-image: url("../../img/bg/math_pod.gif");
}
/************************************************
	Vocabulary: iWords
************************************************/
.colWords {
	width: 130px;
	float: left;
}
.colWords a {
	color: black;
	font-weight: normal; 
	text-decoration: none;
}
.colWords a:hover {
	color: #0468C8; 
	text-decoration:underline;
}

a.sat {
	color: black; 
	font-weight: normal; 
	text-decoration: none;		
	margin:0;
	width: 190px;
	border: 0px solid red;
	padding:0 25px 0 0;
	float: left; 
}
a.sat:hover {
	color: #0468C8; 
	text-decoration:underline;	
} 
/************************************************
		END OF VOCABULARY
************************************************/

/************************************************
		Grammary for Writing
************************************************/

/************************************************
		END OF GRAMMAR FOR WRITING
************************************************/

/************************************************
	Grammar
************************************************/
#boxCourse {
	width: 427px;
	margin: 0 auto 1em auto;
	padding: 0;
	background-image: url(../../img/bg/selection_yellow_bg.jpg);	
	background-repeat: repeat-y;		
	border: 0px solid red;	
}
#boxCourse form {
	margin: 0.2em 1em;
	line-height: 1.8em;
	border: 0px solid green;
}
#boxCourse select {
	width: 100px;
	background-color: #FEFF99;
}
/************************************************
	Userlist
************************************************/
#boxUserlist {
	width: 139px;
	margin: 0;
	padding: 0;
	background-image: url(../../img/bg/userlists_bg.jpg);
	background-repeat: repeat-y;	
	float: right;
	border: 0px solid red;
}
#boxUserlist form,
#boxUserlist div { 
	padding: 5px 10px;
	margin:0;
	width: 119px
}
#boxUserlist img {
	 
}
/************************************************
	END OF USERLIST
************************************************/
/************************************************
	Box: Talk To Us
************************************************/
#boxTalkToUs {
	width: 126px;
	margin: 2em 0;
	padding: 0px;
	background-image: url(../../img/bg/talktous_bg.jpg);
	background-repeat: repeat-y;	
}
#boxTalkToUs form,
#boxTalkToUs div { 
	padding: 5px 10px;
	line-height: 1.5em;
	font-weight: normal;
}
/************************************************
	END OF TALK-TO-US
************************************************/


div.boxGrade {
	width: 141px;
	background-image: url(../../img/global/box_bg.gif);
	background-repeat: repeat-y;
	float: left;
	margin-right: 1.5em;
}
div.boxGrade div {
	padding: 0 0.5em 0.5em 0.5em;
	text-align: center;
}
/************************************************
	2007.12.12, Ye Wang: 
	Tech Support
************************************************/
div.boxTechSupport {
	width: 462px;
	background-image: url(../../img/bg/box_techSupport_bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	text-align: left;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
div.boxTechSupport div {
	text-align: left;
	margin-left: 0.2em;
	margin-right: 0.8em; 
}
div.boxTechSupport div div {
	float: left;
	text-align: left;  
	padding: 0;
	margin: 0; 
}
div.boxTechSupport a {
	float: left;  
	padding-bottom: 1.5em; 
}

#nav-left div.box {
	padding: 0;
	text-align: center;
	border: 0; 
	width: 133px;
	background-image: url(../../img/bg/box_nav_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	font-weight: normal;
	color: black;	
}
#nav-left div.box p {
	text-align: center;
	line-height: 1.5em;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0.5em;

}  
/************************************************
	END OF TECH SUPPORT
************************************************/


/* 2006.10.17, Ye Wang
#login { 
	background-image: url(../../img/bg/login_bg.gif);
	background-repeat: repeat-y;
	width: 201px;
	padding: 0;	
}
#login form#loginForm { 
	width: 160px;
	padding-left: 21px;
	padding-right: 20px;
	font-weight: bold;
}
*/
 
 
/************************************************
	Popup window
************************************************/
body#pop {
	margin: 0em 0.5em 0.5em 0.5em;
	font: 11px Verdana;
	line-height: 1.5em;
	background-color: #FFFFF0;
	border: 0px solid red
}
body#pop .contentArea {
	width: 100%;
	margin: 0;
	padding: 0;
}
body#pop table.chart {
	width: auto;
	margin: 0.5em auto 1em auto;
}
body#pop table.chart th,
body#pop table.chart td {
	padding-left: 20px;
	padding-right: 20px;
}
body#pop table.chart tr.row0 td {
	background-color: #EEEEEE;
}
body#pop table.chart tr.row1 td {
	background-color: white;
}
/************************************************
	END OF POPUPS
************************************************/
