* {
	padding: 0;
	margin: 0;
}


body {
	font: 12px verdana, sans-serif;
	line-height: 13px;
	color: white;
	background: black url('/images/bg.png') repeat-x;
}

p, table, tr, td, th, span, div {
	font: 12px verdana, sans-serif;
}

h1 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

a {
	color: #cccc33;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

	a.white_link {
		color: #fff;
	}
	
	a.gray_link {
		color: #ccc;
	}

img {
	border: none;
}

.hidden {
	display: none;
}

/* positions */
.right {
	float: right;
}

.left {
	float: left;
}

/* container */
#page_container {
	background: url('/images/bg-content.png');
	background-repeat: repeat-y; 
	width: 1060px;
	margin: 0 auto;
}

#langbar {
	margin: 0 auto;
	width: 958px;
	height: 30px;
	line-height: 28px;
	background-color: #1f1f1f;
	background-image: url('/images/green_separator.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #555;
	padding-left: 10px;
}

#wrap {
	margin: 0 auto;
	width: 939px;
	margin-top: 10px;
}
	#main_menu {
		background-image: url('/images/green_separator.gif');
		background-repeat: repeat-x;
		background-position: bottom;
		height: 24px;
		text-transform: uppercase;
		margin-top: 30px;
		margin-bottom: 10px;
	}
		#main_menu li {
			list-style: none;
			display: inline;
			font-weight: bold;
			margin-right: 10px;
			line-height: 24px;
		}
			#main_menu li a {
				color: #ccc;
			}
			
			#main_menu li a:hover, #main_menu li.selected a {
				color: #fff;
			}
		
		#main_menu .search {
			text-transform: lowercase;
			font-weight: bold;
		}
			#main_menu .search input {
				width: 216px;
				
			}
			
			#main_menu .search input#action {
				background: transparent;
				background-image: url('/images/button.gif');
				background-repeat: no-repeat;
				width: 79px;
				height: 20px;
				border: none;
				color: #fff;
			}
			
	#content {
		width: 632px;
		float: left;
		min-height: 520px;
		height: auto !important;
  		height: 520px;
	}
		#headNews {
			width: 630px;
			height: 400px;
			border: 1px solid #ccc;
			margin-bottom: 10px;
		}
					
			#headNews .content {
				height: 364px;
			}
				#headNews .ablock {
					display: block;
					width: 630px;
					height: 364px;
				}
				
				#headNews .title {
					position: relative;
					width: 630px;
					height: 32px;
					padding-top: 332px;
					overflow: hidden;
					line-height: 28px;
					font-size: 14px;
					text-align: center;
					background: transparent url('/images/title_mask.png');
					background-repeat: repeat-x;
					background-position: bottom;
				}
			
			#headNews #nav {
				background-image: url('/images/head-box.gif');
				background-repeat: repeat-x;
				height: 36px;
				padding: 2px 0px 0 2px;
			}
			
				#headNews #nav li {
					list-style: none;
					display: inline;
					width: 50px;
					margin-left: 12px;
				}
				
					#headNews #nav li img {
						border: 1px solid #fff;
					}
					
					#headNews #nav li.selected img {
						border: 1px solid #cc3;
					}
					
					#headNews #nav li img.videoplay {
						position: absolute;
						border: none;
						padding-left: 2px;
					}
		
		.chNews {
			width: 186px;
			height: 270px;
			margin-right: 3px;
			border: 1px solid #555;
			padding: 10px;
			background-color: #000;
		}
		
		.chNewsLast {
			margin-right: 0px;
		}
			.chNews h3 {
				height: 40px;
				margin-bottom: 10px;
			}
			
			.chNews .date {
				color: #999;
			}
			
			.chNews img {
				margin-top: 10px;
				margin-bottom: 20px;
				border: 1px solid #ccc;
			}
		
		.news {
			border: 1px solid #555;
			padding: 10px;
			height: 56px;
		}
		
		.newsList {
			border: 1px solid #555;
			padding: 10px;
			height: 134px;
			width: 610px;
		}
		
			.news h3, .newsList h3 {
				margin-bottom: 4px;
			}
			
			.newsList h3 {
				margin-bottom: 10px;
			}
			
			.news img, .newsList img {
				border: 1px solid #ccc;
				margin-right: 10px;
			}
			
			
		.justbox {
			border: 1px solid #555;
			padding: 10px;
		}

		
	#rightbox {
		width: 300px;
		float: left;
		margin-left: 7px;
	}
	
		#rightbox #weather {
			background-image: url('/images/weather_bg.gif');
			background-repeat: no-repeat;
			width: 300px;
			height: 142px;
			text-align: center;
			margin-bottom: 10px;
		}
			#rightbox #weather .days {
				padding-top: 6px;
				font-size: 13px;
			}
			
				#rightbox #weather .days li {
					display: inline;
				}
				
			#rightbox #weather .wcontent {
				margin-top: 7px;
				height: 93px;
			}
			
				#rightbox #weather .wcontent .deg {
					font-size: 14px;
					font-weight: bold;
				}
				
				#rightbox #weather .wcontent .deg .bash {
					font-size: 30px;
				}
			
			#rightbox #weather h2.title {
				color: #cccc33;
				font-size: 16px;
				line-height: 20px;
				text-transform: uppercase;
			}
			
