@IMPORT url("common.css");

/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a1414;
	text-align: left;
	padding: 0;
	background: #c0c0c0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

#main {
	width: 480px;
	background: #FFF;
	text-align: center;
	margin: 0 auto;
}

#content {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px;
}

.header {
	width: 330px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A7A3A0;
	clear: both;
	line-height: 19px;
}

.header b {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	line-height: 22px;
}

#content_main {
	width: 100%;
	float: left;
	text-align: left;
	color: #687393;
}

.header input.text {
	width: 300px;
	height: 20px;
	border: 1px solid #A2A2AA;
	border-bottom: 2px solid #A2A2AA;
	border-right: 2px solid #A2A2AA;
}

.header input.text2 {
	width: 195px;
	height: 20px;
	float: right;
	border: 1px solid #A2A2AA;
	border-bottom: 2px solid #A2A2AA;
	border-right: 2px solid #A2A2AA;
}

.header input.submit {
	width: 200px;
	height: 25px;
	float: right;
	border: 1px solid #A2A2AA;
	border-bottom: 2px solid #A2A2AA;
	border-right: 2px solid #A2A2AA;
	background: #D0D2C5;
}

.header div.note {
	width: 310px;
	height: 145px;
	float: left;
	border: 1px solid #1C202B;
	line-height: 20px;
	padding: 10px;
}

.header div.note b {
	color: #C84565;
	font-weight: bold;
}

a.ima {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #687393;
	text-decoration: underline;
}

a.ima:hover {
	text-decoration: none;
}
a.button {
	background:none repeat scroll 0 0 #D5D0CA;
	border-color:#D1D0CC #818181 #818181 #D1D0CC;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	color:#687393;
	font-size:12px;
	font-weight:bold;
	display:block;
	float: center;
	width: 100px;
	height:35px !important;
	line-height: 35px;
	margin:4px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	text-decoration:none;
}

/*--- Add ---*/
#top {
	width: 100%;
	float: left;
	background: #214d8a;
}

#logo {
	float: left;
	margin: 5px;
}

#controlpanel {
	width: 70%;
	float: left;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: left;
}

#container {
	width: 100%;
	float: left;
	text-align: left;
	background: #D5D0CA;
	border: 1px solid #c1c1c1;
	border-left: 0;
	border-right: 0;
	padding-bottom: 30px;
}

#frame {
	width: 90%;
	float: left;
	border: 3px solid #bfbfbf;
	margin-top: 20px;
	margin-left: 20px;
}

#frame .leftCols {
	width: 85%;
	height: 350px;
	float: left;
	text-align: left;
	/*border-right: 3px solid #bfbfbf;*/
	font-size: 12px;
	color: #242819;
}

#frame .leftCols .field {
	width: 365px;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}

#frame .leftCols .field input,#frame .leftCols .field textarea,#frame .leftCols .field select
	{
	border-top: 2px solid #818181;
	border-left: 2px solid #818181;
	border-bottom: 1px solid #d1d0cc;
	border-right: 1px solid #d1d0cc;
	margin-top: 5px;
}

#frame .rightCols {
	width: 500px;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #242819;
}

#frame .rightCols .field {
	width: 365px;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}

#frame .rightCols .field input,#frame .rightCols .field textarea,#frame .rightCols .field select
	{
	border-top: 2px solid #818181;
	border-left: 2px solid #818181;
	border-bottom: 1px solid #d1d0cc;
	border-right: 1px solid #d1d0cc;
	margin-top: 5px;
}

#frame .title {
	height: 28px;
	float: left;
	text-align: left;
	line-height: 28px;
	font-weight: bold;
	font-size: 18px;
	color: #ff0000;
	margin-top: 0px;
	background: #fff;
	margin-left: 10px;
	padding: 0px 5px 0px 5px;
	z-index: 1000;
}

#frame .saveDIV {
	float: left;
	background: #fff;
	padding: 2px;
	position: relative;
	margin-left: -40px;
	margin-top: 30px;
}

#frame .saveDIV input.submit {
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
	width: 70px;
	height: 35px;
	text-align: center;
	padding-bottom: 5px;
	background: #d5d0ca;
	border-top: 1px solid #d1d0cc;
	border-left: 1px solid #d1d0cc;
	border-bottom: 2px solid #818181;
	border-right: 2px solid #818181;
}

#logout {
	width: 99px;
	height: 33px;
	float: right;
	margin-top: -17px;
	margin-right: 10px;
}

#footer {
	background: none repeat scroll 0% 0% rgb(245, 246, 127);
	float: left;
	height: 30px;
	width: 100%;
}

/* ========= */ /* -----new user----- */
#new_user {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C4C5C0;
	float: left;
	margin-left: 5px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	width: 95%;
}

#new_user #main_user {
	border: 3px solid #D8D8D8;
	margin: 0 auto;
	width: 505px;
}

#new_user .schoolTitle {
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	text-align: left;
}