@charset "utf-8";
/* CSS Document */
body,html{
	height: 100%;
	width: 100%;
	margin: 0px;
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial;
	background-color: #f5f5f5;
	font-size: 12.5px;
	height: 100%;
	width: 100%;
	min-width: 1000px;
	overflow: auto;
}
.my_input {
	width: 300px;
	color: #666;
	height: 24px;
	font-size: 14px;
}


.login_tab {
	height: 40px;
	width: 100%;
	text-align: justify;
	clear: both;
	margin: auto;
	font-size: 14px;
}
.login_tab a{
	display: inline-block;
	padding-left: 5px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;	
	}
.login_shell{
	height: auto;
	width: 325px;
	border: thin solid #2b579a;
	background-color: #FFF;
	color: #333;
	display: block;
	float: right;
	margin-right: 20px;
}
.login_header {
	background-color: #2b579a;
	height: 30px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 14.5px;
	color: #FFF;
	display: block;
	padding-top: 10px;
}
.login_detail {
	float: right;
	height: 240px;
	width: auto;
}
.logo {
	float: left;
	height: 240px;
	width: auto;
}
.err {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}
#button{
	color: #fff !important;
	background: #2b579a !important;
	text-align: center;
	width: 300px;
	height: 32px;
	margin: auto;
	border: thin #2b579a !important;
	border-radius:3px;
	font-size: 14.5px;
	font-weight: bold;
	font-family: Arial;
}
#login_letters {
	font-size: 14.5px !important;
	font-weight: bold !important;
	color: #333 !important;
}

#sch_info {
	font-size: 16.5px !important;
	font-weight: bold !important;
	color: #333 !important;
	text-transform: uppercase !important;
}
#button:hover{
	border: thin #2b579a !important;
	background: #2b579a !important;
	}
	a {
	color: #06F;
	text-decoration: none;
}
.happy {
	color: #0F0;
	text-decoration: none;
	height: auto;
	width: auto;
	font-weight: bold;
}

.footer {
	background-color: #FFF;
	height: 4%;
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	text-align: center;
	padding-top: 4px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin: 0px;
}
.wrapper {
	height: 100%;
	width: 100%;
	margin: 0px;
	min-width:960px !important;
}
.header {
	font-family:Helvetica;
	margin: 0px;
	height: 25%;
	width: 100%;
}
.header_inner{
	width: 100%;
	height: 102px;
	margin: 0px;
	background: #2b579a !important;
	display: block;
	}
	.header_inner_left{
	font-size: 21.5px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase !important;
	padding-top: 8px;
	padding-left: 4px;
	margin: auto;
	height: auto;
	width: auto;
		}
		.header_inner_sys{
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase !important;
	padding-top: 4px;
	padding-left: 4px;
	margin-top: 10px;
	font-style: italic;
	height: auto;
	width: auto;
		}
	.header_inner_logo{
	background-color: #FFF;
	height: auto;
	width: auto;
	float: left;
	text-transform: none;
	text-align: center;
	border-radius: 5px;
	border: thin solid #FFF;
	display: block;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 4px;
			}
	.header_inner_right{
	font-size: 14.5px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	float: right;
	height: auto;
	width: auto;
	margin-top: auto;
	margin-right: 40px;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
		}
.clear {
	background-color: #00F;
	margin: 0px;
	height: 10%;
	width: 100%;
}
.content {
	height: 40%;
	width: 100%;
	margin-bottom: 2px;
}
.conent_left{
	height: auto;
	width: auto;
	color: #333;
	display: table;
	float: left;
	margin-left: 2px;
}
