body {
	font-size: 90%;
	margin: 12px;
	font-family: Arial;
    // font-size: expression((documentElement.clientWidth||document.body.clientWidth)<1024?'75%':'90%');
}
table.logo td.logo_inner {
	font-size: 340%;
}
h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 140%;
	color: #606060;
	font-weight: normal;
}
form {
	margin: 0;
}
a img {
	border: 0;
}
a,a:visited {
	text-decoration: underline;
	color: #004499;
}
a:hover {
	color: red; !important;
}
.tbl_nobpadd {
	border: 0;
}
.tbl_nobpadd td {
	padding: 0;
}
.nopadd {
	padding: 0;
}
p {
	margin: 0;
}
p.title {
	font-size: 170%;
	margin-bottom: 0.2em;
	margin-top: 0;
}
h1.title {
	font-weight: normal;
	font-size: 170%;
	margin-bottom: 0.2em;
	margin-top: 0;
}
h2.title {
	font-weight: normal;
	font-size: 140%;
	margin-bottom: 0.7em;
	margin-top: 0;
}

.w100 {
	width: 100%;
}
.w70 {
	width: 70%;
}
.w40 {
	width: 40%;
}
.w30 {
	width: 30%;
}
/* Отступ элементов слева (выравнивание по первой букве логотипа)*/
/*.mml {
	margin-left: 14px;
}*/

table {
	font-size: 100%;
}
table td {
	vertical-align: top;
}

