html {
	padding: 0 !important;
	margin: 0 !important;
}
html {
	background-image: url('/img/grid.gif');
}
body {
	background-image: url('/img/grid.gif');
	background-color: white;
	margin: 0 !important;
	padding: 0 0 12px 0 !important;
	font-family: Arial;
}
div.mi_window
{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	behavior: url("/css/PIE.htc");
	padding: 8px 12px 8px 12px;
	text-align: left;
	position: relative;
	box-shadow: 0px 0px 6px #808080;
}
div.mi_float_left
{
	float: left;
}
div.mi_window_white
{
	background-color: white;
}
div.mi_big {
	font-size: 160%;
}
table.blog_main {
	width: 95%;
}
.blog_title {
	margin: 0px;
	color: white;
	font-size: 100%;
	font-weight: normal;
}
.blog_folder_title {
	margin: 0;
	font-weight: normal;
	font-size: 140%;
}
#wrap {
	padding: 0 !important;
	margin: 0 !important;
	width: auto;
}

.twitterTitle {
	font-size: 120%;
	background-image: url('/img/twitter.png');
	background-repeat: no-repeat;
	padding-left: 28px;
}
.twitterTitle a, .twitterTitle a:visited {
	color: #0066CC;
	text-decoration: underline;
}
.twitterTitle a:hover {
	color: red;
	text-decoration: underline;
}
.tweetItem {
	font-size: 75%;
	margin-top: 8px;
	color: black;
}
.tweetItem a, .tweetItem a:visited {
	color: green;
}
.tweetTime {
	font-size: 75%;
	color: gray;
}
.tweetLinks {
	font-size: 75%;
}
.tweetLinks a, .tweetLinks a:visited {
	color: #0066CC;
	text-decoration: underline;
}
.tweetLinks a:hover {
	color: red;
	text-decoration: underline;
}



div.header_v2 {
	border-radius: 0px 0px 12px 12px;
	box-shadow: 0px 0px 10px 0px black;
	padding-top: 12px;
	padding-bottom: 20px;
	padding-left: 16px;
	behavior: url("/css/PIE.htc");
	position: relative;
	text-align: left;
	z-index: 10;
}
div.header_v2 a, div.header_v2:hover, div.header_v2:visited {
	color: white;
	text-decoration: none;
	unicode-bidi: normal;
}
div.headerGreen {
	background-image: url('/img/hBgGreen.png');
	background-color: #1A5B28;
	background-position: -30px 13px;
}
div.headerNavy {
	background-image: url('/img/hBgNavy.png');
	background-color: #2F5B98;
	background-position: -16px 14px;
}
div.headerGray {
	background-image: url('/img/hBgGray.png');
	background-color: #5E6B70;
	background-position: -4px 13px;
}
div.header_v2 div {
	background-image: url('/img/map.png');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-size: 100%;
	padding-left: 54px;
	padding-top: 0px;
}
div.header_v2 p {
	line-height: normal;
}
div.header_v2_menu_item {
	z-index: 1200;
	float: left;
	padding-top: 6px;
	color: white;
	font-size: 140%;
	background-image: url('/img/headerButtons.png');
	width: 195px;
	height: 44px;
	position: absolute;
	text-align: center;
}
div.header_v2_menu_item a, div.header_v2_menu_item a:visited {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
}
div.header_v2_menu_item a:hover {
	color: #FF4040;
	border-bottom: 1px solid #FF4040;
}
div.hMI1 {
	margin-left: 34px;
	background-position: 0 0;
}
div.hMI2 {
	margin-left: 234px;
	background-position: 0 -50px;
}
div.hMI3 {
	margin-left: 434px;
	background-position: 0 -100px;
}
div.hMI4 {
	margin-left: 634px;
	background-position: 0 -150px;
}
img.iconVkontakte {
	width: 24px;
	height: 24px;
	background-image: url('/img/icons_24x24.png');
	background-position: 0 -24px;
}
img.iconTwitter {
	width: 24px;
	height: 24px;
	background-image: url('/img/icons_24x24.png');
	background-position: -48px -24px;
}
a.more-link, a.more-link:hover, a.more-link:visited {
	display: inline-block;
	float: left;
	background-color: #F0F0F0;
	padding: 4px 12px 4px 12px;
	border-radius: 4px;
	border: 1px solid #A0A0A0;
	font-weight: normal;
}
a.more-link:hover {
	background-color: #E0E0E0;
}

a.comments-link, a.comments-link:hover, a.comments-link:visited {
	display: inline-block;
	float: right;
	background-color: #F0F0F0;
	padding: 4px 12px 4px 12px;
	border-radius: 4px;
	border: 1px solid #A0A0A0;
	font-weight: normal;
}
a.comments-link:hover {
	background-color: #E0E0E0;
}
div.feedback {
	margin-top: 8px;
	margin-bottom: 16px;
}