@CHARSET "UTF-8";

body {
	background: #EDF0F4 url("../images/bg.jpg");
	margin : 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial,verdana,sans-serif;
}

a {
	text-decoration: none;
	color: blue;
}

ul {
	list-style-type: none;
}

a:hover {
	text-decoration:underline;
}

#sidebar a {
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:none;
}

a img {
	border: none;
	
}


#wrapper {
	width: 100%;
	height: 100%;
	background: #EDF0F4 url("../images/bg.jpg");
}

#header {
	margin: 0px;
	padding-top: 10px;
	background:#EDF0F4 url(../images/header_background.png) repeat-x;
	padding-bottom: 4px;
}

#logo {
	float: left;
	height:42px;
	margin-left: 10px;
}

#logo img {
	height:40px;
}

#config {
	font-size: 1.0em;
	position:absolute;
	right:5px;
	top:10px;
	color:#eee;
}

#config b {
	color:#333;
}

#menu {
	background: url("../images/menu_bg.png") repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	margin: 0 10px;
	color:#eee;
	padding-top:7px;
	padding-left:15px;
	padding-bottom:3px;
}

#menu a {
	color:white;
	font-size:1.1em;
	font-weight:bold;
}

#page {
	height: auto;
	margin: 10px;
	
}

#sidebar {
	float: left;
	width: 20%;
	min-height:400px;
}

.sidebar-clear {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C4C4C4;
	overflow: hidden;
	padding: 10px 10px;
	-moz-border-radius: 4px;
	-opera-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-bottom:25px;
}

.sidebar-clear ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
	
.sidebar-pri-list li{
	background-position: 1% 50%;
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 25px;
	width: 2em;
	font-weight: bold;
	color: #000;
	border-bottom:1px solid #CCCCCC;
	line-height: 20px;
	width: 92%;
	font-size:1.1em;
}
.sidebar-pri-list li.active {
	margin-top:2px;
	background-color: #9F9F9F;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	color: #fff;
	border-bottom:none;
}


.sidebar-pri-list li a{
	color: #000;
}

.sidebar-pri-list li.active a{
	color: #fff;
}

.sidebar-sec-list li{
	background-image: url('../images/button_arrow_right.gif');
	background-position: 0% 50%;
	padding: 1px;
	margin-left: 20px;
	font-size: 1.0em;
	color: #000;
	font-weight: normal;
	border: none;
	width: 87%;
	padding-left:10px;
	border-bottom:1px dotted white;
}

.sidebar-sec-list li:hover {
	border-bottom:1px dotted #eee;
	
}


.sidebar-sec-list li.active {
	background-color: #696969;
	border: 1px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	color: #fff;
	background-position: 5% 50%;
}

.sidebar-ter-list li{
	margin-left: 40px;
	padding-left: 3px;
	width: 83%;
	
}

.sidebar-ter-list li.active {
	background-color: #696969;
	border: 1px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	color: #fff;
	background-position: 5% 50%;
}

#content{
	background: #fff;
	float: right;
	border: 1px solid;
	height: 100%;
	border: 1px solid #C4C4C4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	padding-left:15px;
	padding-bottom:15px;
	position:relative;
}

.contentfull {
	width: 98.6%;
}

.contentnorm {
	width: 77%;
}

.general{
	padding: 5px;
	font-size: 1.0em;
	border:0px;
}

.general h3 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.general .empty {
	width: 30px;
}

.general table {
	border:0px;
	width:100%;
}

.general table tr {
	margin-right: 10px;
		
}

.general .filterpanel {
	background: url("../images/filter_bg.jpg") repeat-x;
	width: 99.5%;
	padding: 0px;
	padding-left: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	border: 1px solid #DFDFDF;
	min-height: 34px;
	
}

.general .filterpanel form {
	float:left;
}

.general .filterpanel select {
	font-size: 0.9em;
	margin-right: 10px;
	padding:5px;
}

.general .filterpanel input[type="submit"] {
	padding:5px;
	margin-top:2px;
}

.general .filterpanel a {
	float: right;
	margin-right: 5px;
	background: #696969;
	color: white;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-opera-border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
}

.general .filterpanel a:hover {
	background:#4F4F4F;
}

.general table th {
	height: 30px;
	background: #E5E5E5;
	text-align: right;
	padding-right: 10px;
	border:0px;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}

.general table thead th:hover{
	background: #666;
	color: #fff;
	cursor:pointer;
	cursor:hand;
}

