/* GLOBAL STYLES, HACKS AND OBASIC OVERRIDES */

* { font-family : Arial, sans-serif;
    }

html, body {
	height: 100%;
	background-color:white;
    color:#222222;
}

div.clear {
	clear: both;
	height: 0px;
}

* html div.clear {
	display: inline;
}

img {
	display: block;
	float: left;
	z-index:1;
}

a img {
	border: 0px;
}

html, body, form, div, p, span, h1, h2, h3, h4, h5, img {
	margin: 0px;
	padding: 0px;
}

p, div, table, span, b, i, u, ul {
	/*font-size: 11px;*/
    
}

em {
	font-size: 12px;
}

body {
	font-size: 13px;
}

/************************************************************************/

a {
	color:#5A6A72;
}
a:hover { color: #ff4e00;text-decoration:underline; }
a.graylinka {
		/*border:2px dotted black;*/
	text-decoration:none;
}


/************************************************************************/
input.text {
	border: 1px inset #ff4e00;
}

input.text.main {
	border: 1px inset #8b9ca3;
	font-size: 11px;
	width: 100px;
}

input.button {
	background: #8B9CA3;
	font-weight: 500;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: White;
	width: 70px;
	border: 0px;
}

/************************************************************************/

h1, h2, h3, h4, h5, h6 { color: #5a6a72;text-decoration:none; }
h1 {
	color: #5A6A72;
	font-weight:normal;
	font-family:Georgia,serif;
	font-size:28px;
	text-align:center;
	padding:30px 30px 25px 30px;
}
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

/******************************************/


#path-navigation {
	/*height must be 21 px (height + padding-top)*/
	/*height:17px;*/
	line-height:14px;
    //line-height:13px;
	margin:0;
	/*color: #ff4e00;*/
	color:#5A6A72;
	background-color:#f5f5f5;
	font-size: 11px;
	border-bottom: #8b9ca3 1px solid;
	padding:4px 0px 3px 10px; 
	font-family:Verdana;
}

#path-navigation a {
	margin:0;
	padding:0;
	color: #FF4E00;
	font-weight: bold;
	font-family:Verdana;
}

#path-navigation a:hover {
	color: #5A6A72;
}
#path-navigation b{
	font-family:Verdana;
}

.bnav,.bnav a, .bnav b{
	font:bold 11px Verdana;
	color:white;
	margin:1px;
	background-color:#FF4e00;
	height:20px;
}

.bnav td{
	font:bold 11px Verdana;
}

.bnav table{
	margin:0;
}

.bnav a:hover {
	color:#5A6A72;
}
.bnav td{
	margin:0;
	padding:0 10px 0 10px;
}

.alpha{
	font-size: 11px;
	text-align:center;
	margin:15px;
	border:1px solid #8B9CA3;
	padding:4px 0 5px 0;
	_padding:4px 0 4px 0;
	color:#5a6a72;
	font-family:Verdana,Helvetica;
}

.alpha a{
	font-weight:bold;
	font-family:Verdana,Helvetica;
	color:#FF4100;
	text-decoration:none;
}

.alpha a.selected,.alpha a:hover {
	color:#5A6A72;
}


/*******POLLL***********/
.poll {
	float:left;
	font-size:11px;
	border-spacing:0;
	/*width:168px;*/
	width:240px;
	border:1px solid #8B9CA3;
	margin:0;
	padding:0;
}

.poll .header{
	height:17px;
	background:#8B9CA3;
	color:white;
	padding:3px 0 0 10px;
	border:1px solid white;
	border-bottom:0;
	font:11px Verdana;
	font-weight:bold;
	text-decoration:none;
}

.poll .variant{
	border-spacing:0;
	margin-bottom:10px;
}

.archive_poll{
	font-size:11px;
	margin-bottom:20px;
}

.chart{
	border-spacing:0px;
	/*display:inline;*/
	padding:0;
	background-color:#FF4E00;
}
.chart, .chart tr,.chart td{
	background-color:#FF4E00;
	padding:0;
	margin:0;
}
.percent{
	color:#8B9CA3;
	padding:0 0 0 5px;
}

.votelink{
	border:1px white solid;
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	background-color:#FF4E00;
	color:white;
	display:block;
	width:50px;
}
.votelink2 td{
	padding:0;
	margin:0;
	font-size:11px;
}

.tags a{
	color:#5A6A72;
}

.button {
		float:left;
		text-decoration:none;
}

.button div {
	font-family:Verdana,Helvetica;
	float:left;height:20px;background:url(/public/images/buttons/but-fon.gif) repeat-x;
	font-size:11px;
	line-height:17px;
	color:white;
	margin:0;
	padding:0;
}
.button img{
	float:left;
}


.left{
	float:left;
	clear:none;
	margin:4px 10px 4px 0;
}

.right{
	float:right;
	clear:none;
	margin:4px 0 4px 10px;
}

.center{
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.userMessage {
	margin:15px;
}

.success {
	border:3px solid green;
}

.failure, .error{
	border:3px solid red;
	color:red;
}
