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

body {
	background:#e9edf0;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:333333;
}
.clear {
	clear:both;
}
.wraper {
	width:1000px;
	margin:0 auto;
	padding:0px;
}
.header {
	background:url(../images/header_bg.gif) repeat-x left top;
	/*background:#1a9bcf;*/
	width:100%;
	margin:0px;
	padding:0px;
}
.header_area {
	width:1000px;
	margin:0px auto;
	padding:0px;
}
.after_login {
	float:left;
	margin:14px 0 5px 0;
	padding:0px;
}
.admin_area {
	float:right;
	margin:60px 10px 5px 0;
	padding:0px;
	text-align:right;
}
.text_menu {
	font-family: Arial;
	font-size: 12px;
	color:#e2e2e2;
	font-weight:bold;
}
a.text_menu:link {
	color:#e2e2e2;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}
a.text_menu:active {
	color:#e2e2e2;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}
a.text_menu:visited {
	color:#e2e2e2;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}
a.text_menu:hover {
	color:#e2e2e2;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
}
.welcometext {
	font-family: Arial;
	font-size: 12px;
	color:#e2e2e2;
	font-weight:bold;
}
.welcometext2 {
	font-family: Arial;
	font-size: 16px;
	color:#000000;
	font-weight:bold;
}
.header_text_area {
	width:400px;
	height:105px;
	margin:0px auto;
	padding:0px;
}
.big_text {
	width:400px;
	height:50px;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:40px 0 0 0;
	margin:0;
}
.containt {
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
.login_area {
	width:400px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
.login_section {
	width:400px;
	height:auto;
	margin:20px 0 20px 0;
	padding:0px;
}
.login_section_gap {
	width:400px;
	height:20px;
	margin:0px;
	padding:0px;
}
.logo_area {
	width:400px;
	height:auto;
	margin:0px 0 5px 0;
	padding:0px;
	text-align:center;
}
.log_header {
	width:400px;
	height:30px;
	margin:0px;
	padding:0px;
	background:#147197;
}
.log_body {
	width:400px;
	height:auto;
	margin:0px;
	padding:0px;
	background:#f5f8f7;
}
.text_field {
	width:200px;
	height:30px;
	margin:0px;
	padding:0px;
	border:1px dashed #ccc;
}
.text_field2 {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	border:1px dashed #ccc;
}
.login_text {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 0 0 0;
}
.submit {
	width:auto;
	height:25px;
	background:#0796d9;
	margin:0px;
	padding:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.footer {
	background:url(../images/footer_bg.gif) repeat-x left top;
	width:100%;
	height:65px;
	margin:0px;
	padding:0px;
}
.footer_area {
	width:1000px;
	height:50px;
	margin:0px auto;
	padding:0px;
}
.inner_left {
	float:left;
	width:260px;
	margin:0px;
	padding:0px;
	background:#f5f5f5;
}
.inner_right {
	float:right;
	width:700px;
	margin:0px;
	padding:0px;
}
.inner_right_containt {
	width:700px;
	float:left;
	margin:10px 0 10px 0;
	padding:0px;
}
fieldset {
	border:1px dashed #0f7a9c
}
legend {
	padding: 0.2em 0.5em;
	/*border:1px  dashed #0074c3;*/
  color:#0f7a9c;
	font-size:20px;
	font-weight:bold;
	text-align:right;
}
.table_boarder {
	border:1px solid #ccc;
}
.bg {
	background:#fbf8f8;
	padding:3px;
}
.bg2 {
	background:#f5f5f5;
}
.bg3 {
	background:#f0efef;
}
/*--------------------------accroding menu css-----------------------------*/
.arrowlistmenu {
	width: 248px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/titlebar-active.png);
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	color: #A70303;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}
.arrowlistmenu ul li a:visited {
	color: #A70303;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}
/*==========================================MOBILE_CSS===================================================*/
@media only screen and (min-width: 768px) and (max-width: 995px) {
body {
min-width:768px;
}
.wraper {
width:768px;
margin:0 auto;
}
.header {
width:768px;
margin:0 auto;
}
.header_area {
width:768px;
margin:0 auto;
}
.containt {
width:768px;
margin:0 auto;
}
.admin_area {
 float:right;
 margin:40px 15px 10px 0;
 padding:0px;
 text-align:right;
}
/*------Body-----*/
 .inner_right {
 float:right;
 width:480px;
 margin:0px;
 padding:0px;
}
.inner_right_containt {
 width:480px;
 float:left;
 margin:10px 0 10px 0;
 padding:0px;
}
.after_login img {
 width:250px;
 float:left;
}
/*--------Footer-------*/
.footer_area {
 width:768px;
 margin:0px auto;
 padding:0px;
}
}
 @media only screen and (max-width: 767px) {
body {
min-width:300px;
}
.wraper {
width:300px;
margin:0 auto;
}
.header {
width:300px;
margin:0 auto;
}
.header_area {
width:300px;
margin:0 auto;
}
.containt {
width:300px;
margin:0 auto;
}
.admin_area {
 float:right;
 margin:20px 15px 10px 0;
 font-size:9px!important;
 padding:0px;
 text-align:right;
}
.text_menu {
font-size:9px!important;
}
/*------Body-----*/
 .inner_right {
 float:left;
 width:290px;
 margin:0px;
 padding:0px;
}
.inner_right_containt {
 width:290px;
 float:left;
 margin:10px 0 10px 0;
 padding:0px;
}
.after_login img {
 width:120px;
 padding:0 0 10px 5px;
 float:left;
}
.inner_left {
 margin:0 0 0 20px;
}
/*--------Footer-------*/
.footer_area {
 width:300px;
 margin:0px auto;
 padding:0px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
body {
min-width:420px;
}
.wraper {
width:420px;
margin:0 auto;
}
.header {
width:420px;
margin:0 auto;
}
.header_area {
width:420px;
margin:0 auto;
}
.containt {
width:420px;
margin:0 auto;
}
.admin_area {
 float:right;
 margin:20px 15px 10px 0;
 padding:0px;
 text-align:right;
}
/*------Body-----*/
 .inner_right {
 float:left;
 width:410px;
 margin:0px;
 padding:0px;
}
.inner_right_containt {
 width:410px;
 float:left;
 margin:10px 0 10px 0;
 padding:0px;
}
.after_login img {
 width:170px;
 padding:0 0 10px 5px;
 float:left;
}
.inner_left {
 margin:0 0 0 80px;
}
/*--------Footer-------*/
.footer_area {
 width:420px;
 margin:0px auto;
 padding:0px;
}
}
/*========================================END_MOBILE_CSS=================================================*/
