
@CHARSET "ISO-8859-1";

body {
	padding: 0;
	margin: 0;
	background: url("../images/noise-black.png") whitesmoke;
	font: 11px 'Lucida Sans Unicode', Tahoma, sans-serif;
	color: #333;
	overflow-y: scroll;
}

table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
}

input, select {
	font: inherit;
}

.hidden {
	display: none;
}

/* font */
.fmg {
	font-family: Georgia;
	font-size: 13px;
}

.bcdb {
	background-color: #FFFBBB;
}

.bcg-light {
	background-color: #AFA;
}

.bcr {
	background-color: #F33;
}

.bcr-light {
	background-color: #F77;
}

.cw {
	color: #FFF;
}

.fwb {
	font-weight: bold;
}

.require-symbol {
	color: #b00;
	font-size: 14px;
	font-weight: bold;
}

a:LINK, a:VISITED {
	text-decoration: none;
	cursor: pointer;
	color: #3b5998;
}

a:HOVER {
	text-decoration: underline;
}

a img:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	margin: 0;
}

/* ul */
.lsn {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.lss {
	list-style: square;
}

/* content */
.psms {
	padding: 5px 0;
	margin: 0 5px;	
}

.tar {
	text-align: right;	
}

.clear-both {
	clear: both;
}

.pl-medium {
	padding-left: 20px;
}

.pt-medium {
	padding-top: 20px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.center {
	margin: 0 auto;
}

/* global content */
.nl-right-content {
	margin-left: 240px;
	position: relative;
}

.left-content {
	float: left;
	width: 220px;
	padding: 13px 0 0 7px;
}

.page-control-content {
	background-color: #fdfdfd;
	padding: 22px 0 40px 10px;
	border-left: solid 1px #f2f2f2;
	min-height: 280px;
}

.center-content {
	position: relative;
	width: 514px;
}

.nl-form {
	background-color: #f8f8f8;
	padding: 18px;
	border: solid 1px #DDD;
	border-radius: 1px;
}

.nl-form td {
	padding: 4px 7px 4px 0;
}

.nl-form label {
	color: #555;
}

.nl-form input[type="text"], .nl-form input[type="password"], .nl-form input[type="email"] {
	border: solid 1px #e2e2e2;
	outline-style: none;
}

.nl-form-bot-nav {
	padding-top: 10px;
}

.pro-top {
	background-color: #FFFBBB;
	padding: 2px 10px;
	margin-bottom: 15px;
	border: solid 1px #FFF555;
}

.upper-form-content {
	border-bottom: solid 1px #e8e8e8;
	padding-bottom: 7px;
}

.controll-textarea {
	width: 385px;
	max-width: 385px;
	height: 110px;
	border: solid 1px #e4e4e4;
	outline-style: none;
	padding: 4px;
}

.page-right-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 230px;
}

.ads-container h1 {
	font-size: 11px;
	padding-bottom: 4px;
}

/* input */
input[type="email"] {
	width: 200px;
}

.nl-button {
	border: solid 1px #BBB;
	border-radius: 3px;
	padding: 0 10px;
	font: inherit;
	line-height: 20px;
	box-shadow: 0 1px rgba(100,100,100,0.9), inset 0 10px rgba(250,250,250,.1);
	color: #555;
	cursor: pointer;
}

.nl-button:HOVER {
	border-color: #999;
	color: #000;
}

.nl-input {
	width: 100px;
	border: solid 1px #AAA;
	outline-color: #a00;
	font: inherit;
	padding: 2px;
	padding-left: 4px;
}

.s-input {
	width: 178px;
}

.short-input {
	width: 180px;
}

.medium-input {
	width: 280px;
}

.long-input {
	width: 380px;
}

#articletitle {
	font-size: 33px;
	padding: 3px 10px;
	font-family: Georgia;
	color: #780E0E;
	border: solid 1px transparent;
	width: 90%;
}

#article_warn, #username_warn {
	color: #F33;
	font-weight: bold;
}

.varticle {
	font-size: 15px;
	line-height: 23px;
	word-wrap: break-word;
}

.varticle p {
	text-indent: 30pt;
}

#articletitle:hover, #articletitle:FOCUS {
	border: dashed 1px #999;
	background-color: #fafafa;
	outline-style: none;
}

/* color */
.nl-color {
	color: #780E0E;
}

.cg {
	color: gray;
}

/* font-size */
.fs11 {
	font-size: 11px;
}