#footer {
	margin: 0 auto;
	width: 948px;
	margin-top: 20px;
	color: #999;
}

/* in all container */
#pagging {
	margin-left: 10px;
}

#pagging li {
	display: inline;
	margin-right: 4px;
}


.odd {
	background-color: #1f1f1f;
}

.even {
	background-color: #2a2a2a;
}


.box {
	
}

	.box .boxTitle {
		background-image: url('/images/head-box.gif');
		background-repeat: repeat-x;
		height: 36px;
		line-height: 30px;
		padding-left: 10px;
		border: 1px solid #555;
	}
	
	.box .boxarrow {
		margin-top: 10px;
		margin-right: 10px;
	}
	
/*viewvers toolbar*/

.viewers_toolbar {
	height: 12px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: right;
	clear: both;
}

.viewers_toolbar span {
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: left center;
}

.vote_icon {
	background-image: url('../images/vote_icon.png');
	padding-left: 13px;
	background-repeat: no-repeat;
}

.comments_icon {
	background-image: url('../images/comments_icon.png');
	padding-left: 12px;
	background-repeat: no-repeat;
}

.chat_icon {
	background-image: url('../images/chat_icon.png');
	padding-left: 15px;
	background-repeat: no-repeat;
}

.viewer_icon {
	background-image: url('../images/viewer_icon.png');
	padding-left: 17px;
	background-repeat: no-repeat;
}

.viewers_toolbar a {
	font-weight: bold;
}
/*end viewvers toolbar */

/* START news single */
.news_single {
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 10px;
}

	.news_single .news_text h2 {
		color: #cc3;
		margin-bottom: 6px;
	}

	.news_single .news_text img {
		margin-right: 10px;
	}

	.news_single .news_text .article_image {
		border: 1px solid #fff;
		float: left;
	}

	.news_single .date {
		padding-bottom: 6px;
		color: #ccc;
	}

#prevNextNews {
}

	#prevNextNews .prev {
		background-image: url('/images/news_button_prev.png');
		background-repeat: no-repeat;
		
		padding-left: 30px;
		padding-top: 22px;
		
		height: 112px;
	}
	
	#prevNextNews .prev img {
		float: left;
		margin-right: 6px;
		border: 1px solid #fff;
	}
	
	#prevNextNews .next {
		background-image: url('/images/news_button_next.png');
		background-repeat: no-repeat;
		
		text-align: right;
		
		padding-top: 22px;
		padding-right: 30px;
		
		height: 112px;
	}
	
	#prevNextNews .next img {
		float: right;
		margin-left: 6px;
		margin-right: 12px;
		border: 1px solid #fff;
	}

.news_box_separator {
	position: relative;
	height: 12px;
	border-bottom: 1px dotted white;
	margin-bottom: 12px;
}
/* END news single */

/*link list*/
.link_list {
	list-style-type: none;
	height: 16px;
}

ul.link_list li {
	float: left;
	text-indent: 26px;
	line-height: 16px;
	background: url("/images/social_networks.png") no-repeat scroll left top;
}

ul.link_list #item_0 {
	background: none;
	text-indent: 0px;
}

ul.link_list #item_1
{ 	background-position: left 0px;}

ul.link_list #item_2
{ 	background-position: left -16px;}

ul.link_list #item_3
{	background-position: left -32px;}

ul.link_list a, ul.link_list a:hover {
	text-decoration: none;
}
/*end link list*/

/*start comments*/
#formComments label {
	display: block;
	width: 90px;
	float: left;
	color: #999;
}

#formComments input, #formComments textarea {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	font-size: 12px;
}

	#formComments input#sComm {
		width: 100px;
		height: 23px;
		line-height: 18px;
		text-align: center;
		margin-left: 356px;
	}

#formComments a#sComm:hover { text-decoration: none; }


.title {
	color: #cccc33;
}

.date {
	color: #ccc;
}
/*end comments*/

/* start Galleries */
.imgBox {
	display: block;
	width: 210px;
	height: 150px;
	background-image: url("/images/gallery_folder.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.imgBox:hover { text-decoration: none; }

.imgBox .img {
	width: 105px;
	margin-left: 51px;
	margin-top: 12px;
}

.imgBox .nums {
	background-image: url('/images/pic_count_icon.png');
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	margin-top: 45px;
	margin-left: 136px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
}

.imgBox h4 { margin-top: 28px; margin-left: 16px; margin-right: 8px; }

/* end Galleries */

#cource {
	font-weight: bold;
	list-style-type: circle;
	margin-left: 12px;
	margin-bottom: 4px;
}

#cource li {
	float: left;
	margin-right: 20px;
}





.hendicap {
	width: 100%;
	border:  1px solid #555;
}
	.hendicap th {
		height: 30px;
		line-height: 30px;
		font-weight: bold;
		background-color: #1F1F1F;
		border: 1px solid #555;
	}
	
	.hendicap td {
		border: 1px solid #555;
		text-align: center;
	}
	
	.hendicap td.tname {
		padding-left: 10px;
		text-align: left;
	}
	
	.hendicap td.points {
		color: #cbcc0e;
		font-weight: bold;
	}