@charset "utf-8";

.badge {
	background-color: #b94a48 !important;
	padding: 2px 5px 2px;
	font-size: 11.025px;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	background-color: #999999;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.asterisk {
	color: red
}

.error {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.minForm {
	min-height: 530px;
}

a img {
	border: none;
}

.blink_me {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* For loading */
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	overflow: auto;
	/* this width is your loading img's width */
	width: 100px;
	/* please change the margin-top and margin-left here 
     * make sure the margin-top equals 1/2 loading img's height 
     * and the margin-left equals 1/2 loading img's width */
	margin: -50px 0 0 -50px;
}

@-moz-keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrap {
	width: 882px;
	margin: auto;
	height: 500px;
}

.clear {
	clear: both;
}

a {
	color: #000000;
}

a:visited,
a:active {
	color: #666666;
}

.hide {
	display: none;
}

/*Header*/
/*#topbar {background:url(images/topheader.jpg); background-size:100% 100%; background-color:#4C7D7E; height:50px; }*/
#topbar {
	/*background: #328aa4 url(images/tr_back.gif) repeat-x;*/
	background-color: #FFFFFF;
	border-bottom: 1px solid #A2A2A2;
	color: #B10B0B;
	background-size: 100% 100%;
	height: 70px;
}

#topbar #TopSection {
	margin: auto;
}

/*#sitename {display:block; height:40px; float:left; padding:5px; font: Verdana, Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal; color:#FFFFFF;}*/
#sitename {
	display: block;
	height: 40px;
	float: left;
	padding: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #B10B0B;
	padding-top: 22px;
	padding-left: 25px;
}

#sitename1 {
	float: right;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#sitename span {
	color: #FFFFFF;
	font-size: 35px;
}

#sitename a,
#sitename a:visited,
#sitename a:active,
#sitename a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#sitename span a,
#sitename span a:visited,
#sitename span a:active,
#sitename span a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#topbarnav {
	height: 36px;
	padding-top: 15px;
	text-align: right;
	padding-right: 40px;
	color: #B10B0B;
	font-size: 10px;
}

#topbarnav a {
	color: #FFFFCC;
}

#topbarnav a:visited, 
#topbarnav a.active {
	color: #FFFFCC;
}

#topbarnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#topbarnav .searchform {
	float: right;
	margin: 0px 15px 0px 0px;
}

.searchform .keywordfield {
	border: solid 1px #333333;
	background: #F8F2DA;
	padding: 3px;
}

#topbarnav .topnavitems {
	float: right;
	display: block;
}

#wrap #header {
	background: url(images/header.jpg) no-repeat;
	height: 229px;
	margin-top: 10px;
}

#header .introtext {
	display: block;
	padding: 60px 300px 25px 125px;
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 25px;
}

.highlight {
	background: #FFFFFF;
	color: #0099CC;
}

.highlight2 {
	color: #FFFF99;
	font-size: 28px;
	font-style: italic;
}

#headershort {
	background: url(images/headershort.jpg) no-repeat;
	height: 119px;
}

#headershort .subheader {
	font-size: 48px;
	color: #F1E8CB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	display: block;
	padding: 55px 55px 0px 20px;
}

/* Top Menu */
/*#topmenu {list-style:none; text-align:center; padding-top:4px; margin-left:3px; }*/
#topmenu {
	list-style: none;
	text-align: center;
	padding-top: 4px;
}

#topmenu li {
	display: inline;
}

/*#topmenu a, #topmenu a:visited, #topmenu a:active {	display:block;	text-decoration:none; color:#000000; float:left; height:65px; padding:9px 15px 0px 17px; border: 1px solid #000000; border-radius: 9px;-moz-border-radius: 9px;-webkit-border-radius: 9px; }*/
/*#topmenu a, #topmenu a:visited, #topmenu a:active {	display:block;	text-decoration:none; color:#FFFFFF; float:left; height:96px; width:150px; background-image:url(images/inner_inner_page_btnbg.png); background-size: 150px 96px; background-repeat: no-repeat; }*/
/*#topmenu a, #topmenu a:visited, #topmenu a:active {	display:block;	text-decoration:none; color:#000000; float:left; height:96px; width:150px; background-image:url(images/inner_inner_page_btnbg.png); background-size: 150px 96px; background-repeat: no-repeat; }*/
#topmenu a,
#topmenu a:visited,
#topmenu a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	float: left;
	height: 96px;
	width: 108px;
	border: 1px solid #000000;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

/*#topmenu a:hover {display:block; text-decoration:none; color:#333333; float:left; height:40px; padding:9px 15px 0px 17px; background:url(images/menubg2.jpg) no-repeat right top;  background-size: auto 65px;}*/
/*#topmenu a:hover {display:block; text-decoration:none; color:#333333; float:left; height:65px; padding:9px 15px 0px 17px; background-color:lightgray;}*/
#topmenu a:hover {
	display: block;
	text-decoration: none;
	color: #FF9933;
	float: left;
	height: 96px;
	background-color: lightgray;
}