/* border */
.bd {
	border: solid 1px #DDD;
}

/* page */
.pagination-container {
	padding: 4px;
}

.pagination-container a {
	display: inline-block;
	padding: 4px 10px;
	background-color: #900;
	margin: 0 3px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px #100;
	box-shadow: 1px 1px 2px rgba(0,0,0,.7) inset;
}

.selected-page {
	box-shadow: none !important;
	color: #500 !important;
	background-color: #FFF !important;
	text-shadow: none !important;
	cursor: default !important;
}

.pagination-container a:HOVER {
	text-decoration: none;
	background-color: #B00;
}

/* index */
.login-container {
	position: relative;
	height: 50px;
}

.login-container p {
	margin: 0;
}

.login-container ul {
	position: absolute;
	right: 0;
}

.login-container ul li {
	float: left;
	padding: 10px 10px 0 0;
}

.login-container a {
	color: #333;
}

.nav-wrap { 
	position: relative;
	background: #780E0E url('../images/navbg2.jpg');
	text-shadow: 1px 1px black; 
	height: 37px;
}

	.nav-ul { 
		list-style-type: none; 
		padding: 0; 
		margin: 0; 
	}
	
		.nav-ul li {
			 float: left;
		}

.main-nav { 
	position: absolute;
	right: 0;
	color: #FFF; 
	font-variant: bold; 
}

	.main-nav li a {
		display: block;
		color: #FFF;
		text-shadow: 1px 1px #000;  
		padding: 3px 14px 10px;
		border: solid 1px transparent;
		font-size: 14px;
	}
	
	.main-nav li a:HOVER, .selected-main-nav { 
		border: solid 1px rgba(150,0,0,1) !important;
		text-decoration: none;
		box-shadow: 0 5px yellow, 0 2px 10px #300 inset;
		background-color: #500; 
	}

.selected-main-nav {
	cursor: default !important;
}

.nav-title {
	position: absolute;
	top: 4px;
	left: 10px;
	font-weight: bold;
	color: yellow;
	text-shadow: 1px 1px #000;
}

.artcl-nav-wrap {
	position: relative;
	min-height: 21px;
	background: url("../images/noise-black.png") #333;
	box-shadow: 0 1px 5px #000 inset;
}

	.artcl-nav {
		position: absolute;
		right: 0;
	}
	
		.artcl-nav li a {
			float: right;
			color: #AAA;
			text-shadow: 1px 1px #000;
			line-height: 20px;
			padding: 0 5px;
		}
		
		.artcl-nav li a:HOVER {
			color: #EEE;
			text-decoration: none;
		}
		
.other-areas-nav {
	position: absolute;
	top: 20px;
	right: 0;
	background: url("../images/noise-black.png") #333;
	z-index: 10;
	box-shadow: 1px 2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.5);
}

	.other-areas-nav li {
		float: none;
	}
	
		.other-areas-nav li a {
			padding: 3px 10px;
			display: block;
			min-width: 80px;
			border-top: solid 1px #424242;
			border-bottom: solid 1px #222;
			text-align: right;
		}
		
		.other-areas-nav li a:HOVER {
			background: url("../images/noise-black.png") #363636;
		}
		
.selected-ih-nav {
	color: #FFF !important;
	cursor: default !important;
}

.admin-home-nav {
	padding: 10px 0 0 10px;
}

	.admin-home-nav ul {
	}
	
		.admin-home-nav ul li {
			display: inline-block;
			text-align: right;
		}
		
			.admin-home-nav ul li a {
				font-family: 'Lucida Sans Unicode';
				padding: 2px 10px;
				display: block;
				color: #444;
				background-color: #EEE;
				border-radius: 3px;
				border: solid 1px #BBB;
			}
			
			.admin-home-nav ul li a:HOVER {
				color: #000;
				background-color: #e8e8e8;
				text-decoration: none;
			}

.time-holder {
	position: absolute;
	top: 7px;
	left: 14px;
	color: #FFF;
}

#newsletterdis { 
	margin: 0; 
	padding-left: 14px; 
	font-size: 13px 
}

header, .content, footer {
	position: relative;
	width: 890px; 
	margin: 0pt auto; 
}

.content{
        box-shadow: 0 0px 20px 0 #999;
        -moz-box-shadow: 0 0px 20px 0 #999;
        -webkit-box-shadow: 0 0px 20px 0 #999;
}

header {
	 height: 80px 
}

