body {
  margin: 0;
  padding: 0;
  color: #212121;
  background-color: white;
}

body, td {
	font-family: "Trebuchet MS", Tahoma, Arial, sans;
	font-size: 10pt;
}

table {
	padding: 0;
	margin: 0;
	border-width: 0px;
}

td {
	vertical-align: top;
}

#crap-links a {
	font-size: 9pt;
	color: gray;
}


/*** jquery ***/
/* autocomplete */
.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
}
* html .ui-autocomplete {
	height: 100px;
}
.ui-autocomplete .ui-corner-all {
	font-weight: normal;			
	-moz-border-radius: 0px;
	-web-kit-border-radius: 0px;
	border-radius: 0px;
}
/**/
/**/

#comments-container .comments-list .comment_extra .comment_images img {
	margin: 5px;
}

.js_link {
	border-bottom: 1px dotted;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	top: -0.05em;
}
.js_link span {
	position: relative;
	top: 0.05em;
}
.js_link:hover {
	border-bottom: none;
}

.green_rating, .red_rating, .null_rating {
	font-weight: bold;
}
.green_rating {
	color: green;
}
.red_rating {
	color: red;
}
.null_rating {
	color: gray;
}
.rating_links a {
	text-decoration: none;
}

a.green_link {
	color: green;
}

/*-----user info popup----------*/
#user_info_popup {
	position: absolute; 	
	color: #000000;
	border: 1px solid gray;
	background-color: #ffffff;
	padding: 5px;
	//width: 330px;
	/*background-color: rgb(82, 82, 82);
	 padding: 5px;
	alpha(opacity=60);
	-moz-opacity: 0.5;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
#user_info_popup div {
	 background-color: #ffffff;
}
#user_info_popup td, #user_info_popup a {
	font-size: 9pt;
	color: #000000;
}
#user_info_popup a {
	color: #17467b;
}
/*-----------------------------------------------*/

#main_header {
	height: 116px; 
	color: white; 
	font-size: 10pt; 
	background: #17467b url(/common/img/main/top_grad.gif) repeat-x left top; 
	vertical-align: top;
}
#main_header a, #main_menu2 a, #main_userbar a {
	color: white;
	font-size: 9pt;
}
#main_header a:hover, #main_menu2 a:hover, #main_userbar a:hover {
	color: white;
	background-color: transparent;
}

#main_searh_panel {
	margin-top: 70px;
	//margin-top: 85px;
	text-align: right;
	padding: 0 5px 0 0;
}

#navi_bar {
	padding: 7px 7px;
	color: gray;
	border-bottom: 1px solid #b2b2b2;
}
#navi_bar a, #navi_bar span {
	font-size: 10pt;
}
#navi_bar span {
	color: #000000;
}

#logo {
	width:206px;
	height:43px;
	background: transparent url(/common/img/logo2.png) no-repeat left top;
	//background-image: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/img/logo2.png', sizingMethod='image');
}

#topleft_grad {
	width: 480px;
	height: 105px;
	padding: 20px 0 0 10px;
	background: transparent url(/common/img/topleft_grad.jpg) no-repeat left top;
	/*background: transparent url(/common/img/logo_ng.png) no-repeat left top;*/
}
#topleft_grad_main {
	width: 480px; 
	height: 105px;
	padding: 20px 0 0 10px; 
	background: transparent url(/common/img/main/topleft_grad_main.jpg) no-repeat left top;
	/*background: transparent url(/common/img/logo_ng.png) no-repeat left top;*/
}

/* Main menu
-----------------------------------------------------------------------------*/
#main_menu {
	margin: 0px 10px;
	padding: 10px 0;
}

#main_menu ul {
	list-style:none;
	padding: 3px 5px;
	text-align:justify;
	margin: 0px;
}

#main_menu li {
	font-size: 16px;
	display: inline;
	margin: 0 5px 0 0;
}

#main_menu li a {
	padding: 2px 0 2px 5px;
	line-height:25px;
	white-space:nowrap;
	color: #ffffff;
}
#main_menu li a.bold {
	font-weight: bold;
}
#main_menu li a.highlight {
	color: #ffde00;
}
/*main menu simple*/
#main_menu_simple span {
	padding-right: 2px;
}
.mainmenu-item-highlight {
	color: red;
}
/**/