#topmenu .active a,
#topmenu .active a:visited,
#topmenu .active a:active {
	display: block;
	text-decoration: none;
	color: #FF9933;
	float: left;
	height: 96px;
	width: 150px;
	background: #736F6E;
}

/*.active_set {display:block; text-decoration:none; color:#FFF !important; float:left; height:40px; padding:9px 15px 0px 17px; background:url(images/menubg2.jpg) no-repeat right top; background-size: auto 50px;}*/
/*.active_set {display:block; text-decoration:none; color:#000000 !important; float:left; width:150px; height:96px; background-color:lightgray;}*/
.active_set {
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
	float: left;
	width: 150px;
	height: 96px;
	background-color: lightgray;
}

#topmenu1 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/add_edit.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu1 a,
#topmenu1 a:visited,
#topmenu1 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu1 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/add_edit_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu1 .active a,
#topmenu1 .active a:visited,
#topmenu1 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu2 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/activate_ms.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu2 a,
#topmenu2 a:visited,
#topmenu2 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu2 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/activate_ms_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu2 .active a,
#topmenu2 .active a:visited,
#topmenu2 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu3 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/deactivate_ms.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu3 a,
#topmenu3 a:visited,
#topmenu3 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu3 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/deactivate_ms_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu3 .active a,
#topmenu3 .active a:visited,
#topmenu3 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu4 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/activate_da.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu4 a,
#topmenu4 a:visited,
#topmenu4 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu4 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/activate_da_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu4 .active a,
#topmenu4 .active a:visited,
#topmenu4 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu5 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/deactivate_da.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu5 a,
#topmenu5 a:visited,
#topmenu5 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu5 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/deactivate_da_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu5 .active a,
#topmenu5 .active a:visited,
#topmenu5 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu6 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/shift_class.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu6 a,
#topmenu6 a:visited,
#topmenu6 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu6 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/shift_class_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu6 .active a,
#topmenu6 .active a:visited,
#topmenu6 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu7 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/upgrade.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu7 a,
#topmenu7 a:visited,
#topmenu7 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu7 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/upgrade_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu7 .active a,
#topmenu7 .active a:visited,
#topmenu7 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu8 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/message.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu8 a,
#topmenu8 a:visited,
#topmenu8 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu8 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/message_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu8 .active a,
#topmenu8 .active a:visited,
#topmenu8 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu9 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/upgrade.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu9 a,
#topmenu9 a:visited,
#topmenu9 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu9 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/upgrade_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu9 .active a,
#topmenu9 .active a:visited,
#topmenu9 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu10 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/add_edit.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu10 a,
#topmenu10 a:visited,
#topmenu10 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu10 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/add_edit_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu10 .active a,
#topmenu10 .active a:visited,
#topmenu10 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu11 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/shift_class.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu11 a,
#topmenu11 a:visited,
#topmenu11 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu11 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/shift_class_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu11 .active a,
#topmenu11 .active a:visited,
#topmenu11 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu12 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/activate_ms.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu12 a,
#topmenu12 a:visited,
#topmenu12 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu12 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/activate_ms_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu12 .active a,
#topmenu12 .active a:visited,
#topmenu12 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}

#topmenu13 {
	list-style: none;
	text-align: left;
	width: 200px;
	background-image: url(images/deactivate_ms.png);
	background-size: 200px 100%;
	background-repeat: no-repeat;
}

#topmenu13 a,
#topmenu13 a:visited,
#topmenu13 a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: #73996E;
	width: 168px;
	text-align: left;
}

/*#topmenu1 a:hover {display:block; text-decoration:none; color:#333333; height:45px; padding:9px 15px 0px 17px; background:lightgray;}*/
#topmenu13 a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background-image: url(images/deactivate_ms_over.png);
	background-size: 200px 100%;
	background-repeat: no-repeat
}

#topmenu13 .active a,
#topmenu13 .active a:visited,
#topmenu13 .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}


/* Contents */
#contents {
	font-size: 11px;
}

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

#contents p {
	color: #666666;
	line-height: 22px;
}

#contents h2 {
	color: #8D6932;
	font-weight: normal;
}

#left {
	width: 570px;
	float: left;
	padding: 5px 20px 5px 5px;
	background: url(images/sidebarbg1.jpg) repeat-y right;
}

#left h3,
#left h4,
#left h5 {
	color: #009999;
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#left h3 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#left h4 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#left h5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#left h2 {
	font-size: 26px;
	display: block;
	border-bottom: solid 1px #ECDEB0;
	padding: 5px;
}

#left h2 a,
#left h2 a:visited,
#left h2 a:active {
	color: #8D6932;
	text-decoration: none;
}

#left h2 a:hover {
	color: #000000;
}

#left .postmetadata {
	display: block;
	background: url(images/metadatabg.jpg) no-repeat;
	margin: 10px 0px 20px 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

blockquote {
	display: block;
	border-top: dashed 1px #D2B87B;
	border-bottom: dashed 1px #D2B87B;
	text-align: center;
	margin: 10px;
	padding: 10px;
}