.tax_window-logo {
	position: absolute;
	top: 10px;
	left: 11px;
	z-index: 200;
}

.pageDis {
	font-size: 11px;
	margin: 0;
	padding: 14px 0 0 10px;
	font-weight: bold;
	color: #833;
}

.pgbanner {
	float: right;
	margin: 10px 5px 0 0;
	background-color: #FFF;
}

.content-wrapt {
	min-width: 1000px;
	background-color: #FFF; 
/*
	border-top: solid 1px #D8D8D8;
	border-bottom: solid 1px #D8D8D8;
*/
	padding-bottom: 30px;
	box-shadow: 0 0 4px #FFF;
}

.content {
	min-height: 300px; 
}

.body-content {
	padding: 10px;
	position: relative;
}

.global-left-content {
	position: relative;
	width: 70%;
	min-height: 320px; 
	padding-top: 10px;
	float: left;
}

.articlehomecontent {
	min-height: 300px;
}

.homeresultcon {
	min-height: 400px;
}

.bigload {
	width: 500px;
	height: 200px;
	background: url("../images/loading.gif") 0 -100px;
}

.ckeditor-wrap { 
	width: 900px; 
}

.admin-article-nav {
	position: relative;
	background-color: #f8f8f8;
	padding: 10px 10px 30px 10px;
	border-top: solid 1px #e8e8e8;
}

	.admin-article-nav a, .nl-wbutton {
		display: inline-block;
		background-color: #e8e8e8 ;
		border: solid 1px #AAA;
		padding: 3px 12px;
		margin-right: 8px;
		color: #444;
		border-radius: 3px;
	}
	
	.admin-article-nav a:HOVER, .nl-wbutton:HOVER {
		text-decoration: none;
		border-color: #777;
		color: #000;
	}
	
	.admin-article-nav a:ACTIVE, .nl-wbutton:ACTIVE {
		background-color: #eaeaea;
	}

#scpf, #aktusf { 
	padding: 10px 10px 3px 0; 
}

.feats-artcl {
	padding-top: 23px;
	border-bottom: 1px solid #e2e2e2;
}

.feats-artcl h1 {
	padding-bottom: 2px;
}

.resent-artcl-container {
	padding: 30px 0 40px 0;
}

.resent-artcl-container h1 {
	padding-bottom: 18px;
}

.artcl1, .artcl2, .artcl3, .artcl4 {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}

.artcl-content {
	padding: 0 5px;
}

.artcl-title, .sub-artcl-title {
	color: #780E0E !important;
	display: block;
	padding-bottom: 7px;
}

.artcl-title {
	font-size: 27px;
}

.sub-artcl-title {
	font-size: 16px;
}

.tmp-ad {
	width: 250px;
	height: 300px;
	position: absolute;
	right: 15px;
	top: 80px;
	background-color: #BBB;
	text-align: center;
	border: solid 1px #888;
}

.global-right-container {
	position: relative;
	margin-top: 25px;
	float: right;
	width: 260px;
	min-height: 100px;
}

.large-pad {
	padding: 5px;
}

.filter-container {
	padding: 10px;
}

.filter-titler-content {
	padding-bottom: 10px;
}

.search-container {
	padding-bottom: 28px;
}

.search-form {
	background: url("../images/noise-black.png") #f8f8f8;
	padding: 4px;
	border: solid 1px #EEE;
	margin-bottom: 20px;
}

.search-table {
	width: 100%;
}

.search-input-td {
	min-width: 300px;
}

.main-search-input {
	width: 100%;
	padding: 5px 8px;
	border: solid 1px #CCC;
}

#sm {
	width: 140px;
}
	
.main-search-submit, .main-search-cat {
	float: right;
	width: 90%;
	padding: 4px 1px;
}

.right-form-container {
	margin: 0 20px;
	padding-bottom: 33px;
}

.rf-title {
	border-bottom: solid 1px #CCC;
	padding-bottom: 4px;
	font-weight: bold;
}

.rf-content {
	padding: 6px 0 0 10px;
}

.rf-content select {
	border: solid 1px #e8e8e8;
	outline-style: none;
	padding: 2px 4px;
	margin: 15px 15px 0 0;
	font-size: 11px;
	font-weight: bold;
}

#archv_year {
	width: 80px;
	margin-right: 10px;
}

#archv_month {
	width: 100px;
}

#login_form ul li {
	padding-bottom: 10px;
}

#fb_like {
	width: 200px;
	margin-left: 28px;
	height: 103px;
	border: none;
}

