/*main styles*/
*{
	margin:0;
	padding:0;
}
body{
    font:12px Arial, Helvetica, sans-serif;
    color:#3e3e3e;
	background:#e7e7df;
}
html, body{
	height:100%;
}
table{
	font-size:100%;
	border-collapse:collapse;
}
img{
    border:0;
}
input,select,textarea{
	font:12px Arial, Helvetica, sans-serif;
    color:#3e3e3e;
}
td{
    vertical-align:top;
}
p{
    margin:0 0 15px;
}
/*default styles*/
a{
    color:#0153a0;
    text-decoration:none;
}
a:hover{
    color:#0153a0;
	text-decoration:underline;
}
h1{
	font:bold 13px "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#e31129;
    margin:0 0 5px;
	text-transform:uppercase;
}
h2{
	font:bold 13px 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color:#292929;
    margin:0 0 10px;
	text-transform:uppercase;
}
h3{
	font:bold 13px Arial, Helvetica, sans-serif;
    color:#292929;
    margin:0 0 4px;
	text-transform:uppercase;
}
ul{
	margin:0 0 15px 0;
	list-style-position:outside;
	list-style-type:none;
}
ol{
	margin:0 0 17px 0;
	list-style-position:inside;
	list-style-type:decimal;
}
li ul, li ol{
	margin-top:5px;
	margin-bottom:10px;
	list-style-type:none;
}
li{
	margin-bottom:12px;
	padding-left:10px;
	background:url(../_images/arrow1.gif) no-repeat left 5px;
}
/*ul.black li{
	background:url(../_images/arrow2.gif) no-repeat left 5px;
}
ul.black li a{
	color:#606060;
}
ul.black li a:hover{
	color:#606060;
}*/
.content ul{
	margin-bottom:4px;
}
.content ul li{
	background:url(../_images/arrow2.gif) no-repeat left 5px;
	margin-bottom:1px;
	padding-left:15px;
}
.middle{
	vertical-align:middle;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:both;
	font-size:1px;
	height:1px;
}
/*format styles*/
.left_bg{
	background:url(../_images/left_bg.jpg) no-repeat right top;
}
.wrapper{
	padding-bottom:25px;
	width:913px;
}
.wrap{
	width:913px;
}
.left{
	width:219px;
	float:left;
}
.left .left_block{
	background:#fdfdfd;
}
.left .left_t{
	background:url(../_images/left_t.jpg) no-repeat left top;
	padding:36px 0 1px;
}
.left .logo{
	text-align:left;
	padding:0px;
	margin-bottom:10px;
}
.left .left_c{
	background:#0173dd;
}
.left .menu{
	padding:9px 10px;
}
.left .menu a{
	display:block;
	color:#eaeae9;
	font-family:'Myriad Pro', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	line-height:12px;
	text-transform:uppercase;
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:3px;
	width:199px;
	height:17px;
	white-space:nowrap;
	overflow:hidden;
}
.left .menu a span{
	display:block;
	background-position:left 100px;
	background-repeat:no-repeat;
	padding:2px 0 0 30px;
}
.left .menu a:hover{
	text-decoration:none;
}
.left .menu a:hover span{
	background-position:left top;
}
.left .menu a.act{
	text-decoration:none;
}
.left .menu a.act span{
	background-position:left top;
}
.left .menu a.m1{
	background-image:url(../_images/m1.gif);
}
.left .menu a.m1 span{
	background-image:url(../_images/m1a.gif);
}
.left .menu a.m2{
	background-image:url(../_images/m2.gif);
}
.left .menu a.m2 span{
	background-image:url(../_images/m2a.gif);
}
.left .menu a.m3{
	background-image:url(../_images/m3.gif);
}
.left .menu a.m3 span{
	background-image:url(../_images/m3a.gif);
}
.left .menu a.m4{
	background-image:url(../_images/m4.gif);
}
.left .menu a.m4 span{
	background-image:url(../_images/m4a.gif);
}
.left .banner{
	text-align:center;
	margin:12px 0 20px;
}
.right{
	width:679px;
	float:left;
	background:url(../_images/shadow2.jpg) no-repeat left bottom;
	padding-bottom:22px;
}
.right .top{
	background:#cfcfc8 url(../_images/top_bg.gif) no-repeat left top;
	padding:2px 5px 1px 0;
}
.right .top td{
	text-align:right;
	vertical-align:bottom;
}
.right .top a{
	color:#fff;
	font:10px 'Myriad Pro', 'Trebuchet MS';
	text-transform:uppercase;
	margin-left:7px;
}
.right .top a:hover{
	color:#2d373d;
	text-decoration:none;
}
.right .top .logo_m{
	width:65px;
}
.right .top .logo_m a{
	margin:0;
}
.content{
	background:#f8f8f8;
	border:1px solid #c8c8c8;
	padding:23px 15px 25px 38px;
}
.center_l{
	position:absolute;
	left:0;
	top:26px;
}
.content .center{
	border:1px solid #e2e3e4;
	background:#fff;
	padding:3px 3px 23px;
	margin-bottom:15px;
	/*color:#606060;*/
}
.content .block1{
	background:url(../_images/block1_bg.gif) no-repeat left top;
	padding:6px;
	margin-bottom:2px;
}
.content .block1 img{
	margin-right:1px;
}
.content .item{
	padding:0 16px 0 16px;
	color:#606060;
}
.content .item1{
	padding:6px 6px 8px;
}
.content .bord{
	border-bottom:2px solid #333;
	margin:0 6px 3px;
}
.content .item .bord{
	margin:0 0px 3px;
}
.content .item1 .bord{
	margin:0 0px 3px;
}
.content .dot{
	background:url(../_images/dot.gif) repeat-x left top;
	margin:4px 0 2px;
	padding-top:1px;
}
.red{
	color:#e31129;
}
.gray{
	color:#606060;
}
.blue{
	color:#0153A0;
}
.bigred{
color:#e31129;
font:bold 13px Arial,Helvetica,sans-serif;
margin:0 0 4px;
text-transform:uppercase;
}
.biggray{
color:#606060;
font:bold 13px Arial,Helvetica,sans-serif;
margin:0 0 4px;
text-transform:uppercase;
}
.bigblue{
color:#0153A0;
font:bold 13px Arial,Helvetica,sans-serif;
margin:0 0 4px;
text-transform:uppercase;
}
.content .btn_more{
	text-align:right;
}
.content .btn_more a{
	display:inline-block;
	font-size:10px;
	background:url(../_images/btn_more.gif) no-repeat left top;
	width:98px;
	height:17px;
	padding:3px 0 0 25px;
	text-align:left;
	margin:2px 9px 4px 0;
}
.content .btn_more a:hover{
	background-position:left -20px;
	text-decoration:none;
}
.content .btn_top{
	text-align:right;
}
.content .btn_top a.anchorLink{
	display:inline-block;
	background:url(../_images/btn_top.gif) no-repeat left top;
	width:48px;
	height:16px;
	margin-right:10px;
}
.content .btn_top a.anchorLinkru{
	display:inline-block;
	background:url(../_images/btn_top_ru.gif) no-repeat left top;
	width:48px;
	height:16px;
	margin-right:10px;
}
.content .btn_top a.anchorLinkfr{
	display:inline-block;
	background:url(../_images/btn_top_fr.gif) no-repeat left top;
	width:48px;
	height:16px;
	margin-right:10px;
}
.content .btn_top a{
	display:inline-block;
	background:url(../_images/btn_top.gif) no-repeat left top;
	width:48px;
	height:16px;
	margin-right:10px;
}
.content .btn_top a:hover{
	background-position:left -16px;
}
.content .left_col{
	padding-top:6px;
	padding-right:3px;
	width:180px;/*183*/
}
.content .right_col{
	padding:80px 0 0 10px;
	width:130px;
}
.content .right_col ul.right_col_ul{
	margin-bottom:35px;
}
.content .right_col a.small{
	font-size:11px;
	line-height:11px;
}
.content .nav{
	font-size:10px;
	color:#e31129;
	position:absolute;
	left:10px;
	top:-20px;
}
.content .nav a{
	color:#606060;
	margin-right:6px;
}
.content .text{
	width:172px;
	padding-left:10px;
	color:#3e3e3e;
}
.content .text1{
	color:#3e3e3e;
}
.content .back{
	background:url(../_images/back_bg.gif) no-repeat left top;
	padding:15px 0 12px 10px;
	margin:0 0 20px 6px;
}
.content .back a{
	display:inline-block;
	height:16px;
}
.content .back a.back{
	background:url(../_images/btn_back.gif) no-repeat left top;
	width:135px;
}
.content .back a.backfr{
	background:url(../_images/btn_back_fr.gif) no-repeat left top;
	width:135px;
}
.content .back a.backru{
	background:url(../_images/btn_back_ru.gif) no-repeat left top;
	width:135px;
}
.content .back a.apply{
	background:url(../_images/btn_apply.gif) no-repeat left top;
	width:135px;
}
.content .back a.applyfr{
	background:url(../_images/btn_apply_fr.gif) no-repeat left top;
	width:135px;
}
.content .back a.applyru{
	background:url(../_images/btn_apply_ru.gif) no-repeat left top;
	width:135px;
}
.content .back a:hover{
	background-position:left -16px;
}
.content .last{
	padding:5px 0 9px;
}
.w100{
	width:100%;
}
.footer{
	background:url(../_images/shadow1.jpg) no-repeat left top;
	color:#606060;
	font-size:10px;
	padding:7px 0 0 17px;
}
.relative{
	position:relative;
}
/*popup*/
#popupBackground{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	z-index:1;
}
.popupLayer{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#fff;
	z-index:2;
	padding:12px;
}
.popupLayer h1{
	text-align:center;
	color:#fff;
	font:bold 16px 'Myriad Pro', 'Trebuchet MS';
	background:url(../_images/h1_bg.gif) no-repeat left top;
	margin-bottom:14px;
	height:25px;
	padding-top:7px;
}
.popupClose{
	right:-12px;
	top:-17px;
	position:absolute;
	display:block;
	cursor:pointer;
}
.popupContent{
	padding:0 20px;
	overflow:auto;
}
/**/
.logininput{
	width:125px;
	
}
.logintext{
	color:#e7e7df;
	font-size:11px;
	line-height:11px;
	color:#606060;
	margin-top:4px;
	margin-bottom:1px;
}
.button {
	font-size: 10px !important;
	height: 16px;
	color:#ffffff;
	font-family:Verdana, Arial, sans-serif;
	border: 0px;
	cursor:pointer;
	margin:0px;
	background-color:#2B458A;
	padding-bottom:2px;
	padding-top:0px;
	text-align:center;
}
.loginbutton {
	background-image: url(../_images/btn_login.gif);
	width:90px;
	padding-right:16px;
	padding-left:0px;
}
.logoutbutton {
	background-image: url(../_images/btn_logout.gif);
	width:110px;
	padding-right:16px;
	padding-left:0px;
}
.nextbutton {
	background-image: url(../_images/btn_next.gif);
	width:200px;
	padding-right:0px;
	padding-left:0px;
}
.prevbutton {
	background-image: url(../_images/btn_prev.gif);
	width:200px;
	padding-right:0px;
	padding-left:0px;
}
.downbutton {
	background-image: url(../_images/btn_down.gif);
	width:200px;
	padding-right:0px;
	padding-left:0px;
}
.delfilebutton {
	height: 20px;
	color:#606060;
	font:10px Arial,Helvetica,sans-serif !important;
	border: 0px;
	cursor:pointer;
	margin:0px;
	background-color:#ffffff;
	padding:0px 0px 2px 21px;
	text-align:left;
	background-image: url(../_images/button_del_file.gif);
	background-position:left -20px;
	width:80px;
}
.button:hover{
	background-position:left -16px;
}
table.formtable td.formtableleftcol
{
	width:210px;
	padding:2px 0px 2px 0px;
	text-align:right;
	text-transform:uppercase;
	font-size:11px;
	line-height:11px;
	vertical-align:middle;
}
table.formtable td.formtablerightcol
{
	width:210px;
	padding:2px 0px 2px 0px;
	text-align:left;
}
table.formtable td.formtablemidcol
{	
	width:10px;
	padding:2px 0px 2px 2px;
	text-transform:uppercase;
	font-size:11px;
	line-height:11px;
	vertical-align:middle;
	text-align:left;
}
table.formtable td .formelement
{
	font-size:11px;
	line-height:11px;
	vertical-align:middle;
}
div.bordercontrols{
	border:solid 1px #c6c6c6;
	margin-top:5px;
}
option[disabled=true]
{
	color:#000000;
	font-weight:bold;
	}
/**/
.customfileupload
{
    position: absolute;
}
.customFile
{
    width: 219px;
    margin-left: -140px;
    cursor: default;
    height: 21px;
    z-index: 2;
    filter: alpha(opacity: 0);
    opacity: 0;
}
.fakeButton
{
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 17px;
    background: url(../_images/button_add_file.gif) no-repeat left -20px;
    float: left;
    font-size:10px;
	padding-left:25px;
	padding-top:3px;
	text-align:left;
}
.blocker
{
    position: absolute;
    z-index: 3;
    width: 150px;
    height: 21px;
    background: url(../_images/0.gif);
    margin-left: -155px;
}
.FileName
{
    position: absolute;
    height: 15px;
    width:200px;
    overflow:hidden;
    margin-left: 85px;
    font-family: Verdana;
    font-size: 8pt;
    color: Gray;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-left: 19px;
}
/**/
