html, body {
    height: 100%;
}
body {
    background: #fff;
    color: #000;
    font: 12px Arial, Tahoma, Helvetica, Verdana;	
}
a {
    color: #008be4;
    font-family: Arial, Tahoma, Helvetica, Verdana;
    text-decoration: underline;
}
a:hover {
    text-decoration:none;
}
input, textarea, select {
    font: 12px Arial, Tahoma, Helvetica, Verdana;
}
.inside{
    width:980px;
    margin:0 auto; /*Center DIV on Page */
}
#mainContent section h1{
    font-size: 16px;
    font-weight: bold;
}
#mainContent section h2{
    font-size: 16px;
}
#mainContent section .title-block {
    font-weight: bold;
    margin: 30px 0 10px;
}
section b{
    font-weight: bold;
}
strong {
    font-weight: bold;
}
i.favicon {
    display: inline-block;
    width: 16px;
    height: 16px;
    
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    
    //display: inline;
    //zoom: 1;
}
/* wrapper
-----------------------------------------------------------------------------*/	
#wrapper {
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
/* header
-----------------------------------------------------------------------------*/
#header{
    height: 59px;
    border-top: 6px solid #df2826;
    background: #f6f6ea;
    box-shadow: 0 0 22px 0 rgba(0,0,0,0.3); 
}
#header .inside{
    padding-top: 12px;
}
#header-logo{
    float: left;
}
/* Menu drop */
/*---------------------------*/
#menu_by_tab {
    float: left;
    margin: 0 0 0 25px;
    width: 380px;	
    z-index: 1;
}

#menu_by_tab nav {
    float: left;
}
#menu_by_tab nav li {
    line-height: 37px;
    margin: 0 12px 0 18px;
    float: left;
    font-size: 14px;
}
#menu_by_tab nav a {
    font-size: 14px;
    text-decoration: underline;
    color: #000;
}
#menu_by_tab nav a:hover {
    text-decoration: none;
}
#menu_by_tab a.active {
    font-weight: bold;
    text-decoration: none;
    cursor: default;
    color: #f04040;
}


#menu {
    float: left;
    margin: 0 0 0 25px;
    width: 184px;	
    z-index: 1;
}
.navigation {
    height: 43px;
    width: 184px;
    position: relative;
    z-index: 5;
    background: url(../i/controls.png) 154px -76px no-repeat;
}
.navigation a{
    border-bottom: 1px dashed #b2b2a9;
    margin: 8px 0 0 16px;
    float: left;
    line-height:18px;
    text-decoration: none;
    font-size: 14px;
    color: #000;		
}
#panel {    
    display: none;
    height: 48px;
    background: #fff;
    border: 2px solid #ccc;
    margin: -2px 0 0 -168px;
    position: absolute;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0px 6px 3px -3px rgba(10, 9, 8, 0.5);
}
#panel nav {
    float: left;
}
#panel nav li {
    line-height: 48px;
    margin: 0 12px 0 18px;
    float: left;
    font-size: 14px;
}
#panel nav a {
    font-size: 14px;
    text-decoration: underline;
    color: #000;
}
#panel nav a:hover{
    text-decoration: none;
}
#panel-close{
    float: right;
    margin: 15px 12px 0 15px;
}
.navigation-active {
    background: url(../i/controls.png) -43px 0 no-repeat;
}
.close{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    font-size:0;
    width: 18px;
    height: 18px;
    background: url(../i/controls.png) 0 0 no-repeat;
}
.close:hover {
    background: url(../i/controls.png) 0 -21px no-repeat;
}
/* search */
/*---------------------------*/
#block-search{
    float: left;
    padding: 7px 0 0 9px;
}
#searchInput{
    width: 60px;
    border-radius: 11px;
    border: 1px solid #dededc;
    padding: 3px 23px;
    float: left;
    margin: 0 0 0 -20px;
    border: 1px solid #dededc;
    box-shadow: inset 0px 1px 1px 0px rgba(10, 9, 8, 0.5); 	
}
#searchButton{
    text-indent: -9999px;
    border: none;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    background: url(../i/controls.png) 0 -282px no-repeat;
    width: 13px;
    height: 14px;
    float: left;
    position: relative;
    margin-top: 6px;
}
/* login drop */
/*---------------------------*/
#block-login {
    float: left;
    padding: 3px 0 0 0;
    margin: 0 0 0 48px;
}
.login a{
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #008be4;
}
.login {
    background: url(../i/controls.png) 5px -212px no-repeat;
    padding: 5px 5px 10px 18px;
    border: 1px solid #f6f6ea;
    position: relative;
    z-index: 5;
    line-height: 18px;
}
.login-active {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;	
}
.login-active a{
    font-size: 14px;
    text-decoration: none;
    border-bottom: 0;	
    color: #000;
}
#login-panel {    
    display: none;
    width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 2;
    box-shadow: 0px 6px 3px -3px rgba(10, 9, 8, 0.5);
    padding: 5px;
    margin: -1px 0 0 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}