#fb_like, .ads-container {
	padding-top: 30px;
	margin-left: 28px;
} 

.ads {
	padding-bottom: 13px;
	display: inline-block;
}

.ads-holder {
	width: 200px;
	height: 200px;
	background-color: #EEE;
}

.pg-bottom {
	position: relative;
	min-height: 200px;
}

.contact-us-link {
	padding-bottom: 20px;
	border-bottom: solid 1px #e8e8e8;
}

.home-pre-footer {
	padding: 20px 0;
}

.result-container {
	padding: 23px 0;
}

.result-msg-container {
	padding: 10px;
	background-color: #fffbbb;
	border: solid 1px #eeebbb;	
}

.result-msg-container h1 {
	font-weight: bold;	
	font-size: 11px;
}

.result-container h1 {
	font-size: 12px;
}

.result-container ul li {
	word-wrap: break-word;
	padding: 10px 0;
}

.result-container p {
	margin: 6px 0 3px 0;
}

.artcl-result-title {
	font-size: 15px;
}

.artcl-result-title:LINK {
	color: #12c;
}

.artcl-result-title:HOVER {
	color: #B00 !important;
}

.result-link {
	color: green;
}

.artcl-result-title:VISITED {
	color: #609;
}

.article-result-date {
	font-weight: bold;
	font-size: 10px;
}

.article-field-label {
	padding: 0 0 3px 12px;
	font-weight: bold;
	display: block;
	color: #333;
}

.article-input {
	border: solid 1px transparent;
	font-size: 13px;
	padding: 3px 10px;
	color: #333;
	outline-style: none;
}

.article-input:HOVER, .article-input:FOCUS {
	border: dashed 1px #999;
	background-color: #fafafa;
}

.category-select {
	width: 300px;
}

.article-date-input {
	width: 120px;
}

footer p {
	text-shadow: 1px 1px #FFF;
}



/* articles */
.articletitletable {
	width: 100%;
}

.frmBotContent {
	height: 80px;
}

.articletitletable td {
	padding-bottom: 20px;
}

.articlelabeltd {
	min-width: 80px;
	max-width: 80px;
}

.upload-article-image {
	padding: 10px;
	margin: 10px;
	background-color: #FFFBBB;
	border: solid 1px #FFFDDD;
	outline: solid 1px #EEEAAA;
	text-shadow: 1px 1px #FFF;
	font-size: 12px;
}

.upload-article-image h3 {
	margin: 7px 0;
}

#preview {
	padding: 10px 0;
}

#uploadedImages img {
	max-width: 100px;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
}

.right-recomended-articles, .result-right-page {
	position: abs;
	margin-top: 19px;
	padding-right: 10px;
	width: 249px;
	float: right;
}

.lastest-article-preview {
	word-wrap: break-word;
	padding-bottom: 10px;
	border-bottom: solid 1px #E2E2E2;
}

.resent-article-preview {
	padding-top: 20px;
}

.lastest-article-preview h1, .resent-article-preview h1 {
	padding-bottom: 14px;
	font-size: 12px;
	font-weight: bold;
}

.lastest-article-preview p {
	font-family: Georgia;
	font-size: 10px;
	margin: 0;
}

.resent-article-preview ul {
	padding: 0;
	margin: 0 0 0 23px;
	font-size: 11px;
	line-height: 16px;
}



/* err page */

.pg-box-container {
	padding: 70px 0 10px 0;
}

.pg-box {
	width: 400px;
	background-color: #f8f8f8;
	border: solid 1px #DDD;
	border-radius: 1px;
	padding: 13px;
}

.box-header {
	padding-bottom: 10px;
	border-bottom: solid 1px #e8e8e8;
}

.box-header h1 {
	font-weight: bold;
	font-size: 13px;
}

.box-content p {
	font-size: 11px;
}

.box-content ul {
	padding-left: 21px;
	font-size: 10px;
}

.rgstr-cptcha-wrapt {
	padding-top: 23px;
}

/* forms */

.captcha-content {
	height: 100px;
	padding-top: 20px;
	border-top: solid 1px #e8e8e8;
}

.missed_input {
	background-color: #FEE;
	border: solid 1px #F55 !important;
}

/* bpage */
.bpage-container {
	margin: 80px auto;
	width: 500px;
	min-height: 20px;
	background-color: #EEE;
	padding: 20px;
	border: solid 1px #CCC;
	box-shadow: 2px 2px 3px #DDD;
}