#semitransparent {
	display: none;
}

#contactsPopup {
	display: none;
}

.contacts_popup {
	width:500px;
}

#openBigMap, #closeBigMap {
	cursor: pointer;
}

.subscribe_form label {
	width: 95px;
}

.subscribe_form .captcha_field label {
	width: 200px;
	margin-bottom: 12px;
}

.red {
	color: #CC0033;
}

.voting, 
.responsibles {
	margin-top:80px;
}

.voting .voting-box,
.responsibles .responsibles-box
{
	font-size:100%;
	/*background-color: #92959C;*/
	background-image: url(/images/menu_sub_item.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:white;
	font-size:10px;
	padding: 8px 5px 10px 10px;
}

.voting .voting-box .active
{
	color:white;
}

.voting .voting-box .disable
{
	color:red;
}

.voting .voting-header,
.responsibles .responsibles-header {
	background-image: url(/images/menu_item.gif);
	background-repeat: no-repeat;
	background-position: -484px 0px;
	color:white;
	padding: 8px 8px 2px 12px;
	font-weight:bold;
	font-size:10px;
}

.voting .voting-box form{
	margin:0;
	font-size:10px;
	padding-left:4px;
	padding-top:3px;
}

.voting .voting-box  .subm {
	padding-left:50%;
}

.voting .voting-box label  {
	line-height:20px;
	color:white;
	font-size:10px;
	padding-left:0px;
}

.voting  .vote-note-note .vote-note-box-text  {
	padding-left:5px;
	padding-top:10px;
}

.voting  .vote-note-box {
	padding: 10px 0px 10px 3px;
}

.voting  .vote-note-box  .vote-note-box-text {
	color:white;
	font-size:10px;
	font-weight:bold;
}

.voting .voting-result-box  {
	list-style-type: none;
	border: none;
	padding: 0;
	margin: 0;
}

.voting .voting-result-box .vote-item-vote {
	padding: 0.55em;
	list-style-type: none;
	border:none;
}

.voting .voting-result-box .vote-item-vote  .vote-item-header {
	
}

.vote-item-question,
.vote-item-title {
	color:white;
	font-size:10px;
	font-weight:normal;
}

.vote-answer-table {
	color:white;
	font-size:10px;
	padding-left:10px;
}