#login-panel-input {
    float: left;
    width: 140px;
}
#reg-panel #login-panel-input {
    width: 160px;
}
#login-panel-input p {
    margin-bottom: 5px;
}
#login-panel-input p:last-child {
    margin-bottom: 0;
}
#login-panel-input .text {
    margin: 5px 0 0 0;
    padding: 3px 5px;
    border: 1px solid #dededc;
    box-shadow: inset 0px 1px 0px 0px rgba(10, 9, 8, 0.5); 		
    width: 125px;
}
#login-panel-right{
    float: left;
    width: 130px;
    overflow: hidden;
    float: left;
    margin: 5px 0 0 5px;
}
#login-panel-right a{
    font-size: 12px;
    display: block;
    margin: 12px 0 0 0;
}
#login-close{
    float: right;
}

/* registration */
/*---------------------------*/
#registration {
    float: right;
}
#registration i {
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url(../i/register-guy.png) no-repeat;
    margin-right: 5px;
}
/* middle
-----------------------------------------------------------------------------*/
#middle {
    padding: 22px 0 178px 0;
    height: 1%;
    position: relative;	
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
/* mainContent
-----------------------------------------------------------------------------*/
#mainContent {
    width: 663px;
    float: left;
    line-height: 20px;
}
#mainContent h4 {
    background-color: #F2F2F2;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 -15px;
    padding: 15px;
}
#mainContent b{
    color: #000;
}
#mainContent section h1,h2,h3,h4{
    color: #000;
}
#mainContent section h1 {
	font-size: 20px;
    line-height: 33px;	
}
#add{
    text-align: right;
    color: #6d6d6d;
    margin-top: 10px;
}
#add a{
    font-size: 16px;
    color: #ff0000;
}
#add p a{
    color: #6d6d6d;
    font-size: 12px;
}
.add-site{
    color: #ff2e2e;
}
/*---------------------------*/
#category-panel {
    display: none;
    position: absolute;
    width: 643px;
    margin-top: 50px;
    z-index: 55;
    border-radius: 8px;	
    background-color: #f6f6ea;	
    margin: 60px 0 0 7px;
    border: 1px solid #eaeaea;
    box-shadow: 0 6px 3px -3px rgba(10, 9, 8, 0.5);
}
#category-panel ul {
    padding: 12px 0 12px 17px;
}
#category-panel li{
    line-height: 24px;
}
#category-panel a{
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
#category-panel a:hover{
    text-decoration: none;
}
#category-close{
    position: absolute;
    margin: 7px 0 0 615px;
}
/*---------------------------*/
.stat-link {
    background: url(../i/stat-link.png) center left no-repeat;
    margin-left: -15px;
    padding-left: 15px;
    margin-top: 5px;
}

