body {
	background: #ffffff;
	color: #666f80;
	font-family: 'Tahoma', 'Verdana', 'Helvetica', sans-serif;
	padding: 0px; margin: 0px;
	height: 100%;
}

cite {
	font-style: italic;
	display: block;
	background: #ffffed;
	margin-top: 5px; margin-bottom: 5px;
	padding: 5px;
}

.cite {
	background: #ffffed;
	font-style: italic;
	padding: 3px;
}

img {
	border: 0px; vertical-align: top;
}

h1 {
	font-size: 24pt; font-weight: normal; margin: 1.2em 0px 0.4em 0px;
}

h2 {
	font-size: 20pt; font-weight: normal; margin: 1.2em 0px 0.4em 0px;
}

h3 {
	font-size: 18pt; font-weight: normal; margin: 1.2em 0px 0.4em 0px;
	color: #ff0000;
}

h4 {
	font-size: 14pt; font-weight: normal; margin: 1.2em 0px 0.4em 0px;
}

h5 {
	font-size: 10pt; font-weight: bold; margin: 1.2em 0px 0.4em 0px;
}

h6 {
	font-size: 8pt; font-weight: bold; margin: 1.2em 0px 0.4em 0px;
}

ul, ol, table, p {
        padding: 0px;
	margin: 0.8em 0px 0.8em 0px;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
        margin-left: 2em;
}

li {
	padding: 0px;
	margin:  0.1em 0px 0.6em 0px;
}

dt {
	margin: 0px; padding: 0px; margin-bottom: 0.1em;
	font-weight: bold;
}

dd {
	margin: 0px; padding: 0px; margin-bottom: 0.7em;
}

table {
	border-bottom: 1px solid #666f80;
}

table tr th {
	border-top: 1px solid #666f80; color:#ffffff; background: #666f80; padding: 2px;
}

table tr td {
	border-top: 1px solid #666f80; padding-right: 5px;
}

a,a.ajax,.js {
	color: #365fb3;	
}

a.ajax,.js {
	text-decoration: none;
	border-bottom: 1px dotted #365fb3;
}

a:active,a:hover,a.ajax:active,a.ajax:hover,a.js:active,.js:hover,.selected {
	text-decoration: none;
	color: #ff0000;
	border-bottom: 0px;
}

.js {
	cursor: pointer;	
}

.bold {
	font-weight: bold;
}

strong.logic {
	font-weight: normal;
}

img.left {
	float: left;
	margin: 0px 3px 2px 0px;
}

img.right {
	float: right;
	padding-left: 2px;
	margin: 0px 3px 0px 0px;
}

table.weather {
	font-size: 10pt;
}

table.weather td{
	padding: 1px;
}

.resize {
	z-index: 5; position: relative;
	left: -24px;
	top: 8px;
	background: #365fb3;
	border: 1px solid #365fb3;
}

.resize-x {
        z-index: 5; position: relative;
        left: 178px;
        top: -146px;
        background: #365fb3;
        border: 1px solid #365fb3;
}

.resize-img {
	font-size: 8pt;
}


div.block h3 {
	margin-bottom: 0px;	
}

div.site-block {
	clear: both;
}

div.column {
	float: left;
}

div.column-1, div.column-3 {
	font-size: 80%;
}

div.column-1 h3, div.column-3 h3 {
	margin-top: 0px; margin-bottom: 0.4em;
	font-size: 12pt; font-weight: bold;
}

div.column-1 div.block, div.column-3 div.block {
	margin-bottom: 2em;
}

div.column-1 div.block-body h3, div.column-3 div.block-body h3 {
	font-size: 11pt;
}

div.column-1 {
	width: 23%; min-width: 160px;
	padding-right: 2%;
	
}

div.column-2 {
	width: 50%;
	min-width: 400px;
}

div.column-3 {
	width: 23%; min-width: 160px;
	padding-left: 2%;
}

ul.menu li {
	margin: 0px;
}

h4.similar-articles {
	margin-top: 0.35em;
        margin-bottom: 0em;
}

ul.similar-articles {
	margin-top: 0.35em;
	padding-bottom: 0.2em;
	font-size: 80%;
	border-bottom: 1px solid #e5e5e5;	
}

div.clear {
	clear: both;
}

#body {
	min-width: 940px;
	max-width: 1450px;
	padding: 0px 20px;
	margin: 0px auto;
	clear: both;
}