.general table th a {
	background:white;
}



.general table tr th:hover{
	background: #666;
	color: #fff;
	cursor:pointer;
	cursor:hand;
}

.general table td {
	padding:3px;
	text-align: right;
	padding-right: 10px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}

.general table td:first-child {
	border-left:1px solid #eee;
}

.general table tr:last-child td:first-child{
	-moz-border-radius-bottomLeft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-opera-border-bottom-left-radius: 6px;
}

.general table tr:last-child td:last-child{
	-moz-border-radius-bottomRight: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-opera-border-bottom-right-radius: 6px;
}

.general table tr:hover td {
	background:#FFFCDF;
}

#content h1 {
	border-bottom:1px dotted #eee;
	color:#4a4a4a;
	font-family:Helvetica;
	padding-bottom:2px;
	background:url("../images/tick.png") no-repeat;
	background-position:center left;
	padding-left:25px;
	font-size:1.7em;
	padding-top:3px;
}

#footer {
	height: 50px;
	margin: 5px;
	text-align:center;
	border-top:1px solid #dbdbdb;
	padding-top:15px;
	margin-top:15px;
	font-size:0.8em;
}


.clear {
	clear: both;
}

.login_box {
	text-align:center; 
	background:white; 
	border:1px solid #dbdbdb; 
	padding:5px; 
	margin-top:50px; 
	margin-left:auto; 
	margin-right:auto; 
	width:500px;
	padding-top:25px;
	padding-bottom:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-opera-border-radius:5px;
}

.login_box #text {
	font-size:13px; 
	border-bottom:1px solid #eee; 
	padding-bottom:10px;
}

h1 {
	color:#4F4F4F;
	font-size:1.5em;
	margin-top:15px;
}

.form {
	width:100%;
	
}

.form td {
	border-bottom:1px solid white;
}

.form tr:hover {
	background:#fff9ca;
}

.form input[type=text] {
	width: 222px;
	color:black;
	padding:2px;
}

.form input[type=password] {
	width: 222px;
	color:black;
	padding:2px;
}

.form textarea {
	width: 222px;
	color:black;
	padding:2px;
}

.form select {
	width: 224px;
	color:black;
	padding:2px;
}

.number {
	text-align:center;
	padding:5px;
	margin-top:10px;
	background:url(../images/number_bg.jpg) repeat-x;
	background-position:center;
	width:95%;
}

.number h2 {
	font-size:1.0em;
	background:white;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #a1a1a1;
	background:url(../images/number_h1_bg.jpg) repeat-x;
	color:white;
	padding:2px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
}

.action img {
	margin-right:5px;
}

.details .form td {
	padding:3px;
}

.details .form tr td:first-child {
	font-weight:bold;
}

.details span {
	font-size: 1.5em;
}

.student_id {
	float:right;
	margin-top:-40px;
	font-size:1.1em;
	color:white;
	background:#646464;
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-right:5px;
}

#myTable th {
	cursor:pointer;
	cursor:hand;
}

.split {
	border-bottom:1px solid #eee;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}

small {
	color:#333;
}


/* Gradeinfo */

#tompemnuecontainer {
	position:absolute;
	top:-29px;
}

#topmenu {
	list-style-type: none;
	font-weight: bold;
	margin-left:-40px;
}

#topmenu li {
	float: left;
	
}

#topmenu li a {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	border-color:#D5D5D5 #D5D5D5;
	border-style:solid solid none;
	border-width:1pt 1pt 0;
	margin-right: 7px;
	background: #EDF0F4;
	font-size: 1.2em;
	text-decoration: none;
	-moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
}

#topmenu li a:hover {
	padding: 3px 7px 1px 7px;
	margin-right: 3px;
}

#topmenu li a.active {
	padding: 3px 7px 1px 7px;
	margin-right: 3px;
	background: #fff;
}

.smallinfo {
	float: left;
	margin-left: 40px;
	margin-top: 20px;	
	width: 40%;

}

.smallinfo img {
	width: 150px;
	float: left;
	margin-right: 7px;
}

.general #timetable tr td {
	height: 50px;
}

.general #timetable tr td:first-child {
	background: #E5E5E5;
	font-weight: bold;
}


.general #timetable tr:hover td:first-child {
	background: #E5E5E5;	
}

.general #timetable tr:hover td:first-child:hover {
	background: #666;
	color: #fff;
	cursor: hand;
	cursor: pointer;
}