/*---------------------------*/
#site-stat-block{
    position: relative;
    height: 100px;
    margin-top: 15px;
}
.site-stat{
    width: 100%;
    list-style: none;
    border-radius: 8px;
    font-size: 14px;
    color: #828282;
}
#site-stat{
    background-color: #e9f2f8;	
    float: left;	
}
#site-stat-online{
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 37px;
    width: 200px;
    background-color: #f1f1df;
}
#site-stat-online li{
    width: 70%;
    padding-left: 15%;
    padding-right: 14%;
}
#site-stat-online div{
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 21px;
    font-weight: bold;	
    color: #000;	
    padding-right: 5px;
}
.site-stat li{
    width: 16%;
    float: left;
    padding: 25px 4% 0 4%;
    height: 70px;
    border-right: 1px dashed #d8dee2;
}
.site-stat li:last-child{
    border-right: 0;
}
.site-stat b{
    display: block;
    font-size: 21px;
    color: #000;
    padding-top: 5px;
    font-weight: bold;
}
#summary-statistics{
    width: 100%;
    height: 300px;
    margin: 20px 0;
}

/* table */
/*---------------------------*/
#select-cat{
    background-color: #fff;
    border-radius: 13px;
    height: 24px;
    float: left;
    padding: 4px 13px 0 13px;
    margin: -1px 15px 0 10px;
    font-size: 12px;
}
#select-cat span{
    background: url(../i/select.png) right 7px no-repeat;
    margin-left: 7px;
}	
#select-cat a{
    text-decoration: none;
    border-bottom: 1px dashed #008be4;
    margin-right:10px;
    color: #008be4;
    font-size: 12px;
}
.table, .table-main-site {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 15px;
}
.table table, .table-main-site table{
    width: 100%;
}
.table td, .table-main-site td, .table-condenced .trTop td {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}
.trTop td.data {
    line-height: 12px;
}
.table-condenced td {
    padding-top: 4px;
    padding-bottom: 0;
}
.table-condenced .cell-title, .table-condenced .cell-title span {
    height: auto !important;
}
.table-condenced .col-disc span {
    height: 20px !important;
}
.col-right{
    padding-right: 10px;
    padding-left: 10px;
}
.col-left{
    padding-left: 10px;
    padding-right:5px;
    color: #656565;
}
.col-place {
    width: 20px;
}
.data {
    text-align: right;
    padding-left: 10px;
}
.data-hits {
    width: 90px;
}
.data-clients, .data-hosts {
    width: 70px;
}
.data-online {
    width: 50px;
}
.less-valuable {
    color: #bbb;
}
tr:hover .less-valuable {
    color: #000;
}
.table .trTop td, .table-main-site .trTop td{
    background-color: #f2f2e1;	
    vertical-align: middle;
}
.trTop em{
    font-size: 11px;
    color: #85857e;
}
.arrow{
    margin: 0 0 0 3px;	
}
#table-main td{
    vertical-align: top;
}
#table-main .cell-title{
    width: 290px;
    overflow: hidden;
    white-space: nowrap;
    height: 36px;
    line-height: 18px;
}
#table-main .col-disc span{
    width: 53px;
    height: 36px;
    background: url(../i/bg-text.png) top left no-repeat;
    position: absolute;
    margin: 0 0 0 237px;
}
#table-main tbody tr:nth-child(2n) {
	background: #f8f8f0;
}
#table-main thead tr {
	background: #f2f2e1;
}
#table-main tbody tr:nth-child(2n) .col-disc span {
	background: url(../i/bg-text-f8f8f0.png) top left no-repeat !important;
}