#header {
	min-width: 900px;
	border-bottom: 2px solid #666f80; height: 45px; margin: 0px; padding: 0px; margin-bottom: 0px; width: 100%;
	padding-top: 20px; padding-bottom: 2px;
	height: 140px;
}

#header h1 {
	margin: 0px auto; padding: 0px; height: 89px; width: 384px;
	font-size: 77px; font-family: serif; text-align: center; 
}

#header h1 a {
	color: #ff0000;
}

#header h1 img {
	display: block;
}

/*
#header #dateblock {
	width: 400px;
	margin: 0px auto;
	font-size: 16px; font-weight: bold; color: #ff0000;
	position: relative; bottom: 19px; z-index: 5;
	text-align: left;
	padding-left: 240px;
	letter-spacing: 2px;
}*/

#dateblock {
	display: block;
	float: right;
}

#header #menu {
	margin: 1em 0px;
	font-size: 12pt;
	width: auto;
	background: #666f80 url('ico40-bg.png') repeat-x;
	height: 40px;
	min-width: 900px;
	text-align: center;
}

#header #menu ul {
	margin:0px;
	padding: 0px;
	list-style: none outside;
	text-align: center;
}

#header #menu ul li {
	display: block;
	float: left;
	width: 16.666%;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}

#main-part {
        border-top: 2px solid #666f80;
	padding-top: 10px;
}

#page-title {
	margin-top: 0px; padding-top: 0px; margin-bottom: 0.8em;
	line-height: 100%;
	text-align: center;
}

#footer, #info-line, #adv-block-2, #adv-block-3, #favoritearticles, #newscolumnsline, #finenews, #extranews {
	border-top: 2px solid #666f80;
}

#footer {
	padding: 7px 0px;
	background: #666f80;
	font-size: 80%;
	color: #ffffff;
	height: 120px;
}

#footer .column-1 ul {
	padding-left: 5px;
}

#footer a {
	color: #ffffff;
}

#footer div.column {
	font-size: 90%;
}

#adv-block-1, #adv-block-2,#adv-block-3 {
	padding: 13px 0px;
	height: 90px; overflow: hidden;
}

#adv-block-3 {
	height: auto;
}

#site-adv {
	padding: 3px;
	font-size: 8pt;
	z-index: 9; position: absolute;
	right: 1%; top: 3px;
	background: #ffffff;
}

.articles-title a:visited {
	color: #9536b3;
}

div.articles-tags {
	padding-bottom: 20px;
	text-align: center;
}

div.articles-tags a {
	padding: 0px 2px;
}

div.articles-tags a:hover {
	text-decoration: none;
	background: #365fb3;
	color: #ffffff;
}

span.comment-author {
	font-weight: normal;
	font-size: 12pt;
}
span.comment-author img {
	margin-top: 2px;
}

div.articles-reply-form textarea {
	min-width: 400px;
	max-width: 700px;
	width: 100%;
	height: 150px;
}

div.articles-comment {
	font-size: 80%;
	border: 1px solid #666f80;
}

div.articles-comment h4 {
	font-size: 100%;
	padding: 1px 5px;
	font-weight: normal;
	font-size: 8pt;
	background: #666f80;
	color: #acb3bf;
	
}

div.articles-comment h4 a {
	color: #ffffff;
}

div.articles-comment div {
	border-top: 1px solid #666f80;
	padding: 3px 5px;
}

#articles-comments-digest-menu a.selected {
	color: #666f80;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}

p.rss-link {
	font-size: 13px;
}

#top-news {
	font-style: italic; font-size: 140%; width: 250px; float: left; padding-top: 20px;
}

#authorization-top-block {
	float: right; width: 240px;
	margin-top: -7px;
}

#main-part div.column-1 h3.articles-title, #main-part div.column-3 h3.articles-title {
	font-size: 10pt;
	margin-top: 0.3em;
}

#main-part div.column-1 div.articles-story, #main-part div.column-3 div.articles-story {
	margin-bottom: 1em;
}

#main-part div.column-2  .articles-story, #main-part div.column-2  .articles-text {
	line-height: 135%;
}

#main-part div.column-2 .articles-title {
	color: #ff0000;
	font-size: 18pt;
}

#main-part div.column, #info-line div.column {
	margin: 20px 0px;
}

#main-part div.column-2 {
	margin-top: 12px;
}

#main-part div.column-2 .articles-title a {
        color: #ff0000;
}


#main-part div.column-2 .articles-title a:visited {
        color: #9536b3;
}

#main-part div.column-2 div.articles-digest {
	border-bottom: 2px solid #666f80;
	font-size: 90%;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
}