.general #timetable tr:hover td {
	background: #fff;
}

.general #timetable tr:hover td:hover {
	background: #E5E5E5;
}

/* ATTENDENCE */

.peresent {
	background:#eee;
	width:10px; height:10px;
	margin-left:10px;
}

.late {
	background:yellow;
	width:10px; height:10px;
	margin-left:10px;
}

.absent {
	background:red;
	color:white;
	width:10px; height:10px;
	margin-left:10px;
}

.excused {
	background:orange;
	width:10px; height:10px;
	margin-left:10px;
}

.attendance_bar {
	float:left; 
	margin-left:15px; 
	padding:5px; 
	width:50px;
	padding-bottom:10px;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-opera-border-radius:3px;
}

.month_list {
	margin-left:10px;
	border-right:1px solid #eee;
	padding-right:15px;
}

.month_list_active {
	margin-left:10px;
	border-right:1px solid #eee;
	padding-right:15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-opera-border-radius:3px;
	font-weight:bold;
}

.edit_list td{
	border-top:1px solid #dbdbdb;
}

.general table .edit_list:hover td {
	background:white;
	
}

.none {
	display:none;
}

.calendar_hover {
	color:#666;
}
.calendar_hover:hover {
	color:black;
}

.secondary_sidebar {
	float:left; 
	width:15%; 
}

.secondary_sidebar ul {
	background:white;
	padding:0px;
	list-style-type:none;
	margin:0px;
	border:1px solid #eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width: 87%;
	margin-bottom: 10px;
}

.secondary_sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	padding-left: 15px;
}

.secondary_sidebar ul li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-TopLeft: 4px;	
	-moz-border-radius-TopRight: 4px;
}

.secondary_sidebar ul li:last-child {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-BottomLeft: 4px;	
	-moz-border-radius-BottomRight: 4px;
	border-bottom: none;
}

.secondary_sidebar ul li:hover {
	background:#eee;
}

.secondary_sidebar ul li.active {
	background:#f36f25;
}

.secondary_sidebar ul li.active a {
	color: #fff;
}

.secondary_sidebar ul li a {
	padding:0px;
}

table#cadminpanel {
	border-spacing: 10px;
	border: none;
	width: 100%;
}

table#cadminpanel td {
	background: #F7F7F7;
	border: 1px solid #BFBFBF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


table#cadminpanel td.block-top {
	width: 20%;
}

table#cadminpanel td.block-bottom {
	width: 45%;
}

table#cadminpanel h1 {
	font-size: 1em;
	margin-top: 2px;
}

table#cadminpanel ul li {
	margin-top: 4px;
}

table#cadminpanel ul li a {
	color: #222;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('../load.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#mail_menu {
	float:left;
	width:15%;
}

#mail_menu ul {
	margin:0px;
	padding:0px;
}

#mail_menu ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	background: url("../images/button_arrow_right.gif") no-repeat;
	background-position:3px center;
	padding-left:10px;
}

#mail_menu ul li:hover {
	background: #f9f9f9 url("../images/button_arrow_right.gif") no-repeat;
	background-position:3px center;
}

#mail_menu .active {
	background: #E5E5E5 url("../images/button_arrow_right.gif") no-repeat;
	background-position:3px center;
}

#mail_menu .active a {
	color:#4A4A63;
}

.announcements .title_a {
	margin:0px;
	padding:3px;
	background:#C4C4C4;
	color:white;
	font-size:1.1em;
	margin-bottom:5px;
}

.announcements a {
	color:blue !important;
}

.strelka {
	float:right; margin-top:5px; margin-right:5px;
}

.announ li {
	list-style-type:none;
	padding:5px;
	background-position:5% center;
	padding-left:10px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}


.announ {
	margin:0px;
	padding:0px;
}

.announ .confirm {
	float: right;
	font-size: 0.7em;
}


.announ .confirmed {
	float: right;
	display: none;
}

.link {
	color:blue !important;
	cursor:pointer;
	cursor:hand;
}

.link:hover {
	text-decoration:underline;
}

.general table.edit_table {
	width: 520px;
	border: 0px;
}

.general table.edit_table tr td {
	border: 0px;
	text-align: left;
	border-bottom: 1px dashed #dbdbdb;
	min-height: 300px;
}

.general table.edit_table tr td textarea {
	width: 300px;
	height: 100px;
}

.photo {
	width:40px;
	float:left;
	margin-right:5px;
}

