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

.main_menu_big {
	width: 100%;
	height: 170px;
}
.main_menu_big a {
	color: white;
	font-size: 10pt;
}
.main_menu_big a:hover {
	color: white;
	background-color: transparent;
}
.main_menu_big td {
	vertical-align: top;
	padding: 5px 5px 0px 15px;
}
.main_menu_big ul {
	list-style: none;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 0px;
}
.main_menu_big li {
	padding-bottom: 5px;
}
.main_menu_big img {
	vertical-align: middle;
}

/*------------------*/
.login_form_main td {
	vertical-align: middle;
}

.news_top {
	height: 20px;
	font-weight: bold; 
	color: #17467b;
	padding: 0 0 0 10px;
	background: #ffe25b url(/common/img/main/news_top.png) no-repeat left top;
}

.news_topleft {
	width: 8px; 
	height: 20px;
	background: transparent url(/common/img/main/news_topleft_round2.png) no-repeat left top;
	/*
	//background-image: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/img/main/news_topleft_round.png', sizingMethod='image');
	*/
}
.news_topleft_shadow {
	width: 8px; 
	height: 5px;
	background: transparent url(/common/img/main/news_topleft_shadow2.png) no-repeat left top;
	/*
	//background-image: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/img/main/news_topleft_shadow.png', sizingMethod='image');
	*/
}
.news_top_shadow {
	height: 5px;
	background: transparent url(/common/img/main/news_top_shadow.png) no-repeat left top;
	//background-image: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/img/main/news_top_shadow.png', sizingMethod='image');
}
.news_topleft_round_shadow {
	width: 5px;
	height: 19px;
	background: transparent url(/common/img/main/news_topleft_round_shadow.png) no-repeat right bottom;
	//background-image: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/img/main/news_topleft_round_shadow.png', sizingMethod='image');
}

.shedule_table {
	border-collapse: collapse;
}
.shedule_table td {
	border: 1px solid #000000;
	padding: 5px;
}

/*---------------------------*/
.main_horoscope {
	width: 100%;
}
.main_horoscope img {
	vertical-align: middle;
}
.main_horoscope a {
	color: #ffffff;
	font-size: 10pt;
}
.main_horoscope a:hover {
	color: #ffffff;
	background-color: transparent;
}

/*------currencyrates----------*/
.currency_block {
	padding: 0 10px 15px 15px;
}
.currency_value {
	color: #666666;
	text-align: center;
}
.currency_bestrate {
	color: red;
}
/**/

/*------board-------------*/
a.board_gray_link {
	color: #707070;
	text-decoration: none;
}
a.board_gray_link:hover {
	text-decoration: underline;
}
/**/

/*-------PM-------------*/
#userSearch_window {
	position: absolute; 
	z-index: 2; 
	left: 30%;
	top: 30%;
	background-color: #ffffbf; 
	width: 300px; 
	height: 200px;
	padding: 10px 10px 10px 10px;
}
#userSearchResults {
	overflow: auto;
	height: 150px;
	width: 250px;
	margin-left: 10px;
}
#userSearchResults a {
	font-size: 9pt;
}

/*-------profile------------*/
.profile_edit_table td{
	padding: 10px 0 0 0; 
}
/**/

/*----------signup-------------*/
#signup_form td {
	text-align: left;
}
/**/