#main-part div.column-2 div.articles-digest h3 {
	margin-top: 0px;
}


#main-part div.column-2 div.articles-digest .articles-info, div.articles-info-main {
	font-size: 80%;
	padding: 0.3em 0px;
	border-top: 1px solid #e5e5e5;
}

div.articles-info-main {
	margin-top: 1em;
	line-height: 135%;
	border-bottom: 1px solid #e5e5e5;
}

#top-panel {
	padding: 5px 0px;
	font-size: 10pt;
	border-bottom: 1px solid #e5e5e5;
}

#main-part div.column-2 div.articles-top {
	color: #ffffff;
	background: #40454f;
	padding: 10px;
	padding-bottom: 5px;
	border: 0px;
	margin-left: -10px;
	margin-right: -10px;
}

#main-part div.column-2 div.articles-top a {
	color: #ffffff;
}

#main-part div.column-2 div.articles-top a:hover {
	color: #666f80;
}

#main-part div.column-2 div.articles-top h3.articles-title a {
	color: #ff0000;
}

#main-part div.column-2 div.articles-top div.articles-info {
	border-top: 1px solid #666f80;
}

#main-part div.column-2 h3.articles-title {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#main-part div.column-2 div.articles-text {
	font-size: 90%;
}

div#adv-block-2 {
	font-size: 80%;
	height: auto;
}

/*
div#auth-block {
	border: 1px solid #666f80;
	background: #e5e5e5;
	text-align: center;
	width: auto;
	height: 120px;
}
*/

div#auth-block {
	text-align: center;
    width: auto;
	font-size: 80%;
	padding-top: 14px;
	height: 90px;
	overflow: hidden;
}

div#auth-block ul li {
	margin: 0px 0px 0.2em 0px;
}

#block-12 div.block-body, #block-13 div.block-body, #block-14 div.block-body, #block-15 div.block-body,
#block-16 div.block-body, #block-23 div.block-body, #block-34 div.block-body {
	padding: 5px 1px;
	width: auto;
	font-size: 9pt;
}

#block-23 div.block-body, #block-34 div.block-body {
        padding: 5px 7px;
}

#block-12 div.block-body {
	background: #ffffed;
}

#block-13 div.block-body {
        background: #edf4ff;
}

#block-14 div.block-body {
        background: #e5ffe5;
}

#block-16 div.block-body {
        background: #ffe5e5;
}

#block-15 div.block-body {
        background: #e5ffff;
}

#block-23 div.block-body {
        background: #f6edff;
}


input#search-input {
	width: 250px;
}

#info-line div.column-2 form {
	width: 320px; margin: 7px auto;
}

#photos div {
	padding: 10px;
	width: 256px;
	float: left;
	min-height: 250px;
}

#photos h4 {
	font-size: 12pt;
}

#photos div p {
	height: 170px;
	background: #666f80;
	vertical-align: middle;
	overflow: hidden;
}

#block-11 h3.articles-title {
	font-size: 10pt;
	font-weight: normal;
}

#block-11 div.articles-story {
	display: none;
}


/* -------------------------------------- */

#calendar table {
	font-size: 120%;
	margin-top: 0px;
}

#calendar table caption {
	padding: 0px; margin: 0px;
	margin-bottom: 0.3em;
	font-size: 130%;
}

#calendar table caption a {
	text-decoration: none;
}

#calendar th, #calendar td {
	padding: 4px;
	text-align: center;
}

#calendar td.other-month {
	color: #e5e5e5;
}

/* -------------------------------------- */

#block-34 div.block-body {
	color: #ffffff;
    background: #175899 url('../rt-block.png') no-repeat 50% 0px;
	font-family: 'Trebuchet MS';
	padding-top: 80px;
	line-height: 120%;
}

#block-34 div.block-body a {
	color: #ffffff;
}

#block-34 div.block-body h3.articles-title a {
    color: #ffffff;
}

#block-34 div.block-body h3.articles-title {
	font-size: 12pt;
	line-height: 120%;
}

#block-34 div.block-body a:hover, #block-34 div.block-body h3.articles-title a:hover {
	text-decoration: none;
	color: #f27130;
	background: #ffffff;
}

#block-34 div.articles-story {
	opacity: 0.75;
}

/* -------------------------------------- */

div.special-ad {
	height: 90px; width: 32%; margin-left: 0%; float: left; overflow: hidden;
}

div.special-ad-small {
	height: 90px;
}

div.special-ad-large {
	display: none; z-index: 4; position: absolute; width: 180px; height: 90px;
}


