/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.7em Verdana;
	color:#000;
	background:#DCB84D url("../images/bg.png") repeat-x top;
}

a {
	text-decoration:underline;
	color:#0076A3;
}

a:hover {
	text-decoration:none;
}

/* Titles */

h1 {
	color:#464646;
	font:bold 1.35em Verdana;
	margin-bottom:2px;
}

	h1 a {
		color:#464646;
		text-decoration:none;
	}

	h1 a:hover {
		color:#0076A3;
	}

h2 {
	background:url("../images/h2-bg.png") no-repeat left top;
	padding-left:14px;
	overflow:hidden;
	margin:-38px 0 5px 0;
	position:relative;
}

	h2 span {
		display:block;
		float:left;
		background:url("../images/h2-bg.png") no-repeat right bottom;
		padding-right:14px;
	}
		
		h2 span span {
			background:url("../images/h2-bg.png") repeat-x center;
			color:#F7941D;
			padding:0 9px;
			font:bold 1.2em/27px Georgia;
			height:32px;
		}

h3 {
	font:bold 1.1em Verdana;
	margin-bottom:15px;
}

h4 {
	text-align:center;
	font:bold 1.1em Verdana;
}

/* Form elements */

.textbox {
	border:1px solid #727272;
	background:#fff;
	font:normal 1em Verdana;
}

.button {
	border:1px solid #727272;
	background:#F4F2E7;
	font:normal 1em Verdana;
	color:#3A3A3A;
	cursor:pointer;
}

textarea {
	background:#FFF1DD;
	font:normal 1em Georgia;
	padding:0;
}

select {
	background:#fff;
	font:normal 1em Verdana;
	color:#3A3A3A;
	border:1px solid #727272;
}

/* Structure */

#wrapper {
	min-width:1000px;
}

#container {
	width:100%;
	float:left;
	margin-right:-262px;
}

.wrap-1 {
	background:#fff url("../images/bg-left.gif") repeat-y left;
}

	.wrap-2 {
		background:url("../images/bg-left-top.jpg") no-repeat left top;
	}
	
		.wrap-3 {
			background:url("../images/bg-right.gif") repeat-y right;
		}
		
			.wrap-4 {
				background:url("../images/bg-right-top.jpg") no-repeat right top;
				overflow:hidden;
			}	

/* Header */

#header {
	height:129px;
	background:url("../images/header-bg.jpg") repeat-x top left;
	position:relative;
}

	.logo {
		position:absolute;
		top:0;
		left:0;
		display:block;
		width:340px;
		height:129px;
	}
	
		.logo span {
			display:block;
			position:absolute;
			background:url("../images/logo.png") no-repeat;
			top:0;
			left:0;
			width:340px;
			height:129px;
			cursor:pointer;
		}
	
	.top-banner {
		position:absolute;
		top:10px;
		right:64px;
		background:url("../images/banner-bg.png") no-repeat;
		padding:3px;
		width:468px;
		height:60px;
	}
	
		.top-banner img {
			vertical-align:top;
		}

	.new-banner {
    position:absolute;
    left:345px;
    top:2px;
}
       




/* Control panel */

.control-panel {
	background:#424242;
	padding:0 0 0 400px;
	color:#fff;
	margin-bottom:8px;
}

	.login {
		padding:5px 0;
		line-height:18px;
	}

		.login .textbox {
			background:#888;
			color:#eee;
			margin-right:6px;
			width:70px;
		}
		
		.control-panel a {
			color:#fff;
			text-decoration:none;
		}
		
		.control-panel a:hover {
			text-decoration:underline;
		}
		
	.control-panel ul {
		overflow:hidden;
		line-height:11px;
	}
	
		.control-panel li {
			float:left;
			width:24%;
			padding-bottom:3px;
		}
		
			.control-panel a {
				font:1em/11px Verdana;
			}

/* Content */