.table-main-site td{
    vertical-align: middle;
}
.table-main-site .cell-title{
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px;
}
.table-main-site .col-disc span{
    width: 53px;
    height: 18px;
    background: url(../i/bg-text.png) top left no-repeat;
    position: absolute;
    margin: 0 0 0 267px;
}
#table td{
    vertical-align: middle;
}
#table .cell-title{
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px;
}
#table .col-disc span{
    width: 53px;
    height: 18px;
    background: url(../i/bg-text.png) top left no-repeat;
    position: absolute;
    margin: 0 0 0 447px;
}
.cell-title a{
    display: block;
}
.col-disc{
    padding-left: 5px;
}
.col-favicon{
    width: 20px;
}
#highlight {
    padding: 0;
    position: relative;
    z-index: 1;
}
#highlight table {
    box-shadow: 0 0 15px #777;
}
#highlight td {
    font-size: 1.4em;
    padding-top: 12px;
    padding-bottom: 8px;
    background-color: #fff;
}
#highlight a {
    color: #f00;
}
/* graph-online */
/*---------------------------*/
#graph-online-kz{
    margin-top: 30px;
}
/* bMain */
/*---------------------------*/
#bMain{
    margin-bottom: 18px;

}
#bMain small{
    color: #6d6d6d;
    font-size: 11px;
    padding-bottom: 7px;
}
/* bTop */
/*---------------------------*/
#bTop {
    position: relative;
    background-color: #df2826;
    width: 100%;
    overflow: hidden;
}
#bTop>div:first-child {
    margin-left: 50%;
    left: -2000px;
    position: relative;
    width: 4000px !important;
    text-align: center;
}
#bRight {
    position: relative;
    width: 240px;
    padding: 0 !important;
    margin-bottom: 35px;
}
/*---------------------------*/
#what-you-see-on-the-button, #counter {
    background-color: #e9f2f8;
    border-radius: 8px;
}
#what-you-see-on-the-button img {
	float: left;
	width: 88px;
	height: 31px;
	position: relative;
	top: 26px;
	left: 20px;
}
#counter {
    margin-top: 10px;
    padding: 20px;
}
#counter pre {
    overflow: auto;
}
#what-you-see-on-the-button{
    background: #e9f2f8 url(../i/controls.png) -258px -123px no-repeat;
    height: 106px;
}
#what-you-see-on-the-button ul{
    padding: 10px 0 0 250px;
    line-height: 22px;
}
/* news */
/*---------------------------*/
#newsCat-left, #newsCat-right { margin-top: 30px; }
#newsCat-left {
    float: left;
    width: 315px;
}
#newsCat-right {
    float: left;
    width: 255px;
    margin-left: 40px;
}
.sup {
    font-style: italic;
    font-size: 10px;
    color: #a1a1a1;
    padding-left: 4px;
}
.newscat a {
    font-size: 16px;
    color: #000;
}
.news-block{
	margin-top: 5px;
    margin-bottom: 10px;
}
.news-block small {
	font-size: 0.9em;
}
.news-block h3{
    color: #262626;
}
.news-block p{
    color: #444;
}
.news-block a{
    font-size: 14px;
    line-height: 20px;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: right;
    width: 280px;
    position: relative;
    color: #656565;
}
#sideRight h1{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}
#sideRight section {
    padding: 7px 0 23px 0;
}
#sideRight section p{
    line-height: 18px;
}
#sideRight section h1 b{
    margin: -3px 0 0 3px;
    position: absolute;
}

