/*
Theme Name: iSchool Blue
Theme URI: http://www.perridot.com
Description: Default theme developed by Perridot Systems
Version: 1.0
Author: Perridot System
Author URI: http://www.perridot.com
*/
body {
	line-height: 25px;
	font-family: Trebuchet MS, Tahoma;
}
#pagecontainer {
	width: 980px;
	min-height: 450px;
}
*html #pagecontainer {
	height: 450px;
}
#pageheader {
	height: 60px;
	width: 100%;
}
#pageheader_left {
	float: left;
	width: 120px;
	padding-top: 10px;
}
#pageheader_right {
	float: right;
	width: 820px;
	text-align: right;
	/*padding-top: 20px;*/
}
#pageheader_right_sub_bottom a {
	color: #2255AA;
	text-decoration: none;
}
#pageheader_right_sub_bottom a:hover {
	color: #3C77D9;
	text-decoration: none;
}
#pageheader_strip {
	width: 100%;
	background: #2255AA url(images/header-strip-left.gif) left center no-repeat;
}
#pageheader_strip_content {
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/header-strip-right.gif) right center no-repeat;
	height: 25px;
}
#pageheader_strip_content_left {
	float: left;
	width: 65%;
}
#pageheader_strip_content_right {
	float: right;
	width: 30%
	text-align: right;
}
#pageheader_strip_content_right a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
}
#themeSwitcher a {
	text-decoration: none;
}
#themeSwitcher a img {
	border: 1px solid #418ADE;
	padding: 2px;
}
#themeSwitcher a:hover img {
	border: 1px solid #333333;
}

#page_left {
	float: left;
	/*width: 20%;*/
	width: 18%;
	border: 0px solid red;
	padding-top: 10px;
}
#page_right {
	float: right;
	/*width: 77%;*/
	width: 81%;
	border: 0px solid blue;
	padding-top: 10px;
}
#page_content table {
	border-collapse: separate;
	/*border-spacing: 1px;*/
	
}
#page_content table.data_table {
	/*border: 1px solid #E0E0E0; choocw 23/05/2008*/
	border-left: 1px solid #B1C3D4;
	border-bottom: 1px solid #B1C3D4;
}
#page_content table.data_table td {
	/*border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0; choocw 23/05/2008*/
	border-right: 1px solid #B1C3D4;
	border-top: 1px solid #B1C3D4;
	padding: 0px 3px 0px 5px;
}
#page_content a {
	color: #005FA3;
}
#page_content a:hover {
	color: #2255AA;
}
#page_content .table_subheader {
	background: #E5E5E5;
	font-weight: bold;
}
#page_content .table_subheader td {
	padding: 0px 0px 0px 5px;
	border-bottom: 1px solid #999999;
}
.nav_head {
	/*background: #696969 url(images/dashboard.gif) left center no-repeat;*/
	background: #3C77D9 url(images/dashboard.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 25px;
	margin-top: 5px;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	cursor: pointer;
}
#google_app {
	/*background: #696969 url(images/isch_google_app.png) left center no-repeat;*/
	background: #3C77D9 url(images/isch_google_app.png) left center no-repeat;
	background-position: 5px;
}
#directory {
	/*background: #696969 url(images/isch_dir.png) left center no-repeat;*/
	background: #3C77D9 url(images/isch_dir.png) left center no-repeat;
	background-position: 5px;
}
ul.nav {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	line-height: 12px;
	padding-left: 15px;
	margin-bottom: 10px;
}
ul.nav li {
	list-style: none;
	padding: 5px 10px;
	border-bottom: 1px solid #D7D7D7;
	
}
ul.nav li a {
	color: #444444;
	text-decoration: none;
}
ul.nav li.expandable {
	background: url(images/arrow_right.gif) left top no-repeat;
}
ul.nav li.expanded {
	background: url(images/arrow_down.gif) left top no-repeat;
}
ul.nav ul {
	/*padding: 0px 0px 0px 8px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.nav-help {
	margin-top: 10px;
	/*background: #FEFDEC;
	border: 1px solid #EDEBCD;*/ 
	background: #DFEAF9;
	border: 1px solid #3C77D9; 
	padding: 5px;
}
.nav-help ul {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	line-height: 12px;
}
.nav-help li {
	list-style: none;
	/*background: #FEFDEC url(images/help_circle.gif) no-repeat;*/
	background: url(images/help_circle.gif) no-repeat;
	padding: 3px 5px 3px 20px;
}
.nav-help li a {
	color: #000000;
}
#footer {
	width: 980px;
	border-top: 1px solid #D7D7D7;
	margin-top: 20px;
}
#footer_content {
	margin-top: 5px;
}
.dirtree {
	font-size: 90%;
	color: #999999;
	/*border-bottom: 1px solid #D7D7D7;*/
	border-bottom: 1px solid #2255AA;
	margin-bottom: 15px;
}
.maintitle {
	color: #2255AA;
	font-size: 180%;
	font-weight: bold;
}
*html .maintitle {
	margin-top: 15px;
}
.tableheader {
	/*background: #696969; choocw 23/05/2008*/
	background: #183D78;
	color: #FFFFFF;
	font-weight: bold;
}
.alternate {
	/*background: #F9F9F9;  choocw 23/05/2008*/
	background: #E8EDF1;
}
.alert {
	color: #FF0000;
}
#page_content .title_strip { /*2008-05-20*/
	background: #2255AA;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
}
*html #page_content .title_strip {
	padding: 3px;
	padding-left: 5px;
}
#page_content .title_strip a {
	text-decoration: none;
	color: #FFFFFF;
}
#page_content .title_strip a:hover {
	text-decoration: underline;
}
#page_content .content_bgstyle {
	background: #E8F8FF;
	padding-left: 3px;
}
*html #page_content .content_bgstyle { padding: 3px;}
#page_content .content_box {
	border: 1px solid #2255AA;
	margin-bottom: 12px;
} 

