@CHARSET "UTF-8";

/**
*   Zen CSS
*
*   $Id: style.css,v 1.17.2.2 2007/01/17 05:02:52 jjeff Exp $
*/

/**
*   IMPORT EXTERNAL STYLE SHEETS 
*   We have separated out these styles because they are
*   common to the zen template system.
*/
/*@import "layout.css";
@import "icons.css";*/
@import url("structure.css");
@import url("structure_ie6.css");
@import url("text.css");
@import url("rollover1.css");


/**
 * Schoolwax
 * Global CSS
 */

/* add background for main content
div#content {background:#eef; padding:20px} */


body ul li{
	list-style-type: disc;
	/*list-style-image: url(../../templates/default/images/asterisk_yellow.png);*/
	list-style-position:inside;
}

h1 {
	margin-bottom: 0.75em;
}



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      ****************************/






/* 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) }


#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;
}

#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 **/
	        }



h2.title a, h2.title a:visited {
	font-size: 0.8em;
}

h2.title a:hover {
	text-decoration: none !important;
}

h2.title {
	border: 0 !important;
}

.custom_profiles {
	padding: 0;
	margin: 0px 0 20px 0;
}

#block-views-elementary_library {
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

ul.tabs, ul.primary {
	padding: 0 !important;
	margin: 10px 0px !important;
}

li.collapsed {
 list-style-image: none !important;
 list-style-type: none;
 font-weight: bold;
}

li.collapsed a { font-weight: bold !important; }

li.collapsed ul.menu li a { font-weight: normal !important; }

.borderless tr td { border:0 }

.units_in_course {margin-left:30px}

/** change width of list of lesson in the index page **/
.lesson_list {width:500px}

/** style unit name in the index page **/
.unit_name_list { width: 500px }

/** style lesson link **/
.units_in_course a:link, .units_in_course a:visited  {color:black}

/** add distance between lesson list **/
.units_in_course ul {line-height:150%}