#sideRightGraphs {
    padding: 0 !important;
}
#sideRightGraphs header {
    background-color: #f2f2e1;
    padding: 5px;
    overflow: hidden;
    border-radius: 5px;
    //zoom: 1;
}
#sideRightGraphs header .sort span {
    width: 60px;
    padding-top: 6px;
}
#sideRightGraphs header .sort:last-child {
    margin-top: 7px;
}
#sideRightGraphs article {
    margin-bottom: 20px;
}
#sideRightGraphs article:last-child, #sideRightGraphs article:last-child .block-graph {
    margin-bottom: 0;
}
#sideRightGraphs article .sort {
    margin-left: 5px;
}
#right-period-stats {
    margin-top: 10px;
    min-height: 70px;
    background: url(../js/loading.gif) no-repeat center center;
}
#right-period-stats > div {
    background-color: #fff;
}
/* sort */
/*---------------------------*/
#sortMainleft{
    float: left;
    padding-right: 30px;
}
#sortMainright{
    float: right;
}
#sortMain, #sort{
    clear: both;
    height: 26px;
    margin-top: 16px;
}
.siteSort {
    clear: both;
    margin: 20px 0 10px 0;
    overflow: hidden;
    //zoom: 1;
}
.sort, .pages {
    height: 27px;
}
.sort span {
    float: left;
    font-size: 11px;
    color: #8a8a8a;
    padding-right: 10px;
    line-height: 14px;
}
#sort span, .siteSort span{
    line-height: 26px;
}
.sort a, .page * {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    text-decoration: none;
    color: #202020;
    background-color: #e5e5e5;
    background: linear-gradient(to top, #e5e5e5, #fdfdfd);
    box-shadow: 0 1px 1px #aaa;
}
.sort a:hover, .page a:hover,
.sort-left-active, .sort-right-active, .sort-mid-active, .sort-left-right-active,
.page-active {
    color: #a4a4a4;
    text-decoration: none;
    background: #f9f9f9 !important;
}
.sort-single:hover {
    color: #202020 !important;
    cursor: default;
}
.sort-left-right {
    border-radius: 13px;
}
.sort .sort-left, .page:first-of-type * {
    border-radius: 13px 0 0 13px;
}
.sort .sort-left:hover, .page:first-of-type a:hover {
    box-shadow: 0 1px 1px #aaa, inset 1px 2px 3px #ccc;
}
.sort .sort-right, .page:last-of-type * {
    border-radius: 0 13px 13px 0;
}
.sort .sort-right:hover, .page:last-of-type a:hover {
    box-shadow: 0 1px 1px #aaa, inset -1px 2px 3px #ccc;
}
.sort .sort-mid:hover, .page a:hover, .sort .sort-left-right:hover {
    box-shadow: 0 1px 1px #aaa, inset 0 2px 3px #ccc;
}
.sort .sort-left-active, .page-active:first-of-type * {
    color: #a4a4a4;
    box-shadow: 0 1px 1px #aaa, inset 1px 2px 3px #ccc;
}
.sort .sort-right-active, .page-active:last-of-type * {
    box-shadow: 0 1px 1px #aaa, inset -1px 2px 3px #ccc;
    color: #a4a4a4;
}
.sort .sort-mid-active, .page-active *, .page-range *, .sort .sort-left-right-active {
    color: #a4a4a4;
    box-shadow: 0 1px 1px #aaa, inset 0 2px 3px #ccc;
}
.page-active strong {
    font-weight: normal;
}
.mainPages {
    text-align: center;
    margin: 1em 0 3em 0;
}
.mainPages .controls {
    margin-top: 5px;
}
/* block graph */
/*---------------------------*/
.block-chart{
    margin-bottom: 18px;
    background: url(../js/loading.gif) no-repeat center center;
}
.block-graph{
    height: 200px;
}
.block-chart-hint {
    font-size: 10px;
    line-height: 14px;
}
.my-graphs .block-chart-hint {
    min-height: 45px;
}
/* ratingsMobile */
/*---------------------------*/
#ratingsMobile{
    width: 151px;
    height: 79px;
    background: #f0f0f0 url(../i/controls.png) 14px -344px no-repeat;
    padding: 36px 0 0 105px;
    border-radius: 5px;
    color: #505050;
    margin: 0 0 38px 0;
}
/* differences */
/*---------------------------*/
#differences p{
    color: #131313;
    font-style: italic;
    padding: 5px 0 10px 0;
}
#differences b{
    font-style: normal;
}
#differences h1{
    font-weight: normal;
    font-size: 16px;
}
/* footer
-----------------------------------------------------------------------------*/	
footer{
    margin: -149px auto 0;
    height: 148px;
    position: relative;
    border-top: 1px solid #d7d7d7;
    color: #878787;
    line-height: 18px;	
}
footer .inside{
    margin-top: 35px;
}
footer  nav{
    float: left;
    margin-left: 85px;	
}
footer  nav a{
    line-height: 18px;	
}
#footer-copyright a{
    color: #ff2e2e;
}	
#footer-copyright {
    float: left;
}
#footer-counter{
    float: right;
    text-align: right;
}
#footer-counter figcaption {
    margin-top: 10px;
}

/* count
-----------------------------------------------------------------------------*/	
#count {
    width: 217px;
    height: 91px;
    background: url(../i/count-bg.gif) no-repeat;
    overflow: hidden;
    font-size: 26px;
    color: #fff;
    padding: 0 0 0 12px;
    box-shadow: 0 20px 10px -18px #000;
    margin: 0 0 30px 0;
}