/****** css for language selector *****/
#dropmenudiv{
position:absolute;
border:1px solid #FFFFFF;
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
/*color: #005FA3;*/
color: #FFFFFF;
background-color: #2255AA;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E0E0E0;
color: #2255AA;
}

#dhtmlx_bottom_tabstrip {
	background-color: #2255AA;
	width: 100%;
}
*html #dhtmlx_tabcontent .contentbtmpad { padding-bottom: 5px; }

/***************** drag and drop RSS container 14/05/2008 ********************/
.dbx-group{
	font-family:Trebuchet MS,Tahoma;
	float: left;
	z-index: 1;
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.dbx-box{
	width:365px;
	position: relative;
	float: left;
	margin: 15px 15px 0px 0px;
	border: 1px solid #2255AA;
	text-align: left;
	padding-top: 0px;

	background-color: #E8F8FF;
}
.dbx-content {
	border: 0px solid #3C77D9;
	text-align: left;
	padding-top: 0px;
	padding-left:5px;
	background-color: #E8F8FF;
	position: relative;
	float: left;
	width: 358px;
	margin-bottom: 10px;
	/*margin-right: 10px;*/
	cursor: text;
}
.dbx-handle {
	background: #2255AA none repeat scroll 0%;
	/*border-style:ridge;
	border-width:2px;*/
	color: #FFFFFF;
	font-family:Trebuchet MS,Tahoma;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0pt;
	padding:2px 5px;
	cursor: move;
}
#page_content .dbx-handle a {
	text-decoration: none;
	color: #FFFFFF;
}
#page_content .dbx-content a {
	text-decoration: none;
	color: #333333;
}
#page_content .dbx-content a:hover {
	text-decoration: none;
	color: #3C77D9;
}
/***************** drag and drop RSS container 14/05/2008 ********************/

/**************** css for mysms (parent desktop)  ***************/
.tablib_table{
	border-collapse:separate;
	border-spacing:0px;
	empty-cells:show;
	text-align:left;
	vertical-align:top;
	width:100%;
	line-height: 15px;
}

