/* CSS Document */
small
{
	font-size:85%;
}

hr
{
	width:95%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	width:778px; 
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-390px;
	background:#8E8E8E url(images/header_bg.gif) repeat-x;
}

#header
{
	position:relative; /*containing block*/
	height:127px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:url(images/header_logo.jpg) no-repeat;
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	width:100px; 
	height:90px; 
	background:url(images/logo.gif) center right no-repeat; 
	position:absolute; 
	left:6px; 
}

#header_text
{
	position:absolute;
	left:120px;
	top: 20%;
	color:#fff;
	width:490px;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	color:#fff;
	text-decoration:none;
}

#header_text span
{
	font-size:90%;
	font-weight:bold;
	color:#E1E1E1;
	margin-left:50px;
}

#search
{
	color:#E1E1E1;
	position:absolute;
	right:55px;
	top:6px;
}

#login
{
	position:absolute;
	right:75px;
	top:55px;
	color:#E1E1E1;
}

#menu
{
	position:absolute;
	bottom:0;
	*bottom:-1px; /*IE hack*/
	left:18px;
}


#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #bbb;
}

#printer
{
	float:right;
	font-size:85%;
	background:url(images/printer.gif) left center no-repeat;
	padding-left:16px;
}

#printer a
{
	text-decoration:none;
	color:#787878;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

.table-border-color
{
	background-color:#8E8E8E;
}

.right-shadow
{
	background:url(images/right_shadow.gif) right top repeat-y;
}

.footer-box
{
	border-top:1px solid #D9D9D9;
	
	padding:10px 10px 0 15px;
	margin-right:3px;
}

.footer-box a:link, 
.footer-box a:visited,
.footer-box a:active, 
.footer-box a:hover
{
	color:#5F7185;
}

.footer-box span
{
	font-weight:bold;
	color:#1B3552;
}

.table-bottom-corner
{
	background:#8E8E8E url(images/bottom_corner_bg.gif) repeat-x;
}


/*Content table*/
#content
{
	background:#fff;
	height:85%;
	min-height:85%;
	width:100%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	vertical-align:top;
	height:100%;
	padding:0;
	/*padding-left:5px;
	padding-right:5px;*/
	padding-top:34px;
	background:#F5F5ED url(images/left-column-bg.gif) left top repeat-x;
}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 15px;
	background:#fff url(images/right_shadow.gif) right top repeat-y;
}

#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Footer*/
#footer
{
	background: #E4E4E4;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #333;
	font-size: 100%;
}

/
/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}



h1, h2, h3, h4, h5, h6
{
	color:#4b627c;
}


h1
{
	margin:0; padding:0;
	font-size:130%;
	margin-bottom:8px;
	padding-bottom:15px;
	padding-top:14px;
	border-bottom:1px dashed #C4C4C3;
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	width:170px;
	padding:0px 5px 10px 10px;
	margin-left:5px;
	margin-right:5px;
	background:#F5F5ED;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:90%;
	color:#494947;
}

.information-block-head
{
	font-size:110%;
	color:#335172;
	font-weight:bold;

	margin-bottom:4px;
	padding-bottom:5px;
	background:url(images/infoblock_line.gif) left bottom no-repeat;
}

.information-block-body
{
	font-size:100%;
	color:#494947;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	border-color:#C4C4C3;
	margin:1em 0;
	background-color:#F9F9F3;
	font-family:sans-serif;
}

.news-date-time
{
	color:#858585;
}
#master{
	padding: 0px 0px 0px 0px;
	border: 0px solid #cc0000;
	background-color:#ffffff;
	margin:auto;
	text-align:left;/* leave unchanged */ 
	width:76.92em;/* non-IE */ 
	*width:75.07em;/* IE */ 
	min-width:1000px;/* optional but recommended */
}

#above_master{
	padding: 0px 0px 0px 0px;
	border: 0px solid #cc0000;
	margin:auto;text-align:right;/* leave unchanged */ 
	width:1000px;/* optional but recommended */
	position:relative;
}

#left_col{
	
	margin: 0px;
	padding: 0px;
	border-right: 0px solid #000000;
	
	padding-left:0px;
	
}

#right_col{
  	
	
	border-left: 0px solid #000000;
	padding-left:0px;
}

