@charset "utf-8";
* {
	font-size: 12px;
	line-height: 1.5em;
	/*text-shadow: 1px 1px 1px #DDDDDD;*/
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}

p, h1, h2, h3 {
	margin: 6px 6px 12px 6px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CD0606;
	text-shadow: 2px 2px 1px #DDDDDD;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CD0606;
}

a {
	text-decoration: underline;
	/*border-bottom: 1px dashed #DDDDDD;*/
	cursor: pointer;
}

a:hover {
	color: #91C5A5;
}

a img {
	border: none;
}

ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

.titleWhite {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.titleSmall {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}


.myLink {
	font-size: 12px;
	color: #FFFFFF;
}


.divwin {
        position: absolute; 
        border: 0px solid;
        padding: 5px;
        left: 0px;
        width: 800px;
        height: 600px;
        visibility: hidden; 
}

.bar 
{ 
	    margin: 0px;
	    padding: 0px;
        position: absolute; 
        border: 0px solid;
        padding: 5px;
        left: 0px;
        visibility: hidden;
}

.halfbaked 
{ 
	border: 0px; border-top: 0px; padding: 0px; padding-top: 0px;
	background-color:black;
	height: 100px;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}

.topnav {  
    
	height: 100%;
	margin: 0px 0px;
	background-color: #000000;
	border: 0px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}


.login {
	background: transparent;
	border: none;
	width: 76px;
	font-size: 11px; 
	color: #666666; 
}

.rounded {
	background:  url(../images/rounded.gif) no-repeat left top;
	padding: 3px;
	margin-left: 5px;
	width: 88px;
	height: 24px;
}

.menu_text {
	font-size: 12px;
	color: #0D6D01;
	
}


label.error {
	font-size: 10px;
	color: #DD0000;
}

#captcha {
	margin-right: 6px;
	float: left;
}

/*Таблица с закладками (в админке)*/
table.tabbed td{
	padding-left: 20px;
}

.selected {
	font-size: 18px;
	text-decoration: none;
	/*border: dotted 1px red;*/
}

.tabNavigation {
	width: 200px;
}

/*Модуль*/
.module {
	margin-bottom: 6px;
}

.module_picture {
	float: left;
	margin: 0 12px;
}

.module_header {
	margin: 12px;
}

.module_clear {
	clear: both;
}

/*Див с бордером*/
.bordered {
	margin-left: 10px;
	border: dashed green 1px;
}

/* Ошибки и результаты */
div.resultWrapper {
	height: 1.5em;
	width: 100%;
}

div.result {
	height: 100%;
	width: 100%;
	padding-left: 0.5em;
	color: white;
}

div.normal {
	height: 100%;
	background-color: green;
}

div.warning {
	background-color: yellow;
}

div.fatal {
	background-color: red;
}

/* Футер */
.footer {
	font-size: 10px;
	color: white;
	text-align: center;
}

/* Каунтеры */
div.counters {
	float: right;
	margin-right: 6px;
}

.counters a img {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

.counters a:hover img {
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}

/* Комментарии */
.module_comments {
	display: none;
}

.comment_omg {
	position:relative;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background-color: red;
}

.comment_normal {
	position:relative;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background-color: white;
}

.comment_rulez {
	position:relative;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background-color: green;
}

.comment_text {

}