blockquote p {
	font-size: 12px;
}

#left img {
	background: #FFFFFF;
	border: solid 1px #cccccc;
	padding: 3px;
	margin: 5px;
}

#left .alignleft {
	float: left;
}

#left .alignright {
	float: right;
}

#left .postdata {
	display: block;
	padding: 3px;
	text-align: right;
	color: #999999;
	margin-bottom: 10px;
}

#left table {
	width: 95%;
	border: solid 1px #DCC48F;
}

#left th {
	padding: 5px;
	text-align: left;
	background: #E8D8B3
}

#left td {
	padding: 5px;
}

#left .alttr1 {
	background: #FFFFCC;
}

#left .alttr2 {
	background: #FFFFFF;
}

#left .alttr1 th {
	background: #ffffff;
}

#left .alttr2 th {
	background: #E7F4FA;
}

#left ul {
	padding: 10px;
	color: #666666;
}

#left ul li {
	padding: 3px;
	display: block;
	border-bottom: dashed 1px #E8D8B3;
}

#left p {
	margin: 10px 0px 10px 0px;
}

#left ol {
	padding: 10px;
	margin: 10px;
	color: #666666;
}

#left ol li {
	padding: 3px;
}

#left .contactform {
	padding: 10px;
	margin: 10px;
}

/*comments*/
.nocomments {
	color: #999999;
	font-size: 10px;
	display: block;
}

.commentlist {
	background: #FFFFCC;
	list-style-type: decimal;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li {
	border-bottom: solid 2px #EADDBF;
	padding: 5px;
}

.commentlist cite {
	display: block;
	color: #996633;
	font-weight: bold;
	padding: 0px 3px 3px 20px;
}

.commentmeta {
	display: block;
	font-size: 10px;
	padding: 3px;
	color: #999999;
}

.commenttxt {
	display: block;
	padding: 5px 5px 5px 15px;
}

.textfield {
	width: 190px;
	background-color: #F7F1E6;
	margin: 0px;
	border: 1px solid #C6A453;
}

.textfield:hover {
	background: #FFFFCC;
}

.textfield:focus {
	background: #ffffff;
}

/*sidebar*/
#sidebar {
	margin-left: 605px;
	padding: 5px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li ul {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar #categories li {
	display: block;
	height: 30px;
	border-bottom: solid 1px #E8DDB3;
}

#sidebar #categories a,
#sidebar #categories a:visited,
#sidebar #categories a:active {
	display: block;
	height: 22px;
	padding: 8px 5px 0px 5px;
	text-decoration: none;
	border-top: solid 1px #F8F4E0;
}

#sidebar #categories a:hover {
	display: block;
	height: 22px;
	padding: 8px 5px 0px 5px;
	text-decoration: none;
	border-top: solid 1px #F8F4E9;
	background: #FDFCF2;
}

#sidebar #blogroll li {
	display: block;
	height: 30px;
	border-bottom: solid 1px #E8DDB3;
}

#sidebar #blogroll a,
#sidebar #categories a:visited,
#sidebar #categories a:active {
	display: block;
	height: 22px;
	padding: 8px 5px 0px 5px;
	text-decoration: none;
	border-top: solid 1px #F8F4E0;
}

#sidebar #blogroll a:hover {
	display: block;
	height: 22px;
	padding: 8px 5px 0px 5px;
	text-decoration: none;
	border-top: solid 1px #F8F4E9;
	background: #FDFCF2;
}

#sidebar h2 {
	display: block;
	font-size: 18px;
	padding: 5px;
	border-bottom: solid 1px #E8DDB3;
}

#sidebar #recententries li {
	padding: 5px;
	border-bottom: solid 1px #e8ddb3;
}

/* Home Page Content */
#aboutdiv {
	float: left;
	padding: 3px;
	margin: 5px 2px 5px 5px;
	width: 100%;
	height: 900px
}

#aboutdiv .openquote {
	display: block;
	background: url(images/quote.gif) no-repeat;
	float: left;
	padding: 3px;
	width: 12px;
	height: 12px;
}

#aboutdiv h2,
#highlights h2 {
	padding: 5px;
	display: block;
	background: url(images/h2line.gif) repeat-x left bottom;
	color: #8D6932;
	margin: 0px 3px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#highlights {
	float: left;
	width: 144px;
	padding: 3px 3px 3px 10px;
	margin: 5px 0px 5px 0px;
	background: url(images/sidebarbg1.jpg) repeat-y left;
}

#highlights h3 {
	color: #8D6932;
	font-weight: normal;
	font-size: 14px;
}

#highlights h3 a {
	color: #9B7746;
	text-decoration: none;
	display: block;
	border-bottom: solid 1px #F5EFC9;
}

#highlights h3 a:hover {
	color: #B38348;
	display: block;
	text-decoration: none;
	background: #ffffcc;
	;
	border-bottom: dashed 1px #BC8F52;
}

#highlights ul {
	list-style: none;
	color: #999999;
	text-align: right;
}

