html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
	background: #EDEFEF;
	color: #101010;
}

p {
	margin: 10px 0;
}


a {
	color: #E0E9DD;
}



div#container {
}

div#header {
	text-align: left;
	width: 960px;
	height: 306px;
	background: #EEE url(images/shapka.jpg);
}

div#header h1 {
	line-height: 80px;
	margin: 0;
	padding-left: 20px;
	font-size: 30px;
	color: #FFF;
	border: 0;
}

div#main-place {
	width: 960px;
}


div#content {
	margin: 0 10px 10px 10px;
}

div#content p {
	text-align: left;
	line-height: 1.4;
}

div#footer {
	width: 990px;
	text-align: center;
	background: #333;
	color: #FFF;
}

div#footer p {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
}

div#footer {
	clear: left;
}

#main-table {
	width: 960px;
}

#main-table td {
	vertical-align: top;
	text-align: left;
}

#main-table th {
	border: 0;
	height: 0;
}



/*Font in table*/
table
{
	font-size:100%;
}



#mainPageTable td {
	padding-bottom: 10px;
}




/*Links*/
a:link {color: #2775C7;}
a:visited{color:#8FA4BA;}
a:active {color: #2775C;}
a:hover{color:#CF1C3E;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#menu
{
}



/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}





#tableObjects {
	border-collapse: collapse;
	border: 2px solid #C4C4C3;
	font-size: 11px;
}

#tableObjects tr {
}

#tableObjects td, th {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #E8E7DD;
	border-bottom: 1px solid #C4C4C3;
	padding: 3px;
	margin: 0;
}

#tableObjects th {
	background: #EAE6E1;
	border: 1px solid #D7CFC6;
}

tr.tr-podsvetka-0 {
	background-color: #FBFBF2;
}

tr.tr-podsvetka-1 {
	background-color: #F9F9F9;
}


p.statistics {
	font-size: 11px;
}


.detail-image {
	float: left;
}

.detail-data {
	margin-left: 20px;
	float: left;
}


#loginDiv {
	font-size: 11px;
	position: absolute;
	margin: 207px 0 0 720px;
}

#loginTable {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

#loginTable td {
	margin: 0;
	padding: 0;
	border: 0;
}


.auth-input {
	width: 110px;
	height: 13px;
	font-size:11px;
	border: 1px solid #5C5C5C;
}

.auth-button {
	width: 50px;
	height: 20px;
	font-size:11px;
	border: 1px solid #5C5C5C;
}

#USER_REMEMBER {
	padding: 0;
	margin: 0 0 0 -4px;
}







/*VOTE Main page*/
#mainPageVoteTable {
	width: 98%;
	border:1px solid #ccc;
}

#mainPageVoteTable td {
	padding-bottom: 0;
	border: 0;
}

.voting-result-box, .vote-answer-table, .vote-bar-table
{
	font-size:92%;
}

.voting-result-box
{
/*
	border:1px solid #ccc;
*/
	padding:8px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.voting-result-box .active
{
	color:green;
}

.voting-result-box .disable
{
	color:red;
}

.voting-result-box label
{
	line-height:20px;
}

.voting-result-box form
{
	margin:0;
}

.vote-bar-table
{
}

.vote-bar-square
{
	width:10px;
	height:10px;
}