/* -------------------------------------- */

#main-part div.column-2 div.articles-top {
        margin-bottom: 1.5em;
}


#main-part div.column-2 div.articles-normal div.articles-info {
	clear: both;
}

#main-part div.column-2 div.articles-normal div img {
	float: left;
	padding: 0px 5px 5px 0px;
	width: 200px;
}

div.articles-in-column {
	margin-bottom: 0.5em;
}

div.column-1 div.articles-in-column h3,div.articles-in-column h3 {
        color: #666f80;
	font-weight: normal;
	font-size: 11pt;
        padding: 3px 5px;
}

div.articles-in-column div {
	display: none;
        font-size: 9pt;
	position: absolute;
	z-index: 2;
	background: #e5e5e5;
        border: 1px solid #666f80;
        border-top: 0px;
	width: 400px;
	padding: 3px 5px;
}

div.column-1 div.articles-in-column h3.active,div.articles-in-column h3.active {
        border: 1px solid #666f80;
	border-bottom: 0px;
        background: #e5e5e5;
        padding: 2px 4px 3px 4px;
}

div.articles-in-column img {
	width: 200px;
}

div.articles-column-navigation {
        padding: 3px 5px;
}

div.articles-column-navigation span {
	margin-right: 1em;
}

div.articles-digest-favorite {
	width: 48%;
	height: 120px;
	padding-right: 1.9%;
	float: left;
	font-size: 8pt;
	overflow: hidden;
}

div.articles-digest-favorite h3 {
	font-size: 8pt;
	margin-bottom: 3px;
	font-weight: bold;
}

#main-part div.column-2 div.articles-top a.img {
	width: 400px;
	overflow: hidden;
        display: block;
}

#main-part div.column-2 div.articles-top div img {
        width: 400px;
	display: block;
        margin-bottom: 1.35em;
}

div.articles-tv {
	text-align: center;
}

#block-78 div.block-body {
	background: #158000;
	padding: 5px;
	padding-bottom: 0px;
}

#block-78 a {
	color: #ffffff;
}

#block-78 div.articles-tv div.tv-image {
	border: 2px solid #f88a36;
}

div.articles-tv {
	width: 50%;
	float: left;
}

div.articles-tv-item {
	height: 155px;
}

div.tv-image {
	width:120px; height: 90px; margin: 0px auto; overflow: hidden;
}

div.tv-image img {
	width: 136px; height: 102px; margin: -5px 0px 0px -4px;
}

#block-78 div.block-body div.articles-tv {
	padding-bottom: 5px;
}

#block-78 div.block-body h4 {
	font-size: 10pt;
	margin: 0px; padding: 5px 0px 0px 0px;
}


#block-82 div.block-body {
	background: #bfb4a5 url('../city-bg.jpg') 50% 0px no-repeat;
	padding: 180px 5px 5px 5px;
	min-width: 230px;
	max-width: 290px;
	max-height: 215px;
	overflow: hidden;
}

#block-82 div.block-body div.articles-in-column {
	background: #000000 url('../city-bg.gif') repeat-x;
	margin-top: 5px;
}

#block-82 div.block-body h3 {
	font-size: 8pt;
}

#block-82 div.block-body h3 a {
        font-size: 11pt;
	color: #ffffff;
}

#block-82 div.block-body h3 a:hover {
	color: #ff0000;
}

#block-83 div.block-body {
        background: #000000 url('../malashenko-bg.jpg') 50% 0px no-repeat;
        padding: 180px 5px 5px 5px;
	min-width: 230px;
	max-width: 290px;
        max-height: 215px;
        overflow: hidden;
}

#block-83 div.block-body div.articles-in-column {
        margin-top: 5px;
}


#block-83 div.block-body h3 {
        font-size: 8pt;
}

#block-83 div.block-body h3 a {
        background: #000000;
        font-size: 11pt;
        color: #ffffff;
}

#block-83 div.block-body h3 a:hover {
        color: #ff0000;
	background: transparent;
}

#block-89 div.block-body {
        background: #ffbf00;
        padding: 5px;
        padding-bottom: 0px;
}

#block-89 a {
        color: #000000;
}

#block-89 div.articles-tv div.tv-image  {
        border: 2px solid #ffffff;
}

#block-89 div.block-body div.articles-tv {
        padding-bottom: 5px;
}

#block-89 div.block-body h4 {
        font-size: 10pt;
        margin: 0px; padding: 5px 0px 0px 0px;
}