#highlights li {
	display: block;
	padding: 3px;
	background: none;
	border-bottom: solid 1px #fff;
}

#highlights li:hover {
	display: block;
	padding: 3px;
	border-bottom: solid 1px #fff;
	background: #FFFFFF;
}

#homecontents {
	float: left;
	width: 530px;
	padding: 3px 3px 3px 20px;
	margin: 5px 5px 5px 0px;
	background: url(images/sidebarbg1.jpg) repeat-y left;
}

#homecontents p,
#left p,
#right p {
	margin: 10px 0px 10px 0px;
}

#homecontents h2 {
	display: block;
	color: #8d6932;
	border-bottom: solid 1px #E1D2A6;
	font-size: 22px;
}

#homecontents h2 a {
	text-decoration: none;
	color: #8d6932;
}

#homecontents h2 a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: solid 1px #000000;
	background: #ffffcc;
}

.postinfo {
	display: block;
	text-align: right;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
}

/*Footer*/

#footer {
	padding: 0px 0px 0px 0px;
	background-color: #F8F8F8;
}

#footercontent {
	width: 100%;
	margin: auto;
	padding: 0px;
}

/*#previews {padding:5px;}
#previews .item {width:120px; height:110px; float:left; text-align:center;}
#previews .item a img, #previews .item a:visited img, #previews .item a:active img{background:#efefef; border:solid 1px #CCCCCC; padding:3px;}
#previews .item a:hover img{background:#efefef; border:solid 1px #000000; padding:3px;}
#previews .item .caption {display:block; color:#CCCCCC;}
#copyright {margin:20px 0xp 20px 0px; padding:20px 0px 20px 0px; color:#FFFFFF; border-top:solid 1px #333333; background:url(images/copyrightbg.jpg) repeat-x;}*/
#footer a,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #FFFFCC;
}

/*#credit {background:url(images/topheader.jpg); background-size:100% 100%; height: 25px; padding:10px; border-top:solid 2px #666666; text-align:center; color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:12px;}*/
#credit {
	/*background: #328aa4 url(images/tr_back.gif) repeat-x;
	background-size: 100% 100%;*/
	
    color: #b9b9b9;
	padding: 15px;
	background: #FFFFFF;
	border-top: solid 1px #A2A2A2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
}

#credit a,
#footer a:visited,
#footer a:active,
#footer a:hover {
    color: #b9b9b9;
	/*color: #B10B0B;*/
}

/*background:#4C7D7E; */
table {
	border: 0px;
}

th {
	background-color: #B10B0B;
	color: #FFFFFF;
}

/*Table Design*/

table.schoolSite td {
	font: 50% Arial, Helvetica, sans-serif;
}

table.schoolSiteTable {
	width: 80%;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.schoolSiteTable th,
table.schoolSiteTable td {
	padding: .3em;
	border: 1px solid #000000;
}

table.schoolSiteTable th {
	background: #FFFFFF !important;
	color: #B10B0B;
}

table.schoolSiteTable td {
	background: #fff;
}

table.schoolSiteTable thead td {
	/*background: #328aa4 url(images/tr_back.gif) repeat-x;*/
	color: #B10B0B;
}

table.summaryTable {
	width: 95%;
}

table.summaryTableWithoutInstallment {
	width: 70%;
}

table.installmentTable {
	width: 95%;
}

table.paymentTable {
	width: 70%;
}

table.paymentRecieved {
	width: 70%;
}

table.addeditstudentTable {
	width: 80%;
}

table.addeditstudentDetails {
	width: 50%;
}

table.informationDetailsADM {
	width: 30%;
}

table.scnnedSSFLinkTable {
	width: 30%;
}

/*Table Design*/


/*#home{ 	
	padding-bottom:5px;
	background:url(images/home.png) no-repeat;  background-size: 45px 40px; height: 40px; width: 45px; 
}*/
#home {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/home_img.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#home span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#home:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/home_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

/*#add_edit{ 	
	display: inline-block;
	padding-bottom:5px;
	background:url(images/add_edit_user.png) no-repeat;  background-size: 45px 40px; height: 40px; width: 45px; 	
}*/
#add_edit {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/add_edit_students.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#add_edit span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#add_edit:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/add_edit_students_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#messages {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/messages.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#messages span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#messages:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/messages_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#classupgrade {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/classupgrade.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#classupgrade span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#classupgrade:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/classupgrade_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#shiftclass {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/shiftclass.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#shiftclass span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#shiftclass:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/shiftclass_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

.active_set_add_edit {
	background-color: lightgray;
}

.active_set_add_edit #add_edit {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/add_edit_students_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
}

/*#active_user{ 	
	display: inline-block;
	padding-bottom:5px;
	background:url(images/active_user.png) no-repeat;  background-size: 45px 40px; height: 40px; width: 45px; 	
	
}*/
#active_user {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/active_user_img.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#active_user span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#active_user:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/active_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

.active_set_active_user {
	background-color: lightgray;
}

.active_set_active_user #active_user {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/active_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
}