#content {
	margin-right:262px;
	min-height:739px;
	background:url("../images/content-bg.png") repeat-x left top;
	margin:0 262px 0 25px;
	padding:34px 0 0;
}

	/* Top menu */
	
	.top-menu {
		text-align:center;
		background:#F3F3F3;
		padding:10px 0 15px;
		overflow:hidden;
		margin-bottom:8px;
	}
	
		.top-menu div {
			position:relative;
			right:50%;
			float:right;
		}
		
			.top-menu ul {
				position:relative;
				right:-50%;
			}

				.top-menu li {
					float:left;
					padding:0 8px;
				}
				
					.top-menu a {
						color:#464646;
						font-size:1.2em;
						text-decoration:none;
					}
					
					.top-menu a:hover {
						color:#0076A3;
						text-decoration:none;
					}
					
					.top-menu a img {
						vertical-align:top;
					}
	
	/* Banner block */
	
	.banner-block {
		text-align:center;
		padding:0 0 8px;
	}
	
	/* Filter */
	
	.filter {
		padding:0 25px;
		margin-bottom:6px;
	}
	
	/* Content block */
	
	.block {
		background:#F3F0F0 url("../images/block-c-t.gif") repeat-x top;
		margin:0 17px 4px;
	}
	
		.block .ins {background:url("../images/block-c-b.gif") repeat-x bottom}
		.block .ins .ins {background:url("../images/block-l-m.gif") repeat-y left}
		.block .ins .ins .ins {background:url("../images/block-r-m.gif") repeat-y right}
		.block .ins .ins .ins .ins {background:url("../images/block-l-t.gif") no-repeat left top}
		.block .ins .ins .ins .ins .ins {background:url("../images/block-r-t.gif") no-repeat right top}
		.block .ins .ins .ins .ins .ins .ins {background:url("../images/block-l-b.gif") no-repeat left bottom}
		.block .ins .ins .ins .ins .ins .ins .ins {
			background:url("../images/block-r-b.gif") no-repeat right bottom;
			padding:22px 20px 14px;
		}
		
			.title-footer {
				background:url("../images/title-footer.gif");
				color:#363636;
				font-size:0.9em;
				padding:4px 6px;
				margin:0 -6px;
				margin-bottom:10px;
			}
			
				.title-footer a {
					text-decoration:none;
					font-weight:bold;
				}
				
				.title-footer img {
					vertical-align:top;
					margin-bottom:-2px;
				}
				
				.category {
					float:right;
					margin:-22px 0 0;
					background:#fff;
					border:1px solid #D7D6D6;
					padding:15px 30px;
					font:bold 1.25em Verdana;
				}
				
			.post {
				overflow:hidden;
				padding-bottom:15px;
			}
			
				.post img {
					margin:0 5px;
				}
				
			.related-news {
				padding:0 0 10px 20px;
			}
			
			.post-footer {
				background:#EFD99F;
				margin:0 -6px;
				color:#6E9A1B;
				padding:5px 20px;
			}
			
				.post-footer a {
					color:#6E9A1B;
					font-size:1.2em;
					font-weight:bold;
				}
				
				.rating {
					float:right;
				}
			
			/* Search block */
	
			.search-block {
				margin:0 30px 5px;
			}
	
/* Right column */

#rightside {
	width:262px;
	float:right;
	padding:31px 0 20px;
}

	.right-block {
		width:245px;
		background:url("../images/right-block.png") no-repeat left top;
		padding-top:14px;
		margin-bottom:25px;
	}
	
		.right-block .ins {
			background:url("../images/right-block.png") no-repeat right bottom;
			padding-bottom:14px;
		}
		
			.right-block .ins .ins {
				background:url("../images/right-block.png") repeat-y center;
				padding:10px 12px;
			}
			
				#menu {
					padding-left:15px;
				}
				
					#menu li {
						margin-bottom:6px;
					}
					
						#menu li a {
							color:#0076A3;
							font:bold 1.1em Verdana;
							text-decoration:none;
							display:block;
							vertical-align:top;
							background:url("../images/arrow.gif") no-repeat left 5px;
							padding-left:12px;
						}
						
						#menu li a:hover {
							text-decoration:underline;
							color:#598527;
							background:url("../images/arrow-active.gif") no-repeat left 5px;
						}
						
						#menu li:hover a, #menu .iehover a {
							color:#598527;
							background:url("../images/arrow-active.gif") no-repeat left 5px;
						}
					
							#menu li:hover ul, #menu .iehover ul {
								display:block;
							}
						
						#menu ul {
							padding:6px 0 0 20px;
							display:none;
						}
						
							#menu li ul a, #menu li:hover ul a, #menu .iehover ul a {
								background:url("../images/arrows.gif") no-repeat left 3px;
								color:#707070;
							}
							
							#menu li ul a:hover, #menu li:hover ul a:hover, #menu .iehover ul a:hover {
								color:#707070;
								background:url("../images/arrows.gif") no-repeat left 3px;
							}
	
			/* Search */

			.searchbox {
				padding:7px 0 0;
			}
			
				.searchbox .textbox {
					width:150px;
				}
				
			.center {
				text-align:center;
			}
			
			.top-news {
				color:#0076A3;
			}
			