.frame {
	border:1px solid #eee;
	background:white;
	padding:7px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.s_name {
	font-size:1.2em;
}

#record td {
	padding:5px;
	border-bottom:1px solid #eee;
}

.group_box {
	width:260px;
	height:130px;
	background:white;
	border:1px solid #ddd;
	float:left;
	margin-left:25px;
	margin-bottom:25px;
	border-bottom:2px solid #eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.group_box h3 {
	font-size:1.1em;
	margin:0px;
	padding:0px;
	background:#b5d600;
	padding:6px;
	color:white;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-top-left:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-top-right:5px;
	padding-left:15px;
}

.group_box a {
	padding:3px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.group_box a:hover {
	background:#b5d600;
	text-decoration:none;
	color:white;
}

.whitebox {
	background:white;
	border:1px solid #eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:15px;
	padding-top:0px;
	margin:15px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.staff {
	width:170px; 
	margin:1px;
	float:left;
	height:50px; 
	padding:5px; 
	border:1px solid #eee;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

#main {	width: 98%; padding: 0px 19px 0 0;}
#main table { border-top: 1px solid #ddd; width: 100%; }
#main table tr td { background: #f6f6f6; padding: 0px 20px; height: 29px; line-height: 29px; border-bottom: 1px solid #ddd; }
#main table tr.odd td {	background: #fbfbfb; }
#main table tr:hover td { background: #fdfcf6; }
#main table .action { text-align: right; padding: 0 10px 0 10px;}
#main table tr .action a { margin: 0 0 0 10px; text-decoration: none; color: #9b9b9b; }
#main table tr:hover .action .edit { color: #c5a059; }
#main table tr:hover .action .delete { color: #a02b2b; }
#main table tr:hover .action .pages { color: green; }
#main .new { color: #306EFB; font-weight: bold; }
#main .edit { color: #c5a059; }
#main table tr:hover .action a:hover { text-decoration: underline; }
#main fieldset { border: 1px solid #ddd; padding: 19px;	margin: 0 0 20px 0; background: #fbfbfb; }
#main fieldset p { margin: 0 0 14px 0; float: left; width: 100%;  }
#main fieldset label { display: block; width: 100%; margin: 0 0 7px 0; line-height: 12px;}

.ob_box {
	-moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
	width:120px;
	line-height:1.5em;
	float:left;
	margin-bottom:25px;
	padding:15px;
	margin-left:15px;
}

.ob_box:hover {
	-moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3); 
	-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
}

.ob_box img {
	float:left;
	width:120px;
	height:150px;
	margin-bottom:1px;
}

.ob_box h4 {
	margin:0px;
	font-size:1.2em;
	margin-bottom:5px;
	color:#333;
}

.ob_box .links {
	background:#666;
	margin:-15px;
	margin-top:10px;
	color:#555;
}

.ob_box .links a {
	padding:2px;
	color:white;
	text-decoration:none;
	margin-left:15px;
}

.ob_box .links ul {
	margin:0px;
	padding:0px;
}

.ob_box .links li:hover {
	background:#333;
}

#topmenu_more {
	padding:0px;
	padding-top:5px;
	margin:0px; 
	position:absolute;
	right:5px;
	background:white;
	border:1px solid #eee;
	z-index:888;
	top:18px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

#topmenu_more li {
	padding:5px;
	padding-left:15px;
	padding-right:15px;
}

#topmenu_more li:hover {
	background:#666;
}

#topmenu_more a {
	text-decoration:none;
}

#topmenu_more li:hover a {
	color:white;
}

.more_active {
	border-top:1px solid #eee !important;
	border-left:1px solid #eee !important;
	border-right:1px solid #eee !important;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
}

.more {
	background:white;
	z-index:999;
	position:absolute;
	right:5px;
	top:-6px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	text-decoration:none !important;
	padding:5px 5px 5px 5px; 
}

.ellipse {
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;
	width:100%;
}

.notification {
	background:#eee;
	border:1px solid white;
	opacity:0.9;
	position:fixed;
	padding:15px;
	color:#333;
	font-weight:bold;
	width:50%;
	top:-1px;
	left:25%;
	z-index: 99999;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	font-size:15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.notification a {
	text-decoration:underline;	
}

.notification input[type="button"] {
	background:#444;
	color:white;
	border:0px;
	float:right;
	padding:5px 25px;
}

.noborder {
	border:0px !important;
}

.noborder td {
	border:0px !important;
	background:none !important;
	text-align:left !important;
	valign:top;
}

.noborder td:hover {
	background:none !important;
	border:0px !important;
}

.ap .groups_box {
	border:1px solid #eee; 
	padding:5px; 
	width:45%;
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	-moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}

.ap .groups_box:hover {
	border:1px solid #F36F25;
}

.ap .groups_box .title {
	width:40%; 
	padding:5px; 
	float:left; 
	color:#666;
}

.ap .groups_box .title h2 {
	margin:0px; 
	padding:0px; 
	color:#F36F25;
}

.ap .groups_box .student_list {
	background:#F36F25; 
	padding:5px; 
	float:right; 
	right:0px; 
	width:40%;
}

.ap table {
	width:100%;
}

.ap table td {
	padding:5px;
}

.ap .marktable td {
	border:1px solid #eee;
	padding:5px;	
}

.ap .marktable tr:first-child td {
	background:#E6F4F7;
	font-weight:bold;
}

.ap .header_box {
	background:#E6F4F7;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:2px;
}

.ap .marktitle {
	color:#262262;
}

.ap .marktitle span {
	float:right;
	font-size:12px;
	color:#666;
}

.a4page {
	width:209mm;
	margin-left:auto;
	margin-right:auto;
	background:white;
	padding:60px;
	min-height:297mm;
	line-height:1.3em;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	outline:none;
}

.ap .color1 {
	background:#FCE0E9;
}

.ap .color2 {
	background:#D1E7BE;
}

.ap .color3 {
	background:#FFF0BC;
}

.ap .color4 {
	background:#F9C7DA;
}

.ap .color5 {
	background:#E8E4F1;
}

#pagination span {
	font-size:12px;
	background:#555;
	padding:5px;
	padding-right:10px;
	padding-left:10px;
	color:white;
}

#pagination a {
	font-size:12px;
	padding:5px;
	background:#666;
	padding-right:10px;
	padding-left:10px;
	color:white;
	text-decoration: none;
}

#pagination a:hover {
	background:#444;
}

#pagination {
	background:#666;
	padding:5px;
	font-size:12px;
}

.tinfo_title {
	margin:0px;
	padding:0px;
	font-size:1.2em;
	color:#333;
	margin-bottom:10px;
}

.wb_box {
	float:left;
	width:120px;
	text-align:center;
	margin-top:25px;
	margin-right:0px;
}

.wb_box img {
	width:102px;
	margin-bottom:5px;
}

.wb_box a {
	text-decoration: none;
	color:#333;
}

.wb_versions {
	margin:0px; padding:0px; margin-left:5px; margin-top:5px;
}

.wb_versions li {
	margin-bottom:5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.wb_access {
	margin:0px; padding:0px; margin-top:5px;
	margin-left: 5px;
}

.wb_access li {
	margin-bottom:5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

/*homework style start*/
.homework-div {
	overflow:hidden;
	border-top:1px solid orange;
}

.homework-table td {
	border-bottom:1px solid #eee;
	height:30px;
	white-space:nowrap;
	padding:10px 20px;
}

.homework-table {
	-moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
	margin-left: 0px;
}

.homeworks-students {
	border-right:1px solid #ccc;
	border-top:1px solid orange;
	-moz-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1);
}

.homeworks-students td {
	border-bottom:1px solid #eee;
	height:30px;
	white-space:nowrap;
	padding:10px 20px;
	text-align:left !important;
}

.homeworks-students img {
	float: left;
	margin-right:10px;
}

.homework-title td {
	border-bottom:1px solid #ccc;
	background:#f9f9f9;
	background-image: -moz-linear-gradient(bottom,  #eee,  #f9f9f9) !important;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#f9f9f9)) !important;
	padding-left:43px!important;
}

.homework-arrows {
	background-image: -moz-linear-gradient(bottom,  #eee,  #f9f9f9);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#f9f9f9));
	text-align: right;
	padding:5px;
	border-top:1px solid #ccc;
}

.homework-arrows img {
	width:22px;
	opacity: 0.8;
	cursor: pointer;
	cursor: hand;
}

.homework-arrows img:hover {
	opacity: 1;
}

.homework-arrows img:active {
	position: relative;
	top:1px;
	left:1px;
}

.homework-arrows a {
	color: #666;
	margin-top:5px;
	text-decoration: none;
	text-shadow: 0px 0px 0px #eee;
}
/*homework style end*/