/*#active_user_da{ 	
	display: inline-block;
	padding-bottom:5px;
	background:url(images/active_user.png) no-repeat;  background-size: 45px 40px; height: 40px; width: 45px; 
	
}*/
#active_user_da {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/active_user_img.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#active_user_da span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#active_user_da:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/active_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

.active_set_active_user_da {
	background-color: lightgray;
}

.active_set_active_user_da #active_user_da {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/active_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
}

#active_user_cares {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/active_user_img.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#active_user_cares span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#active_user_cares:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/active_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

.active_set_active_user_cares {
	background-color: lightgray;
}

.active_set_active_user_cares #active_user_cares {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/active_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
}

/*#disable_user{ 	
	display: inline-block;
	padding-bottom:5px;
	background:url(images/disable_user.png) no-repeat;  background-size: 45px 40px; height: 40px; width: 45px; 
	
}*/

#disable_user {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/deactive_user_img.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#disable_user span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#disable_user:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/deactive_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

.active_set_disable_user {
	background-color: lightgray;
}

.active_set_disable_user #disable_user {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/deactive_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
}

#disable_user_cares {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/deactive_user_img.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#disable_user_cares span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#disable_user_cares:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/deactive_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

.active_set_disable_user_cares {
	background-color: lightgray;
}

.active_set_disable_user_cares #disable_user_cares {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/deactive_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
}

/*#disable_user_da{ 	
	display: inline-block;
	padding-bottom:5px;
	background:url(images/disable_user.png) no-repeat;  background-size: 45px 40px; height: 40px; width: 45px; 
	
}*/
#disable_user_da {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/deactive_user_img.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

#disable_user_da span {
	float: left;
	text-align: center;
	margin-top: 50px;
	width: 108px;
	height: 5px;
}

#disable_user_da:hover {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/deactive_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
}

.active_set_disable_user_da {
	background-color: lightgray;
}

.active_set_shift_class {
	background-color: lightgray;
}

.active_set_shift_class #shiftclass {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/shiftclass_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
}

.active_set_message {
	background-color: lightgray;
}

.active_set_message #messages {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/messages_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
}

.active_set_class_bulk {
	background-color: lightgray;
}

.active_set_class_bulk #classupgrade {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/classupgrade_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
}

.active_set_disable_user_da #disable_user_da {
	float: left;
	margin-top: 0px;
	padding-bottom: 5px;
	background-image: url(images/deactive_user_img_over.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 31px;
	width: 31px;
	background-position: center;
	width: 108px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #FF9933 !important;
}


#scanned_document {
	display: inline-block;
	padding-bottom: 5px;
	background: url(images/scanned_document.png) no-repeat;
	background-size: 45px 40px;
	height: 40px;
	width: 45px;

}


/*******************Buttons Design*************************/
input[type=button] {
	outline: 0;
	overflow: hidden;
	background-color: #B10B0B;
	color: #FFF;
	border: 1px solid #B10B0B;
	padding: 3px 5px 3px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

input[type=submit] {
	outline: 0;
	overflow: hidden;
	background-color: #B10B0B;
	color: #FFF;
	border: 1px solid #B10B0B;
	padding: 3px 5px 3px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

/*******************Buttons Design*************************/

/******************Combobox design*************************/
select {
	outline: 0;
	overflow: hidden;
	/*background-color:#F6F6F6;
	color:#5F7786;*/
	border: 1px solid #5F7786;
	padding: 3px 3px 3px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 6px;

}

select option {
	background: transparent;
}

input[type=text],
input[type=password],
textarea {
	outline: 0;
	overflow: hidden;
	/*background-color:#F6F6F6;
	color:#5F7786;*/
	border: 1px solid #5F7786;
	padding: 3px 3px 3px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 5px;
}

/******************Combobox design*************************/

#logout {
	/*background:url(images/exit.png) no-repeat;  background-size: 30px 30px; height: 30px; width: 30px;	*/
	background-image: url(images/logout.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

#logout:hover {
	background-image: url(images/logout_over.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px
}

#logout .active a,
#logout .active a:visited,
#logout .active a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 45px;
	padding: 9px 15px 0px 17px;
	background: lightgray;
}


/*******************Header Line colored**********************/
#eiColors {
	display: block;
}

#blue {
	background: #2f99cb;
	height: 7px;
	width: 25.5%;
	float: left;
}

#green {
	background: #9ec956;
	height: 7px;
	width: 24.4%;
	float: left;
}

#orange {
	background: #e75903;
	height: 7px;
	width: 25%;
	float: left;
}

#yellow {
	background: #fbd212;
	height: 7px;
	width: 25%;
	float: left;
}

/*******************Header Line colored**********************/

/******************Login Box***********************/
#contactform {
	background-color: #F8F8F8; 
	/*background: url(images/bgimg.png) no-repeat;
	background-position: right center;
	background-size: 1100px 500px;*/
}

#outerloginbox {
	width: 340px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #333333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	/*box-shadow:10px 10px 5px #888888;*/
}

#outerloginbox1 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*box-shadow: 10px 10px 5px #888888;*/
}