table.logo_main {
	border: 0px;
}
table.logo_main td {
	padding: 0px;
}
table.logo {
	background-color: #189b4f;
}
table.logo td {
	padding: 0px 0px 0px 0px;
}
table.logo h1 {
	/*margin: -0.1em 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: Arial;
	color: white;
	font-size: 340%;
	font-weight: normal;
}
table.logo td.brd_top {
	background-image: url("/img/border_2x2.gif");
	background-repeat:repeat-x;
	background-position: top;
}
table.logo td.brd_bottom {
	background-image: url("/img/border_2x2.gif");
	background-repeat:repeat-x;
	background-position: bottom;
}
table.logo td.brd_left {
	background-image: url("/img/border_2x2.gif");
	background-repeat:repeat-y;
	background-position: left;
}
table.logo td.brd_right {
	background-image: url("/img/border_2x2.gif");
	background-repeat:repeat-y;
	background-position: right;
}

table.logo_ext {
	background-color: white;
}
table.logo_ext td {
	padding: 0px;
}
table.logo_ext p {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: Arial;
	color: black;
	font-size: 340%;
	font-weight: normal;
}

table.main {
	border: 0px;
	width: 100%;
	margin-top: 8px;
}


td.td_logo_ext {
	background-color: white;
}
td.td_logo_ext p {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: Arial;
	color: black;
	font-size: 340%;
	font-weight: normal;
}

td.td_logo_ext span {
	font-size: 50%;
	font-style: italic;
	font-family: Times New Roman;
	font-weight: bold;
}

table.main {
	border: 0px;
	width: 100%;
	margin-top: 8px;
}

.transparent {
	background-color: white;
}

/* Плашки под заголовками */
.plashka_gray {
	border-bottom: 8px solid #E0E0E0;
	padding-bottom: 8px;
}
.plashka_green {
	border-bottom: 8px solid #B0F0B0;
	padding-bottom: 8px;
}
.plashka_blue {
	border-bottom: 8px solid #8080D0;
	padding-bottom: 8px;
}
.plashka_red {
	border-bottom: 8px solid #FF8080;
	padding-bottom: 8px;
}
.plashka_black {
	border-bottom: 8px solid #606060;
	padding-bottom: 8px;
}
.no_padd_bottom {
	padding-bottom: 0;
}
/* События */
div.events {
	margin-top: 0.7em;
}
div.events a {
	font-weight: bold;
}
div.events div {
	color: gray;
	font-size: 80%;
	font-family: Arial;
}
div.events p {
	/*margin-bottom: 1em;*/
	font-size: 100%;
}
/*Общие классы цветов*/
.gray {
	color: gray !important;
}
.l_gray {
	color: #C0C0C0;
}
.right {
	text-align: right;
}
.navy {
	color: #004499 !important;
}
.black {
	color: black !important;
}
.red {
	color: red !important;
}

a.dash,a.dash:visited {
	border-bottom: 1px dashed #004499 !important;
	text-decoration: none !important;
}
a.dash:hover {
	border-bottom: 1px dashed red !important;
	text-decoration: none !important;
}
.f90 {
	font-size: 90%;
}
.f85 {
	font-size: 85%;
}
.f80 {
	font-size: 80%;
}
.current {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

/* Подсказки в разделах */
div.hint {
	float: right;
	width: 300px;
	border: 1px solid #808080;
	padding: 2px 6px 4px 6px;
	margin: -3px 0 4px 4px;
	background-color: #F8F8F8;
}
div.hint div {
	font-weight: bold;
}
.vcenter {
	vertical-align: middle !important;
}
input.inp1 {
	width: 200px;
}

code {
	background-color: #F0F0F0;
	display:block;
	padding: 2px;
	border: 1px solid #C0C0C0;
	font-family: Courier;
}

/* Для блога */
div#content {
	font-size: 110%;
}
.storytitle {
	margin: 0;
	font-size: 180%;
	color: black;
	font-weight: normal;
}
div.post {
	color: #333333;
	font-size: 80%;
	font-family: Arial;
	clear: both;
}
div.post p {
	margin: 0.5em 0 0.5em 0;
	clear: both;
}
div.post img {
	border: 1px solid #C0C0C0;
	padding: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
}
div.page {
	color: #333333;
	font-size: 80%;
	font-family: Arial;
	clear: both;
}
div.page p {
	margin: 0.5em 0 0.5em 0;
	clear: both;
}
div.page img {
	border: 1px solid #C0C0C0;
	padding: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
}
.storytitle a,.storytitle a:visited {
	color: #3C5634;
}
h3.storytitle a:hover {
	color: red;
}
div.meta {
	color: #808080;
	margin-top: 0.5em;
	padding: 0.2em 0.2em 0.2em 1em;
	background-color: #F8F8F8;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}
div.storycontent h3 {
	font-size: 140%;
}
div.storycontent ul {
	margin: 0.75em 0 0.75em 1em;
	padding: 0;
}
div.storycontent ul li {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	background-image: url('/img/arrow.gif');
	background-repeat: no-repeat;
	background-position: left 6px;
}
a.more-link {
	font-weight: bold;
}
div.respond p {
	margin: 0.4em 0 0.4em 0;
	font-size: 85%;
}
div.respond p.gray {
	color: gray;
	font-size: 80%;
}
div.respond p label small {
	font-size: 85%;
}
div.respond input#submit {
	width: 150px;
	height: 32px;
}
h3#respond {
	margin: 0;
	font-weight: normal;
	font-size: 140%;
}
h3#comments {
	margin: 0;
	font-weight: normal;
	font-size: 140%;
}
ol.commentlist {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
ol.commentlist p {
	margin: 10px 5px 10px 0;
	font-family: Verdana;
	font-size: 13px;
}
ol.commentlist li {
	margin: 15px 0 3px 0;
	padding: 5px 10px 3px 10px;
	font-size: 85%;
}
ol.commentlist li.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 10px 3px 10px;
}
img.avatar {
	float: right;
	border: 1px solid #eeeeee;
	padding: 2px;
	background-color: white;
}
table#wp-calendar {
	width: 180px;
}
table#wp-calendar caption {
	font-size: 140%;
}
table#wp-calendar thead tr th {
	color: #3C5634;
	text-align: right;
	font-size: 85%;
	width: 14%;
}
table#wp-calendar tr td {
	font-size: 85%;
	text-align: right;
}
table#wp-calendar tr td a {
	font-weight: bold;
}
.blog_folder_title {
	margin: 0 0 0 0;
	font-weight: normal;
	font-size: 145%;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul {
	margin: 0.4em 0 0.4em 0;
}
#sidebar ul li ul li {
	font-weight: bold;
	padding: 0.1em 0 0.1em 12px;
	background-image: url('/img/arrow.gif');
	background-position: left 6px;
	background-repeat: no-repeat;
}
#sidebar ul li p {
	font-size: 140%;
	font-weight: normal;
}
img.noborder {
	border: 0 !important;
	padding: 0 !important;
}

.i_plus {
	padding-left: 18px;
	background-image: url("/img/plus.png");
	background-repeat: no-repeat;
	margin-left: -18px;
}

.jq_games_topics_add {
	margin-top: 4px;
	margin-left: 4px;
	width: 100%;
}
.jq_games_topics_add small {
	font-size: 85%;
}

.jq_games_topics_add ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jq_games_topics_add ul li {
	margin: 0;
	padding: 0.25em 0 0.25em 0;
}

ul.games_topics_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.games_topics_list li {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

ul.games_topics_list li h3 {
	font-size: 100%;
	font-weight: bold;
}

ul.games_topics_list li span {
	font-size: 85%;
	color: gray;
}
ul.sape {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sape li {
	margin: 0 0 0.5em 0;
	padding: 0;
}