#center_col{
	
  	width:95%;
	border: 0px solid #000000;
	padding: 5px;
	margin: 5px;
	padding: 5px;
	text-align:left;
}





body {
	background: #9cf url(images/body_bg_n.png) repeat-x;
        font-family: .75em Verdana, sans-serif; /*12px is font-size for main content. Base font size*/;
	font-size:12px;
	line-height: 12px;
}


td {
	font-family: Verdana, sans-serif;
}

th {
	font-family: Verdana, sans-serif;
}





a:link {font-family: Verdana, sans-serif; color: #0000FF; text-decoration: none; }
a:visited {font-family: Verdana, sans-serif; color: #3399FF; text-decoration: none;  } 
a:active {font-family: Verdana, sans-serif; color: #FF0000; text-decoration: none;  }
a:hover {font-family: Verdana, sans-serif; color: #FF0000; text-decoration: none;   }




#navigation a {line-height:14px; font-size:12px;}


a.navi:link {font-family: Verdana, sans-serif; color: #000000; text-decoration: none; font-weight:bold; }
a.navi:visited {font-family: Verdana, sans-serif; color: #000000; text-decoration: none; font-weight:bold; } 
a.navi:active {font-family: Verdana, sans-serif; color: #000000; text-decoration: none; font-weight:bold; }
a.navi:hover {font-family: Verdana, sans-serif; color: #990000; text-decoration: none; font-weight:bold; }


a.navi_selected:link {font-family: Verdana, sans-serif; color: #990000; text-decoration: none; font-weight:bold;  }
a.navi_selected:visited {font-family: Verdana, sans-serif; color: #990000; text-decoration: none; font-weight:bold; } 
a.navi_selected:active {font-family: Verdana, garamond,courier; color: #990000; text-decoration: none; font-weight:bold;  }
a.navi_selected:hover {font-family: Verdana, garamond,courier; color: #990000; text-decoration: none; font-weight:bold; }






a.subnavi:link {font-family: Verdana, garamond,courier; color: #000000; text-decoration: none; font-weight:normal; }
a.subnavi:visited {font-family: Verdana, garamond,courier; color: #000000; text-decoration: none; font-weight:normal;  } 
a.subnavi:active {font-family: Verdana, garamond,courier; color: #000000; text-decoration: none; font-weight:normal;   }
a.subnavi:hover {font-family: Verdana, garamond,courier; color: #990000; text-decoration: none;  font-weight:bold;   }


a.subnavi_selected:link {font-family: Verdana, garamond,courier; color: #990000; text-decoration: none; font-weight:bold;  }
a.subnavi_selected:visited {font-family: Verdana, garamond,courier; color: #990000; text-decoration: none; font-weight:bold;  } 
a.subnavi_selected:active {font-family: Verdana, garamond,courier; color: #990000; text-decoration: none; font-weight:bold; }
a.subnavi_selected:hover {font-family: Verdana, garamond,courier; color: #990000; text-decoration: none;  font-weight:bold; }





.headline {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}

.headline2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.headline3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}


.text {
	font-family: Verdana, sans-serif;
	font-size:12px;
	line-height:12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
	
}


.newsbody {
	font-family: Verdana, sans-serif;
	font-size:11px;
	line-height:12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
		
}


.newsmore {
	font-family: Verdana, sans-serif;
	font-size:9px;
	line-height:10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align:left;
	background-color:#EEEEEE;
	padding:1px;
	border: 1px #999999 dotted;
	margin-top:5px;
	width:40px;
	text-align:center;
	
}

#center_col img {

	border:0px solid #000000;

}


.col_headlines {
	background:#009baa;
	font-size:12px;
	height:22px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 2px;
	margin-bottom: 8px;
	background-position: center center;
	width: 100%;
}


.table_body {
		background-color:#cccccc;
}
#registration{
        width:213px;
	height:29px;
	border:1px solid #48608a;
	text-align:center;
	margin:20px 0px 0px 3px;
	background-image:url(../images/back_registr.gif);
}
#registration a{
	color:#FF0000;
	text-decoration:none;
	font-family:Tahoma;
	font-size:13px;
        font-weight: bold;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
        font-style: normal;

}

.news-date-time 
{
	color:#486DAA;
}

#news-item
{
        font-style: normal;
	color: #FF0000;
}
#news-item  a
{
        font-style: normal;
	color: #FF0000;
}


