@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	width:100%;
	height:100%;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input[type=text],input[type=password],textarea,select{
	border:1px solid #DEDEDE;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.data{
	text-align:left;
}

.data input[type=text],.data input[type=password],#login input[type=text],#login input[type=password], .data select, .data textarea{
	width:150px;
}

.data textarea{
	height:18px;
}
.class_groups input[type=text]{
	margin-bottom:4px;
}

input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus{
	border:1px solid #000;/*C9F5C9;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    box-shadow: 1px 1px 5px #AAA;	
	-webkit-box-shadow: 1px 1px 5px #AAA;	
 	-moz-box-shadow:1px 1px 5px #AAA;
}

/*input[type=text]:hover,input[type=password]:hover,textarea:hover,select:hover{
	border:1px solid #70B870;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}*/

input[type=button],input[type=submit],input[type=reset]{
	cursor:pointer;
	background:#048E42 url(images/b.png) top left repeat-x;
	border:1px solid #05632f;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
	color:#FFF;
	font-size:12px;
	padding-bottom:3px;
	height:20px;
}

input[type=button]:focus,input[type=submit]:focus,input[type=reset]:focus{
	cursor:pointer;
	background:#077C3B;
	border:1px solid #05632f;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
	color:#FFF;
	font-size:12px;
	padding-bottom:3px;
	height:20px;
}

#js_miss{
	color:#F00;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	border:3px solid #F00;
	padding:5px;
}

#main{
	min-width:1050px;
	width:100%;
	height:100%;
}

#header{
	height:120px;
	background: transparent url(images/header.png) left top no-repeat;
	text-align:left;
	vertical-align:bottom;
	cursor:pointer;
}

#banner{
	height:90px;
	padding:5px;
	text-align:right;
	vertical-align:top;
}

#school_name{
	height:17px;
	background:#DFDFDF url(images/f.png) left top repeat-x;
	padding:3px 10px 0 0;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
    text-shadow: 2px 2px 2px #FFF;	
	-webkit-text-shadow: 2px 2px 2px #FFF;	
 	-moz-text-shadow:2px 2px 2px #FFF;
}

.member{
	padding:0 3px 10px 3px;
}

.member .title{
	font-weight:bold;
}

.not{
	visibility:hidden;
}

.thumber{
	/*margin:10px 0 10px 0;*/
	padding:10px 0 10px 0;
}

a{
	height:auto;
	text-align:left;
	padding:0 3px 0 3px;
	font-weight:bold;
	color:#048E42;
}

a:hover{
	height:auto;
	text-align:left;
	padding:0 3px 0 3px;
	background-color:transparent;
	border:none;
	font-weight:bold;
	color:#000;
}

.menu{
	width:150px;
	background-color:#DFDFDF;
	text-align:left;
	vertical-align:top;
}

.menu a{
	display:block;
	width:100%;
}

.menu .ml{
	display:block;
	width:100%;
	min-height:18px;
	font-weight:bold;
	color:#000;
	padding:2px 0 0 3px;
	text-decoration:none;
}

.menu .missing_settings{
	display:block;
	width:100%;
	min-height:18px;
	font-weight:bold;
	color:#FFF;
	padding:2px 0 0 3px;
	text-decoration:none;
	background-color:#F00;
}

.menu .ml:hover{
	display:block;
	width:100%;
	min-height:18px;
	font-weight:bold;
	color:#FFF;
	padding:2px 0 0 3px;
	text-decoration:none;
	background-color:#048E42;
	border-left:3px solid black;
}

.menu .missing_settings:hover{
	display:block;
	width:100%;
	min-height:18px;
	font-weight:bold;
	color:#FFF;
	padding:2px 0 0 3px;
	text-decoration:none;
	background-color:#F55;
	border-left:3px solid white;
}

#content{
	min-width:900px;
	background-color:#EEE;
	padding:0 10px 10px 10px;
	text-align:center;
	vertical-align:top;
}

#content table{
	margin:auto;
}

#content table td{
	/*text-align:left;*/
	vertical-align:top;
}

#footer{
	background-color:#DFDFDF;
	text-align:center;
	height:20px;
	font-weight:bold;
}

.errors, .new_msg{
	text-align:center;
	color:red;
}

h1{
	color:#048E42;
	text-transform:uppercase;
	font-size:20px;
    text-shadow: 2px 2px 2px #DEDEDE;	
	-webkit-text-shadow: 2px 2px 2px #DEDEDE;	
 	-moz-text-shadow:2px 2px 2px #DEDEDE;
	text-align:center;
	margin-top:20px;
}

.contents,.messages,.class_members{
	width:90%;
	background-color:#DEDEDE;
	border:1px solid #999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.class_members{
	text-align:left;
}

.class_members .stu{
	display:inline-block;
	width:18%;
}

.messages_new{
	width:90%;
	border:1px solid #F00;
	background-color:#F6DBDB;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.messages_new a,.messages_new .half_title{
	color:#000;
}

.messages_new .half_title{
	background:#DEDEDE url(images/r.png) top left repeat-x;
}

.contents .title, .class_members .title{
	background:#DEDEDE url(images/f.png) top left repeat-x;
	color:#048E42;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.class_members .img_td{
	width:120px;
}


.half_title{
	width:50%;
	background:#DEDEDE url(images/f.png) top left repeat-x;
	color:#048E42;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.right{
	text-align:right;
}

.half_title a{
	text-decoration:none;
}

