BODY 
{
background-color:  #FFFFFF /*#d68e36#f7edb0*/;
/*background-image: url(/img/bg4.jpg);*/
/*background-repeat: repeat;*/
color:#000000
}

/*материалы за месяц*/
ul.uz {list-style:none;margin-left: 0; padding-left:0; white-space: normal}
span.archiveEntryTime {display:none;}
span.archiveEntryComms {display:none;}

		
TD{white-space: nowrap}
A {text-decoration: none; color: #000000}
a:hover {text-decoration:underline;}

/*.selected {color:#5b5958; font-weight: bold; font-style: italic}
a.selected {color:#000000; font-weight: normal; font-style: normal}
a:hover.selected {color:#5b5958; font-weight: bold;font-style: italic}*/


/*Ucoz - без этого в камментах творился ужас*/
form, input, textarea, select {vertical-align:middle; font-size:7pt; font-family:verdana,arial,helvetica;}
/* -------------- */

/*Основные стили*/


#footer {font-size: 14}
#footer LI{margin-bottom: 4px;}
#footer UL {list-style: none; margin-left: 0; padding-left:0; white-space: nowrap}
#footer td{white-space: nowrap}

#note {font-style: italic}
#note UL {list-style: none; margin-left: 0; padding-left:0; white-space: normal}
#note LI {margin-bottom: 5px;}

#content TD {white-space: normal}
#content form {padding:0px;margin:0px;}
#content input,textarea,select {vertical-align:middle; font-size:8pt; font-family:Verdana,Arial,Helvetica;background-color: #FFFFFF;}

#matview A {text-decoration: underline}
#matview a:hover {color: #5b5958}

#newreg A {text-decoration: underline}
#newreg a:hover {color: #5b5958}
#newreg TD {font-size: 14}

.rCol{color:#FFFFFF;margin-left:20;margin-right:20;text-align:left;}
.rCol A{color:#FFFFFF}
.rCol A:hover{color:#FFFFFF}

/* -------------- */


#menu ul{list-style: none; margin: 0; padding: 0}

img {border: none};

#menu {width: 200px; }

#menu li{position:relative;}

#menu li a {height: 24px; text-decoration: none}

#menu li a:link, #menu li a:visited {color:#000; display:block; background: url(/img/menu.gif); padding: 8px 0 0 35px}

#menu li a:hover {color:#000; background: url(/img/menu.gif) 0 -32px; padding: 8px 0 0 35px}

/*#menu li{position:relative;}*/

#menu li span {position: absolute; left: 12em; margin-top: -1.4em; width: 260px; display: none;z-index:1}

#menu li:hover span {display:block}

#menu li span a {display: inline}








/*#menu{color:#000000}
#menu A{color:#000000}
#menu A:hover{color:#000000}*/
/*#menu UL {list-style: none; margin-left: 0; padding-left:0; white-space: nowrap;}*/
/*#menu UL {list-style: none; margin: 0; padding: 0;} */


/* -------------- */

/* Comments Style - Ucoz*/
.cAnswer {padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#F5F5F5; border:1px solid #E9E9E9;}
.cBlock2 {background:#F5F5F5; border:1px solid #E9E9E9;}
/* -------------- */

/* Comments Form Style - Ucoz*/
.commTable {}
.commTd1 {color:#000000;}
.commTd2 {}
.commFl {color:#000000;width:100%;}
.smiles {border:1px inset;background:#FFFFFF;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#000000;}
/* ------------------- */

/* forum Post Form - Ucoz*/
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background:#FFFFFF;color:#000000;border:1px outset #000000;}

.codeButtons {font-size:7pt;background: #FFFFFF;color:#000000;border:1px outset #000000;}
.codeCloseAll font-size:7pt;background: #D7350F;color:#FFFFFF;border:1px outset #FFFFFF;font-weight:bold;}
.postNameFl,.postDescrFl {width:400px}
.postPollFl,.postQuestionFl {width:400px}
.postResultFl {width:50px}
.postAnswerFl {width:300px}
.postTextFl {width:550px;height:150px}
.postUserFl {width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay 
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box 
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading 
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext 
{
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev 
{ 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext
{ 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box
 {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data 
{
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details 
{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber 
{
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose 
{
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
#gallery 
{
	background-color: #E0E0E0/**#fff*/;
	padding: 10px;
	width: 500px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img
{
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
}
#gallery ul a:hover img 
{
	border: 5px solid #000;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }


/* Calendar Style */
.calmonth {text-align:left;font-size:10pt } 
.calwday {border:1px outset; background:#D9D775; width:17px;font-size:10pt} 
.calwdayse {border:1px outset; background:#D9D775; width:17px; font-weight:bold;font-size:10pt} 
.calwdaysu {border:1px outset; background:#D9D775; width:17px; font-weight:bold; color:#FF0000;font-size:10pt} 
.calmday {border:1px inset; background:#F5F5F5;font-size:12pt} 
.calmdaya {border:1px inset; background:#F5F5F5; font-weight:bold;font-size:10pt} 
.calmdayis {border:1px outset; background:#EFEFEF;font-size:10pt} 
.calmdayisa {border:1px outset; background:#EFEFEF;font-weight:bold;font-size:10pt} 
a.calmonthlink:link {text-decoration:none; color:#FFFFFF;font-size:10pt} 
a.calmonthlink:visited {text-decoration:none; color:#FFFFFF;font-size:10pt} 
a.calmonthlink:hover {text-decoration:underline; color:#FFFFFF;font-size:10pt} 
a.calmonthlink:active {text-decoration:underline; color:#FFFFFF;font-size:10pt} 
a.calmdaylink:link {text-decoration:underline; color:#938D4A;font-size:10pt} 
a.calmdaylink:visited {text-decoration:underline; color:#938D4A;font-size:10pt} 
a.calmdaylink:hover {text-decoration:underline; color:#000000;font-size:10pt} 
a.calmdaylink:active {text-decoration:underline; color:#000000;font-size:10pt} 

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#CCCCCC;}
.gTableTop {padding:2px;background:#000;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-weight:bold; height:28px;font-size:10pt; }
.gTableSubTop {padding:2px;background:#d4d4d4;color:#000000;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#FAFAFA;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#FAFAFA;}
.gTableLeft {padding:2px;background:#F2F2F2;font-weight:bold;color:#6E6E6E}
.gTableRight {padding:2px;background:#F8F9FA}
.gTableError {padding:2px;background:#FAFAFA;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#F2F2F2}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#FFFFFF;}
a.catLink:visited {text-decoration:none; color:#FFFFFF;}
a.catLink:hover {text-decoration:underline; color:#FFFFFF;}
a.catLink:active {text-decoration:underline; color:#FFFFFF;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#6E6E6E;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#6E6E6E;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#909090;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#6E6E6E;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#6E6E6E;}
a.forumBarA:active {text-decoration:underline; color:#6E6E6E;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#DADADA;}
.fastNavCat {background:#EFEFEF;}
.fastNavCatA {background:#EFEFEF;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#CCCCCC;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E0E0E0;font-weight:bold;color:#6E6E6E;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#F2F2F2}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AAAAAAheight:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px; }
.threadsDetails {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}
.forumOnlineBar {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}

a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}

a.threadLink:link {text-decoration:none; color:#6E6E6E;}
a.threadLink:visited {text-decoration:none; color:#6E6E6E;}
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {background:#F1F2F3;text-align:center;}
.postFirst {background:#F8F9FA;border-bottom:3px solid #787878;}
.postRest1 {background:#F1F2F3;}
.postRest2 {background:#F8F9FA;}
.postSeparator {height:3px;background:#000000;}

.postTdTop {background:#d4d4d4;}
.postBottom {background:#E0E0E0;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#F2F2F2;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#787878;}
.posttdMessage {padding:5px;background:#FFFFFF;}

.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;} 
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/813/11.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/813/11.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
input {background: #fff; border: 1px solid #bcbcbc;}
/*.codeButtons, .loginButton, .searchSbmFl, .pollBut, .commSbmFl {font-size:8pt;background:#000;color: #fff; border: none;}*/
.codeCloseAll {font-size:8pt; background:#000;color: #fff; border: none;}
.postNameFl,.postDescrFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postPollFl,.postQuestionFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postResultFl {background:#FCFCFC;border:1px solid #6E6E6E;width:50px}
.postAnswerFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}
.postTextFl {background:#FCFCFC;border:1px solid #6E6E6E;width:550px;height:150px}
.postUserFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */