body {
	margin: 0;
	padding: 0;
	background: url("/images/bg.jpg") repeat-x top left #ffffff;
	height: 100%;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
table, td {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 3px;
	border-width: 0px;
}
h1 {
	font: 16px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 3px;
	color: #666666;
}
input[type="text"], input[type="password"], select {
	height: 29px;
	border-radius: 3px;
	border: 1px solid #999999; 
	font-size: 14px;
	padding-left: 3px;
	background: url(/images/input.gif) repeat-x left top #ffffff;
}
input[type="text"]:focus, input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
textarea {
	border-radius: 3px;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}
.content {
	margin-top: 15px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 7px;
	border-radius: 6px;
	height: 100%;
	font-size: 12px;
}
html, body {
	height: 100%;
}
.main {
	min-height: 100%;
}
* html .main {
	height: 100%;
}
.hFooter {
	height: 83px;
}
.footer {
	border-top: 3px solid #003366;
	background-color: #006666;
	height: 70px;
	margin-top: -73px;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.footer a {
	color: #ffffff;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
.menu {
	background: url("/images/menu.gif") repeat-x top left #0099cc;
	height: 36px;
	border-radius: 8px;
	border: 1px solid #eeeeee;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
a.m {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0 #333333;
}
a.m:hover {
	color: #003366;
	text-decoration: none; 
	font-weight: bold;
	font-size: 14px;
	text-shadow: none;
}
.sep {
	width: 2px;
	background: url("/images/sep.gif") no-repeat center top;
}
h2 {
	color: #0099cc;
	font-weight: bold;
	font-size: 14px;
	margin: 1px;
	padding: 1px;
}
.authmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.authmenu li {
	border: 1px solid #666666;
	margin-bottom: 1px;
	padding: 4px 0 4px 15px;
	border-radius: 3px;
	background: url("/images/authmenubg.png") repeat-x left bottom #00ccff;
	opacity: 0.7;
}
.authmenu li:hover {
	opacity: 1;
}
.authmenu a {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 0 #333333;
}
.authmenu img {
	margin-right: 10px;
	border: 1px solid #cccccc;
	margin-top: -3px;
	padding: 1px;
	border-radius: 3px;
}

/* Далее идут стили, которые необходимо подключить к стилям вашего шаблона */

.check {
	border: none;
}
.er {
	text-align: center; 
	color: #cc0000; 
	border: 1px solid #990000; 
	background: url("/images/error_ico.png") no-repeat left #ffcccc;
	background-position: 15px 17px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-radius: 5px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #ffffff 1px 1px 3px;
}
.erok {
	text-align: center; 
	color: red; 
	color: #009900; 
	border: 1px solid #006600; 
	background: url("/images/errorok_ico.png") no-repeat left #ccffcc;
	background-position: 15px 17px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-radius: 5px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #ffffff 1px 1px 3px;
}
.warn {
	text-align: center; 
	color: #663300; 
	border: 1px solid #ffcc00; 
	background: url("/images/warn_ico.png") no-repeat left #ffffcc;
	background-position: 15px 17px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-radius: 5px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #ffffff 1px 1px 3px;
}
.clear {
	clear: both;
}
.left {
	float: left;
	margin-bottom: 1px;
}
.right {
	float: right;
	margin-bottom: 1px;
}
.depoico {
	border: 2px solid #cccccc; 
	border-radius: 3px; 
	margin-right: 10px; 
	margin-top: 5px;
	max-width: 100px;
}
.lineclock {
	border: 1px solid #999999;
	background: url("/images/bgclockline.gif") repeat-x top left #eeeeee;
	border-radius: 3px;
	padding: 0px;
}
.percentline {
	background: url("/images/bgclocklinepercent.gif") repeat-x top left;
	height: 19px;
	margin-top: 0px;
}

.subm {
	cursor: pointer;
	background: url('/images/subm.gif') repeat-x #4fc4e9;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	color: #333333;
	border-radius: 4px;
	height: 29px;
	border: 1px solid #999999;
}
.subm:hover {
	background: url("/images/asubm.gif") repeat-x #75d1ee;
	color: #000000;
	text-shadow: 1px 1px 0 #eeeeee;
}
.pages {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 12px;
}
.pages a {
	padding: 2px 5px 3px 5px;
	background-color: #eeeeee;
	font-size: 13px;
	border-radius: 3px;
	text-decoration: none;
	font-weight: bold;
}
.hline {
	height: 1px;
	background: url(/images/hline.gif) repeat-x top center;
}
.highslide-image {
	border: 4px solid white;
}
.highslide-caption {
	display: none; 
	border: none; 
	padding: 8px; 
	background-color: white;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
a.f {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
}
a.f:hover {
	color: #cccccc;
	text-decoration: underline; 
	font-weight: normal;
}
a.highslide-loading, a.highslide-loading:hover {
	color: black; 
	font-weight: bold; 
	text-decoration: none; 
}
.highslide {
	cursor: url(/images/zoomin.cur), pointer; 
	outline: none;
}
.highslide-loading {
	display: block; 
	padding: 2px; 
	border: 1px solid black; 
	background-color: white; 
	font-size: 11px; 
	font-family: Tahoma, Verdana, Helvetica; 
	padding-left: 22px;
	background-image: url(/images/loader.gif); 
	background-repeat: no-repeat; 
	background-position: 3px 1px; 
}
span.tool {
  position: relative;
  cursor: help;
}
span.tool span.tip {
  display: none;
}
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 1.6em;
  left: 0;
  width: auto;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font: normal 0.9em/1.2em arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
}
.addsite {
	margin-left: 15px;
	padding: 5px 10px 5px 25px; 
	background-color: #dddddd; 
	border-radius: 3px; 
	text-shadow: 0 1px 0 #eeeeee; 
	border: 1px solid #cccccc;
	max-width: 220px;
}
.addsite a {
	color: #333333;
	text-decoration: none;
}
.addsite a:hover {
	color: #666666;
}
fieldset {
	border: solid #666666 1px;
	border-radius: 3px;
	background-color: #eeeeee;
}
legend {
	border: solid #666666 1px;
	border-radius: 3px;
	padding: 1px 15px 2px 15px;
	background-color: #dddddd;
	text-shadow: 1px 1px 0 #ffffff;
}

#dialog {
	display: none;
}
#dialogphoto {
	display: none;
}
#hide_div {
	background-color: #ffffff;
	padding: 15px;
	border-radius: 7px;
	text-align: center;
}
#photo {
	background-color: #ffffff;
	margin: 3px;
	padding: 15px;
	border-radius: 7px;
	text-align: center;
}
#subm_avatar,#send_avatar {
    display: none;
}
.newsimg {
	border-radius: 3px;
	width: 50px;
	height: 50px;
}
.user_menu p {
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #dddddd;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 1px;
}
.user_menu a {
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
.user_menu img {
	margin-right: 10px;
}
.humane {
  position: fixed;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: -1;
}
.humane.humane-animate,.humane.humane-js-animate {
  z-index: 100000;
}
.humane {
  font-family: Verdana, Helvetica Neue, Helvetica, san-serif;
  font-size: 18px;
  letter-spacing: -1px;
  top: 30px;
  left: 30%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  width: 40%;
  color: #333;
  padding: 10px 10px 0 10px;
  text-align: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACWCAYAAAAfduJyAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVQokWNgYGCQZGJgYGDARTDSQnboGDqsnDt0DKWNLAAkiQFdC+vZNQAAAABJRU5ErkJggg==');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.10)), color-stop(1, rgba(0,0,0,0.20))) no-repeat;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.20) 100%) no-repeat;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.20) 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.20) 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.20) 100%) no-repeat;
  background: linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.20) 100%) no-repeat;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 1px rgba(255,255,255,0.80);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.50);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.50);
  -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.50);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.50);
  box-shadow: 0 1px 2px rgba(0,0,0,0.50);
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.humane p,
.humane ul {
  margin: 0;
  padding: 0;
}
.humane ul {
  list-style: none;
}
.humane.humane-animate {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.humane.humane-animate:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.humane.humane-js-animate {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.humane.humane-js-animate:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.msg {
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	min-height: 60px;
	font-size: 11px;
	background-color: #ffffff;
}
.msg:hover {
	background-color: #f5f5fa;
}
.msgimg {
	float: left;
	min-width: 65px;
}
.msgdate {
	float: left;
	width: 180px;
}
.msgtxt {
	margin-top: 4px;
	padding-top: 10px;
	float: left;
	max-width: 350px;
}
.msgdel {
	float: right; 
	text-align: center; 
	width: 20px;
}
.msgdel a {
	text-decoration: none;
}
.newsimg {
	margin-right: 7px;
	border: 5px solid #dddddd;
	background-color: #eeeeee;
	border-radius: 3px;
}
.qmsg {
	border: 1px solid #dddddd; 
	max-height: 387px; 
	overflow: auto;
	padding-left: 7px;
	font-size: 11px;
	padding-top: 3px;
	background-color: #ffffff;
}
#qd {
	margin-top: 3px;
	color: #999999;
	float: left;
	width: 70px;
	min-height: 40px;
	font-size: 8px;
}
.qava {
	width: 40px;
	float: left;
}
.qava img {
	border-radius: 3px;
}
.qtxt {
	float: left;
	width: 515px;
	margin-bottom: 10px;
	overflow: hidden;
	word-wrap: break-word;
}
.qtxt p {
	margin-bottom: 3px;
	margin-top: 0px;
}
.qdel {
	float: right:
	text-align: right;
	padding-right: 4px;
}
.qdel b {
	cursor: pointer;
	color: #dddddd;
}
.qdel b:hover {
	color: #666666;
}
#msgmappo {
	background-color: #eeeeee;
	margin-right: 5px;
	margin-bottom: 7px;
	padding: 3px 15px 3px 15px ;
	font-weight: bold;
	border-radius: 5px;
	color: #666666;
	float: left;
}
.newsline {
	height: 3px;
	background-color: #eeeeee;
}
input#button_search, input#button_search_fr {
	background: url(/images/input_search_bg.png) no-repeat center;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	position: absolute;
	margin-top: 5px;
	margin-left: 3px;
}
.vkladki {
	text-align: right;
}
.vkladki a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	border: 1px solid #dddddd;
	font-size: 14px;
	border-radius: 6px 6px 0 0;
	background: #eeeeee;
	font-weight: bold;
	text-decoration: none;
}
.vkladki a:hover, a.vklcur {
	border: 1px solid #dddddd;
	background: #f0ffea;
}
.phoneconf {
	border: 2px solid #cc3333;
	border-radius: 3px;
	background-color: #ffffcc;
}
.w33 {
	width: 33%;
	float: left;
}