.contents_text{
	padding:3px 10px 10px 10px;
	text-align:justify;
}

.contents_footer{
	text-align:right;
}

.message,.les_set, .week, .class_set, .member_set, .year{
	width:90%;
	/*height:100%;*/
}

.week, .year, .leaves, .leaves_s{
	border:1px solid #999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.password_set{
	width:auto;
}

.password_set .label{
	text-align:left;
}

.les_set .label,.class_set .label, .member_set .label{
	width:50%;
	text-align:right;
}

.les_set .data,.class_set .data, .member_set .data{
	width:50%;
	text-align:left;
}

.member_set .date select{
	width:auto;
}

.les_set .setting,.class_set .setting, .member_set .setting{
	text-align:center;
}

.week, .year{
	background-color:#DEDEDE;
	text-align:center;
}

.week select,.year select{
	width:70px;
}

.week input[type=submit]{
	width:30px;
}

.week .hours,.set_sub .hours, .year .hours{
	border:none;
	background:#DEDEDE url(images/t.png) top left repeat-x;
	color:#048E42;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:140px;
}

.set_sub .hours{
	width:auto;
}

.week .days,.set_sub .days, .year .months{
	border:none;
	background:#DEDEDE url(images/t.png) top left repeat-x;
	color:#048E42;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:14%;
}

.week td,.set_sub td,.year td{
	border:1px solid #CDCDCD;
}

.week .colored td,.set_sub .colored  td,.year .colored  td{
	border:1px solid #DEDEDE;
}

.year .months{
	width:7%;
}

.message .to{
	width:80%;
	text-align:left;
	vertical-align:middle;
}

.message .to label{
	display:inline-block;
	width:50px;
	text-align:left;
	vertical-align:middle;
}

.message .to input{
	width:90%;
	text-align:left;
	vertical-align:top;
}

.message .to_message{
	width:80%;
	text-align:left;
	vertical-align:top;
}

.message .to_members_class{
	width:20%;
	text-align:left;
	vertical-align:middle;
}

.message .to_members{
	width:20%;
	text-align:left;
	vertical-align:top;
}

.message .to_members select{
	width:100%;
	height:200px;
}

.message .to_message textarea{
	width:100%;
	min-height:200px;
	max-height:100%;
}

.del_btn{
	text-align:right;
	margin:auto;
	width:90%;
}

img{
	border:none;
}

.img_promo{
	display:inline-block;
	border:3px solid #CDCDCD;
	margin:3px;
}

.img_promo:hover{
	display:inline-block;
	border:3px solid #000;
	margin:3px;
	opacity:.7;
}

.colored{
	background-color:#CDCDCD;
}

#content .set_sub{
	margin:0;
	border:1px solid #999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.set_sub .days{
	width:50px;
}
.set_sub td{
	border:1px solid #BCBCBC;
}

.subjects, .classes_s, .classes, .members_s, .adv_s, .system_s, .leaves{
	width:90%;
	background-color:#DEDEDE;
	border:1px solid #999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.classes_s .title,.subjects .title, .leaves_s .title{
	background:#DEDEDE url(images/f.png) top left repeat-x;
	color:#048E42;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:20%;
}

.members_s .title, .adv_s .title, .leaves .title{
	background:#DEDEDE url(images/f.png) top left repeat-x;
	color:#048E42;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:25%;
}

.adv_s .title{
	 width:20%;
}

.system_s .title{
	background:#DEDEDE url(images/f.png) top left repeat-x;
	color:#048E42;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:33%;
}

.classes .title{
	background:#DEDEDE url(images/f.png) top left repeat-x;
	color:#048E42;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:25%;
}

#system_message_iframe_title{
	padding:0 3px 0 3px;
	font-weight:bold;
}

#system_message_iframe{
	max-height:200px;
	background-color:#FFF;
	overflow:auto;
	border:1px solid #CCC;
	margin:3px;
}

.system_message{
	font-size:10px;
}

.system_title{
	color:#048E42;
	font-weight:bold;
	padding: 0 2px 0 2px;
	background-color:#EEE;
	text-align:left;
}

.system_content{
	padding:0 3px 0 3px;
	text-align:justify;
}

.system_date{
	font-weight:bold;
	padding: 0 2px 5px 2px;
	text-align:right;
}

#small_banner{
	padding-top:5px;
	text-align:center;
}

.rate{
	cursor:pointer;
}

.rate_com{
	border:1px solid #048E42;
	background-color:#FFF;
	font-size:10px;
	text-align:justify;
	padding:5px;
	position:absolute;
	margin:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.download{
	text-align:center;
	font-size:20px;
}

.download a{
	text-decoration:none;
}

.submenu{
	text-align:left;
	background:#DDD;
	padding:3px;
	margin:0 -10px 0 -10px;
}

.exp_div{
	text-align:right;
	width:95%;
}


/*install*/
#stepbar{
	text-align:center;
}

.step{
	background:transparent url(images/step_deactive.png) top left no-repeat;
	color:#FFF;
	text-transform:uppercase;
	font-size:20px;
    text-shadow: 2px 2px 2px #DEDEDE;	
	-webkit-text-shadow: 2px 2px 2px #DEDEDE;	
 	-moz-text-shadow:2px 2px 2px #DEDEDE;
	text-align:center;
	margin:20px;
	padding-top:15px;
	display:inline-block;
	width:60px;
	height:45px;
}

.active{
	background:transparent url(images/step_active.png) top left no-repeat;
}

.step_t{
	margin:auto;
}
