@import url(css/admin.css);
@import url(css/forum.css);
@import url(css/editor.css);



a:link			{ color: #2666B9; font-family: Verdana, Helvetica; text-decoration: none; }
a:active		{ color: #2666B9; font-family: Verdana, Helvetica; text-decoration: none; }
a:visited		{ color: #2666B9; font-family: Verdana, Helvetica; text-decoration: none; }
a:hover		{ color: #FF5500; font-family: Verdana, Helvetica; text-decoration: none; }

.bgcolor1		{ background: #FFF; }
.bgcolor1 table td form textarea { width: 200px !important; }
.bgcolor2		{ background: #FAFAFA; }
.bgcolor3		{ background: #F5F5F5; }
.bgcolor4		{ background: #F1F1F1; }
.sort				{ background: #F1F1F1; }

.bodyline		{ background: #FFF; border: 1px #F1F1F1 solid; }
.blockline		{ background: #FFF; border: 1px #F1F1F1 solid; border-top: none; }
.storytitle	{ background: none; color: #2666B9; font-size: 11px; font-family: Verdana, Helvetica; }
.titleline		{ border: 1px #FFF solid; }
.boxtitle		{ font-family: Verdana, Helvetica; font-size: 11px; color: #F50; font-weight: bold; }
.content		{ background: none; color: #000000; font-size: 11px; font-family: Verdana, Helvetica; }
.block-title	{ background: none; color: #2666B9; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica; }
.storycat		{ background: none; color: #FF5500; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica;}
.option 		{ font-family: Verdana, Helvetica; font-size: 11px; color: #F50; font-weight: bold; }
.tiny				{ color: #000; font-size: 11px; font-weight: normal; font-family: Verdana, Helvetica;}
.small			{ color: #787878; font-size: 10px; font-weight: normal; font-family: Verdana, Helvetica;}
.code			{ color: #00B; font-size: 11px; font-family: Verdana, Helvetica; }

h1				{ text-align: center; color: #2666B9; font-size: 14px; font-weight: bold; font-family: Arial, Verdana, Helvetica; color: #FF7400; text-transform: uppercase; display: block; margin: 1px; }
h2				{ background: none; color: #FF5500; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica; text-align: center; }
h3				{ background: none; color: #2666B9; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica; margin: 0; }
h4				{ background: none; font-size: 11px; font-weight: normal; font-family: Verdana, Helvetica; }
h5				{ background: none; font-size: 11px; font-weight: normal; font-family: Verdana, Helvetica; text-decoration: none; text-align: center; margin: 0; }
legend			{ font-family: Verdana, Helvetica; font-size: 11px; color:#F50; font-weight: bold; }
fieldset		{ border: solid #F5F5F5 1px; }
font, td, p		{ color: #666; font-size: 11px; font-family: Verdana, Helvetica; }
hr					{ height: 0px; border: 0px solid #EEE; border-top-width: 1px; }
code				{ background: none; color: #0000FF; font-size: 11px; font-family: Verdana, Helvetica; }

th {
	color: #2666B9;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica;
	background: #FFF url(images/cellpic.gif) repeat-x;
	border: 1px #FFF solid;
}

body {
	margin: 0;
	padding: 0;
	line-height: 125%;
	font-family: Verdana, Helvetica;
	color: #444;
	font-size: 11px;
	text-align: center;
}

input, textarea, select {
	background: #FFFFFF;
	color: #777;
	border: 1px #F1F1F1 solid;
	font-size: 11px;
	font-family: Verdana, Helvetica;
}



.rate {
	float: left;
	padding: 2px 1px 0px 5px;
}

.urating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 16px;
	position: relative;
	background: url(images/rating.gif) top left repeat-x;
}

.urating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.urating li div {
	outline: none;
	display: block;
	width: 17px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.urating div.out1			{ left: 0px; }
.urating li div.over1	{ background: url(images/rating.gif) left center; z-index: 2; left: 0px; width: 17px; cursor: pointer; }
.urating div.out2			{ left: 17px; }
.urating li div.over2	{ background: url(images/rating.gif) left center; z-index: 2; left: 0px; width: 34px; cursor: pointer; }
.urating div.out3			{left: 34px; }
.urating li div.over3	{ background: url(images/rating.gif) left center; z-index: 2; left: 0px; width: 51px; cursor: pointer; }
.urating div.out4			{left: 51px; }
.urating li div.over4	{ background: url(images/rating.gif) left center; z-index: 2; left: 0px; width: 68px; cursor: pointer; }
.urating div.out5			{left: 68px; }
.urating li div.over5	{ background: url(images/rating.gif) left center; z-index: 2; left: 0px; width: 85px; cursor: pointer; }

.urating li.crating {
	background: url(images/rating.gif) left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.pagelink {
	border: 1px solid #F1F1F1;
	padding: 1px 5px 1px 5px;
	background-image: url(images/cellpic.gif);
}

.left {
	clear: both;
	float: left;
	padding: 5px 5px 5px 5px;
	width: 25%;
}

.center {
	float: left;
	padding: 5px 5px 5px 5px;
	width: 70%;
	white-space: nowrap;
}

.right {
	float: left;
	padding: 5px 5px 5px 5px;
	width: 5%;
}

.button {
	clear: both;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#page_bg {
	height: 100%;
	padding: 0;
	margin-bottom: 1px;
	background: #f6f6f6 url(images/bgbody.gif);
}

#page_bg2 {
	width: 100%;
	height: 100%;
	background: transparent url(images/bgpage2.png) repeat-x;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
}

a img {
	border: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	background: #FAFAFA;
	width: 996px;
	text-align: center;
}

#shadow-l {
	background: transparent url(images/shadow-l.png) 0 0 repeat-y;
	padding-left: 15px;
	position: relative;
}

#shadow-r {
	background: transparent url(images/shadow-r.png) 100% 0 repeat-y;
	padding-right: 15px;
	position: relative;
}

/* IE hack */
* html #shadow-l { float: left; }
* html #shadow-r { float: right; }
/* END IE hack */

/* Шапка */
#header-l {
	height: 125px;
	background: #FFF url(images/header-l.png) 0 0 no-repeat;
	position: relative;
	padding-left: 30px;
}

#header-r {
	height: 125px;
	background: #FFF url(images/header-r.png) right top no-repeat;
	position: relative;
	padding-right: 40px;
}

#register{
	position: absolute;
	top: 134px;
	left: 45px;
	display: block;
	width: 300px;
	line-height: 22px;
	height: 22px;
	z-index: 1;
	font-size: 10px;
	color: #99b9cd;
	font-family: Verdana, Helvetica;
}

#register img {display:inline} /*Вкл, выкл лампочки*/
#register a:link, #register a:visited {font-family: Verdana, Helvetica; color: #99b9cd;}
#register a:hover {font-family: Verdana, Helvetica; color: #0083e1;}

#logo{
	position: absolute;
	top: 56px;
	left: 0;
	display: block;
	width:323px;
	height: 46px;
	text-align: center;
}

#banners-block {
	position: absolute;
	top: 48px;
	right: 40px;
	width: 468px;
	height: 60px;
}

/* Настройка меню бара*/
#menue-l {
	height: 55px;
	background: #008ce3 url(images/menue-bgl.png) 0 0 no-repeat;
	position: relative;
	padding-left: 364px;
}

#menue-r {
	height: 55px;
	background: url(images/menue-bgr.png) 100% 0 no-repeat;
	position: relative;
	padding-right: 27px;
}

#toolbar {
	margin: 0;
	padding: 0;
	height: 55px;
	background: url(images/menu_bg.png) top repeat-x;
	position: relative;
	overflow: hidden;
	}

#nav {
	margin: 0;
	padding: 0;
	height: 55px;
	float: right;
}

#nav a:link, #nav a:visited {
	display: block;
	float: left;
	height: 55px;
	line-height: 53px;
	padding: 0px 12px 0 12px;
	color: #fd9528;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

#nav a:hover {
	color: #FFF;
	background: #51b7f6 url(images/menu_bg.png) bottom repeat-x;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

#footer {
	background: #028ee9 url(images/footer-bg.png) bottom repeat-x;
	position: relative;
	height: 72px;
	color: #4c4c4c;
	overflow: hidden;
}

#footer-l {
	background: transparent url(images/footer-bgl.png) left bottom no-repeat;
	height: 72px;
	padding-left: 96px;
	position: relative;
}

#footer-r {
	background: transparent url(images/footer-bgr.png) right bottom no-repeat;
	height: 72px;
	padding-right: 14px;
	position: relative;
}

#copyright {
	position: absolute;
	top: 8px;
	left: 30px;
	display: block;
	width: 900px;
	height: 40px;
	color: #FFF;
	font-size: 11px;
	line-height: 12px;
}

#copyright a:link, #copyright a:visited {
	font-family: Verdana, Helvetica;
	color: #FFF;
	font-size: 11px;
}

#copyright a:hover{
	font-family: Verdana, Helvetica;
	color: #FFF;
}

.clr { clear: both; }

div#block{
	width: 189px;
	background: #FFF url(images/blockbg.gif) left repeat-y;
	margin-bottom: 8px;
	position: relative;
}

div#block div{
	width: 189px;
	background: transparent url(images/toplblock.png) top left no-repeat;
}

div#block div div{
	width: 189px;
	background: transparent url(images/footerlblock.gif) bottom left no-repeat;
}

div#block div div div{
	width: 173px;
	padding-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0;
	background: transparent;
}

div#block div div div h3{
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 10px;
	color: #3d8fd9;
	margin-bottom: 8px;
}

div#block div div div div {
	padding: 0px;
	margin: 0px;
}

#tableopen {
	display: block;
	border: 1px solid #F1F1F1;
	background: #FFF;
	padding: 8px;
	margin: 1px 1px 5px 1px;
	color: #787878;
}

.titlemsg {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Verdana, Helvetica;
	color: #ff7400;
	text-transform: uppercase;
	margin: 5px;
}

#titlebasic {
	position: relative;
	display: block;
	height: 34px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	overflow: hidden;
	background: #008ce3 url(images/titlebasic_bg.png) top repeat-x;
	margin-bottom: 3px;
}

#titlebasic div {
	position: relative;
	display: block;
	background: transparent url(images/titlebasic_l.png) top left no-repeat;
	padding-left: 4px;
	height: 34px;
}

#titlebasic div div {
	position: relative;
	display: block;
	background: transparent url(images/titlebasic_r.png) top right no-repeat;
	padding-right: 4px;
	height: 34px;
}

#titlebasic div div div {margin:0; padding:0;}
#titlebasic a:link, #titlebasic a:visited { height: 34px; font-weight: bold; color: #FFF;}
#titlebasic a:hover {font-weight: bold; color: #FFF;}

.morelink {
	clear: both;
	display: block;
	border-top: 1px solid #EFEFEF;
	margin-top: 5px;
	color: #aaa;
	height: 18px;
	padding: 2px;
}

.morelink a:link, .morelink a:visited, .morelink td {color: #aaa;font-size: 10px;}
.morelink a:hover {color: #ff7d11; font-size: 10px;}

.title {
	text-align: center;
	color: #2666B9;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
	color: #ff7400;
	text-transform: uppercase;
	display: block;
	margin: 1px;
	}

.title div {
	display: block;
	border: 1px solid #F1F1F1;
	background: #FFF;
	padding: 8px;
	}

#warning {
	display: block;
	border: 1px solid #F1F1F1;
	padding: 8px 8px 8px 120px;
	margin: 0 0 5px 0;
	color: #0087de;
	text-align: justify;
	margin: 1px;
}

.navi {
	height: 16px;
	line-height: 16px;
}

.navi a:link, .navi a:visited{
	float: left;
	text-align: center;
	height: 18px;
	line-height: 18px;
	width: 80px;
	background: #FFF url(images/navi_btn.png) top center no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.navi a:hover{
	background: #3f9bdd url(images/navi_btn.png) bottom center no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#footblock {
	text-align: right;
	padding: 0 6px;
}

.account			{ width: 400px; }
.auto_links		{ width: 400px; }
.contact			{ width: 400px; }
.faq					{ width: 400px; }
.files				{ width: 400px; }
.jokes				{ width: 400px; }
.links				{ width: 400px; }
.media				{ width: 400px; }
.money			{ width: 350px; }
.news				{ width: 400px; }
.order				{ width: 400px; }
.pages				{ width: 400px; }
.recommend	{ width: 400px; }
.shop				{ width: 350px; }
.voting				{ width: 400px; }


.page1 {
font-family : Tahoma;
font-size : 8pt;
font-weight : bold;
border : 1px solid #c0c0c0;
padding-left : 5px;
padding-right : 5px;
padding-top : 1px;
padding-bottom : 1px;
background-image : url('images/cellpic.gif');
color : #c0c0c0;
}
.page2 {
font-family : Tahoma;
font-size : 8pt;
font-weight : bold;
border : 1px solid #c0c0c0;
padding-left : 5px;
padding-right : 5px;
padding-top : 1px;
padding-bottom : 1px;
background-image : url('images/cellpic.gif');
}
.page3 {
font-family : Tahoma;
font-size : 11px;
color : #ff6600;
font-weight : bold;
border : 1px solid #c0c0c0;
padding-left : 5px;
padding-right : 5px;
padding-top : 1px;
padding-bottom : 1px;
background-image : url('images/cellpic.gif');
}
/**/
.image_frame {
    display: block;
    margin: 0px;
    padding: 5px;
    border: 1px #666666 solid;/**/
}

.image_frame_text {
    display: block;
    text-align: left;
    padding: 5px 0px 0px 0px;
}

/* облако tags */
.word {
    font-family: Verdana;
    padding: 4px 4px 4px 4px;
    letter-spacing: 3px;
}
span.size0 {
    color: #339900;
    font-size: 9px;
}

span.size1 {
    color: #FFf;
    font-size: 10px;
}
span.size2 {
    color: #333;
    font-size:11px;
}
span.size3 {
    color: #666;
    font-size: 12px;
}
span.size4 {
    color: #999;
    font-size: 13px;
}
span.size5 {
    color: #aaa;
    font-size: 14px;
}
span.size6 {
    color: #bbb;
    font-size: 15px;
}
span.size7 {
    color: #ccc;
    font-size: 16px;
}
span.size8 {
    color: #ddd;
    font-size: 17px;
}
span.size9 {
    color: #ddd;
    font-size: 18px;
}






/* add buttons */
.fbutton {
	background: #FBFBFB url(images/button_bg.png) top repeat-x;
	color: #2666B9;
	border: 1px solid #E4E4E4;
	padding: 1px 6px;
	cursor: pointer;
}


/* add new hint form text*/
input[type=password]:focus, input[type=text]:focus, textarea:focus {
background: #FFFFFF;
}
/*Для IE*/
textarea {
   star: expression(onfocus = (this.getAttribute("type")) ? function() {this.className = 'ie-input-focus'} : null, this.onblur  = function() {this.className = '';});
}

input {
   star: expression(onfocus = (this.getAttribute("type") && (this.getAttribute("type")=="text" || this.getAttribute("type")=="password")) ? function() {this.className = 'ie-input-focus'} : null, this.onblur  = function() {this.className = '';});
}


.ie-input-focus
{
background: #FFFFFF;
}



/* select frame (quate php cod file)*/
.fieldset_form
{
background: #FFFFFF;
width: 95%;
overflow: auto;
border-color:#2666B9;
}


.help {
	width: 200px;
	background: #FAFAFA;
	border: 1px #F1F1F1 solid;
}

.hidden {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #E8EBEE;
	background: #FFF;
}




