/* Облако тегов v.2.0 Зелёный вариант 
------------------------------------------*/ 
.tagItem { 
 float:left; 
 color:#fff; 
 margin: 7px 0px 0px 10px; 
 padding: 5px 10px 5px 0px; 
 background: url(http://discoveryfoto.ucoz.com/fon_tagItem2.png) right no-repeat; 
 font: 10px Verdana,Arial,Helvetica, sans-serif; text-shadow:1px 1px 1px #449425; 
} 

.tagItem a:link, 
.tagItem a:visited { 
 float:left; 
 color:#555; 
 text-shadow:1px 1px 1px #fff; 
 background: #fff!important; 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #f5f5f5))!important; 
 background: -moz-linear-gradient(top, #fdfdfd 1%, #f5f5f5 100%)!important; 
 background: -o-linear-gradient(#fdfdfd, #f5f5f5)!important; 
 margin: -5px 5px -5px 0px; 
 padding: 5px 10px 5px 10px; 
 border: 1px solid #a3a3a3; 
 -webkit-border-radius:3px 0px 0px 3px; 
 -moz-border-radius:3px 0px 0px 3px; 
 border-radius:3px 0px 0px 3px; 
} 

.tagItem a:active { 
 box-shadow:inset 0px 0px 3px #267507!important; 
 -webkit-box-shadow:inset 0px 0px 3px #267507!important; 
 -moz-box-shadow:inset 0px 0px 3px #267507!important; 
} 

.tagItem a:hover { 
 color:#fff; 
 text-shadow:1px 1px 1px #449425; 
 border: 1px solid #5db23b; 
 background: #70d54a!important; 
}



/* Page
------------------------------------------*/
.swchItem { 
 color:#0A7EC5; 
 border:1px solid #8DC5E6; 
 background:#F8FCFF; 
} 
.swchItemA, .swchItem { 
 -moz-border-radius:3px; 
 -webkit-border-radius:3px; 
 border-radius:3px; 
 padding:6px 9px; 
 margin-left:3px; 
 text-decoration:none; 
} 
.swchItemA, .swchItem:hover { 
 font-weight:normal; 
 color:#fff; 
 text-shadow:0px 1px #388DBE; 
 box-shadow:0px 1px #EDEDED; 
 -webkit-box-shadow:0px 1px #EDEDED; 
 -moz-box-shadow:0px 1px #EDEDED; 
 border:1px solid #3390CA; 
 background:#58B0E7; 
 background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#58B0E7); 
 background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#58B0E7)); 
}
/* Page
------------------------------------------*/



/* loading
------------------------------------------*/
.loading-wrap { 
 width: 60px; height: 60px; 
 position: absolute; 
 top: 50%; left: 50%; 
 margin: -30px 0 0 -30px; 
 background: #777; 
 animation: rotation ease-in-out 2s infinite; 
 border-radius: 30px; 
} 
 
.triangle1, .triangle2, .triangle3 { 
 border-width: 0 20px 30px 20px; 
 border-style: solid; 
 border-color: transparent; 
 border-bottom-color: #67cbf0; 
 height: 0; width: 0; 
 position: absolute; 
 left: 10px; top: -10px; 
 animation: fadecolor 2s 1s infinite; 
} 
 
.triangle2, .triangle3 { 
 content: ''; 
 top: 20px; left: 30px; 
 animation-delay: 1.1s; 
} 
 
.triangle3 { 
 left: -10px; 
 animation-delay: 1.2s; 
} 
 
@keyframes rotation { 
 0% {transform: rotate(0deg);} 
 20% {transform: rotate(360deg);} 
 100% {transform: rotate(360deg);} 
} 
 
@keyframes fadecolor { 
 0% {border-bottom-color: #eee;} 
 100%{border-bottom-color: #67cbf0;} 
}
/* loading
------------------------------------------*/

/* General Style */
body {margin: 0px;background-color: #e6e6e6;font: 12px/16px 'Arial';color: #333;text-align: center;}
td, input, select, textarea {font: 12px 'Arial';}
body a {color: #000;text-decoration: underline;}
body a:hover {text-decoration: none;}
* {}
img {border: 0px;}
a.noun img {margin: 2px;}
ul, li {margin: 0px; padding: 0px;}
.clear {clear: both;overflow: hidden;height: 1px;}
:focus {outline: none;}
textarea {resize: none;}
hr {height: 1px; background: #918f69; border: 0px; overflow: hidden;}
/* ------------- */

/*WRAP*/
#wrap {background: url(/.s/t/782/1.jpg) no-repeat;position:relative;padding-left: 65px;min-width: 1003px;width:expression(document.body.clientWidth < 1003? "1003px": "auto" );}
#wrap2 {background: url(/.s/t/782/2.jpg) no-repeat bottom right;padding: 0px 100px 110px 0px;text-align: left;}
/*----*/

/*HEADER*/
#header {height: 67px;}
#date {font-family: 'Trebuchet MS'; color: #999999;float: left;padding-top: 5px;}
#logged-as {float: right;font-family: 'Trebuchet MS'; color: #999999;padding-top: 5px;}
#logged-as a {font-family: 'Trebuchet MS'; color: #999999;}
#sitelogo {clear: both;float: left;font: bold 28px/32px 'Arial'; color: #2bbdc2; text-shadow: 0px 1px 1px #fff;width: 270px;margin-top: 10px;white-space: nowrap;}
#usermenu {float: right;clear: right;color: #727272;font-size: 17px;margin-top: 23px;}
#usermenu a {color: #727272;font-size: 12px;text-decoration: underline;padding: 3px 6px;}
#usermenu a:hover {color: #fff; text-decoration: none; background: #59bdc1;border-radius: 8px;-moz-border-radius: 8px;}
/*------*/

/*CONTAINERS*/
#container {}
#leftcol {float: left; width: 240px;position: relative;}
.sidebar {margin-top: 30px;}
#maincol {background: #f3f3f3 url(/.s/t/782/3.jpg) no-repeat;margin-left: 240px;padding-bottom: 30px;}
#maincol-border {background: url(/.s/t/782/4.gif) repeat-x;margin-left: 88px;height: 4px;overflow: hidden;}
#maincol-inside {margin-left: 30px;margin-right: 30px;overflow: hidden;_display: inline-block;}

#search {height: 27px;margin-bottom: 5px;}
#search form {float: right;width: 237px;background: url(/.s/t/782/5.gif) 0px 0px; height: 27px;display: block;padding: 0px;}
#search form:hover {background-position: 0px -27px !important;}
#search .schQuery {float: left; margin: 10px 0px 0px 30px;display: inline;width: 185px;}
#search .schQuery input {font: 11px/11px 'Arial' !important;border: none;background: none; margin: 0px 0px 0px 0px;padding: 0px !important;width: 185px !important;}
#search .schBtn {float: right;width: 16px;margin: 0px;margin-right: 1px;display: inline;}
#search .schBtn input {width: 16px; height: 15px;border: 0px;border-radius: 0px;-moz-border-radius: 0px;background: red;margin: 10px 0px 0px 0px;padding: 0px;cursor: pointer;background: url(/.s/t/782/6.gif);}
#search .schBtn input:hover {background-position: bottom left;}
/*----------*/

/* Menus */
ul.uz, ul.uMenuRoot {margin: 0; padding: 0;}
li.menus {}
/* ----- */

/* Site Menus */
.uMenuH li {float:left;padding:0 5px;list-style: none;}

.uMenuV .uMenuItem {}
.uMenuV {background: none;}
.uMenuV li {list-style: none;margin: 5px 0px !important;background: none;}
.uMenuV li a {font-size: 14px;}
.uMenuV li a:hover {font-weight: bold;color: #267578;}

.uMenuV .uMenuItemA {font-weight: bold;color: #267578;}
.uMenuV .uMenuArrow {position: absolute; right: 3px; top: 12px;width: 4px; height: 7px; overflow: hidden; background: url(/.s/t/782/7.gif);}

.block .xw-tl,.block .xw-bl,.block .u-menuvsep {display:none;}
.block .xw-ml,.block .xw-mr {margin:0;padding:0;background:none !important;}
.block .xw-mc {color:#333; font-weight: normal; float: none; margin: 0px; padding: 0px; line-height:28px;
background: url(/.s/t/782/8.gif) no-repeat transparent !important; border:0px !important;padding-left: 4px;
}
.block .u-menu .u-menubody {border: 0px !important; background: #727272 !important; padding: 5px 0px 0px 0px;}
.block .u-menu .u-menucont {border-bottom: 1px solid #f3f3f3;}
.block .u-menuvitem {background:#e6e6e6 !important;border-left: 1px solid #f3f3f3;border-right: 1px solid #f3f3f3; padding: 0px 35px 0px 25px; line-height:28px;}
.block .u-menuvitem:first-child {}
.block .u-menuvitem:last-child {}
.block a {}
.block .u-menuvitem span {font-size:14px;color:#333;}
.block .u-menuitemhl {background:#e6e6e6 !important; padding: 0px 35px 0px 25px; line-height:28px;}
.block .u-menuitemhl span {font-weight: bold;_font-weight: normal;/*for IE*/color: #267578;}
.block .u-menuarrow {position: absolute; right: 3px; top: 12px;width: 4px; height: 7px; overflow: hidden; background: url(/.s/t/782/7.gif);}
.block .u-menu {margin-left: 0px;}
.block .x-sh {display: none;}
/* --------- */

/* Module Part Menu */
.catsTable {}
.catsTd {}
.catName {}
.catNameActive {}
.catNumData {}
.catDescr {}
a.catName:link {}
a.catName:visited {}
a.catName:hover {}
a.catName:active {}
a.catNameActive:link {}
a.catNameActive:visited {}
a.catNameActive:hover {}
a.catNameActive:active {}
/* ----------------- */

/*Container blocks styles*/

.block {width: 240px;background: url(/.s/t/782/9.png) no-repeat bottom right; padding-bottom: 50px;margin-bottom: 10px;}
.blocktitle {font: 16px/22px 'Arial'; color: #333333;font-weight: bold;margin-bottom: 5px;}
.blockcontent {width: 220px;margin-left: 3px;text-align: left;}
.blockcontent ul {margin: 0;padding: 0;}
.blockcontent li {margin-left: 15px;}
.blockcontent li a {}
.blockcontent li a:hover {}
.blockcontent a {color: #333;text-decoration: none;}
.blockcontent a:hover {color: #267578;text-decoration: none;}

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

/* Entries Style */
.eBlock {}

.eTitle {font: bold 18px/24px 'Arial';color: #a1a1a1;margin-bottom: 5px;}
.eTitle a {color: #a1a1a1;text-decoration: none;}
.eTitle a:hover {color: #59bdc1;}

.eMessage, .eText {text-align: justify !important;color: #333333;line-height: 18px;}
.eMessage li, .eText li {margin-left: 15px;}
.eMessage {}
.eText {}
.eDetails, .eDetails1, .eDetails2 {margin: 8px 0px;font-size: 11px; font-style: italic; color: #999999;}
.eDetails a, .eDetails1 a, .eDetails2 a {font-size: 11px; font-style: italic; text-decoration: underline;color: #999999;padding: 3px 6px;}
.eDetails a:hover, .eDetails1 a:hover, .eDetails2 a:hover {color: #fff; text-decoration: none !important; background: #59bdc1;border-radius: 8px;-moz-border-radius: 8px;}
.eDetails {}
.eDetails1 {}
.eDetails2 {}

.eRating {}

.eAttach {}
/* ------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer, .cMessage {font-family: 'Tahoma';font-size: 11px;}
.cBlock1, .cBlock2 {border-top: 1px dashed #ccc; padding: 5px 0px;}
.cBlock1 {}
.cBlock2 {}
/* -------------- */

/* Comments Form Style */
.commTable {}
.commTd1 {}
.commTd2 {}
.commFl {}
.smiles {}
.commReg {}
.commError {}
.securityCode {}
/* ------------------- */

/* Archive Menu */
.archUl {}
.archLi {}
a.archLink:link {}
a.archLink:visited {}
a.archLink:hover {}
a.archLink:active {}
/* ------------ */

/* Archive Style */
.archiveCalendars {}
.archiveDateTitle {}
.archEntryHr {}
.archiveeTitle li {}
.archiveEntryTime {}
.archiveEntryComms {}
a.archiveDateTitleLink:link {}
a.archiveDateTitleLink:visited {}
a.archiveDateTitleLink:hover {}
a.archiveDateTitleLink:active {}
.archiveNoEntry {}
/* ------------- */

/* Calendar Style */
.calTable {width: 100%;}
.calTable td {padding: 4px 7px;}
.calMonth {}
.calWday ,.calWdaySe, .calWdaySu {text-transform: uppercase;}
.calWday {}
.calWdaySe {font-weight: bold;}
.calWdaySu {font-weight: bold;}
.calMday {}
.calMdayA {background: #5d5d5d; color: #fff;border-radius: 8px;-moz-border-radius: 8px;}
.calMdayA a {color: #fff;}
.calMdayIs {}
.calMdayIsA {background: #5d5d5d; color: #fff;border-radius: 8px;-moz-border-radius: 8px;}
.calMdayIsA a {color: #fff !important;}
a.calMonthLink:link,a.calMdayLink:link {font-weight: bold;}
a.calMonthLink:hover,a.calMdayLink:hover {}
/* -------------- */

/*--------------------- Footer start ---------------------*/
#footer {font-size: 10px;color: #333333;margin-top: 5px;}
#copyright {text-align: right;line-height: 10px;}
#powered-by {text-align: right;line-height: 10px;}
#powered-by a {color: #333333;}
#powered-by img {vertical-align: middle !important;}
/*--------------------- Footer end ---------------------*/

/* Poll styles */
.pollBut {}

.pollBody {}
.textResults {}
.textResultsTd {}

.pollNow {}
.pollNowTd {}

.totalVotesTable {}
.totalVotesTd {}
/* ---------- */

/* 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;}
/* ---------------- */

/* Other Styles */
.replaceTable {}
.legendTd {}
.codeMessage, .quoteMessage {padding: 5px;}
.bbcodeBlock, .bbquoteBlock {margin: 5px;}
/* ------------ */

/*Pages switches*/
.catPages1, .catPages2 {margin: 5px 0px;}
.swchItemA span, .swchItem span, .swchItemA1 span, .swchItem1 span {padding: 3px;}
/*--------------*/


/* ===== forum Start ===== */
/* General forum Table View */
.forumContent a {text-decoration: none;}
.forumContent a:hover {text-decoration: underline;}
.forumcontent td {font: 11px 'Tahoma'; color: #555555;}
a.fNavLink {font: italic 12px 'Arial';color: #999;text-decoration: underline;padding: 3px 6px;}
a.fNavLink:hover {color: #fff; background: #59bdc1;border-radius: 8px; -moz-border-radius: 8px;}
.gTable {background: #dcdbe0;}
.gTable td {background: #fff; border: 1px solid #f1f1f1;padding: 5px 7px;}
td.gTableTop {font: 14px/30px 'Tahoma';text-transform:uppercase;color: #feffff;padding: 0px 10px;background: #838383;}
td.gTableTop a {font: 14px/30px 'Tahoma'; color: #feffff;x}
td.gTableSubTop, td .postTdTop {background: #59bdc1;font: 10px/18px 'Tahoma';color: #ffffff;padding: 0px 10px;}
td.gTableSubTop a, td .postTdTop a {color: #ffffff;}
.gTableBody {}
.gTableBody1 {}
.gTableBottom {}
.gTableLeft {}
td.gTableRight {background: #f5f5f5;}
.gTableError {}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {}
td.forumIcoTd,td.forumThreadTd,td.forumPostTd {background: #f5f5f5;}
.forumLastPostTd,.forumArchive {}

a.catLink:link {}
a.catLink:visited {}
a.catLink:hover {}
a.catLink:active {}

.lastPostGuest,.lastPostUser,.threadAuthor {}
.archivedForum{}
/* ------------- */

/* forum Titles & other */
.forum {font: 12px 'Arial'; }
.forumDescr,.forumModer {font: 10px 'Arial'; color: #a1a1a1;}
.forumViewed {}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {color: #1282d8;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {color: #1282d8;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {color: #1282d8;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {color: #1282d8;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {}
.forumBarKw {}
a.forumBarA:link {}
a.forumBarA:visited {}
a.forumBarA:hover {}
a.forumBarA:active {}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {}
.fastNavCat {}
.fastNavCatA {}
.fastNavForumA {}
/* -------------------------- */

/* forum Page switches */
.switches {}
.pagesInfo {}
.switch {}
.switchActive {}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {}
td.threadIcoTd,td.threadPostTd,td.threadViewTd {background: #f5f5f5;}
.threadLastPostTd {}
.threadDescr {font: 10px 'Arial'; color: #a1a1a1;}
.threadNoticeLink {}
.threadsType {}
.threadsDetails {}
.forumOnlineBar {}

a.threadPinnedLink:link {}
a.threadPinnedLink:visited {}
a.threadPinnedLink:hover {}
a.threadPinnedLink:active {}

a.threadLink:link {font: 12px 'Arial';color: 1282d8;}
a.threadLink:visited {font: 12px 'Arial';color: 1282d8;}
a.threadLink:hover {font: 12px 'Arial';color: 1282d8;}
a.threadLink:active {font: 12px 'Arial';color: 1282d8;}

.postpSwithces {}
.thDescr {}
.threadFrmBlock {}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {}
.postPoll td {border: 0px !important;}
.postFirst {border: 0px !important;}
.postRest1 {border: 0px !important;}
.postRest2 {border: 0px !important;}
.postSeparator {}

.postTdTop {}
.postBottom {font-size: 10px !important;}
.postBottom td {border: 0px;padding: 0px 5px !important;}
.postBottom img, .postBottom input {vertical-align: middle;}
.postUser {font-size: 12px; font-weight: bold;}
.postTdInfo {text-align: center;}
.postRankName {}
.postRankIco {}
.reputation {}
.signatureHr {}
.posttdMessage {text-align: justify;padding: 8px !important;line-height: 18px;}

.pollQuestion {}
.pollButtons,.pollTotal {}
.pollSubmitBut,.pollreSultsBut {}
.pollSubmit {}
.pollEnd {}

.codeMessage {}
.quoteMessage {}

.signatureView {}
.edited {}
.editedBy {}

.statusBlock {}
.statusOnline {}
.statusOffline {}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {}
.newPollBlock {}
.newThreadItem {}
.newPollItem {}
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {}

.codeButtons {}
.codeCloseAll {}
.postNameFl,.postDescrFl {}
.postPollFl,.postQuestionFl {}
.postResultFl {}
.postAnswerFl {}
.postTextFl {}
.postUserFl {}

.pollHelp {}
.smilesPart td {border: 0px !important;}
/* ----------------- */
.funcLink {font: 11px 'Tahoma';color: #1282d8;}
/* ====== forum End ====== */

/*--------------------- INPUTS start ---------------------*/
input[type=submit], input[type=reset], input[type=button] {background: #59bdc1; border: 0px; color: #fff;font-size: 11px; font-family: 'Arial';border-radius: 6px;-moz-border-radius: 6px;padding-top: 2px; padding-bottom: 2px; cursor: pointer;}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {background: #3b9194;}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active {}
input[type=text], input[type=password], textarea, select {background: #fff; border: 1px solid #abadb3; font-size: 11px; color: #848484;padding: 3px;}
#mchatBtn, input.codeButtons, input.button {padding-left: 0px;padding-right: 0px;}
.queryField {width: auto !important;}
.commFl {width: 100%;}
/*--------------------- INPUTS end ---------------------*/

/*--------------------- POPUP start ---------------------*/
.popup {margin: 10px;text-align: left;background: #f3f3f3;box-shadow: 0px 0px 5px #5d5d5d;padding-top: 10px;}
.popup a {color: #0e8a8e;}
.popup a:hover {color: #000;}
.popuptitle {height: 34px; line-height: 34px; background: url(/.s/t/782/10.png);}
.popuptitle2 {background: url(/.s/t/782/11.png) top right no-repeat;padding-left: 15px;font-size: 16px; font-weight: bold;text-transform: uppercase; text-shadow: 0px 1px 0px #fff;color: #5e5e5e;}
.popupbody {padding: 10px 15px;font-size: 11px; font-family: 'Tahoma';}
.popupbody a, .popupbody td {font-size: 11px; font-family: 'Tahoma';}
.popup .allUsersBtn, .popup .uSearchFlSbm {background: #59bdc1; border: 0px; color: #fff;font-size: 12px; font-family: 'Arial';border-radius: 8px;padding-top: 2px; padding-bottom: 2px;margin: 0px 5px;cursor: pointer;}
.popup .allUsersBtn:hover, .popup .uSearchFlSbm:hover {background: #3b9194;}
/*--------------------- POPUP end ---------------------*/


.omg {background: #243a47; 
 border-bottom: 1px solid #3e657d; 
 padding: 2px 7px; 
 margin: 2px 0px 0; 
 overflow: hidden; 
 float: right; 
 color: #fff; 
 -khtml-border-radius: 2px; 
 -webkit-border-radius: 2px; 
 -moz-border-radius: 2px; 
 border-radius: 2px; 
 } 
  .omg a { 
 color: fff; 
 }





.cell_coment { 
 position: relative; 
} 
.coment_info { 
 position: relative; 
 text-align: justify; 
 color: #555; 
 background: #fff; 
 border: 1px solid #dddddd; 
 padding: 10px; 
 margin-bottom: 5px; 
 border-radius: 4px; 
} 
.coment_os { 
 overflow: hidden; 
} 
.tip { 
 position: absolute; 
 top: 10px; 
 left: -7px; 
 height: 13px; 
 width: 9px; 
 background: url("/com/no_avatar.jpg") no-repeat top left; 
} 
.avacoment { 
 
} 
.avacoment img { 
 padding: 5px; 
 border: 1px solid #dddddd; 
 border-radius: 4px; 
} 
.avacoment input { 
 width: 57px; 
 border-radius: 2px; 
 border:1px solid #e1e1e1; 
 margin-top:5px; 
 color:#b5b5b5; 
} 
.comlink { 
 font: 700 12px "Arial"; 
 color: #f23030 !important; 
 margin-bottom: 5px; 
} 
.comlink a { 
 font: 700 12px "Arial"; 
 color: #f23030 !important; 
 text-decoration: none !important; 
} 
 
.comlink a:hover { 
 text-decoration: underline !important; 
} 
 
.commTd20 { 
 border-radius: 2px; 
 border:1px solid #ccc; 
 background: #fff; 
} 
 
.data { 
 float: right; 
 color:#3c3c3c; 
 font: 700 10px "Arial"; 
} 
.linkotvet { 
 margin-top:3px; 
} 
 
.linkotvet a { 
 border-radius: 2px; 
 border:1px solid #ccc; 
 font: 400 11x "Arial"; 
 color: #ccc; 
 text-decoration: none !important; 
 padding:1px; 
}


/*------poll-------*/
.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'); 
 }