/*
#main_menu2 {
	background-color: #17467b;
	height: 92px;
}
#main_menu2 td {
	vertical-align: top;
	padding: 3px 10px 0px 10px;
}
#main_menu2 ul {
	list-style: none;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 0px;
}
#main_menu2 li {
	
}
#main_menu2 img {
	vertical-align: middle;
}
#main_menu2 #main_menu_simple a {
	color: #ffffff;
}
*/

#main_userbar, #login_form_inline {
	height: 29px;
	line-height: 29px;
	background-color: #3b7fbc; 
	color: white; 
	font-size: 9pt; 
	vertical-align: middle;
	padding: 0 0 0 5px;
}
/*#main_userbar div {
	//padding-top: 5px;
}*/

/*-----------------------------------*/
#login_form_inline {
	display: block;
	position: absolute;
	overflow: visible;
	//width: 100%;
	z-index: 10;
	padding: 5px !important;
}
/*-------------------------------*/

.div_title, .div_title a, .div_title_small {
	font-weight: bold;
	color: #17467b;
	text-align: left;
}
.div_title, .div_title a {
	font-size: 12pt;
}
.div_title a {
	text-decoration: none;
}

.white_title {
	color: white; 
	font-size: 12pt; 
	font-weight: bold;
}

/*------------*/

.main_lines {
	background: white url(/common/img/lines.png) repeat-x left top; 
	height: 62px; 
	vertical-align: middle;
	padding-left: 20px;
}
.main_lines a {
	margin-right: 10px;
}
/*------------*/

.drop_menu {
	display: inline;
	text-align: left !important;
}
.drop_menu a {/*drop_menu_title*/

}
.drop_menu ul { /*drop_menu_items*/
	/*background-color: #ecebe1;
	background-color: #ededed; */
	background-color: #ffffff;
	border: 1px #bebebe solid;
	padding: 3px;
	position: absolute;
	z-index: 10;
	list-style: none;
}

.drop_menu ul li a {
	text-decoration: none;
	display: block;
	//width: 130px;
	padding: 5px;
}
.drop_menu ul li a:hover {
	background-color: #f1f6f9;
}

/**/
#main_menu_more ul {
	background-color: #17467b;
	list-style: none;
	list-style-position: outside;
}
#main_menu_more_items  {
	border: 1px solid #ffd663;
}
#main_menu_more ul li img {
	vertical-align: middle;
	float: left;
}
#main_menu_more ul li {
	clear: both;
}
#main_menu_more ul li a {
	//display: inline;
}
#main_menu_more ul li a:hover {
	background-color: #37577b;
}

/*----------------------------*/
#comment_codes_items, #comment_codes_items  {
	border: 1px solid #37577b;
}
#comment_codes ul li a {
	color: #37577b;
}
#comment_codes ul li a:hover {
	color: #ffffff;
	background-color: #4c76a5;
}

/*----links----------*/

.html_informer_link {
	color: #212121;
	text-decoration: none;
}
.html_informer_link:hover {
	color: #212121;
	text-decoration: none;
	background-color: transparent;
}
.html_informer_link img {
	border: none;
}
.html_informer_link td {
	vertical-align: middle;
}

/*ul*/
.left_menu {
	padding: 0px 0 0 5px;
	margin: 0px;
}
.left_menu li {
	list-style-type: none;
	padding: 5px 0 5px 0;
}
.left_menu li a, a.left_menu_link {
	color: #17467b;
	font-weight: bold;
}
.left_menu li ul {
	padding-left: 5px;
	margin: 0px;
}
.left_menu li ul li {

}
.left_menu li ul li a{
	color: #17467b;
	font-weight: normal;
}
/**/

a {
	font-size: 10pt;
	font-weight: normal;
	color: #17467b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border-width: 0px;
}

a.no_line {
	text-decoration: none;
}
a.no_line:hover {
	color: #3286bf;
	background-color: transparent;
	text-decoration: none;
}

a.small_link {
	font-size: 9pt;
}

a.black_link {
	color: black !important;
}
a.black_link:hover {
	background-color: transparent;
	color: black !important;
}

a.bold_link {
	font-weight: bold !important;
}

a.red_link {
	color: #ff0303 !important;
}
a.red_link:hover {
	color: white !important;
	background-color: #ff0303 !important;
}
a.dark_link {
	color: #1b495c;
}
a.dark_link:hover {
	color: #ffffff;
	background-color: #1b495c;
}

a.no_bg:hover {
	color: #3286bf;
	background-color: transparent;
}

a.white_title {
	color: white; 
	font-size: 12pt; 
	font-weight: bold;
	text-decoration: none;
}

.gray_links a {
	color: gray;
}
.gray_links a:hover {
	color: white;
	background-color: gray;
}