#block-66 div.block-body {
        background: #52a9f9 url('regnews-bg.jpg') 50% 50% no-repeat;
        padding: 5px;
        padding-bottom: 0px;
}

#block-66 a {
        color: #ffffff;
}

#block-66 div.articles-tv div.tv-image {
        border: 2px solid #ffffff;
}

#block-66 div.block-body div.articles-tv {
        padding-bottom: 5px;
}

#block-66 div.block-body h4 {
        font-size: 10pt;
        margin: 0px; padding: 5px 0px 0px 0px;
}

#block-69 div.block-body {
    background: #000000 url('vote-lift.jpg') 100% 100% no-repeat;
	min-height: 300px;
    padding: 10px;
	font-size: 10pt;
	color: #e5e5e5;
	border: 5px dashed #ffffff;
}

#block-69 div.block-body:hover {
	background: #000000 url('vote-lift-black.jpg') 100% 100% no-repeat;
}

#block-69 a {
        color: #ffffff;
}

#block-69 p {
	margin-top: 0px;
}

#block-69 a.ajax {
	border-bottom: 1px dotted #ffffff;
}

#block-69 a.ajax:hover {
	background: #ffffff;
	color: #000000;
	border-bottom: 0px;
}

#block-69 div.block-body li {
       margin-bottom: 5px;
}

#block-111 div.block-body {
	background: #243e20 url('ny-bg.jpg') 0px 0px repeat-y;
	min-height: 310px;
	padding: 5px 15px;
	font-size: 14pt;
	color: #b3b3b3;
}

#block-111 div.block-body a {
	color: #b2ffe5;
}

div.partner {
	float: left; width: 150px; height: 100px; padding: 0px 10px 10px 0px;
}

ul.addons {
	width: 960px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	margin-top: 0px;
}

ul.addons li {
	float: left;
	padding: 3px 0px;
	padding-right: 1.5em;
	margin: 0px;
}

#block-67 div.block-body {
	padding-left: 8px;
	border-left: 5px solid #ffffa1;
}

#block-41 div.block-body {
        padding-left: 8px;
        border-left: 5px solid #d0a1ff;
}

div.photo200 {
	width: 200px; height: 150px; padding: 0px 10px 10px 0px; float: left;
}

/* -------------------------------------- */

div#newscolumnsline h3, div#favoritearticles h3, div#finenews h3 {
	margin-top: 0px;
}

div#newscolumnsline h3.block-title, div#favoritearticles h3.block-title, div#finenews h3.block-title {
	margin-bottom: 0.5em;
        font-size: 16pt;
}

div#newscolumnsline, div#favoritearticles, div#finenews {
	padding: 1em 0px;
}

div#newscolumnsline div.block, div#finenews div.block {
	float: left;
	width: 32%;
}

div#block-14, div#block-78 {
	margin: 0px 2%;
}

div#favoritearticles div.block {
        float: left;
        width: 49%;
}

div#block-56 {
        margin-right: 2%;
}

div#extranews {
	font-size: 80%;
	padding: 0.3em 0px 0.5em 0px;
	line-height: 140%;
}

/* Consult Mod CSS */


div.consult-form textarea, div.consult-form input.title, div.consult-form input.text, div.consult-form select {
width: 400px;
}

div.consult-form input.title {
font-size: 14pt;
}

div.consult-form textarea {
height: 200px;
}

div.consult-form input.button {
font-size: 14pt;
margin-top: 1em;
}

div.consult-form h4 {
margin-bottom: 0px; font-size: 80%; font-weight: bold;
}

h4.checkbox label {
color: #0080ff;
border-bottom: 1px dotted #0080ff;
cursor: pointer;
}

div.consult-text {
line-height: 110%;
margin: 1em 0px;
}

span.consult-question-info {
line-height: 110%;
font-size: 80%;
}


dl.consult-replies dt {
margin: 0px; padding: 2px;
border: 1px solid #e5e5e5; border-bottom: 0px;
background: #e5e5e5;
font-size: 80%; font-weight: bold;
line-height: 110%;
}

dl.consult-replies dd {
margin: 0px; padding: 2px;
border: 1px solid #e5e5e5; border-top: 0px;
margin-bottom: 1em;
font-size: 80%;
line-height: 110%;
}

dl.consult-navigation {
font-size: 80%;
}

/* -------------------------------------- */

div.informer {
	border: 1px solid #666f80;
	padding: 5px;
}

div.informer table, div.informer table tr, div.informer table td {
	margin: 0px; padding: 0px; border: 0px;
}