.tablib_emptyTab{
	border-bottom:1px solid #676767;
	padding:0px 1px;
}

.tablib_selected,
.tablib_unselected{
	width:20%;
}

.tablib_selected{
	background-color: #FFFFFF;
	border-color:#676767;
	border-style:solid;
	border-width:1px 1px 0px;
	color: #3366CC;
	cursor: default;
	font-weight:bold;
	padding: 2px 0px;
}

.tablib_unselected{
	background-color:#DDDDDD;
	border-color: #AAAAAA rgb(170,170,170) rgb(103,103,103);
	border-style:solid;
	border-width:1px;
	color:#000000;
	cursor: pointer;
	padding: 2px 0px;
}

.tablib_spacerTab{
	border-bottom: 1px solid #676767;
	padding: 0px 1px;
	width: 1px;
}

.tablib_content_container{
	font-family:arial,sans-serif;	
}

.tablib_content_container .tablib_infotable{
	font-size: 1.0em;
	font-family: arial,sans-serif;
}
.tablib_content_container .alternate {
	background: #F7F7F7;
}
.tablib_content_container .tablib_infotable_header {
	background: #CCCCCC;
}
/**************** end css for mysms (parent desktop)  ***************/



/************************************************
*	Domtab 	(22/05/2008 choocw)								    * 
************************************************/

.domtab {
	float: left;
	/*width: 320px;*/
	width: 780px;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
	}

.domtab div li {
	margin: 0px 0px 0px 10px;
	list-style: none;
	}		
		
.domtab h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

ul.domtabs {
	/*width: 320px;*/
	width: 760px;
	margin: 0px 0px 0px 0px;	
	padding: 0px; 
	float: left;
	background: #FFFFFF;
	}

ul.domtabs li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
li.first {
	border-left: 1px solid #B1C3D4;
	padding: 0px;
	margin: 0px;
	}

ul.domtabs li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 7px 5px 7px;
	border-right: 1px solid #B1C3D4;
	border-top: 1px solid #B1C3D4;
	text-decoration: none;
	background: #FFFFFF;
	}

ul.domtabs li a:hover {
	border-right: 1px solid #B1C3D4;
	background: #E8EDF1;
	}

ul.domtabs li.active a {
	border-right: 1px solid #B1C3D4;
	background: #E8EDF1;
	}

.domstory {
	background:#E8EDF1;
	/*width: 300px;*/
	width: 760px;
	float: left;
	/*padding: 10px 10px 0px 10px; */
	padding: 10px 10px 10px 10px; 
	margin: 0px;
	border-left: 1px solid #B1C3D4; 
	border-right: 1px solid #B1C3D4; 
	border-bottom: 1px solid #B1C3D4; 
	}
*html #domstory_content .cont {
	padding-bottom: 5px; 
}
#domstory_content .title_style {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
#domstory_content .title_style a {
	text-decoration: none;
}
/******************* end Domtab *************************/


/**************** start css for school calendar ***************/
.sch_cal{
	width:650px;
	background: #3C77D9 url(images/right_corner.gif) no-repeat scroll right top;
}
.sch_cal_2{	
	background: url(images/left_corner.gif) no-repeat scroll left top;
}
.sch_cal_2 a{
	text-decoration:none;
}
.sch_cal_3{	
	background: #3C77D9;
}
.sch_cal_3 #line_height{	
	line-height:25px;
}
.sch_cal_4{	
	border: 1px solid #3C77D9;
	background: white;
}
.sch_cal_disabled_tab{
	background: #E8EEF7 url(images/right_corner_light.gif) no-repeat scroll right top;
}
.sch_cal_disabled_tab a{
	text-decoration:none;
}
.sch_cal_disabled_tab_2{	
	background: url(images/left_corner_light.gif) no-repeat scroll left top;
}
.sch_cal_header{
	color:#FFFFFF;
}
.tbl_1_width{
	width:650px;
}
.tbl_2_width{
	width:640px;
}
/**************** end css for school calendar  ***************/