/* Fore-footer */

.fore-footer {
	background:url("../images/ff1.gif") repeat-x;
	margin-top:-40px;
}

	.fore-footer div {
		background:url("../images/ff2.png") no-repeat right;
	}
	
		.fore-footer div div {
			background:url("../images/ff3.png") no-repeat left;
			height:54px;
		}

/* Footer */

#footer {
	background:#A77E0C;
	padding:10px 5px 10px 20px;
	color:#fff;
	text-align:center;
}

	#footer:after {
		clear:both;
		content:"";
		display:block;
	}
	
	#footer a {
		color:#fff;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}
	
	#footer .copyright {
		float:right;
		width:218px;
		height:63px;
		background:url("../images/copyright.png") no-repeat;
		margin-top:-43px;
		text-align:center;
		font-size:1.1em;
		line-height:18px;
		padding-top:25px;
		position:relative;
		color:#444;
	}
	
		#footer .copyright a {
			color:#00AEEF;
			text-decoration:none;
		}
		
		#footer .copyright a:hover {
			text-decoration:underline;
		}
	
	.rss {
		display:block;
		width:50px;
		height:48px;
		float:left;
		margin-top:-5px;
		position:relative;
	}
	
		.rss span {
			display:block;
			background:url("../images/rss.png") no-repeat;
			width:50px;
			height:48px;
			float:left;
			position:absolute;
			top:0;
			left:0;
			cursor:pointer;
		}

/* Navigation */

.navigation {
	color:#666;
	padding:0 0 5px;
}

	.navigation a {
		text-decoration:none;
		color:#636363;
		background:#F9F9F9;
		border:1px solid #999;
		padding:3px 6px;
		font-size:11px
	}

	.navigation a:hover {
		background:#ECC34F;
		color:#666;
		border-color:#999;
	}

	.navigation span {
		text-decoration:none;
		background:#fff;
		padding:3px 6px;
		border:1px solid #999;
		color:#999;
		font-size:11px;
	}

/* Add comments */

.addcomment {
	width:462px;
	vertical-align:top;
	text-align:left;
	margin:0 -6px;
}

	.addcom {
		width:490px;
		margin-left:auto;
		margin-right:auto;
	}

		.addcomment textarea {
			width:100%;
			border:none;
			height:100px;
		}

	.commentform {
		line-height:25px;
		width:24%;
	}

/* Comments styles */

.comment-head {
	color:#333;
	background:url("../images/title-footer.gif");
	margin:0 -6px;
	padding:5px 15px;
	overflow:hidden;
}

	.comment-head h3 {
		margin:0;
	}

	.comment-head a {
		color:#333;
	}
	
	.icq img {
		margin-bottom:-5px;
	}
	
	.right {
		float:right;
	}
	
.comment {
	overflow:hidden;
	padding-bottom:7px;
	margin:0 -6px;
	background:url("../images/comment-bg.gif") repeat-y left;
}

	.author-info {
		float:left;
		width:200px;
		padding:6px;
	}
	
	.comment-body {
		display:table;
		padding:6px;
	}
	
		.quote {
			margin:5px 0;
			background:#DBDBDB;
			border:1px dotted #999;
		}
	
	.comment-footer {
		background:#EFD99F;
		padding:5px 15px;
		margin:0 -6px;
	}

/* Add news */

