/* CSS Document */

small
{
	font-size:85%;
}

hr
{
	width:90%;
	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;
}

#login a
{
	color:#E1E1E1;
	text-decoration:none;
}
#login a.profile-link
{
	text-decoration:underline;
}

#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;
}




#bottom_banner
{
	text-align:center;
	margin:10px;
}


/*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;
}


/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #F2F2EA; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #FFFFFF; } 

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border: 1px solid #C4C4C3;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #F2F2EA; } 
table.forum-menu-popup-table td.forum-group{background-color:#F2F2EA; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #F9F9F3;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #C4C4C3;} 
table.forum-main td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-main th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#C4C4C3}
div.filter-check-hover {background-color:#F2F2EA}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #F2F2EA;border: 1px solid #C4C4C3;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#F2F2EA; color:#333;} 
div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #F2F2EA !important; color:#333; } 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #F9F9F3;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #F9F9F3;border: 1px solid #C4C4C3;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #F2F2EA;
	border: 1px solid #C4C4C3;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #C4C4C3;} 
table.forum-post-form td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-post-form th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile {border: 1px solid #C4C4C3;} 
table.forum-smile th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#F2F2EA; border:1px solid #C4C4C3;} 
table.fuser-static td {background-color:#F9F9F3; border:1px solid #C4C4C3;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #C4C4C3;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #C4C4C3;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #C4C4C3; border-top:none;} 
table.tab td {background-color:#F9F9F3;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}

table.forum-quote td, table.forum-code td 
{
	background-color:#F2F2EA; /*th*/
	border:1px solid #C4C4C3;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#F9F9F3; /*td*/
	border-color:#C4C4C3;
}

a.button-small
{
	background:#F2F2EA;
	border:1px solid #C4C4C3;
}

/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#F9F9F3;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #C4C4C3;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#C4C4C3;}
.blogtoolbar {background-color:#F9F9F3;border-color:#C4C4C3;border-top:none;}
.blogtoolsection {border-color:#C4C4C3}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #C4C4C3;border-right:1px solid #F9F9F3;}


h1, h2, h3, h4, h5, h6
{
	color:#FF0000;
}


h1
{
	margin:0; padding:0;
	font-size:130%;
	margin-bottom:8px;
	padding-bottom:12px;
	padding-top:12px;
	border-bottom:1px dashed #FF0000;
}

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{
	position: relative;
	padding: 0px 0px 0px 0px;
	border: 0px solid #cc0000;
	margin:0 auto;
	height:100%;
	text-align:left;/* leave unchanged */
	width:1010;/* non-IE */
	min-width:1010px;/* optional but recommended */

}

#above_master{
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	border: 0px solid #cc0000;
	text-align:right;/* leave unchanged */ 
	width:1010px;/* optional but recommended */
	position:relative;
}

/*Content table*/
#content {
	position:relative;
	background:#fff;
	width:100%;
	height:100%;
	margin-bottom: 15px;
	border-radius: 15px;
	border-collapse:collapse;
}

#left_col{
	height:100%;	
	margin: 0px;
	width:220px;
	padding: 0px;
	border-right: 1px solid #acafcb;	
	padding-left:0px;
	
}
#center_col {
	height:100%;
	padding: 5px;
	width: 570px;
	border: 0px solid #000000;
	margin:auto;
	text-align:left;
}
#right_col{
	height:100%;  	
	width:220px;
	border-left: 1px solid #acafcb;
	padding-left:0px;
}







body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 12px;
	background: #9cf url(images/body_bg_n.png) top left repeat-x;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}





a:link {font-family: Verdana, garamond,courier; color: #09F; text-decoration: underline; }
a:visited {font-family: Verdana, garamond,courier; color: #09C; text-decoration: none;  } 
a:active {
	font-family: Verdana, garamond,courier;
	color: #309;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, garamond,courier;
	color: #039;
	text-decoration: none;
}





a.navi:link {font-family: Verdana, garamond,courier; color: #000000; text-decoration: none; font-weight:bold; }
a.navi:visited {font-family: Verdana, garamond,courier; color: #000000; text-decoration: none; font-weight:bold; } 
a.navi:active {font-family: Verdana, garamond,courier; color: #000000; text-decoration: none; font-weight:bold; }
a.navi:hover {font-family: Verdana, garamond,courier; color: #990000; text-decoration: none; font-weight:bold; }


a.navi_selected:link {font-family: Verdana, garamond,courier; color: #990000; text-decoration: none; font-weight:bold;  }
a.navi_selected:visited {font-family: Verdana, garamond,courier; 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, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}

.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.headline3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
	
}


.newsbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
		
}


.newsmore {
	font-family: Verdana, Arial, Helvetica, 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-color:#b8000c;
	font-size:12px;
	height:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	margin-bottom: 8px;
}


.table_body {
		background-color:#cccccc;
}
#registration{
	width:213px;
	height:auto;
	border:1px solid #9FB22A;
	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; 
}
#registration a:hover{
	color:#000000;
	text-decoration:none;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold; 
}

.conf_a, .conf_a a{
	text-align: center;
	margin: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
	.conf_a h1 {
		text-transform: uppercase;
		text-align: center;
		border-bottom: none;
	}
.conf_a a:hover{
	text-align: center;
	margin: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background: #95ACD9;
}


/*Footer*/
#footer
{
	background: #E4E4E4;
	padding:10px;
	width:1010px;
	margin: 5px auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius:15px;
	text-align:center;	
}


