/* CSS Document */

html, body{
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: auto;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
	background: #F8F8F3;
	height: auto;
	min-height: 100%;
}

img { 
	border: #000 0px solid; 
}

a { 
	color: #3A60C0; 
	text-decoration: none
}
a:hover {
	color: #3A60C0; 
	text-decoration: underline
}

form {
	margin: 0px;
	padding: 0px;
	height: auto;
}

input, textarea, select, button {
	vertical-align: middle; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	font-weight: 100;
}

table { 
	border-collapse: separate; 
	font-size: 100%; 
}
table td {
	padding: 0px; 
	vertical-align: top; 
	font-size: 100%;
}

hr {
	color: gray;
	height: 1px;
}

.main_table {
	width: 1000px;
	background: white;
	border: 1px solid blue;
}

.logo {
	width: 350px;
	height: 100px;
	margin: 15px;
}

.archive_form {
	float:left;
	padding: 0px 1px 1px 0px;
}

.under_logo_table {
	width: 100%;
	background: #F8F8F3;
	border-top: 1px solid blue;
}

.under_menu_table {
	width: 100%;
	background: #F8F8F3;
	border-bottom: 1px solid blue;
}

.under_logo {
	padding: 5px 10px;
	font-size: 100%; 
	font-weight: 900;
}

.date {
	padding: 5px 15px 4px 15px;
	font-size: 100%; 
	font-weight: 900;
	color: blue;
	text-align: left;
}

.archive_div {
	padding: 2px;
	text-align: right;
}

.contacts_info {
	margin: 10px 5px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 100px;
	border-left: 10px solid #D8DCD8;
	font-size: 90%; 
}

.search_div {
	padding: 15px;
}
	.search_div .search_element {
		width: 150px;
	}

.menu_item {
	padding: 10px 15px;
	line-height: 12px;
	background: url("../pics/bg_menu_item.jpg") repeat-x;
	border-right: 1px solid gray;
	float: left
}
	.menu_item a {
		color: white;
	}
	.menu_item a:hover {
		color: white;
	}
	
.menu_item_active {
	padding: 10px 15px;
	line-height: 12px;
	background: #F8F8F3;
	border-right: 1px solid gray;
	float: left
}
	.menu_item_active a {
		color: gray;
		font-weight: 400;
	}
	.menu_item_active a:hover {
		color: blue;
	}

.menu_conteiner {
	background: transparent url(../pics/bg_menu_item.jpg) repeat-x scroll 0%;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	/*background: #D8DCD8;*/
}

.left_content {
	padding: 5px;
	background: #F8F8F3;
	min-height: 500px;
}

.main_content {
	padding: 5px;
	margin-bottom: 10px;
}

.right_content {
	padding: 5px;
	background: #F8F8F3;
	min-height: 500px;
}

.main_content_header {
	background: url("../pics/bg_menu_item_2.jpg") repeat-x;
	padding: 5px 15px;
	margin: 5px;
	border-top: 1px solid #D8DCD8;
	border-right: 1px solid #D8DCD8;
	border-bottom: 1px solid #D8DCD8;
	border-left: 10px solid #D8DCD8;
	color: gray;
}

.main_content_div {
	background: #F8F8F3;
	padding: 5px 15px;
	margin: 5px;
	border-top: 1px solid #D8DCD8;
	border-right: 1px solid #D8DCD8;
	border-bottom: 1px solid #D8DCD8;
	border-left: 10px solid #D8DCD8;
	color: gray;
}

.side_content_header {
	background: url("../pics/bg_menu_item.jpg") repeat-x;
	padding: 5px 15px;
	margin: 5px;
	border-top: 1px solid #D8DCD8;
	border-right: 1px solid #D8DCD8;
	border-bottom: 1px solid #D8DCD8;
	border-left: 10px solid #D8DCD8;
	color: white;
}

.hot_content_header {
	background: url("../pics/bg_hot_header.jpg") repeat-x;
	padding: 5px 15px;
	margin: 5px;
	border-top: 1px solid #D8DCD8;
	border-right: 1px solid #D8DCD8;
	border-bottom: 1px solid #D8DCD8;
	border-left: 10px solid #D8DCD8;
	color: blue;
}
	.archive_issue_link a {
		color: white;
		text-decoration: underline;
	}
	.archive_issue_link a:hover {
		color: white;
		text-decoration: none;
	}

.side_content {
	border: 1px solid #D8DCD8;
	padding: 5px;
	margin: 5px 5px 10px 5px;
}

.footer_table {
	border-top: 1px solid blue;
	background: #F8F8F3;
}

.hot_article_preview {
	background: #F8F8F3;
	padding: 5px 15px;
	margin: 5px;
	border-top: 1px solid #D8DCD8;
	border-right: 1px solid #D8DCD8;
	border-bottom: 1px solid blue;
	border-left: 10px solid blue;
	color: gray;
}
	.hot_article_preview p {
		margin: 0px;
	}
	.hot_article_preview img {
		margin: 5px 5px 0px 0px;
	}

.article_preview {
	padding: 5px 5px 5px 20px;
}

.article_preview_item {
	margin: 0px 0px 7px 0px;
}
	.article_preview_item a {
		margin: 3px 0px 110px 0px;
	}
	.article_preview_item h3 {
		margin-bottom: 7px;
		font-size: 16px;
		color: blue;
	}
	.article_preview_item p {
		margin: 0px;
	}

.article_head {
	margin: 15px;
	color: blue;
	border-bottom: 1px solid #D8DCD8;
}
	.article_head h1{
		margin: 0px 0px 10px 0px;
	}
	.article_head h5{
		margin: 10px 0px 10px 0px;
		font-size: 120%;
	}
	
.article_content {
	margin: 15px;
}

.article_author {
	margin: 15px;
	text-align: right;
}
	.article_author h4{
		color: blue;
	}
	
.input_field {
	width: 100%;
	margin: 2px;
}

.obligatory {
	color: red;
	font-weight: 700;
}

.contact_table {
	width: 500px;
}
	.contact_table .label {
		width: 150px;
		padding-bottom: 5px;
	}
	.contact_table .content {
		width: 350px;
		padding-bottom: 5px;
		font-weight: 700;
	}
	
.vote_result {
	color: blue;
	font-weight: 700;
}

.vote_scale_div {
	background: #D8DCD8;
	height: 10px;
}

.vote_result_td {
	text-align: right;
	vertical-align: bottom;
}