#outerpasswordbox1 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*box-shadow: 10px 10px 5px #888888;*/
	width: 340px;
}

#loginbox1 {
	/*float: left;
	background: url(images/loginbox1.png) no-repeat;
	width: 349px;
	height: 50px;*/
}

#loginbox2 {
	/*float: left;
	background: url(images/loginbox2.png) no-repeat;
	width: 349px;
	height: 40px;*/
	padding: 10px 0;
}

#loginbox3 {
	/*float: left;
	background: url(images/loginbox3.png) no-repeat;
	width: 349px;
	height: 40px;*/
	padding: 10px 0;
}

#loginbox4 {
	/*float: left;
	background: url(images/loginbox4.png) no-repeat;
	width: 349px;
	height: 48px;*/
}


.loginbutton {
	float: right;
    color: #FFFFFF;
    padding: 5px 20px !important;
    border-radius: 30px !important;
    border: 1px solid #C4C4C4 !important;
    background-color: #B91E1E !important;
}
.customLink {
	font-size: 10px !important;
	color: #154BFF !important;
	text-decoration: none !important;
}

#outerloginbox .forminput, #outerloginbox #captcha_code {
	background-color: #FFFFFF !important;
	border-top: 0px none !important;
	border-left: 0px none !important;
	border-right: 0px none !important;
    border-bottom: 1px solid #C4C4C4 !important;
	width: 100% !important;
}

/******************Login Box***********************/

/******************Alert Box***********************/
.alert {
	padding: 10px;
	border: 1px solid;
	margin: 10px 0;
	border-radius: 5px;
	font-weight: bold;
}

.alert-success {
	background-color: #d4edda;
	/* Green background */
	border-color: #c3e6cb;
	/* Green border */
	color: #155724;
	/* Dark green text color */
}

.alert-danger {
	background-color: #f8d7da;
	/* Red background */
	border-color: #f5c6cb;
	/* Red border */
	color: #721c24;
	/* Dark red text color */
}

.ui-dialog {
	z-index: 1;
}

/* Start of Remove-Section Part */
.container h1 {
	margin: 1.5rem 0 .7rem 0;
	/* border-bottom: 2px solid #328aa4; */
	/* padding-bottom: 5px; */
}

.container .row {
	/* border: 2px solid; */
	display: inline-flex;
	gap: 15px;
	padding: 10px;
	flex-wrap: wrap;
}

.container .row .col-box {
	/* border: 1px solid red; */
	padding: 3px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.container .row .col-box .select-input {
	outline: none;
	width: 170px;
	padding: 7px 6px;
	font-size: 14px;
	border: 1px solid #000;
}

.container .row .col-box .school-select {
	width: 300px;
}

.container .row .col-box label {
	font-size: 16px;
	font-weight: 600;
}

.select2-container--default .select2-selection--single {
	background-color: #fff !important;
	border: 1px solid #000 !important;
	border-radius: 6px !important;
	height: 32px !important;
	margin-top: 1px !important;
	padding: 2px 0 0 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
	line-height: 28px !important;
	font-size: 14px !important;
	display: flex !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px !important;
	right: 3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	margin-right: 40px !important;
	font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	/* background-color: #328aa4 !important; */
	background-color: rgba(25, 103, 210, 255) !important;
	color: white;
	font-size: 13px !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	max-width: 260px !important;
	/* overflow: hidden; */
}

.select2-results__option[aria-selected] {
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	max-width: 260px !important;
	overflow: hidden !important;
}

.select2-container--default .select2-results>.select2-results__options {
	font-size: 13px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	font-size: 15px !important;
}

#schoolInfoTable {
	width: 60%;
}

.row-display .schoolInfo {
	margin: 20px 5px;
	border-collapse: collapse;
}

.row-display .schoolInfo td,
.row-display .schoolInfo th {
	text-align: center;
	padding: 8px;
	font-size: 15px;
	width: 5.3rem;
}

.row-display .schoolInfo td {
	border: 1px solid #ddd;
	width: 5.3rem;
}

.row-display .schoolInfo th {
	background-color: white;
	color: #B10B0B;
}

.no-active-students {
	background-color: #ffdddd;
}

.class-section-head .global-check-part label {
	display: flex;
	gap: 10px;
}

#schoolInfoTableWithoutStudents {
	margin-bottom: 30px;
}

.row-table {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 35px;
	margin-bottom: 2rem;
}

.btn-part-delete button {
	padding: 11px 19px;
	font-weight: 600;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	cursor: pointer;
	margin: 20px;
	/* background-color: #ffdddd; */
	background-color: red;
	color: white;
	transition: all .2s ease;
}

.btn-part-delete button:disabled {
	opacity: .3;
	cursor: auto;
}

.btn-part-delete button:hover {
	background-color: red;
	color: white;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	width: 50%;
}

.head-part-popup {
	font-size: 20px;
	margin-bottom: 15px;
}

