@import url(/css/theme.css);
@import url(/css/blocks.css);
@import url(/css/menue.css);
/* Fixed Positioned AddThis Toolbox */
.addthis_toolbox {
position: fixed;
top: 30%;
left: -5px;
border: 1px solid #ddd;
padding: 5px 5px 4px;
width: 32px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.addthis_toolbox .custom_images a {
width: 32px;
height: 32px;
cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 2px 0; opacity: 0.6; }
.addthis_toolbox .custom_images a:hover img { margin: 2px 0; opacity: 1.0; }
/*------------------------------------------*/
/*--------- Dark Menu Styles Begin ---------*/
/*------------------------------------------*/

 /* Main Dark Menu Unordered List First Level Style */
 ul.dark_menu {
 list-style: none;
 padding: 0;
 font-family: Arial;
 font-size: 14px;
 line-height: 14px;
 }

 /* Clears all floated List Items */
 ul.dark_menu:after {
 content: "";
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
 }

 /* First Level List Items Style */
 ul.dark_menu li {
 float: left;
 margin: 0 0 0 10px;
 position: relative;
 }

 /* First List Item in First Level Style */
 ul.dark_menu li:first-child {
 margin: 0;
 }

 /* List Items Links Style */
 ul.dark_menu li a, ul.dark_menu li a:link {
 color: #000000;
 text-decoration: none;
 display: block;
 padding: 10px 26px;
 
 /* Text Shadow */
 text-shadow: 0 1px 0 #4b433e;
 
 /* Gradient Background */
 background: #f5f5dc; /* Old browsers */
 background: -moz-linear-gradient(top, #f5f5dc 0%, #f5f5dc 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5dc), color-stop(100%,#f5f5dc)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #f5f5dc 0%,#f5f5dc 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #f5f5dc 0%,#f5f5dc 100%); /* Opera11.10+ */
 background: -ms-linear-gradient(top, #f5f5dc 0%,#f5f5dc 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5dc', endColorstr='#f5f5dc',GradientType=0 ); /* IE6-9 */
 background: linear-gradient(top, #f5f5dc 0%,#f5f5dc 100%); /* W3C */

 /* Border Radius */
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;

 /* Box Shadows */
 -webkit-box-shadow: inset 0 1px 0 #564b46,
 0 1px 1px #181514;
 -moz-box-shadow: inset 0 1px 0 #564b46,
 0 1px 1px #181514;
 box-shadow: inset 0 1px 0 #564b46,
 0 1px 1px #181514;

 /* Transition Effect */
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s ease;
 }

 /* List Items Links Hover State Style */
 ul.dark_menu li a:hover {
 color: #73635e;

 /* Text Shadow */
 text-shadow: 0 1px 1px #000;

 /* Gradient Background */
 background: #282321; /* Old browsers */
 background: -moz-linear-gradient(top, #282321 0%, #362f2c 99%, #362f2c 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282321), color-stop(99%,#362f2c), color-stop(100%,#362f2c)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #282321 0%,#362f2c 99%,#362f2c 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #282321 0%,#362f2c 99%,#362f2c 100%); /* Opera11.10+ */
 background: -ms-linear-gradient(top, #282321 0%,#362f2c 99%,#362f2c 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282321', endColorstr='#362f2c',GradientType=0 ); /* IE6-9 */
 background: linear-gradient(top, #282321 0%,#362f2c 99%,#362f2c 100%); /* W3C */

 /* Transition Effect */
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s ease;
 }

 /* List Items Links Active and Selected State Style */
 ul.dark_menu li a.selected, ul.dark_menu li a:active {
 color: #73635e;
 background: #282321;

 /* Text Shadow */
 text-shadow: 0 1px 1px #000;

 /* Box Shadows */
 -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
 0 1px 0 #5e524f;
 -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
 0 1px 0 #5e524f;
 box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
 0 1px 0 #5e524f;
 
 /* Transition Effect */
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s ease;
 }

 /* Sub Menu Unordered List Second Level Style */
 ul.dark_menu li ul {
 display: none;
 }

 /* Before Second Level Unordered List Style */
 ul.dark_menu li ul:before {
 content: " ";
 position: absolute;
 display: block;
 z-index: 900;
 left: 0;
 top: -10px;
 height: 10px;
 width: 100%;
 }

 /* Sub Menu Unordered List Second Level Style
 When Parent List Item is Hovered */
 ul.dark_menu li:hover ul {
 position: absolute;
 display: block;
 z-index: 1500;
 left: 0;
 top: 44px;
 padding: 5px 0;
 list-style: none;
 background: #282321;

 /* Box Shadows */
 -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
 0 1px 0 #5e524f;
 -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
 0 1px 0 #5e524f;
 box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
 0 1px 0 #5e524f;

 /* Border Radius */
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 }

 /* Second Level Menu List Items Style */
 ul.dark_menu li ul li {
 float: none;
 margin: 0 10px; 
 border-bottom: 1px solid #191614;
 border-top: 1px solid #3a3230;
 }

 /* First List Item in Second Level Menu Style */
 ul.dark_menu li ul li:first-child {
 margin: 0 10px;
 border-top: 0 none;
 }

 /* Last List Item in Second Level Menu Style */
 ul.dark_menu li ul li:last-child {
 border-bottom: 0 none;
 }

 /* Second Level List Items Links Style */
 ul.dark_menu li ul li a, ul.dark_menu li ul li a:link {
 color: #73635e;
 display: block;
 background: transparent none;
 padding: 10px 20px 10px 5px;
 white-space: nowrap;

 /* Text Shadow */
 text-shadow: 0 1px 2px #000;
 
 /* Box Shadows */
 -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
 -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
 box-shadow: 0 0 0 rgba(0,0,0,0);

 /* Border Radius */
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 }

 /* Second Level List Items Links Hover State Style */
 ul.dark_menu li ul li a:hover {
 text-decoration: underline;
 background: #2a2523;
 }

/*----------------------------------------*/
/*--------- Dark Menu Styles End ---------*/
/*----------------------------------------*/


/* === jQ TOP === */ 
 #toTop { 
 width: 100px; 
 background: #f1f1f1; 
 border: 1px solid #cccccc; 
 text-align: center; 
 padding: 5px; 
 position: fixed; 
 bottom: 10px; 
 right: 10px; 
 cursor: pointer; 
 color: #666666; 
 text-decoration: none; 
 } 
 /* =============== */
/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#FFFFFF}
.textResults {background:#E5E5E5}
.textResultsTd {background:#FFFFFF}

.pollNow {border-bottom:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5;}
.pollNowTd {}

.totalVotesTable {border-bottom:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5;}
.totalVotesTd {background:#FFFFFF;}
/* ---------- */


/* Calendar Style */
.calMonth { }
.calWday {color:#EEB600; background:#FEE491; width:18px;}
.calWdaySe {color:#FD8A29; background:#FED140; width:18px;}
.calWdaySu {color:#FD8A29; background:#FED140; width:18px; font-weight:bold;}
.calMday {}
.calMdayA {background:#FF9900;font-weight:bold;}
.calMdayIs {border:1px solid #FED140;font-weight:bold;}
.calMdayIsA {border:1px solid #FED140; background:#FFF2C9;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#FB3D00;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#FB3D00;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#FF9900;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#FB3D00;}
/* -------------- */

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

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

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


/* Entries Style */
.eBlock {}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#FB3D00; padding: 1px 0 3px 20px; background: url('/images/li.gif') no-repeat 0 3px;}
.eTitle a:link {text-decoration:none; color:#FB3D00;}
.eTitle a:visited {text-decoration:none; color:#FB3D00;}
.eTitle a:hover {text-decoration:none; color:#FF9900;}
.eTitle a:active {text-decoration:none; color:#FB3D00;}

.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #FEE23F}
.eDetails {border-top:1px dashed #DDDDDD;border-bottom:1px dashed #DDDDDD;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #DDDDDD;border-bottom:1px dashed #DDDDDD;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-bottom:1px dashed #DDDDDD;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/958/11.gif') no-repeat 0px 0px;}
/* ------------- */



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

/* General forum Table View */
.gTable {background:#FDEBA2;width:98%;margin-left:1%;margin-right:1%;}
.gTableTop {padding:2px;background:url('http://src.ucoz.ru/t/958/5.gif') repeat-x #FFD342;color:#FFFFFF;font-weight:bold;height:23px;padding-left:17px;font-size:10pt;}
.gTableSubTop {padding:2px;background:#FDDC69;color:#53515A;font-size:10px;height:20px;}
.gTableBody {padding:2px;background:#FEFDE2;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#FEFDE2;}
.gTableLeft {padding:2px;background:#FEFDE2;font-weight:bold;color:#5D5B6C}
.gTableRight {padding:2px;background:#FEFDE2}
.gTableError {padding:2px;background:#FEFDE2;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#FEFDE2}
.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:#000000;}
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:#5D5B6C;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#5D5B6C;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#000000;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#5D5B6C;}
/* -------------------- */

/* 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:#5D5B6C;}
a.forumBarA:active {text-decoration:underline; color:#5D5B6C;}
/* -------------------- */

/* 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:#FEE23F;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#FFEFB2;font-weight:bold;color:#5D5B6C;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:#FEFDE2}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#FFEFB2;height:20px;font-weight:bold;font-size:7pt;color:#5D5B6C;padding-left:40px; }
.threadsDetails {padding:2px;background:#FFEFB2;height:20px;color:#5D5B6C;}
.forumOnlineBar {padding:2px;background:#FFEFB2;height:20px;color:#5D5B6C;}

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:#5D5B6C;}
a.threadLink:visited {text-decoration:none; color:#5D5B6C;}
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:#FFFFE9;text-align:center;}
.postFirst {background:#FEFDE2;border-bottom:3px solid #9E1B05;}
.postRest1 {background:#FFFFE9;}
.postRest2 {background:#FEFDE2;}
.postSeparator {height:3px;background:#F96D09;}

.postTdTop {background:#FDDC69;color:#53515A;font-size:10px;height:20px;}
.postBottom {background:#FFEFB2;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;}
.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('http://src.ucoz.ru/t/958/14.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('http://src.ucoz.ru/t/958/14.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background:url('http://src.ucoz.ru/t/958/5.gif') repeat-x #FFD342;color:#9D5A24;border:1px solid #FEE38C;}

.codeButtons {font-size:7pt;background:url('http://src.ucoz.ru/t/958/5.gif') repeat-x #FFD342;color:#9D5A24;border:1px solid #FEE38C;}
.codeCloseAll {font-size:7pt;background:url('http://src.ucoz.ru/t/958/5.gif') repeat-x #FFD342;color:#9D5A24;border:1px solid #FEE38C;font-weight:bold;}
.postNameFl,.postDescrFl {background:#FEFDE2;border:1px solid #5D5B6C;width:400px}
.postPollFl,.postQuestionFl {background:#FEFDE2;border:1px solid #5D5B6C;width:400px}
.postResultFl {background:#FEFDE2;border:1px solid #5D5B6C;width:50px}
.postAnswerFl {background:#FEFDE2;border:1px solid #5D5B6C;width:300px}
.postTextFl {background:#FEFDE2;border:1px solid #5D5B6C;width:550px;height:150px}
.postUserFl {background:#FEFDE2;border:1px solid #5D5B6C;width:300px}

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

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

#mymess {padding:5px 6px;bottom:0;left:0;position:fixed;z-index:999999;} 
 #mymess img {cursor:pointer;} 
 #mymess2 {display:none;font-size:24pt;background:#000000;width:auto;height:auto;bottom:0;left:0; position:fixed;z-index:999999; border-top:1px solid #808080;border-right:1px solid #808080;} 
 #mymess2 a {font-size:1em;color:#dedede;text-decoration:none;padding:5px 6px;} 
 #mymess2 #close {font-weight:bold;cursor:pointer;color:#c0c0c0;float:right;border-left:1px solid #808080;padding:5px 6px;} 
 #mymess2 #close:hover {color:#fff}



.catPages1 {color:#5c5b5b;border:0px;margin-bottom:0px;margin-top:10px;font-family:Georgia, "Times New Roman", Times, serif;text-align:center;} 
 .catPages1 a:link, 
 .catPages1 a:visited {color:#fff;text-decoration:none;background:#5c5b5b;padding:3px 10px;font-size:9pt;} 
 .catPages1 a:hover {background-color:#5c5b5b;} 
 .catPages1 b {text-decoration:none;background:#5c5b5b;padding:4px 11px;color:#fff;font-size:12pt;position:relative;bottom:-1.5pt;} 
 .catPages1 b, 
 .catPages1 a {-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}

.progress { border: 1px solid #ccc; position: relative; display: block; padding: 0; margin:2px 0; background: #DEDEDE; background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9)); background: -moz-linear-gradient(top, #ccc, #e9e9e9);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e9e9e9');-moz-box-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 0 #fff;
 box-shadow:0 1px 0 #fff;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.progress_1 {
 border: 1px solid #0078a5; background-color: #5C9ADE;
 background: -moz-linear-gradient(top, #00adee 10%, #0078a5 90%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #00adee), color-stop(0.9, #0078a5));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.progress_2 {
 border: 1px solid #5c9425; background-color: #77AF3F;
 background: -moz-linear-gradient(top, #8fc857 10%, #5c9425 90%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8fc857), color-stop(0.9, #5c9425));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc857', endColorstr='#5c9425');
}
.progress_3 {
 border: 1px solid #f47a20; background-color: #faa51a;
 background: -moz-linear-gradient(top, #faa51a 10%, #f47a20 90%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #faa51a), color-stop(0.9, #f47a20));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.progress_4 {
 border: 1px solid #A92C2C; background-color: #C44747;
 background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD5F5F', endColorstr='#A92C2C');
}
.progress_5{
 border: 1px solid #8c2ca9; background-color: #8c2ca9;
 background: -moz-linear-gradient(top, #bf5fdd 10%, #8c2ca9 90%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #bf5fdd), color-stop(0.9, #8c2ca9));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5fdd', endColorstr='#8c2ca9');
}

td.forumLastPostTd, 
 td.forumIcoTd, 
 td.threadIcoTd, 
 td.forumNameTd, 
 td.threadNametd, 
 td.forumPostTd, 
 td.threadPostTd, 
 td .threadViewTd, 
 td.threadAuthTd, 
 td.forumThreadTd, 
 td.forumLastPostTd {border: zpx #ffffff solid;} 
 table.gTable tr:hover td.forumLastPostTd, 
 table.gTable tr:hover td.forumIcoTd, 
 table.gTable tr:hover td.threadIcoTd, 
 table.gTable tr:hover td.forumNameTd, 
 table.gTable tr:hover td.threadNametd, 
 table.gTable tr:hover td.forumPostTd, 
 table.gTable tr:hover td.threadPostTd, 
 table.gTable tr:hover td.threadViewTd, 
 table.gTable tr:hover td.threadAuthTd, 
 table.gTable tr:hover td.forumThreadTd, 
 table.gTable tr:hover td.threadLastPostTd, 
 table.gTable tr:hover td.forumLastPostTd {background:#cccccc;}

.musiclist {background: #ffffff; border-left:1px solid #d9e0e7; border-right:1px solid #d9e0e7; border-bottom:1px solid #d9e0e7; border-top:1px solid #d9e0e7; font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-left:5px; padding-right:5px; padding-bottom:5px; padding-top:5px;} 
.musiclist:hover {background: #d9e0e7; border-left:1px solid #61768a; border-right:1px solid #61768a; border-bottom:1px solid #61768a; border-top:1px solid #61768a; font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-left:5px; padding-right:5px; padding-bottom:5px; padding-top:5px;}


/* style news */ 
.clear { 
 clear:both; 
} 
.news { 
 width:auto; 
 position:relative; 
 margin-bottom:20px; 
 padding:15px; 
 background:#fff; 
 border:1px solid #d3d3d3; 
 font-family:helvetica, arial, sans-serif; 
} 
.news_l { 
 padding-right:80px; 
 min-height:80px; 
} 
.news_r { 
 width:70px; 
 height:70%; 
 background:#f4f4f4; 
 position:absolute; 
 top:0; 
 right:0; 
 text-align:center; 
} 
.news h2 { 
 margin:0; 
 background:url(http://mvcreative.ru/example/15/images/stripe.png) 0px 7px repeat; 
 height:20px; 
 overflow:hidden; 
 margin:10px 0 15px 0; 
 position:relative; 
} 
.news h2 a { 
 background:#fff; 
 padding:2px 10px 2px 0; 
 text-decoration:none; 
 color:#89a0af; /*цвет заголовка новости*/ 
 font-size:14px; 
} 
.news h2 span a { 
 padding-right:0; 
} 
.img_news { 
 float:left; 
 display:inline-block; 
 margin:0 14px 5px 0; 
 padding:5px; 
 background:#EDF1F2; 
 border:1px solid #DDE1E2; 
} 
.img_news img { 
 width:200px; 
 border:1px solid #DDE1E2; 
} 
.message { 
 padding:0 0 10px 0; 
 margin:0; 
 font-size:12px; 
 line-height:19px; 
 text-align:justify; 
} 
.news_r .date { 
 display:inline-block; 
 position:relative; 
 font-size:13px; 
 padding:7px 10px 4px 10px; 
 margin:17px 0 -5px 0; 
 background:#6099bf; /*цвет блока с датой*/ 
 border:1px solid #fff; 
 color:#fff; 
 text-align:center; 
} 
.news_r ul { 
 list-style:none; 
 margin:0; 
 padding:0; 
 text-align:left; 
 width:100px; 
 margin:18px auto 0 auto; 
 font-size:12px; 
} 
.news_r ul li { 
 padding:3px 0 3px 5px; 
 border-bottom:1px dotted #BEBEBE; 
} 
.news_r ul li img { 
 margin-right:10px; 
 position:relative; 
 top:4px; 
} 
.news_r ul li a, .news_r ul li span { 
 color:#707070; 
 text-decoration:none; 
}

.catPages1 {color:#bbbbbb;border:0px;margin-bottom:10px;margin-top:10px;} 
#pagesBlock1 {padding-top:10px;} 
.catPages1 a:link, 
.catPages1 a:visited, 
.catPages1 a:hover, 
.catPages1 a:active {font-family: tahoma;text-decoration:none;color: #ffffff;background:#bbbbbb;padding:3px 10px;font-size:11px;font-weight:bold;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-khtml-border-radius:2px;font-size: 10px;} 
.catPages1 a:hover {font-family: tahoma;background:#69b44b;color:#FFFFFF;font-weight:bold;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-khtml-border-radius:2px;font-size: 10px; box-shadow: 0px 0px 0px 1px #5a9f22;text-shadow: 0px 1px 0px #579b1f;} 
.catPages1 b {font-family: tahoma;text-decoration:none;background:#69b44b;padding:3px 10px;color:#ffffff;font-size:11px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-khtml-border-radius:2px;font-size: 10px; box-shadow: 0px 0px 0px 1px #5a9f22;text-shadow: 0px 1px 0px #579b1f;}