body {padding:0; margin:0; background:#2F2F2F;}

html { height: 100%; }
body { height: 100%; }


body, td, input, textarea{
	font-size:12px;
    font-family:Tahoma, Verdana, Arial, Sans-serif;
	color: WhiteSmoke;
	padding:0px;
}


table{border:0px; border-collapse:collapse;	}

h1, h2, h3, h4, .h1 { color: #729FCF; } 

h1, .h1
{
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	
	margin-bottom:8px;
	margin-left:30px;
}


h2
{
	font-size:12px;
}

#zz0 { height: 100%; }

a{color:#729fcf; text-decoration:underline} 
a:hover{text-decoration:none}

.bg{ background:#3B3B3B; width:1px; height:1px;overflow:hidden;}

p { color: WhiteSmoke; line-height: 19px; font-family: Verdana, Tahoma, sans-serif; font-size: 13px; }

.pad{ margin:44px 0 0 30px}

ul
{
	list-style-image:url('images/list_disc.gif');
}
ul.vacancy
{
	margin-left:24px;
	padding-left:0px;
}
ul.vacancy li
{
	margin-bottom:8px;
	color:#fff;
	font-weight:bold;
}

ul.vacancy li span
{
	margin-bottom:8px;
	color:#babdb6;
	font-weight:normal;
}

ul.qans li { margin-bottom: 20px; }

ul li { line-height: 19px; margin-bottom: 10px; }

#content ul li, #content ol li { font-family: Verdana, Tahoma, sans-serif; font-size: 13px; }

span{ color:#FFFFFF}
 
.header{color:#2C1F1E; font-size:10px;} 

.set div{ width:212px; height:13px; background:url(images/3_bg.gif) repeat-x bottom}
.set div div{ width:auto}
.set div div a{ color:#FFFFFF; background:#2F2F2F; text-decoration:none; height:13px}
.set div div a:hover{ color:#FFCE00; text-decoration:#none; height:13px}


.footer{color:#939393; font-size:10px; background:url(images/bot.gif) repeat-x top left;} 
.footer a {color:#729fcf; text-decoration:none}
.footer a:hover{ text-decoration:underline}  
.fleft { width: 250px; }
.fright { text-align: right; }

.more{background:url(images/1_z1.gif)  center left no-repeat; padding-left:15px; vertical-align:middle; color:#FFFFFF; text-transform:uppercase; font-size:9px; text-decoration:none}
.more:hover{ text-decoration:underline}


input{
   background:#2F2F2F;
   border:1px solid #444444;
   padding-left:5px;
   width:216px; height:24px;
   padding-left:7px; padding-top:3px
}
textarea{
   background:#2F2F2F;
   border:1px solid #444444;
   padding-left:5px;
   width:227px; height:111px;
   padding-left:7px; padding-top:3px;
   overflow:auto}


#header_flash
{
	width:780px;
	height:331px;
}


#header_line
{
	width:780px;
	height:5px;
	
	overflow:hidden;
}

#content
{
	margin:33px 30px 30px 30px;
}




.left_menu
{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}



.left_menu li
{
	padding-bottom:6px;
	border-bottom:solid 1px #3b3b3b;
	margin-bottom:6px;
}

.left_menu li.mlast
{
	border-bottom:0px;
	margin-bottom:0px;
	background: #2F2F2F;
	height: 2px;
	display: block;
	position: relative;
	top: -7px;
}


.left_menu li a
{
	font-size:14px;
	color:#729fcf;
	text-decoration:none;
}

.left_menu li a.active { font-weight: bold; color: white; }

.left_menu li a:hover
{
	color:#fff;
}


a.project_link
{
	display:block;
	width:140px;
	height:105px;
	
	margin-bottom:4px;
	
	border:solid 2px #fff;
}

a.project_link:hover
{
	border:solid 2px #ffce00;
}


/**************************************************************

	MultiBox
	v1.2

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/


.pages
{
	height:23px;
	margin-bottom:25px;
}

.pages span, .pages a
{
	display:block;
	float:left;
	padding-top:3px;
	padding-bottom:4px;
	padding-right:7px;
	padding-left:7px;
	text-decoration: none !important;
	margin-right:4px;
}

.pages span.nextprev
{
	border:solid 1px #9cb1bb;
	color:#9cb1bb;
	cursor:default;
}

.pages span.current
{
	color:#6686a8;
	cursor:default;
	
	border:solid 1px #fff;
	background-color:#fff;
}

.pages a
{
	border:solid 1px #bfeaff;
	color:#bfeaff;
}

.pages a:hover
{
	border:solid 1px #fff;
	color:#fff;
}

.pages span.dots
{
	cursor:default;
}
