﻿html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    background-image: url(images/site/bg.jpg);  
	background-repeat: repeat;
	background-position:center;
	background-attachment:fixed;
    height: 100%;
    min-width: 1230;
	max-width: 1195;
	width: 1210px;
	text-align:left;
    margin:0 auto;
    padding:0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -40px 0; /* отрицательный нижний отступ на высоту футера */
	padding: 0;
	min-width: 1100;
	width: auto !important;
	width: 90%;
	background: #ffdcd7; /* Для старых браузров */
    background: linear-gradient(to bottom right, #a2bcc5, #e8e8e8);
    border: 1px solid #333;
}
.tables {
    background: linear-gradient(to bottom right, #B8CBD3, #e8e8e8);
    border: 1px solid #333;
}

.widthalox img {
height: 1px;
width: 550px;  
}

.footer-push {
    height: 50px;
    margin: 0;
    padding: 0;
}

.footer {
    height: 100px;
    margin: 0;
    padding: 0;
	background-color: #230a3b;
}

.logo {background-image:url(images/site/logobg_s.jpg);
}

.logo1 {background-image:url(images/site/logo_s.jpg);
}

.menubg {background-image: url(images/site/menubg_s.jpg);
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	text-align:center;	
}	

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

.x_small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
}
.colorfooter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#eeeeee;
	font-size: 1.3em;
}
.colorwhite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.6em;
}
.bigcolor {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#d64c00; 
	font-size: 2.5em;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 3.5em;
}
.usrDotted {
; Border-Color: #242c31;
; Border-Style: Dotted;
; Border-Width: 1px;
background-color:#7c99a1;

}


A:Link {
; Text-Decoration: None;
; Color: #8108d5;
}
A:Active {
; Text-Decoration: Underline;
; Color: #0033ff;
}

A:Hover {
; Text-Decoration: Underline;
; Color: #0033ff;
}

A:Visited {
; Text-Decoration: None;
; Color: #0f31b9;
}

.menu a {
    color: #e2ecfd; /* Цвет ссылки */
    text-decoration:none;
    text-shadow: 2px 2px 1px #000000;
    font-size: 2.1em;
   }
.menuseason a {
    color: #ffffff; /* Цвет ссылки */
	text-decoration:none;
	font-size: 2.2em;
	text-shadow: 1px 1px 0px #000000;
   }
.leftimg {
float:left; /* Выравнивание по левому краю */
margin: 10px 25px 7px 5px; /* Отступы вокруг картинки */
transform: scale(1.15)
}
.rightimg {
float:right; /* Выравнивание по правому краю */
margin: 3px 3px 3px 7px; /* Отступы вокруг картинки */
}

.idc-text_noresize {
font-size: 30px !important;
}
.idc-text {
font-size: 25px !important;
}
.IDCommentTime {
font-size: 20px !important;
}
.IDCommentThreadTimeRead{
font-size: 18px !important;
}

.seeonline {
float:right; /* Выравнивание по правому краю */
margin: 3px 3px 3px 10px; /* Отступы вокруг картинки */
}

.seeonline img {
height: 375px;
width: 650px;
margin: 5px 10px 5px 5px; /* Отступы вокруг картинки */
}

.aloxatrans {
transform: scale(2.0) !important;
font-size: 28px !important;
height: 300px;
}

.spoilerDiv {
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);;
border: solid 1px black;
background: #ff4800;
color: white;
padding: 10px;
text-align: center;
margin: 15px;
}