@charset "utf-8";
.red {
	color: #b30000;
	font-weight: bold;
}
.head {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.news_text {
	background: #fefefe;
	padding: 3px 3px 3px;
	border: solid 1px #c4df9b;
}
.cmnt_text {
	background: #ffffff;
	padding: 3px 3px 3px;
	border: solid 1px #dddddd;
}
.cmnt {
	background: #f4f4f4;
	border: solid 1px #dddddd;
}


.tblock
 {
 background-color:#ecfad7;
 }

.tblock2
 {
 background-color:#f6ffe9;
 }
 
/* Find */
.highlight { background-color: yellow }

/* Gradient */
h1 {
	font-size:180%;
	line-height:1em;
	color:#8bb544;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-.05em;
	position:relative;	
}
h2 {
	font-size:160%;
	color:#0079b6;
	font-weight:bold;
	letter-spacing:-.05em;
	position:relative;
	margin:.6em 0;
	width:100%;
}
h3 {
	font-size:140%;
	color:#7365a0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-.05em;
	padding-top:3px;
	position:relative;
	margin:.6em 0;
	width:100%;
}
h4 {
	font-size:120%;
	color:#dc5b24;
	font-weight:normal;
	letter-spacing:-.05em;
	position:relative;
	margin:.6em 0;
	width:100%;
}

.head_all {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.type {
	font-size: small;
	color: #FF9900;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color:#ffffff;
}

.txt {
	font-size: small;
	color: black;
}
.rate {
	font-size: small;
	color: #ee6600;
}

a:link {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;

}

a:visited {
	color: #a44300;
	text-decoration: none;
}



/* links on pages */ 

.pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pane-list li {
	background: #ecfad7;
	padding: 3px 5px 3px;
	border-top: solid 1px #c4df9b;
	cursor: pointer;
}
.pane-list li:hover {
	background: #f6ffe9;
}

.loader {
	position: absolute;
top: 25%;
left: 50%;
}


#tagcloud {
    width: 100%;
    background:#f6ffe9;
    padding: 10px;
    border: solid 1px #c4df9b;
    text-align:center;
}

#tagcloud span {
    padding: 4px;
}

.smallest {
    font-size: x-small;
	font-weight: bold;
}

.small {
    font-size: small;
	font-weight: bold;
}

.medium {
    font-size:medium;
	font-weight: bold;
}

.large {
    font-size:large;
	font-weight: bold;
}

.largest {
    font-size:larger;
	font-weight: bold;
}