.normal_link {
	font-size: 10pt;
	color: #17467b;
}
.normal_link:hover {
	background-color: transparent;
	color: #17467b;
}
.banner_link {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	background-color: transparent;
}
.banner_link img {
	padding: 0px !important;
	margin: 0px !important;
}

.yellow_link {
	color: #ffefa6 !important;
}
.yellow_link:hover {
	color: #ffefa6 !important;
	background-color: transparent;
}

.yellow_link2 {
	color: #ffde00 !important;
}
.yellow_link2:hover {
	color: #ffde00 !important;
	background-color: transparent;
}
/**/

.banner_block div {
	margin-bottom: 10px;
}

.font_decor {
	font-family: Georgia !important; 
}

.main_bg {
	background-image: url(/common/img/main_bg.png);
	background-repeat: repeat-x;
	background-color: #174e76;
	height: 39px;
}
.main_bg, .main_bg td {
	color: white;
	vertical-align: middle !important;
}
.main_bg form, .maing_bg_form {
	display: inline;
}
.main_bg a {
	color: white;
	font-size: 10pt;
}
.main_bg a:hover {
	background-color: transparent;
}

.block_title {
	margin: 0pt 0pt 10px 0pt;
	padding: 0pt 0pt 0pt 15px;
	height: 25px;
	background: #ebebeb url(/common/img/block_title_left.gif) no-repeat scroll left top; 
	float: none; 
}
.block_title span {
	height: 25px;
	background: #ebebeb url(/common/img/block_title_right.gif) no-repeat scroll right top; 
	display: block;
}
.block_title_big {
	margin: 0pt 0pt 10px 0pt;
	padding: 0pt 0pt 0pt 15px;
	height: 41px;
	background: #ebebeb url(/common/img/block_title_left_big.gif) no-repeat scroll left top; 
	float: none; 
}
.block_title_big span {
	height: 41px;
	background: #ebebeb url(/common/img/block_title_right_big.gif) no-repeat scroll right top; 
	display: block;
}

.gray_text {
 /*color: #999999;*/
	color: #666666;
}
.black_text {
	color: #000000;	
}
.red_text {
	color: #ff2328;
}

/*----- forum and comments ------*/
#posts_list {
	width: 100%;
}
#posts_list th, .post_item td {
	text-align: left;
	padding-left: 10px;
}
#posts_list th {
}

.post_title {
	height: 20px;
	padding-left: 5px; 
	background-color: #f1f1f1; 
	border-bottom: 1px solid #d9d9d9;
}

#comment_answerblock #comment_smilies_title {
	width: 100%; 
	background-color: #f1f1f1; 
	border: 1px solid #d9d9d9; 
	height: 20px;
}
#comment_answerblock #comment_smilies_title a {
	color: #02539d;
}
#comment_answerblock #comment_smilies_title span {
	padding-left: 5px;
}

/*---- forum -----*/
.topic_text {
	font-size: 10pt;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.post_text {
	font-size: 10pt;
	text-align: left;
	padding: 5px 5px 5px 0;
}

a.topic_link {
	color: #02539d;
	text-decoration: none;
	font-weight: normal;
}
a.topic_link:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #02539d;
}

.topic_info i, .topic_info i {
	color: black;
	font-style: normal;
}

.forum_signature {
	color: #4f4f4f;
	font-size: 8pt;
}

.post_links {
	text-align: right;
}
.post_links a {
	padding-left: 3px;
}
/**/

/*------foto-------------*/
.foto_thumb, .foto_main_thumb {
	border: 1px solid #17467b;
	padding: 3px; 
	height: 120px;
	line-height: 120px;
	vertical-align: middle;
	/*background-color: #cfcfcf;*/
	background-color: white;
}
.foto_main_thumb {
	border: 1px solid #05426A !important;
	background-color: transparent !important;
}
.foto_thumb img, .foto_main_thumb img {
	border-width: 0px;
	vertical-align: middle;
}
.foto_thumb a:hover, .foto_main_thumb a:hover  {
	text-decoration: none;
}
/**/

/*------board-------------*/
.board_title {
	background: #6c95b3 url(/common/img/board/board_title_toplines_short.png) no-repeat top right;
	height: 35px;
	font-size: 12pt;
	color: white;
	vertical-align: middle;
	padding-left: 20px;
}
.board_title_bottomlines {
	height: 5px !important;
	background: #6c95b3 url(/common/img/board/board_title_bottomlines.png) no-repeat;
}
.board_title a {
	color: white;
	background-color: transparent;
	text-decoration: underline;
	font-size: 12pt;
}
.board_title a:hover {
	text-decoration: none;
	background-color: transparent;
}