.head-part-popup .close-btn {
	float: right;
	font-size: 20px;
	border: none;
	background: none;
	cursor: pointer;
	transition: all .2s ease;
	padding: 0 6px 1px 6px;
	border-radius: 6px;
}

.main-part-popup {
	font-size: 14px;
	margin-bottom: 15px;
	overflow-y: auto;
	max-height: 65vh;
}

.popup-content .popup-submit {
	padding: 9px 12px 7px 12px;
	font-weight: 600;
	font-size: 14px;
	border: none;
	outline: none;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px 1px;
	cursor: pointer;
	background-color: #ebc2c2;
	transition: all .2s ease;
	margin-top: 10px;
	color: #000;
}

.head-part-popup .close-btn:hover {
	color: white;
	background-color: black;
}

.popup-submit:hover {
	background-color: red;
	color: white;
}

.school-details-popup {
	display: flex;
	justify-content: space-evenly;
	color: #B10B0B;
	padding: 12px 0px;
	font-size: 16px;
	font-weight: 600;
	margin: 14px 0;
}

.dates-popup {
	display: flex;
	/* background-color: #328aa4; */
	/* color: white; */
	/* padding: 12px 0px; */
	padding-bottom: 5px;
	border-bottom: 2px solid #328aa4;
	font-size: 14px;
	font-weight: 600;
	margin: 0 21px 14px 26px;
	justify-content: space-between;
}

.main-poup {
	Display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
}

.first-main-poup {
	font-size: 16px;
	margin-bottom: 8px;
}

.swal-button-container {
	text-align: center;
}

.swal-footer {
	display: flex !important;
	justify-content: center !important;
	text-align: center !important;
}

/* End of Remove-Section Part */

/* Start of Teacher-Mapping Part */
.nested-mappings-table-style {
	width: 100%;
	border-collapse: collapse;
}

.nested-mappings-table-style-header {
	margin: 11px 0 0px 0;
}

.nested-mappings-table-style-header thead tr th {
	padding: 7px;
	border: none;
	border-top: 2px solid;
	background: transparent;
}

.nested-mappings-table-style th,
.nested-mappings-table-style td {
	padding: 4px;
	text-align: center;
	border: 1px solid #ddd;
}

.btn-remove,
.btn-confirm {
	padding: 5px 8px;
	font-weight: 600;
	font-size: 12px;
	border: none;
	outline: none;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	cursor: pointer;
	background-color: red;
	opacity: .5;
	color: white;
	transition: all .2s ease;
}

.btn-remove:hover {
	background-color: red;
	color: white;
	opacity: 1;
}

.btn-confirm {
	font-size: 20px;
	background-color: blue;
	width: 11%;
	padding: 5px 0;
	border-radius: 16px;
}

.btn-confirm:hover {
	background-color: blue;
	color: white;
	opacity: 1;
}

.btn-confirm:disabled {
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
	border: 1px solid #999999;
}
.iti__dropdown-content {
	width: 200px !important;
}

.teacher-dropdown{
	min-width: 55%;
	max-width: 75%;
}
/* End of Teacher-Mapping Part */

/* start of request-checker page */

.req-padd {
	width: 95%;
	margin: 1rem auto;
	display: flex;
	flex-direction: column;
	/* border: 1px solid lightgray;
	border-radius: 5px; */
	padding: 8px;
}

.head-padd {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	margin: 12px 0;
}

.headding-padd h2 {
	font-size: 22px;
}

.tb-padd,
.tb-com {
	margin: 12px 0;
}

.tb-padd table,
.tb-com table {
	width: 100%;
	border-collapse: collapse;
}

.tb-padd th,
.tb-padd td,
.tb-com th,
.tb-com td {
	padding: 8px;
	text-align: left;
}

.tb-padd th,
.tb-com th {
	color: white;
	background: #328aa4 url('images/tr_back.gif') repeat-x;
	border-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 45%);
	border-width: 1px;
	border-style: solid;
	font-size: 16px;
}

.tb-padd td,
.tb-com td {
	border: 1px solid #ddd;
	font-size: 14px;
	text-align: left;
	word-wrap: break-word;
	white-space: normal;
}

.tb-padd tbody td:nth-child(1) {
	width: 15rem;
}

.tb-padd tbody td:nth-child(2),
thead th:nth-child(2) {
	text-align: center;
}

.tb-padd tbody td:nth-child(3) {
	width: 7rem;
}

.tb-padd tbody td:nth-child(4) {
	width: 25rem;
}

.tb-padd tbody td:nth-child(5) {
	width: 7rem;
}

.tb-padd tbody td:nth-child(6),
thead th:nth-child(6) {
	/* width: 1rem; */
	text-align: center;
}

.tb-padd tbody td:nth-child(7),
thead th:nth-child(7) {
	width: 10rem;
	text-align: center;
}

.tb-padd tbody td:nth-child(8),
thead th:nth-child(8) {
	width: 24rem;
	text-align: center;
}

.tb-com #completedRequestsTable tbody td:nth-child(1) {
	width: 19rem;
}

.tb-com #completedRequestsTable tbody td:nth-child(2),
thead th:nth-child(2) {
	text-align: center;
}

