@font-face {
font-family: 'MyriadProRegular';
src: url('../font/myriadpro-regular.eot');
src: url('../font/myriadpro-regular.eot') format('embedded-opentype'), url('../font/myriadpro-regular.woff') format('woff'), url('../font/myriadpro-regular.ttf') format('truetype'), url('../font/myriadpro-regular.svg#MyriadProRegular') format('svg');
}
@font-face {
font-family: 'MyriadProSemiboldItalic';
src: url('../font/myriadpro-semiboldit.eot');
src: url('../font/myriadpro-semiboldit.eot') format('embedded-opentype'), url('../font/myriadpro-semiboldit.woff') format('woff'), url('../font/myriadpro-semiboldit.ttf') format('truetype'), url('../font/myriadpro-semiboldit.svg#MyriadProSemiboldItalic') format('svg');
}
@font-face {
font-family: 'MyriadProSemibold';
src: url('../font/myriadpro-semibold.eot');
src: url('../font/myriadpro-semibold.eot') format('embedded-opentype'), url('../font/myriadpro-semibold.woff') format('woff'), url('../font/myriadpro-semibold.ttf') format('truetype'), url('../font/myriadpro-semibold.svg#MyriadProSemibold') format('svg');
}
@font-face {
font-family: 'bluehighwayrg';
src: url('../font/bluehighwayrg.otf'), url('../font/bluehighwayrg.ttf');
}
* {
margin: 0;
padding: 0;
}
button, input {
background: transparent;
border: none;
}
input[type=text], input[password] {
margin-bottom:5px;
}
html {
height: 100%;
}
header, nav, section, article, aside, footer {
display: block;
}
body {
background-color: #e6e6e6;
font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
width: 100%;
height: 100%;
}
a {
color:#000;
outline: none;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
margin: 0 0 18px
}
img {
border: none;
}
input {
vertical-align: middle;
}
#wrapper {
width: 945px;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
height: 330px;
}
.header-inner a {
color: #fff;
}
.header-inner {
height: 330px;
position: relative;
background: url(../img/header-bg.jpg) no-repeat;
}
.second-header {
height: 330px;
position: relative;
background: url(../img/header-bg.jpg) no-repeat;
}
.header-left {
background-image: url(../img/header-bottom-bg.png);
position: absolute;
bottom: 4px;
left: 0;
width: 269px;
height: 93px;
padding: 10px 0 10px 15px;
}
.header-left input[type=button] {
font-size:11px;
border:1px solid #cecece;
padding:1px 5px;
background: #fff;
margin-bottom:2px;
}
.header-left input[type=button]:active {
padding:2px 5px 0px;
}
.login-form {
position: relative;
width: 175px;
background-color: #3ba6c7;
padding: 4px 0 4px 25px;
border-radius: 3px;
font-size: 10px;
text-transform: uppercase;
color: #fff;
text-shadow: 0 1px 2px #2f839e;
}
.loginField, .schQuery input[type=text] {
font-family: tahoma, arial, helvetica, sans-serif;
border-radius: 3px;
display: block;
background: rgb(244,244,244);
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(210,213,214,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(210,213,214,1)));
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(210,213,214,1) 100%);
background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(210,213,214,1) 100%);
background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(210,213,214,1) 100%);
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(210,213,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d2d5d6', GradientType=0 );
box-shadow: 0 2px 3px #2f85a0;
margin-bottom: 6px;
height: 18px;
width: 130px;
padding-left: 20px;
font-size: 11px;
color: #8f8f8f;
text-transform: none;
}
.schQuery input[type=text]:focus {
outline: 0;
}
.login, .password {
display: block;
position: absolute;
width: 15px;
height: 15px;
margin: -23px 0 0 2px;
}
.login {
background: url(../img/login-bg.png) 3px center no-repeat;
}
.password {
background: url(../img/password-bg.png) 3px center no-repeat;
}
.remember {
font-size: 10px;
text-transform: uppercase;
color: #fff;
text-shadow: 0 1px 2px #2f839e;
vertical-align: middle;
}
.login-form input[type=submit] {
font-size: 11px;
text-transform: uppercase;
color: #fff;
text-shadow: 0 1px 2px #2f839e;
vertical-align: middle;
position: absolute;
right: 25px;
}
.login-form-links {
font-size: 10px;
margin-top: 6px;
white-space: nowrap;
font-family: 'MyriadProRegular', arial, helvetica, sans-serif;
}
.login-form-links a {
color:#fff;
}
.login-form img {
position: absolute;
top: -23px;
right: -60px;
}
.header-right {
position: absolute;
right: 0;
bottom: 5px;
width: 209px;
height: 93px;
padding: 0 0 10px 75px;
background: url(../img/header-bottom-bg.png) right;
}
.vk-link {
width: 160px;
height: 38px;
display: block;
background-image: url(../img/vk-link.png);
margin: 15px 0 12px;
position: relative;
left: 15px;
}
.schQuery input[type=text] {
padding-left: 35px;
width: 140px;
color: #000;
position: relative;
left: -10px;
border: 3px solid #3ba6c7;
}
.schBtn input[type=submit] {
position: absolute;
font: 14px 'MyriadProSemiboldItalic';
color: #09405c;
height: 28px;
width: 28px;
border: 2px solid #4bb3d4;
border-radius: 4px;
text-transform: uppercase;
vertical-align: middle;
margin: -31px 0 0 67px;
background-color: #3ba6c7;
cursor: pointer;
}
.schBtn input[type=submit]:active {
padding: 2px 0 0 2px;
}
.header-right img {
position: absolute;
top: -7px;
left: 15px;
}
.header-menu li {
display: inline-block;
color: #fff;
font: 11px 'MyriadProSemibold', arial, helvetica, sans-serif;
text-transform: uppercase;
text-shadow: 0 1px 2px #2f839e;
}
.header-menu a {
display: inline-block;
height: 35px;
line-height: 35px;
background: url(../img/header-menu-item.png) right center no-repeat;
padding: 0 25px 0 7px;
color:#fff;
}
.header-menu {
background: rgb(88,190,224);
background: -moz-linear-gradient(top, rgba(88,190,224,1) 0%, rgba(69,167,201,1) 48%, rgba(81,170,200,1) 64%, rgba(104,149,164,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88,190,224,1)), color-stop(48%, rgba(69,167,201,1)), color-stop(64%, rgba(81,170,200,1)), color-stop(100%, rgba(104,149,164,1)));
background: -webkit-linear-gradient(top, rgba(88,190,224,1) 0%, rgba(69,167,201,1) 48%, rgba(81,170,200,1) 64%, rgba(104,149,164,1) 100%);
background: -o-linear-gradient(top, rgba(88,190,224,1) 0%, rgba(69,167,201,1) 48%, rgba(81,170,200,1) 64%, rgba(104,149,164,1) 100%);
background: -ms-linear-gradient(top, rgba(88,190,224,1) 0%, rgba(69,167,201,1) 48%, rgba(81,170,200,1) 64%, rgba(104,149,164,1) 100%);
background: linear-gradient(to bottom, rgba(88,190,224,1) 0%, rgba(69,167,201,1) 48%, rgba(81,170,200,1) 64%, rgba(104,149,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58bee0', endColorstr='#6895a4', GradientType=0 );
position: absolute;
bottom: 5px;
left: 260px;
padding: 0 25px;
}
a.header-menu-last {
background: none;
}
/* searchsubmitborder */ #searchsubmitborder { border: 1px solid #3358A5; display:inline-block; } input[type="search"]{ border:1px solid #C0CAD5; font-family:tahoma,tahoma,verdana,arial,sans-serif,Lucida Sans; font-size:11px; padding:3px; color: rgb(119, 119, 119); } .searchSbmFl { background:none repeat scroll 0 0 #6386D0; border-bottom:1px solid #ABBBDE; border-top:1px solid #ABBBDE; cursor:pointer; height:19px; color:#FFFFFF; text-shadow: 1px 1px 0px #3358A5; font-size:10px; display:inline-block; font-weight:bold; padding:2px; }
/* ---------------- */
/* Middle
-----------------------------------------------------------------------------*/
#middle {
width: 100%;
padding: 0 0 111px;
height: 1%;
position: relative;
overflow: hidden;
background: #ddd url(../img/content-wrap-bg.png) -20px -23px no-repeat;
padding-top: 1px;
margin-top: -5px;
}
#middle:after {
content: '';
clear: both;
display: table;
}
#container {
width: 100%;
float: left;
overflow: hidden;
}
#content {
padding: 20px 247px 0 239px;
}
#content input[type=text], #content input[type=password], #content input[type=button], #content input[type=submit], #content textarea {
border:1px solid #cecece;
padding:1px 5px;
background: #fff;
margin-bottom:2px;
}
#content input[type=button]:active, #content input[type=submit]:active {
padding:2px 5px 0px;
}
#addcBut {
font-size:11px;
padding:2px 10px !important;
}
#message {
padding:5px !important;
}
.commTable {
width:300px !important;
}
.codeButtons {
font-size:11px;
}
.content-article {
font: 11px tahoma, arial, helvetica, sans-serif;
position: relative;
padding-bottom: 15px;
border-bottom: 1px solid #949494;
}
.main.content-article, .download.content-article {
border-bottom: none;
}
.main.content-article p, .download.content-article p {
padding-bottom: 40px;
}
.download .img-wrap img {
float: left;
margin-right: 10px;
}
.content-article h1 {
height: 27px;
padding-top: 10px;
color: #fff;
font: 12px 'MyriadProSemiboldItalic', arial, helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
background: url(../img/content-header-bg.png) no-repeat;
text-shadow: 0 1px 2px #2f839e;
margin: 10px 0 7px;
width: 480px;
position: relative;
left: -3px;
}
.content-article h1 a {
color:#fff;
}
.content-text img {
margin-right:10px;
}
.content-text {
float:left;
vertical-align:top;
}
.img-wrap {
position:relative;
float:left;
}
.article-meta {
margin-top: 5px;
display: inline-block;
line-height: 24px;
padding: 0 35px 0 15px;
border-radius: 5px;
border: 1px solid #949494;
background: rgb(205,205,205);
background: -moz-linear-gradient(top, rgba(205,205,205,1) 1%, rgba(142,142,142,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(205,205,205,1)), color-stop(100%, rgba(142,142,142,1)));
background: -webkit-linear-gradient(top, rgba(205,205,205,1) 1%, rgba(142,142,142,1) 100%);
background: -o-linear-gradient(top, rgba(205,205,205,1) 1%, rgba(142,142,142,1) 100%);
background: -ms-linear-gradient(top, rgba(205,205,205,1) 1%, rgba(142,142,142,1) 100%);
background: linear-gradient(to bottom, rgba(205,205,205,1) 1%, rgba(142,142,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#8e8e8e', GradientType=0 );
}
.meta-wrap {
border-top: 1px solid #949494;
border-bottom: 1px solid #949494;
width: 490px;
position: relative;
left: -8px;
white-space: nowrap;
clear: both;
}
.article-meta span {
vertical-align: top;
}
.main .article-meta, .download .article-meta {
background: transparent;
border-color: transparent;
}
.main .rating, .download .rating {
padding: 7px 0 0;
background-image: none;
position: relative;
left: 65px;
}
.news-rating {
display:inline-block;
position:relative;
float:right;
padding: 10px 15px 0px 0px;
}
.download .rating {
left: -25px;
}
.download strong {
display: block;
font-weight: bold;
}
.article-meta-sep {
display: inline-block;
background-image: url(../img/article-meta-sep.png);
width: 11px;
height: 19px;
position: relative;
top: 2px;
}
.article-read-more, .download-link {
display: inline-block;
background: rgb(80,187,223);
background: -moz-linear-gradient(top, rgba(80,187,223,1) 0%, rgba(85,127,141,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(80,187,223,1)), color-stop(100%, rgba(85,127,141,1)));
background: -webkit-linear-gradient(top, rgba(80,187,223,1) 0%, rgba(85,127,141,1) 100%);
background: -o-linear-gradient(top, rgba(80,187,223,1) 0%, rgba(85,127,141,1) 100%);
background: -ms-linear-gradient(top, rgba(80,187,223,1) 0%, rgba(85,127,141,1) 100%);
background: linear-gradient(to bottom, rgba(80,187,223,1) 0%, rgba(85,127,141,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbdf', endColorstr='#557f8d', GradientType=0 );
height: 24px;
line-height: 24px;
padding: 0 17px;
border: 1px solid #7cb2c4;
border-radius: 5px;
color: #fff;
margin-top: 5px;
position: absolute;
right: 0;
}
.catPages1 {
font: 13px tahoma, arial, helvetica, sans-serif;
text-align: center;
margin: 10px 0;
}
.swchItem {
display: inline-block;
}
.swchItem {
padding: 2px 4px;
color: #000;
}
.swchItemA {
padding: 2px 4px;
background-color: #3393b4;
color: #fff;
}
.comments h3 {
font: 13px 'MyriadProSemiboldItalic', arial, helvetica, sans-serif;
text-transform: uppercase;
box-shadow: 0 5px 5px #999;
width: 490px;
position: relative;
left: -8px;
text-indent: 4px;
}
.user-name {
border-top: 1px solid #949494;
border-bottom: 1px solid #949494;
margin: 8px 0 4px;
padding: 4px 0 4px 20px;
background: #dcdcdc url(../img/user-name.png) 3px center no-repeat;
}
.comments {
margin-bottom:10px;
}
.comment-item {
width: 490px;
position: relative;
left: -8px;
font-size: 11px;
font-weight: bold;
clear: both;
padding-bottom: 3px;
box-shadow: 0 5px 5px #999;
overflow: hidden;
}
.comment-item img {
padding:0px 5px;
}
.user-name span {
font-weight: normal;
margin-left: 15px;
}
.user-name a {
color: #000;
}
.comment-item img {
float: left;
margin-right: 5px;
}
.comment-item p {
font-weight: normal;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
float: left;
width: 227px;
margin-left: -100%;
position: relative;
}
#menuDiv {
text-transform:uppercase;
}
.content-wrap {
margin-top: -16px;
font-size: 0;
overflow: hidden;
}
.sidebar-left {
width: 227px;
margin-top: 3px;
display: inline-block;
background: rgb(229,229,229);
border-right: 3px double #9d9d9d;
background: -moz-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(229,229,229,1) 93%, rgba(210,210,210,1) 98%, rgba(193,193,193,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(229,229,229,1)), color-stop(93%, rgba(229,229,229,1)), color-stop(98%, rgba(210,210,210,1)), color-stop(100%, rgba(193,193,193,1)));
background: -webkit-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(229,229,229,1) 93%, rgba(210,210,210,1) 98%, rgba(193,193,193,1) 100%);
background: -o-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(229,229,229,1) 93%, rgba(210,210,210,1) 98%, rgba(193,193,193,1) 100%);
background: -ms-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(229,229,229,1) 93%, rgba(210,210,210,1) 98%, rgba(193,193,193,1) 100%);
background: linear-gradient(to right, rgba(229,229,229,1) 0%, rgba(229,229,229,1) 93%, rgba(210,210,210,1) 98%, rgba(193,193,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c1c1c1', GradientType=1 );
padding-bottom: 5000px;
margin-bottom: -5000px;
}
.sidebar-left h2, .sidebar-right h2 {
width: 217px;
height: 53px;
background: url(../img/sidebar-header-bg.png) no-repeat;
margin-top: 15px;
font: 11px 'MyriadProSemiboldItalic', arial, helvetica, sans-serif;
color: #fff;
text-shadow: 0 1px 2px #2f839e;
line-height: 45px;
text-indent: 35px;
text-transform: uppercase;
position: relative;
}
.sidebar-left h2 img, .sidebar-right h2 img {
position: absolute;
top: 3px;
right: 20px;
}
.sidebar-left ul {
position: relative;
left: 25px;
padding-bottom: 3px;
background: url(../img/sidebar-list-border.png) center bottom no-repeat;
}
.sidebar-left li {
margin-top: 3px;
display: block;
}
.sidebar-left li a {
color: #0e4b5d;
font: 11px tahoma, arial, helvetica, sans-serif;
text-shadow: 0 1px 0 #477481;
background: url(../img/list-item.png) left center no-repeat;
padding: 0 0 0 14px;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
float: left;
margin-right: -3px;
width: 227px;
margin-left: -227px;
position: relative;
}
.sidebar-right {
width: 227px;
display: inline-block;
padding-bottom: 5000px;
margin-bottom: -5000px;
margin-top: 3px;
border-left: 3px double #9d9d9d;
background: rgb(193,193,193);
background: -moz-linear-gradient(left, rgba(193,193,193,1) 0%, rgba(229,229,229,1) 7%, rgba(229,229,229,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(193,193,193,1)), color-stop(7%, rgba(229,229,229,1)), color-stop(100%, rgba(229,229,229,1)));
background: -webkit-linear-gradient(left, rgba(193,193,193,1) 0%, rgba(229,229,229,1) 7%, rgba(229,229,229,1) 100%);
background: -o-linear-gradient(left, rgba(193,193,193,1) 0%, rgba(229,229,229,1) 7%, rgba(229,229,229,1) 100%);
background: -ms-linear-gradient(left, rgba(193,193,193,1) 0%, rgba(229,229,229,1) 7%, rgba(229,229,229,1) 100%);
background: linear-gradient(to right, rgba(193,193,193,1) 0%, rgba(229,229,229,1) 7%, rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#e5e5e5', GradientType=1 );
}
.random {
text-align: center;
font: 11px tahoma, arial, helvetica, sans-serif;
}
.random a.download {
position: relative;
}
.random p {
margin: 3px 0;
}
.random-img {
border: 3px solid #2d7194;
border-radius: 5px;
}
.download-link {
position: relative;
}
.calendar-wrap {
padding-top: 4px;
border: 1px solid #d4d4d4;
margin: 0 20px;
border-radius: 3px;
padding-bottom: 15px;
}
.calTable {
border-collapse: collapse;
}
.calMonth {
width: 200px !important;
height: 38px;
background: url(../img/calendar-bg.png);
margin: 0 auto;
text-align: center;
line-height: 34px;
position: absolute;
margin-left:-22px;
margin-top:-40px;
}
.calMonthLink {
font-size: 13px;
text-transform: uppercase;
color: #fff;
text-shadow: 1px 1px 2px #316f82;
position: relative;
}
.calMonthLink:first-child, .calMonthLink:last-child {
display: inline-block;
width: 15px;
height: 15px;
font-size:0;
top:3px;
}
.calMonthLink:first-child {
background-image: url(../img/prev.png);
left: 0px;
}
.calMonthLink:last-child {
background-image: url(../img/next.png);
right: 0px;
}
.calWday, .calWdaySe, .calWdaySu {
color: #1b7288;
text-transform: uppercase;
font-size: 11px;
text-shadow: 1px 0 0 #87afba;
width: 20px;
text-align: center;
}
.calendar-body {
margin: 5px 0 0 13px;
font-size: 0;
}
.calMday {
font: 13px 'bluehighwayrg';
width: 22px;
height: 21px;
border: 1px solid #a3a3a3;
text-align: center;
line-height: 21px;
background-color: #e3e3e3;
vertical-align: top;
}
.last-cell {
border-right: 1px solid #a3a3a3;
}
.last-row {
border-bottom: 1px solid #a3a3a3;
}
td.calMdayA {
color: #fff;
background-color: #3d96ad;
}
.calendar-wrap {
padding: 45px 15px 15px;
}
.calendar tr:first-child {
position: absolute;
display: block;
width: 200px;
margin: -40px 0 0 -22px;
}
.poll {
padding:0px 23px;
}
.pollBut {
border:1px solid #ccc;
padding:2px 5px;
background:#fff;
font-weight:bold; }
/* Footer
-----------------------------------------------------------------------------*/
#footer {
width: 960px;
margin: -111px auto 0;
height: 111px;
background: #BFF08E;
position: relative;
}
.footer {
height: 111px;
font-size: 11px;
position: relative;
background: rgb(96,204,237);
background: -moz-linear-gradient(top, rgba(96,204,237,1) 0%, rgba(60,168,201,1) 10%, rgba(57,162,194,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(96,204,237,1)), color-stop(10%, rgba(60,168,201,1)), color-stop(100%, rgba(57,162,194,1)));
background: -webkit-linear-gradient(top, rgba(96,204,237,1) 0%, rgba(60,168,201,1) 10%, rgba(57,162,194,1) 100%);
background: -o-linear-gradient(top, rgba(96,204,237,1) 0%, rgba(60,168,201,1) 10%, rgba(57,162,194,1) 100%);
background: -ms-linear-gradient(top, rgba(96,204,237,1) 0%, rgba(60,168,201,1) 10%, rgba(57,162,194,1) 100%);
background: linear-gradient(to bottom, rgba(96,204,237,1) 0%, rgba(60,168,201,1) 10%, rgba(57,162,194,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60cced', endColorstr='#39a2c2', GradientType=0 );
border-radius: 7px;
border: 1px solid #46afd0;
padding-bottom: 15px;
}
.footer-menu {
color: #fff;
width: 145px;
position: relative;
top: 20px;
}
.footer-menu h3 {
text-indent: 25px;
}
.footer-menu li {
border-bottom: 1px solid #47a1bc;
border-top: 1px solid #70b8ce;
text-indent: 25px;
padding: 4px 0;
}
.footer a {
color: #fff;
}
.footer-menu li:first-child {
border-top: none;
}
.footer-menu li:last-child {
border-bottom: none;
}
.footer h3 {
font: 12px 'MyriadProSemiboldItalic', arial, helvetica, sans-serif;
text-shadow: 1px 0 0 #87afba;
text-transform: uppercase;
color: #fff;
}
.footer-text {
position: absolute;
top: 20px;
left: 200px;
}
.footer-text a {
color:#000;
text-decoration:underline;
}
.footer-text a:hover {
text-decoration:none;
}
.footer-text p {
width: 450px;
font-size: 11px;
line-height: 1.5;
}
.metrics {
position: absolute;
right: 10px;
top: 20px;
text-align: center;
}
.metrics img {
border: 3px solid #2d7194;
border-radius: 5px;
}
.online {
margin-top: 5px;
}
.move-top {
display: inline-block;
width: 192px;
height: 32px;
background-image: url(../img/move-top.png);
position: relative;
left: 650px;
text-transform: uppercase;
font: 12px 'MyriadProSemiboldItalic', arial, helvetica, sans-serif;
text-align: center;
line-height: 34px;
}
a.move-top {
color: #000;
}
/* Вид опроса для uCoz, в стили flat v2 ------------------------------------------*/ .cell-poll{ float:left; width:170px; color:#666; background: #e6e6e6; padding: 7px 7px 7px 7px; border: 1px solid #e6e6e6; border-radius:5px; } .cell-poll-title{ float:left; width:100%; padding-bottom: 10px; border-bottom: 1px solid #B6C0CD; font:12px Verdana,Arial,Helvetica, sans-serif; font-weight:bold; text-align:center; color:#777; } .cell-poll a {text-decoration:none; outline:none} .cell-poll-answers{ float:left; width:100%; margin: 8px 0px 8px 0px; text-align:left; } .answer {display: block; font:9px Verdana,Arial,Helvetica, sans-serif;}
.answer input{margin: 3px 5px 2px 5px;} .answer label {margin: 2px 0px 2px 0px; color:#555;} .progress { height: 10px; overflow: hidden; margin: 5px 0px 7px 0px; height: 10px!important; background: #F4F8F9!important; } .progress-0, .progress-1, .progress-2, .progress-3, .progress-4, .progress-5, .progress-6, .progress-7, .progress-8, .progress-9, .progress-10, .progress-11, .progress-12, .progress-13, .progress-14 { height: 18px!important; display: block!important; overflow: hidden!important; margin-top: -3px; } .progress-0 {background: #5D9AD3!important;} .progress-1 {background: #E96465!important;} .progress-2 {background: #F6954E!important;} .progress-3 {background: #dd8cd2!important;} .progress-4 {background: #75D0ED!important;} .progress-5 {background: #5BC254!important;} .progress-6 {background: #CFC72D!important;} .progress-7 {background: #DD3344!important;} .progress-8 {background: #FE9B6F!important;} .progress-9 {background: #8CC84B!important;} .progress-10 {background: #DD8CD2!important;} .progress-11 {background: #e9eb5b!important;} .progress-12 {background: #E96465!important;} .progress-13 {background: #75D0ED!important;} .progress-14 {background: #5D9AD3!important;} .pollBut{ cursor:pointer; border:none!important; margin-top:10px; background: #64b0db!important; padding: 5px 20px 5px 20px!important; font:10px Verdana,Arial,Helvetica, sans-serif!important; font-weight: bold!important; color:#fff!important; } .pollBut:active {box-shadow:inset 0px 0px 3px #166693!important;} .pollBut:hover {background:#51a4d2!important;} .cell-poll-link{ float:left; width:100%; padding-top: 10px; border-top: 1px solid #B6C0CD; font:10px Verdana,Arial,Helvetica, sans-serif; color:#999; } .cell-poll-link span{float:left;} .cell-poll-link b, .cell-poll-link a {float:right;} .cell-poll-link b {color:#B6C0CD;}
}
/* Рекомендую к прочтению - v 3.0 ------------------------------------------*/ .cell_recommend_3 { width:160px; background:#e6e6e6; margin-bottom:10px; border: 1px solid #e6e6e6; padding: 0px 20px 10px 20px; } .cell_recommend_3 h3 { font:120%/1.5 Verdana,Arial,Helvetica, sans-serif; font-weight:180; color:#666; margin-bottom: 5px; } .cell_recommend_3 h2 { font:120%/1.5 Verdana,Arial,Helvetica, sans-serif; font-weight:180; width:100%; margin: 0px 0px 5px 0px; } .cell_recommend_3 ul { padding:0; margin:0; } .cell_recommend_3 li { float:left; width:100%; list-style:none; } .cell_recommend_3 img { float:left; width:150px; height:60px; padding:3px; background:#F4F8F9; border: 1px solid #CAD3DA; margin-right: 15px!important } .cell_recommend_3 p { margin: 5px 0px 0px 0px; } .cell_recommend_3 a:link, .cell_recommend_3 a:visited { overflow:hidden; display: block; color:#555; padding: 10px 0px; border-top: 1px solid #CAD3DA; } .cell_recommend_3 a:hover { background:#F4F8F9; }
/*--------------------- Forum start ---------------------*/
.forumContent {
}
.forumContent a {
}
.forumContent table {
}
.gTable, .postTable {
background: #dcdbe0;
}
.gTable td {
background: #ffffff;
border: 1px solid #efefef;
}
.postTable td {
border-collapse: collapse;
border: 1px solid #efefef;
}
.gTable td.gTableTop {
font: 14px/28px 'Tahoma';
background: url(/.s/t/797/21.gif);
color: #feffff;
text-transform: uppercase;
padding: 0px 10px;
}
.gTableTop a {
color: #feffff;
}
.gTableTop a:hover {
}
.gTable td.gTableSubTop {
background: #127cce;
color: #ffffff;
}
.gTableSubTop a {
color: #ffffff;
}
.gTableTop, .gTableSubTop, .forumNameTd, .forumThreadTd, .forumPosrTd, .forumLastPostTd, .threadNametd, .threadPostTd, .threadAuthTd, .threadViewTd, .threadLastPostTd, td.threadsDetails, td.forumOnlineBar {
padding: 3px 10px;
}
#frM6 td, #frM14 td, #frM50 td, #frM56 td, #frM59 td {
padding: 3px 10px;
}
#frM25 td, #frM28 td {
padding: 0px 10px;
}
.postBottom table td {
border: 0px;
}
.postTable td {
padding: 3px 10px;
}
.postSeparator {
display: none;
}
.posttdMessage {
text-align: justify;
}
.threadPostTd, .threadViewTd, .threadAuthTd, .forumThreadTd, .forumPostTd {
text-align: center !important;
}
a.TopSortLink {
}
a.TopSortLink:hover {
}
a.postUser {
font-weight: bold;
}
a.forum, a.threadLink {
font: 12px 'Arial';
}
.quoteMessage {
}
.forumDescr, .threadDescr {
font: 10px 'Arial';
}
td.postTdTop {
background: #127cce;
color: #ffffff;
}
td.postTdTop a {
color: #ffffff;
}
td.forumIcoTd, td.forumThreadTd, td.forumPostTd, td.gTableRight, td.threadIcoTd, td.threadPostTd, td.threadViewTd {
background: #f5f5f5;
}
td.pollQuestion, .pollResults td, td.pollResults, td.pollTotal, td.pollAnswer, td.pollButtons, .smiles td {
border: 0px;
}
td.pagesInfo, td.switch, td.switchActive {
background: #ffffff;
border: 1px solid #dcdbe0;
padding-left: 5px;
padding-right: 5px;
}
td.switch, td.switchActive {
background: #4193d3;
color: #ffffff;
}
td.switch a {
color: #ffffff;
}
.switchActive {
font-weight: bold;
}
/*--------------------- Forum end ---------------------*/