.board_textblock {
	background-color: #eeebe2;
	padding-bottom: 10px;
}
.board_subdir_line {
	margin-top: 15px;
	background-color: #f4f3ee;
	padding: 0px 0 3px 20px;
}

.board_info {
	color: #646361;
}
.board_info span {
	margin-right: 15px;
}

.board_dots {
	height: 1px;
	margin: 10px 0 10px 0;
	background: #eeebe2 url(/common/img/board/board_dots.png) repeat-x;
}
/**/

.comment_box {
	border: 1px solid #d9d9d9; 
	padding-bottom: 5px;
}

/*--------advice----------------*/
.adv_dir, .adv_dir_selected {
	background: #fefbd9 url(/common/img/advice/yellow_grad.png) repeat-x left top;
	border-width: 0 1px 1px 0; 
	border-color: black; 
	border-style: solid; 
	text-align: center;
}
.adv_dir_selected {
	background: #fafcf6 url(/common/img/advice/blue_grad.png) repeat-x left top !important;
}
.adv_center_grad {
	background: #fffce9 url(/common/img/advice/consult_grad.png) no-repeat left top;
	width: 510px;
	padding: 10px;
}
/**/


.text_header {
	font-size: 14pt;
	text-align: center;
}

.message_block {
	width: 75%;
	padding: 3px; 
	border: 1px solid #d9d9d9; 
	background-color: #f1f1f1;
	font-size: 9pt;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
}

.error_block {
	width: 75%;
	border: 1px solid #95130C;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	color: #333333;
	background-color: #FBDBD9;
	font-size: 9pt;	
}
.info_block {
	width: 75%;
	border: 1px solid #477c18;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	background-color: #c7edb2;
	font-size: 9pt;
}

#load_title {
	z-index: 2; 
	left: 90%; 
	top: 1%;
	position: fixed;
	//position: absolute;
	//top: expression(document.getElementsByTagName("body")[0].scrollTop + 5 + "px");
	border: 1px solid #95130C;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	color: #333333;
	background-color: #FBDBD9;
	font-size: 9pt;	
}

.gray_back {
	background-color: #f7f7f7;
}

img.blue_border {
	border: 2px solid #17467b;
}

.normal_text {
	font-size: 10pt;
}
.small_text {
	font-size: 8pt;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans;
	font-size: 11pt !important;
}
input.textbox, textarea {
	border: 1px solid #bbb;
	border-top: 1px solid #777;
	border-bottom: 1px solid #ddd;
	/*background: #fefefe url(/common/img/textbg.png) no-repeat top left;*/
	/*padding: 2px 0 0 1px;*/
	padding: 0px;
}
input.textbox {
	/*height: 22px;*/
	height: 20px;
	vertical-align: middle;
}

/*------------------------------*/
hr.hr1 {
	border: medium none;
	height: 1px;
	margin-left: 0px;
	text-align: left;
	width: 200px;
	background-color: #4f4f4f;
	color: #4f4f4f;
}


/*--widgets----------------------------------*/
.combobox {

}
.combobox img {
	display: inline;
	vertical-align: bottom;
	border-width: 0px;
}
.combobox .combobox_selected {
	display: inline;
	background-color: #ffffcc;
	border: 1px solid #545443;
}
.combobox .combobox_items {
	position: absolute;
	display: none;
	z-index: 99;
	border-width: 0 1px 1px 1px;
	border-color: #95130C;
	background-color: white;
	cursor: pointer;
}
.combobox .combobox_items a:hover {
	background-color: green;
}
/**/

.opacity50 {
	opacity: .5; 
	filter:alpha(opacity=50);
}

.dashes {
	background: transparent url(/common/img/dash.png) repeat-x left top;
	height: 1px;
	margin: 10px 0 10px 0;
	/*margin-bottom: -10px;*/
}

.rating {
	padding-bottom: 3px;
}

.banner {
	padding: 0px;
	margin: 0px;
	border: 1px solid #17467b;
}

div.banner {
	display: table-cell;
	//display: inline;
}

.help_hint {
	position: absolute;
	z-index: 11;
	background-color: #faffe8;
	border: 1px solid #261a00;
	font-size: 10pt;
	padding: 5px;
	width: 200px;
}

#users_online a {
	font-size: 9pt;
}