.tb-com #completedRequestsTable tbody td:nth-child(3) {
	width: 7rem;
}

.tb-com #completedRequestsTable tbody td:nth-child(4) {
	width: 25rem;
}

.tb-com #completedRequestsTable tbody td:nth-child(5) {
	width: 7rem;
}

.tb-com #completedRequestsTable tbody td:nth-child(6),
thead th:nth-child(6) {
	width: 9rem;
	text-align: center;
}

.tb-com #completedRequestsTable tbody td:nth-child(7),
thead th:nth-child(7) {
	width: 20rem;
	text-align: center;
}

.tb-padd tr:nth-child(even),
.tb-com tr:nth-child(even) {
	background-color: #F2F2F2;
}

.tb-padd tr:hover,
.tb-padd td:hover {
	/* background-color: #ddd; */
}

.status-select {
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: white;
	cursor: pointer;
}

button {
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #B10B0B;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	opacity: .8;
	transition: all .1s ease-in-out;
}

button:hover {
	opacity: 1;
}

button.disabled,
.status-select:disabled {
	background-color: #ccc;
	color: #666;
	cursor: not-allowed;
	opacity: 0.6;
}

/* Modal backdrop */
.modal {
	display: none;
	/* display: block; */
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 105%;
	height: 105%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

/* Modal content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 70%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.modal-content h2 {
	margin-bottom: 25px;
}

/* Add animation for the modal to open gently */
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin-right: 5px;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.skeleton {
	animation: shimmer 1.5s infinite;
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background-size: 1000px 100%;
}

@keyframes shimmer {
	0% {
		background-position: -1000px 0;
	}

	100% {
		background-position: 1000px 0;
	}
}

.skeleton-text {
	width: 80%;
	height: 16px;
	margin: 5px 0;
	border-radius: 4px;
}

.no-data {
	text-align: center;
	color: #666;
	padding: 10px;
}

.pop-up-body {
	margin: 10px;
}

.form-div {
	margin: 8px 0 0 0;
	display: flex;
	align-items: center;
}

.form-div label {
	width: 30%;
	margin: 0 10px 0 0;
	text-align: left;
	font-weight: 600;
	font-size: 13px;
}

.form-div input {
	border: none;
	/* outline: auto; */
	padding: 8px;
	min-width: 79%;
}

.form-div select {}

#confirmReject {
	margin: 15px 0 0 0;
	padding: 8px 15px;
}

.form-div .select2-container--default {
	width: 128% !important;
}

.form-div .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
	line-height: 28px !important;
	font-size: 14px !important;
	display: flex !important;
}

.form-div .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px !important;
	right: 3px !important;
}

.form-div .select2-container--default .select2-selection--single .select2-selection__rendered {
	margin-right: 40px !important;
	font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #FFFFFF !important;
	/* background-color: rgba(25, 103, 210, 255) !important; */
	color: #B10B0B;
	font-size: 13px !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	max-width: 100% !important;
	/* overflow: hidden; */
}

.select2-results__option[aria-selected] {
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	max-width: 100% !important;
	overflow: hidden !important;
}

.form-div .select2-container--default .select2-results>.select2-results__options {
	font-size: 13px !important;
}

.form-div .select2-container--default .select2-search--dropdown .select2-search__field {
	font-size: 15px !important;
}

.btn-save {
	display: flex;
	justify-content: center;
}

.disabled-row {
	background-color: #ffcccc !important;
	color: #666;
}

.disabled-row:hover {
	background-color: #ffcccc !important;
}

.disabled-button {
	background-color: #ccc;
	color: #666;
	cursor: not-allowed;
	opacity: 0.6;
}

#sitename {
	display: inline;
}

#sitename b {
	font-size: 16px;
}

#logo-container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#logo {
	height: 40px;
	transition: all 0.4s ease-in-out;
}

#home-link {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

/* end of request-checker page */

.sidebar {
    width: 250px;
    background-color: #ffffff;
    border-right: 1px solid #e0e0e0;
    float: left;
}
.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sidebar li {
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.sidebar a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #B10B0B;
    transition: background-color 0.3s;
}
.sidebar a:hover {
    background-color: #CCCCCC;
} 

.sidebar a.active {
    color: #FFFFFF;
    background-color: #B10B0B;
}
.sidebar .sub-menu a {
    padding-left: 36px;
}
.sidebar i {
    margin-right: 10px;
}
.caret {
    position: absolute;
    right: 16px;
    top: 15px;
    transition: transform 0.3s;
}
.caret-down {
    transform: rotate(90deg);
}
.activationmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.activationmenu ul li {
    display: block;
    border: 1px solid #CCC;
}

.activationmenu ul li a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #8d6932;
    font-size: 20px;
    font-weight: lighter;
}

.activationmenu ul li a img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.activationmenu ul li a span {
    display: inline-block;
}

.activationmenu ul li a.selected, .activationmenu ul li a:hover {
    background-color: #AAAAAA;
    color: #FFFFFF;
}