.count {
    position: relative;
    float: left;
    width: 29px;
    height: 40px;
    margin-top: 24px;
    overflow: hidden;
    line-height: 40px;
}
.count div {
    position: absolute;
    width: 100%;
    text-align: center;
}

#site-count {
    color: #fff;
}

.site-count {
    position: relative;
    width: 8px;
    overflow: hidden;
}
.site-count div {
    position: absolute;
    width: 100%;
    text-align: center;
}

/* user
-----------------------------------------------------------------------------*/	

#user-top {
    background: url(../i/avatar.gif) top left no-repeat;
    width: 226px;
    height: 46px;
    float: left;
    margin: 0 0 0 75px;
    border-bottom: 1px solid #d3d4cb;
}

#user-top .user-name {
    width: 140px;
    overflow: hidden;
    margin: 6px 0 0 30px;
    float: left;
}

#user-top .user-name a{
    text-decoration: none;
    color: #4d4d4d;
    font-size: 16px;
    font-family: Tahoma;
}

.user-logout {
    display: block;
    float: right;
    color: #ff2e2e;
    font-size: 14px;
    margin: 6px 0 0 0;		
}

#user {
    width: 268px;
    background-color: #f6f6ea;
    margin: -22px 0 20px 0;
    padding: 0 0 20px 0;
    font-family: Tahoma;
    box-shadow:0px 5px 10px #ccc;
}
.user-bottom {
    border-top: 1px solid #fff;
    width: 226px;
    margin: 0 auto;
    padding-top: 10px;	
}
.user {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d3d4cb;
    width: 226px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}



.user  h2{
    font-size: 16px;
    line-height: 40px;
}
.delete  a{
    display: block;
    width: 18px;
    height: 18px;
    background: url(../i/delete.gif) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    float: right;
}
.delete  a:hover {
    background: url(../i/delete.gif) 0 -18px no-repeat;
}
.chhosts-warn {
    line-height: 17px;
    margin-left: 5px;
}
.chhosts-warn img {
    vertical-align: text-bottom;
}
.list-site-select .chhosts-warn {
    vertical-align: middle;
    line-height: 34px;
}
.list-site-select .chhosts-warn img {
    vertical-align: text-top;
}
.list-site-f .list-site-link {
    font-size: 16px;
    line-height: 34px;
}
.list-site {
    height: 34px;
}
.list-site-select .list-site {
    height: 47px;
    background: url(../i/site_select.gif) top left;
    height: 34px;	
    line-height: 34px;
    font-size: 16px;
    width: 250px;
    margin: 0 0 0 -37px;
    
    padding: 0 0 0 37px;
}
.list-site-select .list-site-link {
    color: #101010;
    font-weight: bold;
    text-decoration: none;
}
.user-bottom-panel li{
    line-height: 34px;
}
.user-bottom-panel a{
    font-size: 14px;
    color: #4d4d4d;
}

.my-graphs {
    width: 990px;
}
.my-graphs article {
    display: inline-block;
    width: 280px;
    margin-right: 50px;
    vertical-align: top;
    
    //display: inline;
    //zoom: 1;
}

