/* basic styles */
*{ margin:0; padding:0;}
body{
	background-color:#FEE6A8;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
a{ color:#0066CC; text-decoration:none;}
a:hover{ color:#0066CC; text-decoration:none;}
ul{ list-style:none;}
ul li{ list-style:none;}
h1,h2,h3,h4,h5,h6{ font-family:"Times New Roman", Times, serif; font-weight:normal;}
h1{ font-size:22px; font-style:italic; color:#7b0101;}
h2{ font-size:20px; color:#df6c6c;}
h3{ font-size:14px; color:#850000;}
p{ font-family:"Times New Roman", Times, serif; font-size:12px; color:#505050;}
div{ height:auto;}
.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}
.padd10{ padding:10px;}
/*-----------------------------basic end--------------------------------*/
/*-----------------------------accordion menu start--------------------------------*/
#left_menu{
	width:253px;
	height:auto;
}
#left_menu ul{
	list-style:none;
	width:100%;
}
#left_menu ul li{
	height:auto;
}
#left_menu ul li a{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	height:auto;
	display:block;
	color:#b54545;
	padding: 7px 0 7px 35px;
	margin-bottom:1px;
	background:url(../images/arrow1.jpg) no-repeat 5px 3px;
	border:1px solid #e9e0e0;
}
#left_menu ul li a:hover{
	height:auto;
	color:#f49324;
	background-color:#ffffff;
}
ul#menu, ul#menu ul {
  list-style-type:none;
}

ul#menu li ul li a {
  background: #850000;
  color: #fff;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #9F0909;
  border-left: 5px #DF4545 solid;
  padding-left: 15px;
  color:#fff;
}
/*----------------accordion menu end-----------------------*/
div#main{ width:100%;}
div#wrapper{ width:980px; margin:0 auto; background-color:#FFF7DF;}
div#header{ height:93px; background:url(../images/logo.jpg) no-repeat left top; text-align:right; background-color:#fff;}
div#header ul{ padding:30px 15px 0 0;}
div#header ul li{ float:right;}
div#header ul li a{
	color:#5d5d5e;
	display:block;
	padding:7px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}
div#header ul li a:hover{ text-decoration:none; border:1px solid #e9e0e0; padding:6px 14px;}
div#banner{
	height:233px;
	background:url(../images/banner_bg.jpg) no-repeat 0 0;
}
div#left_cont_holder{ float:left; width:253px;}
#search_box{
	width:251px;
	height:30px;
	margin-bottom:7px;
	border:1px solid #f49324;
}
#search_box input{
	float:left;
	width:210px;
	height:28px;
	border:none;
	background-color:#fff;
	color:#f49324;
	padding-left:5px;
}
#search_box img{
	float:right;
	margin:3px 0 0 0;
	border:none;
	text-decoration:none;
}
#search_box img a{
	border:none;
	text-decoration:none;
}

#left_box{
	padding:10px;
	margin-top:30px;
	background-color:#f49324;
}
span.contact_ico img{ float:right; position:absolute; margin:-30px 0 0 50px;}
#left_box h1{
	margin-bottom:10px;
}
#left_box p{
	color:#fff;
}
#right_cont_holder{
	width:682px;
	float:right;
	padding:7px;
	border:1px solid #ebe0e0;
}
#right_cont_holder h1{
	margin-bottom:7px;
}
/*-----------------------------banner start--------------------------------*/
#login_box{
	float:right;
	width:230px;
	height:auto;
	margin:12px 12px 0 0;
	padding:10px 15px;
	background-color:#000;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	border:1px solid #981414;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}
.login_box_left{
	float:left;
	width:70px;
	height:auto;
}
.login_box_right{
	float:right;
	width:155px;
	margin-bottom:7px;
	
}

.login_box_left p{
	line-height:35px;
	margin-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
#login_box input,#login_box select{ margin:12px 0 0 0; height:22px; width:150px; border:1px solid #555;}
.btn_submit{ background-color:#F00; color:#fff; font-weight:bold; color:#000;}
.text_login{clear:both; color:#fff;}
.text_login a{ color:#F00; text-decoration:underline;}
/*-----------------------------tab start--------------------------------*/
.container {width: 100%; margin: 10px auto;}
ul.tabs {
	float: left;
	list-style: none;
	height: 32px;
	/*border-bottom: 1px solid #999;
	border-left: 1px solid #999;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	border-bottom: 6px solid #eee1e1;
	margin-right:15px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	font-size:14px;
	color: #df6c6c;
	display: block;
	font-size: 1.2em;
	padding: 0 42px;
	outline: none;
}
ul.tabs li a:hover {
	/*border-bottom: 1px solid #ccc;*/
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 6px solid #df6c6c;
}
.tab_container {
	border: 1px solid #eee1e1;
	padding-bottom:7px;
	margin-top:5px;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #f6eeee;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 15px;
	font-size: 1.2em;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.tab_content h3{
	padding-left:22px;
	background:url(../images/arrow2.png) no-repeat 0 3px;
}
.tab_content p{
	margin:3px 0;
	padding-left:22px;
}
html ul.tabs li.student_tab.active, html ul.tabs li.student_tab.active a:hover, .student_tab{ 
	background:url(../images/students_icon.png) no-repeat 2px 5px;
}
html ul.tabs li.teacher_tab.active, html ul.tabs li.teacher_tab.active a:hover, .teacher_tab{
	background:url(../images/teacher_icon.png) no-repeat 2px 5px;
}
html ul.tabs li.parents_tab.active, html ul.tabs li.parents_tab.active a:hover, .parents_tab{
	background:url(../images/parents_icon.png) no-repeat 2px 3px;
}
html ul.tabs li.admin_tab.active, html ul.tabs li.admin_tab.active a:hover, .admin_tab{
	background:url(../images/admin_icon.png) no-repeat 2px 3px;
}
.tab_left{
	float:left;
	width:48%;
}
.tab_right{
	float:right;
	width:48%;
}
/*-----------------------------tab end ///// start admin styles--------------------------------*/
.welcome_box{
	height:auto;
	width:100%;
	background-color:#59360C;
}
.welcome_box h3{ color:#fff; padding:5px 20px; font-weight:bold;}
.welcome_left, .welcome_rt{
	width:48%;
	padding:5px 0 5px 15px;
	margin-top:4px;
	color:#fff;
}
.welcome_left{
	float:left;
}
.welcome_rt{
	float:left;
	text-align:right;
}
.welcome_rt a{
	color:#F49324;
}

.feedback_form p{ padding:10px;}
/*-----------------------------admin style end ///// start table styles--------------------------------*/
table{
	border
}
table td{
	padding:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
TABLE TBODY TR TD{
	padding:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