.addnews {
	width:98%;
}

	.addnews td {
		padding:3px;
	}

		.addnews textarea {
			width:100%;
			height:100px;
		}

		.addnews .textbox {
			width:200px;
		}
		
		.addnews img {
			vertical-align:top;
		}

/* Feedback */

.feedback {
	width:98%;
}

	.feedback td {
		padding:3px;
	}

		.feedback textarea {
			width:100%;
			height:100px;
		}

/* Lost password */

.lostpassword td {
	padding:3px;
}

/* Personal message */

.pm {
	border-collapse:separate;
	width:600px;
}

	.pm td {
		padding:3px;
	}

		.pm textarea {
			width:100%;
			border:0;
			height:100px;
		}

/* Registration */

.registration td{
	padding:5px;
}

	.registration .button1 {
		margin-bottom:0;
	}

	.registration .textbox {
		width:150px;
	}

/* User info */

.userinfo {
	width:98%;
	margin-bottom:10px;
}

	.userinfo td {
		padding:3px;
		vertical-align:top;
	}

		.userinfo textarea {
			width:100%;
			height:80px;
		}

		.userinfo .textbox {
			width:200px;
		}

/* Stats */

.stats {
	border-collapse:separate;
	margin-bottom:12px;
	width:98%;
}

	.stats td {
		vertical-align:top;
		padding:3px;
	}
	
/* Poll */

.poll {
	margin:0 0 10px 30px;
}
#hintbox {
text-align : left;
width : 150px;
font-size : 10px;
border : 1px solid #99a1ab;
background-color : #fff;
layer-background-color : #a396d9;
color : #282828;
margin : 10px 0 0 10px;
padding : 3px 5px;
position : absolute;
visibility : hidden;
z-index : 998;
-moz-opacity : 0.9;
-moz-border-radius : 5px;
filter : alpha(opacity="50");
}
.class_over { background-color: #ECC34F}
.class_out {background-color:#F3F0F0}

.ican {         
   float:left;
   border: 1px;  
   padding-top: 3px;
   padding-left: 3px;     
   padding-bottom: 3px; 
   padding-right: 3px;    
   margin-top: 2px;
   margin-left: 2px;  
   margin-right: 2px;
   margin-bottom: 2px;
   border-style: dotted;  
   border-color: #00CD66;
}

.icant {  
   float:left;
   border: 1px;  
   padding-top: 3px;
   padding-left: 3px;     
   padding-bottom: 3px; 
   padding-right: 3px;
   margin-top: 2px;
   margin-left: 2px;  
   margin-right: 2px;
   margin-bottom: 2px;
   border-style: dotted;  
   border-color: #FF0000; 
   color: #FF0000;
} 

.panelRounded_body { /*overflow: hidden;*/ position: relative; width: 100%; font: normal 11px verdana, arial, helvetica, sans-serif; text-align: left; }
.panelRounded_footer { overflow: hidden; width: 100% ; font: normal 11px; margin-top: 10px; text-align: left;}
.panelRounded_wl { background: url("../images/rounded_panel_side.gif") repeat-y 0 0 ; }
.panelRounded_wr { background: url("../images/rounded_panel_side.gif") repeat-y 100% 0 ; zoom: 1; }
.panelRounded_tl { background: url("../images/rounded_panel_tl.gif") 0 0 no-repeat; /*overflow: hidden;*/ }
.panelRounded_bl { background: url("../images/rounded_panel_bl.gif") 0 100% no-repeat ; zoom: 1;}
.panelRounded_br { background: url("../images/rounded_panel_br.gif") 100% 100% no-repeat; margin-left: 4px ; zoom:1;}
.panelRounded_tr { background: url("../images/rounded_panel_tr.gif") 100% 0 no-repeat ; margin-left: 0px ; padding: 18px 18px 18px 14px; }

.ssc {
}

.ssc2 {}

.real {
color:#0076A3;
display:block;
padding:6px 6px;
border-bottom:1px dotted #888;
}

.real a {
color:#0076A3;
display:block;
padding:6px 6px;
border-bottom:1px dotted #888;
}

.real a:hover {
background:#e4f1f9;
color:#598527;
}
