@charset "utf-8";
/* CSS Document */
html, body {
	background: #b9b9b9 url(../images/bg.png) repeat-x top left;
	/*12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

*{
	margin:0;
	padding:0;
	/*color:#333;*/
}

a {
	text-decoration:none;
	outline:none;
	/*color:#004A6F;*/
	color:#006699;
}

a:hover {
	text-decoration:none;
	outline:none;
	/*color:#004A6F;*/
	color:#bb241c;
}
/*sof main container*/
#container{
	width: 979px;
	margin: 0 auto;
	padding: 15px;
	overflow: hidden;
}
.container-bg{
	 background:url(../images/shado.png) repeat-x top left #FFF;
}

.container-bg1{
	 background:url(../images/shado.png) repeat-x top left #FFF; 
}
.container-lt{
	background:url(../images/bg-lt.png) 0 0 no-repeat;
}
.container-rt{
	background:url(../images/bg-rt.png) 100% 0 no-repeat; padding:10px 10px 0 10px;
}

.container-rt1{
	background:url(../images/bg-rt1.png) 100% 0 no-repeat; padding:10px 10px 0 10px;
}

/*eof main container*/
/*sof logo*/
.logo-container{
	margin-top:-25px; overflow:hidden; height:125px;
}

.logo-lf{
	float:left; width:600px; margin-top: 5px;
}

.logo-lf1{
	float:left; width:500px; margin-top: 5px;
}

.logo{
	background:url(../images/logo.png) 0 0 no-repeat; width:330px; height:120px; margin-left:10px; float:left;
}

.rt-logo{
	width:235px; padding:5px; margin-right:7px; float:right;
}

.logo-rt{
	float:left; width:355px;
}

.logo-rt1{
	float:left; width:455px;
}

.top-contact{
	background:url(../images/bg-top.png) 0 0 no-repeat; width:230px; height:20px; margin-left:90px; text-align:center; padding:7px;
}
/*efo logo*/

/*sof main menu */
.menu{
	background:#FFF; 
	/*padding:0 0 5px 0;*/
}

.menu-lt{
	 background:url(../images/mu-lt.png) 0 0 no-repeat; 
	 height:36px;
}

.menu-rt{
	 background:url(../images/mu-rt.png) 100% 100% no-repeat; height:36px;
}

.menu-ct{
	 background:url(../images/mu-ct.png) repeat-x; margin:0 4px 0 4px; width:952px; height:36px;
}
div.menu ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}

div.menu li {
	float: left;
	display: inline;
	font-size:14px;
	padding: 10px 15px;
}
/*eof main menu */

/*sof left menu*/
.lf-menu{
	width:200px; 
	border:#FDA399 1px solid;
	/*background:#FFE8E8;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.lf-menu a{
	background:url(../images/point-head.png) #edf7ff 5px 7px no-repeat;
	/*padding-left:10px;*/
}

.lf-menu a:hover{
	/*color:#ff7d00; f8e2e2*/
	color:#CC0000;
	background:url(../images/point-head-blue.png) #f8e2e2 6px 7px no-repeat;
	cursor:pointer;
	/*padding-left:20px;*/
}
/*eof left menu*/

/*sof footer*/
.footerLeft{
	/*style="background:url(images/bg-lb.png) 0 0 no-repeat"*/
	background:url(../images/bg-lb.png) 0 0 no-repeat;
}

.footerRight{
/*	style=""*/
	background:url(../images/bg-rb.png) 100% 0 no-repeat #FFF; height:9px; margin-left:9px;
}


.bottom_copyright{
	font:Arial, Helvetica, sans-serif;
	font-weight:9px;
	color:#333333;
}

.bottom_copyright a{
	color:#666666;
	text-decoration:none;
}

.bottom_copyright a:hover{
	text-decoration:underline;
	color:#000000;
}

/*eof footer*/
.txt{
	width:340px; border:#BA7474 1px solid; height:17px; margin: 2px 0 2px 5px;
}

.txtA{
	border:#BA7474 1px solid; margin: 2px 0 2px 5px;
}
/*
.lable-pers{
	margin: 3px 3px 3px 0;
	text-align:left;
}*/

/*==================== Form its elements and error display ==================*/
form h2{
	/*font-weight: 700;*/
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
	border-bottom: 1px dotted #6b9ef1;
	color: #5f95ef;
	margin-bottom: 1em;
	text-transform:capitalize;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
}

form ol li{
	list-style:none;
	padding-top:5px;
}

form ol li span{
	margin-left: 5px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}

form ol li span.error{
	color: #e46c6e;
}

form ol li label{
	display: block;
	color: #333;
	font-weight: 700;
	line-height: 1.4em;
}

form ol li input[type='text'], form ol li textarea, form ol li input[type='password'], form ol li select{
	width: 220px;
	padding: 4px;
	color: #4d4c4c; /*#949494;*/
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
	
form ol li input.error, form ol li textarea.error, form ol li select.error{
	background: #f8dbdb;
	border-color: #e77776;
}

form ol li textarea{
	width: 500px;
	height: 70px;
	font-size: 12px;
}

form ol li select{
	width: 229px;
	padding: 3px;
}

form ol li input[type='submit']{
	width:100px;
	padding:2px;
}

#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
	
.message-error{
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #e77776;
	background: #f8dbdb;
	line-height: 1.6em;
	font-size: 11px;
	/*font-weight:bold; */
	font-style:italic;
	color:#db3a3a;
}

.message-info{
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #66ffff;
	background: #ccffff;
	line-height: 1.6em;
	font-size: 11px;
	/*font-weight:bold; */
	font-style:italic;
	color:#33cccc;
	
}

.asterisk{
	color:#D00;
	font-weight:bold;
}
/*========================end*/


a.frgt {
	color: #CC0000;
	text-decoration: none;
}

a.frgt:hover {
	text-decoration: underline;
}

a.city {
	text-decoration: none;
}

a.city:hover {
	color:#ff7d00;
	text-decoration: underline;
}

.admin-mem-list-search{
	display:block;
	list-style:none;
	clear:both;
}

.admin-mem-list-search li{
	display:inline-block;
	list-style:none;
	/*border:#000 1px solid;*/
	width:130px;
	font-weight:bold;
	text-align:right;
	padding:2px 3px 2px 2px;
	height:20px;
	float:left;
}

.admin-mem-list-search li.text{
	width:230px;
	text-align:left;
	padding:2px 3px 2px 3px;
}