/*form*/
.form {
    font-size: 16px;
    line-height: 29px;
    color: #000;
    margin-top: 20px;
}
.form .text {
    width: 246px;
    padding: 5px 7px;
}
.form td {
    padding-bottom: 20px;
    vertical-align: top;
}
.form textarea {
    width: 246px;
    height: 70px;
    padding: 5px 7px;	
}
.form small, .form .inline-hint {
    font-size: 12px;
    line-height: 16px;
}
.form small {
    display: block;
    margin-top: 5px;
}
.form .inline-hint {
    margin-left: 10px;
}
.button, .button:visited {
    border: 0;
    font-size: 14px;
    padding: 6px 12px;
    margin: 0;
    cursor: pointer;
    cursor: hand;
    color: #000;
    text-decoration: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-box-shadow: 0 1px 1px #909090;
    -moz-box-shadow: 0 1px 1px #909090;
    box-shadow: 0 1px 1px #909090;

    background: -webkit-linear-gradient(top, #fff, #e4e4e4);
    background: -moz-linear-gradient(top, #fff, #e4e4e4);
    background: -ms-linear-gradient(top, #fff, #e4e4e4);
    background: -o-linear-gradient(top, #fff, #e4e4e4);
    background: linear-gradient(top, #fff, #e4e4e4);
}
.button:active, .button.active {
    background: -webkit-linear-gradient(bottom, #fff, #e4e4e4);
    box-shadow: inset 0 1px 1px #909090;
}
.button-small {
    font-size: 12px;
    padding: 3px 10px;
}
#gimme-id {
    background-color: #f1f1df;
    font-size: 14px;
    border-radius: 8px;
    padding: 15px;
    margin-top: 190px;
}
#gimme-id li {
    list-style-type: decimal;
    margin-left: 20px;
    margin-top: 10px;
}
#gimme-id h3 {
    font-size: 16px;
}
#user + #gimme-id {
    margin-top: 50px;
}
/*addsite*/
#addsite {
    font-size: 16px;
    line-height: 29px;
    color: #000;
    margin-top: 20px;
}
#addsite input{
    width: 246px;
    padding: 5px 7px;
}
#addsite td{
    padding-bottom: 20px;
    vertical-align: top;
}
#addsite textarea {
    width: 246px;
    height: 70px;
    padding: 5px 7px;	
}
.addsite-bottom  {
    background-color: #e9f2f8;
    padding: 7px 20px;
    height: 70px;
    margin-left: -20px;
    border-radius: 8px;
}
.addsite-bottom div{
    float: left;
}
.cat-in {
    width: 210px;
}
.addsite-bottom  select {
    width: 260px;
}
.addsite-bottom .addsite-cat {
    float: none;
    text-align: right;
}
.addsite-cat {
    color: #a0a0a0;
    font-size: 12px;
}
.addsite-cat a{
    color: #a0a0a0;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px dashed #a0a0a0;
}
.addsite-cat a:hover{
    border-bottom: 1px dashed #e9f2f8;
}
.delete-step {
    font-size: 14px;
    padding: 0 12px;
}
.delete-step b{
    font-weight: bold;
}
.user-bottom h2{
    line-height: 30px;
    height: 30px;
}
.user-bottom .user-step img{
    float: left;
}
.user-bottom .user-step  {
    margin-left: 20px;
}
.user-bottom .user-step {
    font-size: 14px;
}
.user-bottom .user-step  a{
    font-size: 14px;
}
.pass-step {
    padding: 0 12px;
    font-size: 16px;
    color: #000;
}
.pass-step input {
    width: 100%;
}
.pass-step p {
    line-height: 30px;
    height: 30px;
    padding-top: 7px;
}
.pass-step span{
    font-size: 11px;
    color: #6d6d6d;
}
.title-block div{
    float: left;
    line-height: 32px;
}
.title-block{
    height: 32px;
}
.hide-button {
    margin: 0 0 0 25px;
}
#count-top {
    margin-bottom: 30px;
}
#count-top,#count-top a {
    background-color: #e9f2f8;
    height: 34px;
    line-height: 34px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;	
}
#count-top a.active {
    color: #000;
    text-decoration: none;
    cursor: default;
}
#count-top i {
    width: 13px;
    height: 11px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    background: url(../i/my-menu-icons.png) no-repeat;
}
#count-top i.count-top-edit     { background-position: 0 0; }
#count-top i.count-top-button   { background-position: -13px 0; }
#count-top i.count-top-access    { background-position: -26px 0; }
#count-top .active i.count-top-edit     { background-position: 0 -11px; }
#count-top .active i.count-top-button   { background-position: -13px -11px; }
#count-top .active i.count-top-access    { background-position: -26px -11px; }
#count-top li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 40px;
    text-align: left;
}
#count-top  a{
    font-size: 14px;
    color: #3ba6ea;
}
#count-top img{
    margin: 3px 5px 0 0;
}

/*modal*/

#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9999;
    background-color:#000;
    display:none;
    font-family: Tahoma;
}
#boxes .window {
    position:absolute;
    left:0;
    top:0;
    width:400px;
    height:200px;
    display:none;
    z-index:99999;
    padding: 30px;
    text-align: center;
    font-size: 18px;
}
.window li{
    float: left;
    width: 50%;
    margin-top: 20px;
}
#boxes #dialog {
    width:300px;
    height:173px;
    padding:115px 20px 20px 20px;
    background: url(../i/attention.gif) center 20px no-repeat;
    background-color:#f6f6ea;
    border-radius: 8px;
}
#boxes #dialog  b{
    font-weight: bold;
}
/* reg */

#reg-panel {    
    display: none;
    width: 180px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 2;
    box-shadow: 0px 6px 3px -3px rgba(10, 9, 8, 0.5);
    padding: 15px;
    margin: 0 0 0 75px;
    border-radius: 5px;
}
#reg-close{
    position: absolute;
    margin: 0 0 0 170px;
}
.reg-link {
    height: 20px;
    padding-top: 5px;
}

/* msgs */
.msg-ok, .msg-err {
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px -2px #999;
    margin: 10px 20px 25px 20px;
    font-size: 14px;
    color: #f5f5f5;
}
.msg-ok a, .msg-err a, .msg-ok a:visited, .msg-err a:visited {
    color: #f5f5f5;
}
.msg-ok:first-child, .msg-err:first-child {
    margin-top: 0;
}
.msg-ok {background-color: #393;}
.msg-err {background-color: #c82929;}
.msg-ok p, .msg-err p {
    margin-bottom: .5em;
}
.msg-ok p:last-child, .msg-err p:last-child {
    margin-bottom: 0;
}


/* zero-trends
-----------------------------------------------------------------------------*/
.zero-trends td {
	padding-top: 6px !important;
	padding-bottom: 2px !important;
}
.zero-trends div.cell-title {
	height: auto !important;
	width: 540px !important;
}

.zero-trends span.sort-news {
	padding-top: 5px;
}

.zero-trends .col-disc span {
	margin: 0 0 0 493px !important;
	height: 20px !important;
}
td.zero-trends-see-other {
    text-align: center;
    padding: 6px 0 !important;
}
.zero-trends-see-other a {
    color: #999;
}

/* b-arrows */
#bMain, #bTop {position: relative;}
#bTop .b-arrows {top: 3px; right: 3px;}
#bMain .b-arrows {right: 3px;}
.b-arrows {
    position: absolute;
    right: 0;
    bottom: -15px;
}
.b-arrow {
    font-size: 9px;
    display: block;
    float: left;
    line-height: 12px;
    height: 12px;
    width: 15px;
    background-color: #eee;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    color: #000;
    box-shadow: 0 1px 2px #999;
    
    background: -webkit-linear-gradient(top, #fff, #e4e4e4);
    background: -moz-linear-gradient(top, #fff, #e4e4e4);
    background: -ms-linear-gradient(top, #fff, #e4e4e4);
    background: -o-linear-gradient(top, #fff, #e4e4e4);
    background: linear-gradient(top, #fff, #e4e4e4);
}
.b-arrow:hover {
    box-shadow: inset 0 1px 2px #999;
    color: #999;
}
.b-arrow-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #ccc;
}
.b-arrow-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* gain-access-requests */
.gain-access-requests {
    margin-bottom: 40px;
}
.gain-access-requests table {
    margin: 15px 0 20px -15px;
}
.gain-access-requests td, .gain-access-requests th {
    padding: 5px 15px;
}
.gain-access-requests th {
    font-size: 11px;
    text-align: left;
    color: #999;
}
.gain-access-requests td.rarr {
    color: #999;
    padding-right: 0;
    padding-left: 0;
}
.gain-access-request-check-link {
    color: #000;
    text-decoration: none;
}
.gain-access-request-check-link:hover {
    text-decoration: underline;
}