html, body {
 margin: 0;
 padding: 0;
 background-color: #393b3f;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
button{
    border:none;
}
.clear{
    clear: both;
}
a { outline: none; }
img { border: 0; }
button { cursor: pointer; background: transparent; }

.hidden-element {
 display: none;
 visibility: hidden;
}

.visible-element {
 display: block;
 visibility: visible;
}

th.header div {
 background-image: url(../images/sort.jpg);
 background-repeat: no-repeat;
 background-position: center right;
 padding: 0 10px 0 0;
}

th.headerSortUp div {
 background-image: url(../images/sort-asc.jpg);
}

th.headerSortDown div {
 background-image: url(../images/sort-desc.jpg);
}

th.header {
 cursor: pointer;
}

#page {
 position: relative;
 float: left;
 width: 100%;
 background-color: #f0f0f1;
 background-image: url(../images/page-back.gif);
 background-repeat: repeat-x;
 background-position: bottom left;
}

#copyright {
 position: relative;
 float: left;
 margin: 0 0 30px;
 padding: 10px 0 0;
 font-size: 11px;
 color: #9c9d9f;
 width: 100%;
}

#copyright a {
 color: #9C9D9F;
 font-weight: bold;
 text-decoration: none;
}

#copyright a:hover {
 text-decoration: underline;
}

#home-page {
 width: 642px;
 margin: 0 auto;
}

#logo-home {
 margin: 0;
}

#login-form {
 position: relative;
 float: left;
 width: 100%;
 background-image: url(../images/login-form-back.gif);
 background-repeat: repeat-y;
 margin: 0 0 50px;
 text-align: center;
}

#login-form p {
 background-image: url(../images/text-buble.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 line-height: 40px;
 height: 53px;
}

#login-form-top, #login-form-bottom {
 position: relative;
 float: left;
 width: 100%;
 height: 5px;
 background-repeat: no-repeat;
 overflow: hidden;
 margin: 0;
 padding: 0;
}

#login-form-top {
 background-image: url(../images/login-form-top.gif);
}

#login-form-bottom {
 background-image: url(../images/login-form-bottom.gif);
}

.input {
 margin: 0 auto;
 width: 342px;
 height: 47px;
 background-image: url(../images/input.gif);
 background-repeat: no-repeat;
 margin: 20px auto;
}

.input input {
 border: 0;
 height: 41px;
 width: 94%;
 margin: 2px 0 0 10px;
 line-height: 40px;
}

#login-form button {
 width: 350px;
 height: 55px;
 background-image: url(../images/btn-login.jpg);
 padding: 0;
 border: 0;
 margin: 0;
 cursor: pointer;
}

#login-form button:hover {
 background-position: 0 -55px;
}

#btn-sign-up-for-beta {
 margin: 0 auto;
 width: 350px;
 height: 55px;
 margin: 10px auto 30px;
}

#btn-sign-up-for-beta a {
 position: relative;
 float: left;
 width: 100%;
 height: 100%;
 display: block;
 background-image: url(../images/btn-sign-up-for-beta.jpg);
}

#btn-sign-up-for-beta a:hover {
 background-position: 0 -55px;
}

#btn-sign-up {
 background-image: url(../images/btn-sign-up.jpg)!important;
 margin: 0 0 30px!important;
}

#btn-sign-up:hover {
 background-position: 0 -55px;
}

#site {
 margin: 0 auto;
 width: 1002px;
 text-align: left;
}

#logo {
 position: relative;
 float: left;
 margin: 10px 0 10px 10px;
}

#btn-logout {
 position: relative;
 float: right;
 display: block;
 width: 100px;
 height: 35px;
 background-image: url(../images/btn-logout.jpg);
 margin: 35px 0 0;
}

#btn-logout:hover {
 background-position: 0 35px;
}

#content {
 position: relative;
 float: left;
 width: 100%;
 background-image: url(../images/content-back.gif);
 margin: 0;
}

#false-margin {
 position: relative;
 float: left;
 width: 100%;
 height: 70px;
}

#content-bottom {
 position: relative;
 float: left;
 width: 100%;
 height: 7px;
 background-image: url(../images/content-bottom.gif);
 background-repeat: no-repeat;
 font-size: 0;
}

#top-menu {
 position: relative;
 float: left;
 width: 100%;
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 11px;
 background-image: url(../images/top-menu-back.jpg);
 background-repeat: no-repeat;
 background-position: top left;
}

#top-menu * {
 cursor: pointer;
}

#top-menu li {
 position: relative;
 float: left;
 width: 100px;
 height: 138px;
}

#top-menu-first { width: 103px!important; }
#top-menu-last { width: 99px!important; }

#top-menu li img {
 margin: 5px auto;
 clear: both;
}

#top-menu a {
 position: relative;
 float: left;
 width: 100%;
 height: 100%;
 display: block;
 color: #393b3f;
 text-decoration: none;
 text-align: center;
}

#top-menu a span {
 position: absolute;
 text-align: left;
 bottom: 15px;
 left: 5px;
}

#top-menu a {background-image: url(../images/btn-menu.jpg); }
#top-menu-first a { background-image: url(../images/top-menu-first.jpg); }
#top-menu-last a { background-image: url(../images/top-menu-last.jpg); }
#top-menu a:hover { background-position: 0 -138px; }
#top-menu #active { background-position: 0 -276px; }

.middle-title-bubble {
 position: relative;
 float: left;
 width: 602px;
 height: 41px;
 background-image: url(../images/middle-title-bubble-back.jpg);
 background-repeat: no-repeat;
 color: #232323;
 margin-top: 10px;
}

.middle-title-bubble p {
 padding: 0;
 margin: 10px 10px 0;
 width:190px;
 float:left;
}

.middle-title {
 margin: 20px auto;
 width: 602px;
 background-image: url(../images/middle-title-back.gif);
 background-repeat: repeat-y;
}

.middle-title p {
 position: relative;
 margin: 0 10px;
 padding: 7px 0 5px;
 font-size: 12px;
 color: #393b3f;
}

.middle-title a {
 color: #308ebc;
 font-weight: bold;
}

.middle-title a:hover {
 text-decoration: none;
}

.middle-title span {
 position: relative;
 float:left;
 display: block;
 width: 100%;
 background-repeat: no-repeat;
 background-position: 0 0;
 height: 4px;
}

.middle-title-top {
 background-image: url(../images/middle-title-top.gif);
}

.middle-title-bottom {
 background-image: url(../images/middle-title-bottom.gif);
 width: 602px;
 height: 4px;
}

.big-title {
 margin: 20px auto;
 width: 862px;
 background-image: url(../images/big-title-back.gif);
 background-repeat: repeat-y;
 text-align: center;
}

.big-title p {
 position: relative;
 margin: 0 10px;
 padding: 10px 0 5px;
 font-size: 12px;
 color: #308ebc;
 font-weight: bold;
 text-transform: uppercase;
}

.big-title span {
 position: relative;
 float:left;
 display: block;
 width: 100%;
 background-repeat: no-repeat;
 background-position: 0 0;
 height: 5px;
}

.big-title-top {
 background-image: url(../images/big-title-top.gif);
}

.big-title-bottom {
 background-image: url(../images/big-title-bottom.gif);
}

#datagrams-warper {
 position: relative;
 float: left;
 width: 962px;
 margin: -1px 0 0 15px;
 background-image: url(../images/datagrams-warper-back.gif);
 background-repeat: repeat-y;
}

#datagrams-warper-top {
 position: relative;
 float: left;
 width: 100%;
 height: 4px;
 background-image: url(../images/cats-tabs-back.gif);
 background-repeat: no-repeat;
}

#controls-warper {
 position: relative;
 float: left;
 width: 960px;
 margin: 15px 0 0 0;
 background-image: url(../images/rates-controls.gif);
 background-repeat: repeat-x;
 margin-left: 1px;
 height: 70px;
}

#rates-controls {
 position: relative;
 float: left;
/* width: 100%;*/
 height: 42px;
 margin: 2px 0 0 0;
}

#rates-controls span {
 position: relative;
 float: right;
 margin: 5px 10px 0 0;
}

#sort-by-change-warper {
 position: relative;
 float: right;
 background-image: url(../images/rates-controls-line.gif);
 background-position: top right;
 background-repeat: no-repeat;
 margin: 0 8px;
 height: 100%;
}

#sort-by-change-warper span {
 position: relative;
 float: left;
 margin: 8px 0;
}

#sort-by-change {
 position: relative;
 float: left;
 width: 108px;
 height: 20px;
 list-style: none;
 margin: 7px 8px 0 5px;
 padding: 0 0 0 2px;
 background-image: url(../images/sort-by-change-back.png);
 background-repeat: no-repeat;
}

#sort-by-change li {
 position: relative;
 float: left;
 height: 100%;
 background-position: center center;
 background-repeat: no-repeat;
 margin: 0 3px;
 width: 30px;
}

#sort-by-change #btn-change-up {
 background-image: url(../images/btn-change-up.jpg);
}

#sort-by-change #btn-change-down {
 background-image: url(../images/btn-change-down.jpg);
}

#sort-by-change #btn-change-equal {
 background-image: url(../images/btn-nochange.jpg);
}

#sort-by-change li a {
 display: block;
 width: 100%;
 height: 100%;
}

#rates-controls #sort-by-position {
 position: relative;
 float: right;
 background-image: url(../images/rates-controls-line.gif);
 background-position: 98% top;
 background-repeat: no-repeat;
 height: 100%;
}

#rates-controls #sort-by-position ul {
 position: relative;
 float: left;
 margin: 5px 0;
 width: 114px;
 height: 25px;
 padding: 0 0 0 13px;
 background-image: url(../images/position-controls-back.png);
 background-repeat: no-repeat;
 background-position: 4px 3px;
 list-style: none;
}

#rates-controls #sort-by-position span {
 position: relative;
 float: left;
 margin: 8px 0;
}

#rates-controls #sort-by-position ul li {
 position: relative;
 float: left;
 width: 12px;
 height: 12px;
 margin: 7px 8px 0 0;
}

#rates-controls #sort-by-position ul li a {
 display: block;
 width: 100%;
 height: 100%;
 background-image: url(../images/rates-controls.jpg);
}

#show-best-rate a { background-position: 0 0; }
#show-good-rate a { background-position: -12px 0; }
#show-avarage-rate a { background-position: -24px 0; }
#show-bad-rate a { background-position: -36px 0; }
#show-worst-rate a { background-position: -48px 0; }

#show-best-rate a:hover, #show-best-rate #active-rates-control { background-position: 0 -12px; }
#show-good-rate a:hover, #show-good-rate #active-rates-control { background-position: -12px -12px; }
#show-avarage-rate a:hover, #show-avarage-rate #active-rates-control { background-position: -24px -12px; }
#show-bad-rate a:hover, #show-bad-rate #active-rates-control { background-position: -36px -12px; }
#show-worst-rate a:hover, #show-worst-rate #active-rates-control { background-position: -48px -12px; }

#btn-hide-graphics, #btn-show-graphics {
 position: relative;
 float: right;
 width: 100px;
 height: 25px;
 padding: 0;
 border: 0;
 margin-top:5px;/* margin: 7px 5px;*/
}

#btn-hide-graphics {
 background-image: url(../images/btn-hide-graphics.png);
}

#btn-show-graphics {
 background-image: url(../images/btn-show-graphics.png)!important;
}

#btn-hide-graphics:hover, #btn-show-graphics:hover {
 background-position: 0 -25px;
}

.datagram-hover {
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 10;
 top: 0;
 left: 0;
 height: 0;
 width: 0;
}

.datagram-hover-active {
 background-color: #F6FFE2;
 opacity: 0.4;
 filter: alpha(opacity=40);
}

#keyword-sort-warper {
 position: relative;
 float: right;
 height: 100%;
 background-image: url(../images/rates-controls-line.gif);
 background-position: top right;
 background-repeat: no-repeat;
 margin: 0;
}

#keyword-sort {
 position: relative;
 float: right;
 color: #65aafe;
 padding: 0 10px 0 0;
 margin: 8px 10px 0 0;
}

#keyword-sort:hover {
 text-decoration: none;
}

.sort-asc, .sort-desc {
 background-repeat: no-repeat;
 background-position: 100% 60%;
}

.sort-asc {
 background-image: url(../images/sort-asc.png);
}

.sort-desc {
 background-image: url(../images/sort-desc.png);
}

#datagrams-warper-bottom {
 position: relative;
 float: left;
 width: 100%;
 height: 5px;
 background-image: url(../images/datagrams-warper-bottom.gif);
 background-repeat: no-repeat;
}

.datagrams {
 position: relative;
 float: left;
 width: 100%;
 margin: 3px;/*previous 8*/
 text-align: left;
}
.datagrams:first-child{
   margin-top: -10px;
}
.datagram-image {
 position: relative;
 float: left;
 clear: left;
}

.datagram-keyword-title {
 position: relative;
 float: left;
 height: 25px;
 line-height: 23px;
 background-image: url(../images/datagram-keyword-title.gif);
 /*margin: 0 0 5px 0px;*/
 clear: right;
}

.datagram-keyword-title span {
 display: block;
 height: 100%;
 margin: 0 0 0 10px;
 padding: 0 10px 0 0;
 font-size: 14px;
 clear: both;
 width: 245px;
}

.datagram-first-pos-warper {
 position: relative;
 float: left;
 width: 62px;
}

.datagram-last-pos-warper, .datagram-cpc-warper{
 position: relative;
 float: left;
 width: 62px;
 margin-left: 5px;
/* margin-right: 5px;*/
/* margin: 0 5px;*/
}
.datagram-holder{
position: relative;
 float: left;
 width: 52px;
 margin-left: 5px;
}

.datagram-change-pos-warper {
 position: relative;
 float: left;
 width: 52px;
/* margin: 0 5px;*/
margin-left: 5px;
}

.sort-pos {
 position: relative;
 float: left;
 width: 100%;
}

.sort-pos-desc {
 position: relative;
 float: left;
 width: 100%;
 display: block;
 width: 9px;
 height: 5px;
 background-image: url(../images/sort-pos-desc.jpg);
}

.sort-pos-asc {
 position: relative;
 float: left;
 width: 100%;
 display: block;
 width: 9px;
 height: 5px;
 background-image: url(../images/sort-pos-asc.jpg);
}

.datagram-first-pos-warper .sort-pos-asc { margin: 2px 0 4px 5px; }
.datagram-first-pos-warper .sort-pos-desc { margin: 2px 0 4px 20px; }

.datagram-last-pos-warper .sort-pos-asc { margin: 2px 0 4px 5px; }
.datagram-last-pos-warper .sort-pos-desc { margin: 2px 0 4px 20px; }

.datagram-cpc-warper .sort-pos-asc { margin: 2px 0 4px 5px; }
.datagram-cpc-warper .sort-pos-desc { margin: 2px 0 4px 20px; }

.datagram-change-pos-warper .sort-pos-asc { margin: 2px 0 4px 5px; }
.datagram-change-pos-warper .sort-pos-desc { margin: 2px 0 4px 15px; }

.datagram-first-pos {
 position: relative;
 float: left;
 width: 100%;
 height: 59px;
 font-size: 30px;
 text-align: center;
 line-height: 60px;
 background-image: url(../images/datagram-statsbox.jpg);/*datagram-first-pos-back.jpg*/
}

.datagram-current-pos {
 position: relative;
 float: left;
 width: 62px;
 height: 59px;
 font-size: 30px;
 line-height: 60px;
 background-image: url(../images/datagram-statsbox.jpg);/*datagram-current-pos-back.jpg*/
 text-align: center;
}

.datagram-pos-down, .datagram-pos-up, .datagram-pos-equal, .datagram-pos-lightdown {
 position: relative;
 float: left;
 height: 59px;
 width: 52px;
 background-position: top left;
 background-repeat: no-repeat;
 font-size: 11px;
}

.datagram-pos-equal {
 color: #F1F1F1;
}

.datagram-pos-down {
 background-image: url(../images/datagram-pos-down.jpg);
 line-height: 60px;
/* margin: 0 0 5px 0;*/
 text-indent: 30px;
}

.datagram-pos-lightdown {
 background-image: url(../images/datagram-pos-lightdown.jpg);
 line-height: 60px;
/* margin: 0 0 5px 0;*/
 text-indent: 30px;
}

.datagram-pos-up {
 background-image: url(../images/datagram-pos-up.jpg);
 line-height: 73px;
/* margin: 0 0 5px 0;*/
 text-indent: 32px;
}

.datagram-pos-equal {
 background-image: url(../images/datagram-pos-equal.jpg);
}
/*----------------------------------------------------------------------------------------------------*/
.datagram-cpc{
    position: relative;
    float: left;
    width: 100%;
    height: 59px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    background-image: url(../images/datagram-statsbox.jpg);
}
.datagram-conversion {
    position: relative;
    float: left;
    width: 100%;
    height: 59px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    background-image: url(../images/datagram-statsbox.jpg);
}
/*----------------------------------------------------------------------------------------------------*/
.datagram-es{
    position: relative;
    float: left;
    width: 100%;
    height: 59px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    background-image: url(../images/datagram-statsbox.jpg);
}
.datagram-allintitle{
    position: relative;
    float: left;
    width: 100%;
    height: 59px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    background-image: url(../images/datagram-statsbox.jpg);
}
.datagram-allinurl{
    position: relative;
    float: left;
    width: 100%;
    height: 59px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    background-image: url(../images/datagram-statsbox.jpg);
}
.datagram-search{
    position: relative;
    float: left;
    width: 100%;
    height: 59px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    background-image: url(../images/datagram-statsbox.jpg);
}
.datagram-current-pos span {
	/*
 position: relative;
 float: left;
 font-size: 20px;
 clear: both;
 width: 100%;
 text-align: center;
 */
}

.best-rate-pos { color: #8fc62a; }
.good-rate-pos { color: #45c5ec; }
.avarage-rate-pos { color: #ff9a33; }
.bad-rate-pos { color: #e80e0d; }
.worst-rate-pos { color: #808a96; }

/*
.datagrams p {
 position: relative;
 margin: 0 10px;
 padding: 10px 0 5px;
}
*/
#page-rank-domain-info {
 position: relative;
 float: left;
 width: 602px;
 margin: 20px 5px 0 15px;
 z-index: 1;
}

#page-rank-domain-info form {
 position: relative;
 float: left;
 margin-top: 0;
 margin-bottom: 10px;
}

#page-rank-domain-info .middle-title {
 position: relative;
 float: left;
 margin: 0 0 10px 0;
}

.page-rank {
 position: relative;
 float: left;
 margin: 20px 15px 0 5px;
 width: 352px;
 background-image: url(../images/page-rank-back.gif);
 background-repeat: repeat-y;
 text-align: left;
 clear: right;
}

/*
.page-rank div {
 position: relative;
 margin: 0 10px;
 padding: 10px 0 5px;
}
*/

.page-rank table {
 position: relative;
 float: left;
 width: 100%;
 border-left: solid 1px #a9d841;
 border-right: solid 1px #a9d841;
 border-collapse: collapse;
 font-weight: bold;
 /*
 border-spacing: 0 10px;
 margin: 5px 0 0;
 */
}

.page-rank table td, .page-rank table th {
 height: 30px;
 margin: 0;
}

.page-rank table th {
 width: 118px;
 text-align: left;
 padding: 0 0 0 10px;
 background-image: url(../images/page-rank-th-back.jpg);
 background-repeat: repeat-x;
}

.page-rank table td {
 background-image: url(../images/page-rank-td-back.jpg);
 background-repeat: repeat-x;
 padding: 0 0 0 10px;
 line-height: 32px;
}

.page-rank #last-tr th, .page-rank #last-tr td {
 background-image: none;
 height: 28px;
}

.page-rank #last-tr th { background-color: #ECFFC8; }
.page-rank #last-tr td { background-color: #F6FFE2; }

.page-rank-border {
 width: 2px;
 background-image: url(../images/page-rank-td-border.jpg)!important;
 background-repeat: no-repeat!important;
 font-size: 0;
 padding: 0!important;
}

#page-rank-line {
 position: relative;
 float: left;
 background-color: #f0f0f1;
 width: 93px;
 height: 3px;
 padding: 0;
 margin: 5px 3px 0 0;
}


#page-rank-line div {
 position: relative;
 float: left;
 height: 100%;
 margin: 0;
 padding: 0;
 background-image: url(../images/page-rank-line.jpg);
}

.page-rank span {
 position: relative;
 float:left;
 display: block;
 width: 100%;
 background-repeat: no-repeat;
 background-position: 0 0;
 height: 5px;
}

.page-rank-title {
 font-family:  'Arial Black', Gadget, sans-serif;
 font-size: 12px;
 color: #344b00;
 height: 42px!important;
 background-image: url(../images/page-rank-title.jpg);
 text-transform: uppercase;
 line-height: 43px;
}

.page-rank-bottom {
 background-image: url(../images/page-rank-bottom.gif);
}

#keywords-cats-stats {
 position: relative;
 float: left;
 margin: 0;
 margin: 40px 0 0;
}

#keywords-cats-stats #keywords-cats {
 position: relative;
 float: left;
 list-style: none;
 padding: 0;
 margin: 0;
}

#keywords-cats-stats #keywords-cats li {
 position: relative;
 float: left;
 margin: 0 3px 0 0;
 height: 40px;
 width: 92px;
}

#keywords-cats-stats #keywords-cats a {
 display: block;
 width: 100%;
 height: 100%;
 background-image: url(../images/cats-tabs.jpg);
 color: #fff;
 text-decoration: none;
 line-height: 40px;
 text-align: center;
 font-weight: bold;
 text-transform: capitalize;
}
/*
.category-general {
 border: solid 1px red;
}

.category-local {
 border: solid 1px green;
}
*/

#keywords-cats-stats #keywords-cats a:hover, #active-cat-tab {
 background-position: 0 -40px;
 color: #393b3f!important;
}

.statistic-table {
/* border-collapse: collapse;
 text-align: left;
 font-size: 11px;
 margin: 0 auto;
 color: #232323;
 width: 602px;*/
    border-collapse: collapse;
    float: left;
    font-size: 10px;
    margin: 0 5px;
    position: relative;
    text-align: right;
 /*
     border-collapse: collapse;
    float: left;
    font-size: 10px;
    margin: 0 5px;
    position: relative;
    text-align: right;
 */
}

.statistic-table .no-result {
 font-weight: bold;
 text-align: center;
 padding: 0 0 13px 0;
}

.statistic-table th, .statistic-table td {
 padding: 13px 0;
}

.statistic-table th {
 font-size: 12px;
 text-align: center;
}

.statistic-table td {
 border-bottom: solid 1px #ccc;
 padding: 1px 2px;
}

.best_rate, .good_rate, .avarage_rate, .bad_rate, .worst_rate {
 text-align: center;
}

.best_rate div, .good_rate div, .avarage_rate div, .bad_rate div, .worst_rate div {
 width: 196px;
 margin: 0 auto;
}

.best_rate div div, .good_rate div div, .avarage_rate div div, .bad_rate div div, .worst_rate div div {
 position:relative;
 float:left;
 border:0!important;
 height:13px;
 background-image: url(../images/keyword-pos-back.jpg);
}

.best_rate span, .good_rate span, .avarage_rate span, .bad_rate span, .worst_rate span {
 position: absolute;
 z-index: 1;
 display: block;
}

.best_rate span *, .good_rate span *, .avarage_rate span *, .bad_rate span *, .worst_rate span * {
 position: relative;
 float: left;
}

.best_rate span span, .good_rate span span, .avarage_rate span span, .bad_rate span span, .worst_rate span span {
 display: block;
 font-weight: bold;
 font-size: 14px;
 background-color: #fff;
 color: #232323;
 padding: 0 5px;
 line-height: 13px;
}

.best_rate div div {
 background-position: 0 0;
}

.good_rate div div {
 background-position: 0 52px;
}

.avarage_rate div div {
 background-position: 0 39px;
}

.bad_rate div div {
 background-position: 0 26px;
}

.worst_rate div div {
 background-position: 0 13px;
}


form {
/* width: 602px;*/
 clear: both;
 text-align: left;
 display: inline-table;
 z-index: 100!important;
}

#form-title {
 position: relative;
 float:left;
 display: block;
 background-image: url(../images/form-title.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
 width: 100%;
 height: 41px;
 font-size: 14px;
 font-weight: bold;
 color: #fff;
 line-height: 40px;
}

#form-title a {
 position: relative;
 float: right;
 display: inline;
 margin: 0 10px 0 0;
 color: #fff;
 font-size: 11px;
 font-weight: normal;
 text-transform: uppercase;
}

#form-title a:hover {
 text-decoration: none;
}

#form-content {
 position: relative;
 width: 100%;
 float: left;
 background-image: url(../images/form-back.gif);
 background-repeat: repeat-y;
 z-index: 100!important;
}

#form-bottom {
 position: relative;
 float:left;
 display: block;
 background-image: url(../images/form-bottom.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
 width: 100%;
 height: 5px;
}

.btn-search {
 width: 110px;
 height: 35px;
 background-image: url(../images/btn-search.jpg);
 background-repeat: no-repeat;
 margin-left: 5px;
 padding: 0;
 border: 0;
 cursor: pointer;
}
.btn-search:hover{
 background-position: 0 -35px;
}
.btn-select{
 width: 110px;
 height: 35px;
 background-image: url(../images/btn-select.jpg);
 background-repeat: no-repeat;
 margin: 10px 0 10px 10px;
 padding: 0;
 border: 0;
 cursor: pointer;
}
.btn-select:hover{
 background-position: 0 -35px;
}
#centered {
 text-align: center;
}
.centered2 {
 margin:0px auto;
 width:600px;
}

#cartman-results {
 width: 850px;
 margin: 0 auto;
 font-size: 11px;
 clear: both;
}

#cartman-results tr.table_top {
 height:60px;
}

#cartman-results th {
	height:60px;
	background: url(../images/table_top_separator.png) right no-repeat #393B3F;
	text-align:center;
	color:#fff;
	font-size:14px;
 border: 0;
 font-weight: bold;
}

#cartman-results th, #cartman-results td {
 padding: 0 5px;
}

#cartman-results th.first {
 background: url(../images/table_top_bg.png) no-repeat;
 background-position: top left;
}

#cartman-results th.last {
	background:url(../images/table_top_bg.png) no-repeat;
	background-position: top right;
}

#cartman-results tr.tr_positive {
	height:39px;
	background:url(../images/positive_tr_bg.gif) repeat-x;
 background-color: #EEEEEE;
}

#cartman-results tr.tr_positive:hover {
	background-image:none;
	background-color:#C7E8FB;
}

#cartman-results tr.tr_negative {
	height:41px;
	background:url(../images/negative_tr_bg.gif) repeat-x;
}

#cartman-results tr.tr_negative:hover {
	background-image:none;
	background-color:#C7E8FB;
}

#cartman-results td {
	border-right:1px solid #D6D6D6;
	border-left:1px solid #fff;
	border-bottom:1px solid #D6D6D6;
	text-align:center;
}

#cartman-results td.td_first {
	border-left: 1px solid #D6D6D6;
	border-right: 0;
}

#cartman-results td.td_location {
 border-left: 0;
 text-align: left;
}

#cartman-form {
 width: 602px;
 background-image: url(../images/cartman-form-back.gif);
 text-align: left;
}

#cartman-form-title {
 position: relative;
 float: left;
 width: 100%;
 height: 41px;
 font-size: 14px;
 font-weight: bold;
 color: #fff;
 line-height: 40px;
 background-image: url(../images/cartman-form-title.gif);
}

.styled-input span {
 position: relative;
 float: left;
 display: block;
 height: 37px;
 background-image: url(../images/styled-input.png);
 background-position: top right;
}

.styled-input .start {
 width: 5px;
 background-position: top left;
}

.styled-input input {
 height: 30px;
 margin: 1px 5px 1px 0;
 border: 0;
 font-size: 12px;
 line-height: 30px;
}
/*----------------------------STYLED INPUT 2-----------------------------------------------------*/
.styled-input2 span {
 float: left;
 display: block;
 height: 27px;
 background-image: url(../images/styled-input2.png);
 background-position: top right;
}

.styled-input2 .start2 {
 width: 5px;
 background-position: top left;
}

.styled-input2 input {
 height: 23px;
 margin: 1px 5px 1px 0;
 border: 0;
 font-size: 12px;
 line-height:22px;
 width: 465px;
}
/*---------------------------END STYLED INPUT 2--------------------------------------------------*/
.styled-input4 span {
 float: left;
 display: block;
 height: 27px;
 background-image: url(../images/styled-input2.png);
 background-position: top right;
}

.styled-input4 .start4 {
 width: 5px;
 background-position: top left;
}

.styled-input4 input {
 height: 23px;
 margin: 1px 5px 1px 0;
 border: 0;
 font-size: 12px;
 line-height: 23px;
 width: 262px;
}
/*----------------------------STYLED INPUT 3-----------------------------------------------------*/
.styled-input3 span {
 position: relative;
 float: left;
 display: block;
 height: 35px;
 background-image: url(../images/styled-input3.png);
 background-position: top right;
}

.styled-input3 .start3 {
 width: 5px; background-position: top left;
}

.search input, .searchthreat input {
 height: 33px;
 margin: 1px 5px 1px 0;
 background-repeat: no-repeat;
 border: 0;
 font-size: 12px;
 line-height: 30px;
}
.styled-input3 input {
 width: 480px;
}
/*---------------------------END STYLED INPUT 3--------------------------------------------------*/
.styled-textarea {
 position: relative;
 float: left;
 display: block;
 height: 97px;
 width: 222px;
 background-image: url(../images/styled-textarea.gif);
 background-position: top right;
}

.styled-textarea textarea {
 height: 91px;
 width: 217px;
 margin: 3px 0 0 3px;
 border: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

#cartman-form-left, #cartman-form-right {
 position: relative;
 float: left;
 width: 225px;
 margin: 15px;
 z-index: 100!important;
}

#cartman-form-right {
 width: 180px;
}

#login-form label, #cartman-form-left label {
 position: relative;
 float: left;
}

#our-site {
 position: relative;
 float: left;
 margin: 0 0 10px;
}

#our-site input {
 width: 212px;
}

#carman-form-bottom {
 position: relative;
 float: left;
 width: 100%;
 height: 4px;
 background-image: url(../images/carman-form-bottom.gif);
 font-size: 0;
}

#btn-work-it {
 position: relative;
 float: left;
 top: 120px;
 padding: 0;
 margin: 0;
 border: 0;
 width: 110px;
 height: 35px;
 background-image: url(../images/btn-work-it.jpg);
 background-repeat: no-repeat;
 cursor: pointer;
}

#btn-work-it:hover {
 background-position: 0 -35px;
}

.label {
 position: relative;
 float: left;
 height: 37px;
 line-height: 30px;
 margin: 10px 10px 10px 20px;
}

.btn-add {
 border: 0;
 padding: 0;
 width: 100px;
 height: 25px;
 background-image: url(../images/btn-add.jpg);
 float:right;
 margin-right: 1px;
}

.btn-add:hover {
 background-position: 0 -25px;
}
.btn-add2 {
 border: 0;
 padding: 0;
 width: 90px;
 height: 25px;
 background-image: url(../images/btn-add2.jpg);
 margin-left:10px;
 float:left;
}
.btn-add2:hover {
 background-position: 0 -25px;
}
div.stylesub button:last-child{
    margin-right:0px;
}

.btn-delete {
 border: 0;
 margin-top: 10px;
 margin-left: 5px;
 padding: 0px;
 width: 110px;
 height: 35px;
 background-image: url(../images/btn-delete.jpg);
}

.btn-delete:hover {
 background-position: 0 -35px;
}
.btn-cancel {
 border: 0;
 float:right;
 padding: 0px;
 width: 64px;
 height: 35px;
 background-image: url(../images/btn-cancel-blue.jpg);
}

.btn-cancel:hover {
 background-position: 0 -35px;
}
.btn-back {
 border: 0;
 float:right;
 padding: 0px;
 width: 64px;
 height: 35px;
 background-image: url(../images/btn-back.jpg);
}

.btn-back:hover {
 background-position: 0 -35px;
}

#btn-list-domains {
 border: 0;
 padding: 0;
 width: 330px;
 height: 45px;
 background-image: url(../images/btn-list-domains.jpg);
 margin-right: 10px;
}

#btn-list-domains:hover {
 background-position: 0 -45px;
}

#add-new-domain-form {
 position: relative;
 float: left;
 width: 100%;
 margin: 10px;
}

#add-new-domain-form .select-202px {
 margin: 0 15px;
}

#domadded {
 width: 222px;
}

#add-new-category-form {
 position: relative;
 float: right;
 clear: both;
 width: 483px;
}

#add-new-category-form button {
 margin: 0 0 0 15px;
}

#add-new-category-form .styled-input input {
 width: 330px;
}

#delete-category-form {
 position: relative;
 float: right;
 clear: both;
}

#btn-download-pdf {
 position: relative;
 float: right;
 background-image: url(../images/btn-download-pdf.jpg);
 background-position: right center;
 padding: 0 30px 0 0;
 margin: 0 15px 0 0;
 background-repeat: no-repeat;
 font-size: 10px;
}
.btn-view-current{
 background-repeat: no-repeat;
 border: 0;
 margin-top: 10px;
 padding: 0px;
 width: 140px;
 height: 25px;
 background-image: url(../images/btn-view-active-keywords.png);
}
.btn-view-current:hover{
 background-position: 0 -25px;
}
.btn-view-campaign-kw {
 background-repeat: no-repeat;
 border: 0;
 margin-top: 10px;
 padding: 0px;
 width: 187px;
 height: 25px;
 background-image: url(../images/btn-view-campaign-kw.png);
}
.btn-view-campaign-kw:hover{
 background-position: 0 -25px;
}
.btn-additional-features{
    background-image: url("../images/additional-data.png");/*bnt-additional.jpg*/
    background-repeat: no-repeat;
    border: 0 none;
    float: right;
    height: 35px;
    margin-right: 10px;
    width: 134px;
}
.btn-additional-features:hover{
    background-position: 0 -35px;
}
.copy_button{
    margin-left:110px;
    float: left;
}
.menuback{
    background-image: url(../images/checkereditor_sub.png);
    width: 600px;
    height: 35px;
    margin: 10px 0 10px 0;
    float:left;
}
.menuback span{
    text-transform: uppercase;
    color:#fff;
    font-weight: bold;
    display: inline;
    margin-top:10px;
}
.domain{
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    cursor:text;
}
.google{
    float:left;
    margin-left:225px;
/*    margin-right: 140px;*/
}
.group{
    float:left;
    margin-left:200px;
/*    margin-right: 140px;*/
}
.category{
    float:right;
    margin-right:30px;
}
.btn-edit-category{
 background-repeat: no-repeat;
 float: right;
 border: 0;
 width: 100px;
 height: 25px;
 background-image: url(../images/btn-edit.png);
}
.btn-edit-category:hover{
 background-position: 0 -25px;
}
.listdomains{
 width:600px;
 margin-bottom:10px;
 }
 .listkw{
 margin-bottom:10px;
 }
.listdomains select{
 padding:15px;
}
.categoryrow{
float:left;
margin-top:5px;
margin-left:10px;
}
.tablemod{
    position:relative;
    float:left;
    width:100%;
}
.datagram-first-pos, .datagram-cpc, .datagram-es, .datagram-conversion, .datagram-search, .datagram-allintitle, .datagram-allinurl, .datagram-current-pos {
    font-weight: bold;
}
.extra_info * {
 background-image: url(none);
 display: inline;
 font-size: 12px;
 color: #000;
 width: auto;
 height: auto;
 clear: none;
 line-height: normal;
 text-indent: inherit;
 font-weight: normal;
}

.extra_info img {
 display: none;
}

.tabledomains{
 float:left;
 margin-left: 20px;

}
.tabledomains{
 font-size: 13px;
}
.benchmark, .currpos, .trend, .kw, .tablecpc,.tableconv,.tablelinks,.tablesearch,.tablevol, .allintitle, .allinurl{
 width:70px;
 height: 40px;
 float:left;
}
.benchmark{
    margin-right: 25px;
}
/*.datagram-first-pos {
    width:62px;
    margin-bottom: -10px;
}*/
.datagram-first-pos, .datagram-cpc, .datagram-es, .datagram-conversion, .datagram-search, .datagram-allintitle, .datagram-allinurl, .datagram-current-pos {
    width:62px;
    margin-bottom: -10px;
    font-size: 12px;
}
.extramargin{
    margin-left: -50px;
}
.extramargin2{
    margin-left: -10px;
}
.extramargin3{
    margin-left: -20px;
}
.datagram-current-pos{
    width: 62px;
    text-align:left;
}
.datagram-pos-equal, .datagram-pos-up, .datagram-pos-down, .datagram-pos-lightdown{
    width: 52px;
}
.kw{
    width: 230px;
    margin-left: -5px;
    float: left;
}
#indentleft{
    padding-left:15px;
}
.trend{
    float:left;
}
.divideline{
    background-image: url(../images/divideline.png);
    width:600px;
    height:1px;
    float:left;
    margin-top:5px;
}
.dividelinematrix{
    background-image: url(../images/divideline.png);
    width:240px;
    height:1px;
    float:left;
    margin-top:5px;
}
.dividelineaddwords{
    background-image: url(../images/divideline.png);
    width:150px;
    height:1px;
    float:left;
    margin-top:2px;
}
.button-rename{
     background-repeat: no-repeat;
     float: right;
     cursor:pointer;
     margin-right:10px;
     border: 0;
     width: 64px;
     height: 35px;
     background-image: url('../images/btn-rename.png');
}
.button-rename:hover{
     background-position: 0 -35px;
}
.button-remove{
    background-image: url('../images/remove.png');/*btn-removeselected.png*/
    background-repeat: no-repeat;
    float: right;
    border: 0;
    width: 134px;
    height: 35px;
    margin-right: 3px;
}
.button-remove:hover{
    background-position: 0 -35px;
}
.editing{
    margin-left:40px;
}
.rename_category{
    background-repeat: no-repeat;
    float: left;
    margin-right:10px;
    border: 0;
    width: 64px;
    height: 35px;
    background-image: url('../images/btn-rename.png');
}
.rename_category:hover{
    background-position: 0 -35px;
}
.save_category{
    background-repeat: no-repeat;
    float: left;
    margin-right:10px;
    border: 0;
    width: 44px;
    height: 35px;
    background-image: url('../images/btn-save.jpg');
    position:relative;
}
.save_category:hover{
    background-position: 0 -35px;
}
.cancel_edit{
    background-repeat: no-repeat;
    float: left;
    border: 0;
    width: 64px;
    height: 35px;
    background-image: url('../images/btn-cancel.jpg');
    position:relative;
}
.cancel_edit:hover{
    background-position: 0 -35px;
}
.btn-search-domain{
    background-repeat: no-repeat;
    float: left;
    margin-left:30px;
    border: 0;
    width: 90px;
    height: 35px;
    background-image: url('../images/btn-search-domain.png');
}
.searching{
    margin-bottom: 20px;
    float:left;
}
.viewersearching{
    width:460px;
    margin-left:108px;
}
.btn-apply-changes{
    background-repeat: no-repeat;
    float: right;
    margin-right:10px;
    border: 0;
    width: 114px;
    height: 35px;
    background-image: url('../images/apply.png');/*btn-apply-changes.jpg*/
}
.btn-apply-changes:hover{
    background-position: 0 -35px;
}
.searchbox{
    background-image: url('../images/searchbox.jpg');
    background-repeat: no-repeat;
    width: 470px;
    height: 35px;
    float:left;
}
.searchboxviewer{
    background-image: url('../images/viewersearch.png');
    background-repeat: no-repeat;
    width: 327px;
    padding-left:5px;
    height: 35px;
    float:left;
}
.csvexport{
    float:left;
    margin-bottom: 10px;
    margin-left: 10px;
}
.pagination{
    float:right;
    margin-top: 5px;
    margin-right: -15px;
}
.leftarrow{
    background-image: url('../images/btn-arrow-left.png');
    width: 20px;
    height: 25px;
    float:left;
    margin-right: 2px;
}
.leftarrow:hover{
    background-position: 0 -25px;
}
.doubleleftarrow{
    background-image: url('../images/btn-arrow-doubleleft.png');
    width: 28px;
    height: 25px;
    float:left;
    margin-right: 2px;
}
.doubleleftarrow:hover{
    background-position: 0 -25px;
}
.rightarrow{
    background-image: url('../images/btn-arrow-right.png');
    width: 20px;
    height: 25px;
    float:left;
    margin-right: 2px;
}
.rightarrow:hover{
    background-position: 0 -25px;
}
.doublerightarrow{
    background-image: url('../images/btn-arrow-doubleright.png');
    width: 28px;
    height: 25px;
    float:left;
}
.doublerightarrow:hover{
    background-position: 0 -25px;
}
.page_link{
    background-image: url('../images/btn-page-box.png');
    width:22px;
    height: 22px;
    float:left;
    text-align:center;
    margin-right: 2px;
    color: #393b3f;
    padding-top: 5px;
}
.page_link a{
    text-decoration: none;
}
/*----------------------------------EDITOR VIEW KEYWORDS-------------------------------------------------------------------*/
.viewkeywords{
    margin:0px auto;
    width:800px;
}
.viewkeywordssub{
    margin: 0px auto;
/*    width: 645px;*/
}
.menubigback{
    background-image: url(../images/menubig.png);
    width: 800px;
    height: 35px;
    margin: 10px 0 10px 0;
    float:left;
}
.menubigback span{
    text-transform: uppercase;
    color:#fff;
    font-weight: bold;
    display: inline;
    margin-top:10px;
}
/*.btn-benchmark{
    background-repeat: no-repeat;
    float: right;
    margin-right:10px;
    border: 0;
    width: 154px;
    height: 35px;
    background-image: url('../images/btn-benchmark.png');
}
.btn-benchmark:hover{
    background-position: 0 -35px;
}
.btn-pause{
    background-repeat: no-repeat;
    float: right;
    margin-right:10px;
    border: 0;
    width: 134px;
    height: 35px;
    background-image: url('../images/btn-pause.png');
}
.btn-pause:hover{
    background-position: 0 -35px;
}*/
.bigsearchbox{
    background-image: url('../images/searchboxbig.png');
    width: 530px;
    height: 35px;
    float:left;
}
.bigsearching{
    margin-bottom: 20px;
    float:right;

}
.btn-search-keyword{
    background-repeat: no-repeat;
    float: left;
    margin-left:15px;
    margin-right: 5px;
    border: 0;
    width: 90px;
    height: 35px;
    background-image: url('../images/btn-search-domain.png');
}
.keyword_category{
    margin-left: 225px;
    float:left;
}
.active{
    margin-left: 130px;
    float:left;
}
.conversion{
    margin-left: 15px;
    float:left;
}
.keyword_benchmark{
    margin-left:10px;
    float:left;
}
.pause{
    margin-left: 20px;
    float:left;
}
.result{
    margin-left: 50px;
    float:left;
}
.allintitle{
    margin-left: 25px;
    float:left;
}
.allinurl{
    margin-left: 20px;
    float:left;
}
.cpc{
    margin-left: 205px;
    float:left;
}
.estvolume{
    margin-left: 20px;
    float:left;
}
.listkeywords{
 width:800px;
 margin-bottom:10px;
}
.dividelinebig{
    background-image: url(../images/divideline.png);
    width:800px;
    height:1px;
    float:left;
    margin-top:5px;
}
.select-kw{
    float:left;
}
.keywordrow{
    float:left;
    margin-top:5px;
    margin-left:10px;
    width:200px;
}
.rowElem2 span{
    margin-right: 20px;
}
.benchmarkinput, .cpcinput, .conversioninput{
    background-image: url(../images/benchmark_input.jpg);
    background-repeat: no-repeat;
    width: 32px;
    height: 27px;
    border: none;
    float:left;
    margin-left:25px;
    text-align: center;
}
.estvolumeinput{
    background-image: url(../images/volumeinput.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 27px;
    border: none;
    float:left;
    margin-left:25px;
    text-align: center;
}
.estvolumematrix{
    background-image: url(../images/inputvolmatrix.png);
    background-repeat: no-repeat;
    width: 67px;
    height: 24px;
    border: none;
    float:left;
    text-align: center;
    margin-top:3px;
}
.buttons{
    float: right;
}
.stylesub{
    float:left;
}
#domain{
    cursor:pointer;
}
.styledarea{
    background-image: url(../images/input-textarea.jpg);
    background-repeat: no-repeat;
    width: 266px;
    height: 137px;
    border: none;
    float:left;
    padding:3px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    resize:none;
}
.keywords{
    float: left;
}
/*#message{
    font-size:14px;
    color: #808a96;
}*/
.centered{
    margin:0px auto;
    width:300px;
}
.textareatop{
    background-image: url(../images/textareatop.png);
    width:272px;
    height: 7px;
    float:left;
}
.textarearepeat{
    background-image: url(../images/textarearepeat.png);
    width:272px;
    background-repeat: repeat-y;
    }
.textbottom{
    background-image: url(../images/textareabottom.png);
    width:272px;
    height: 7px;
    float:left;
}
.textareasmalltop{
    background-image: url(../images/textareasmalltop.jpg);
    width:110px;
    height: 7px;
    float:left;
}
.textareasmallrepeat{
    background-image: url(../images/textareasmallrepeat.jpg);
    width:110px;
    background-repeat: repeat-y;
    }
.textsmallbottom{
    background-image: url(../images/textareasmallbottom.jpg);
    width:110px;
    height: 7px;
    float:left;
}
.addkwtextarea{
    border:none;
    margin-left:3px;
    margin-top: -3px;
    resize:none;
    overflow: hidden;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    }
.addkwwrapper{
float:left;
}
.breadcrumbs a, .breadcrumbs span{
    font-size: 11px;
    color:#9c9d9f;
}
.breadcrumbs a:hover{
    font-size: 11px;
    color:#9c9d9f;
    text-decoration: none;
}
#errmsg {
    color:red;
    font-size:10px;
    float:left;
}
.vieweroddrow{
    width:960px;
    float:left;
    background-color: #9c9d9f;
}
.bigwidth{
    width: 245px;
}
/*--------------------------------------------------END EDITOR VIEW KEYWORDS-------------------------------------------------------------------*/
#checkstats{
    width: 270px;
    float: left;
    margin: 5px 0 10px 10px;
}
.checkstatbox{
    width: 86px;
    margin: 2px;
    float:left;
}
.fieldlabels {
    float: right;
    margin: 0 10px 0 0;
    width: 200px;
}
.Benchmark_stat1, .Position_stat1, .Volume_stat1, .Conversion_stat1, .Allintitle_stat1, .Allinurl_stat1, .CPC_stat1, .Search_stat1{
    width: 62px;
    float:left;
    text-align: center;
    margin-left:3px;
}
.Trend_stat1{
    width:52px;
    float:left;
    text-align: center;
    margin-left:5px;
}
#infohead{
	width:100%;
	float:left;
	display:block;
	padding:5px;
	background:#D9D9D9;
	margin-bottom:10px;
}
#infohead .kwactive{
	width:750px;
	float:left;
	display:block;
}
#infohead .benchmark_stat, #infohead .position_stat{
    width: 62px;
    float:left;
    text-align: center;
    margin-left:3px;
}

#infohead .trend_stat{
    width:52px;
    float:left;
    text-align: center;
    margin-left:5px;
}

	
#graphic-button-warper{
    width: 100px;
    float:right;
}
.disabledtext{
    color:#D6D6D6;
}
/*----------------------------------------------SCROLL BAR------------------------------------------------------------------------------*/
#scrollbar1 { width: 265px; clear: both; }
#scrollbar1 .viewport { width: 240px; height: 400px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #003D5D; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }

/*----------------------------------------------SCROLL BAR------------------------------------------------------------------------------*/
/*----------------------------------------------MATRIX------------------------------------------------------------------------------*/
.matrix-input-left{
    float:left;
    background-repeat: no-repeat;
    background-image: url('../images/matrixleftinput.png');
    width: 6px;
    height: 35px;
}
.matrix-input-right{
    float:left;
    background-repeat: no-repeat;
    background-image: url('../images/matrixrightinput.png');
    width: 6px;
    height: 35px;
    margin-right: 5px;
}
.matrix-input-repeat{
    float:left;
    background-repeat: repeat-x;
    background-image: url('../images/matrixrepeatinput.png');
    height: 35px;
    width: 320px;
}
.matrix-input-repeat input{
    width:inherit;
    border:none;
    background-color: #f0f0f1;
    }
.selectkwmatrix{
    float: left;
    width: 250px;
    height: 500px;
}
.matrix-label-left{
    background-image: url('../images/martixleftlabel.png');
    float: left;
    width: 7px;
    height: 35px;
}
.matrix-label-right{
    background-image: url('../images/matrixrightlabel.png');
    float: left;
    width: 5px;
    height: 35px;
    margin-bottom: 5px;
}
.matrix-label-repeat{
    background-image: url('../images/matrixlabelrepeat.png');
    background-repeat: repeat-x;
    float: left;
    width: 260px;
    height: 35px;
}
.matrixlabeltext{
    color: #FFF;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    float: left;
}
div.btn-add-matrix {
     width: 114px;
     height: 35px;
     background-image: url('../images/btn-addtomatix.png');
     background-repeat: no-repeat;
     margin-left: 5px;
     padding: 0;
     border: 0;
     cursor: pointer;
     margin-top:10px;
     float:right;
}
div.btn-add-matrix:hover{
    background-position: 0 -35px;
}
.btn-create-matrix {
     width: 114px;
     height: 35px;
     background-image: url('../images/btn-creatematrix.png');
     background-repeat: no-repeat;
/*     margin-left: 5px;*/
     padding: 0;
     border: 0;
     cursor: pointer;
     margin-top:10px;
     float:left;
}
.btn-create-matrix:hover{
    background-position: 0 -35px;
}
.matrixkwlist{
     border: 1px solid #c4c4c4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    width:250px;
    height: 540px;
    float:left;
    background-color: #f0f0f1;
    margin-left: 50px;
}
.centercontent{
    width: auto;
    margin-left: 100px;

}
.addwordsstats{
    float:left;
    width:160px;
    margin-left:50px;
}
.matrikwlistcontent{
    margin-top:60px;
    margin-left:10px;
}
.adwordscontent{
    margin-top:48px;
}
.matrixdivideline{
    background-image: url('../images/matrixdivideline.jpg');
    height: 2px;
    width:230px;
    float:left;
    margin-top:5px;
}
.matrixdelete{
    background-image: url('../images/matrixdeleteitem.png');
    height: 10px;
    width: 10px;
    float:right;
    margin-right: 10px;
}
.fdsfs{
    margin-left:10px;
    margin-top: 5px;
    float:left;
    width:150px;
}
.kwelem{
    margin-top:10px;
}

.pdf_export_btn {
	height:40px;
	width:40px;
	display:block;
	border:none;
	background:url('../images/pdf_icon.png') no-repeat;
	cursor:pointer;
}
/*-------------------------------------------------matrix table--------------------------------------------------*/
.c110{
/*    background-color: #ffff99;*/
    background-color: #ff7374;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius:8px;
}
.c120{
    background-color: #fe605f;
}
.c130
{
/*    background-color: #ffd320;*/
    background-color: #fe3839;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius:8px;
}
.c210
{
/*    background-color: #ffff00;*/
    background-color: #fec188;
}
.c220
{
    background-color: #fdae61;
}
.c230
{
/*    background-color: #ffcc00;*/
    background-color: #fe9a38;
}
.c310
{
/*    background-color: #ffcc33;*/
    background-color: #7cd76d;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius:8px;
}
.c320
{
    background-color: #96e089;
}
.c330
{
/*    background-color: #ff6600;*/
    background-color: #b0e8a7;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius:8px;
}
.s3{
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 5px;
}
.s1{
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 5px;
}
.c1{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius:5px;
   -webkit-border-bottom-left-radius:5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #393b3f;
    text-align: center;
    color:#fff;
}
.c2{
    background-color: #393b3f;
    text-align: center;
    color:#fff;
}
.c3{
/*    border-right: 3px solid green;*/
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
   -webkit-border-top-right-radius:5px;
   -webkit-border-bottom-right-radius:5px;
    background-color: #393b3f;
    text-align: center;
    color:#fff;

/*    background-image: url('images/matrixtablelabelright.png');
    background-repeat: no-repeat;
    background-color: #393b3f;
    background-position: right;
    padding:0;
    margin:0;
    width:8px;
    height: 35px;*/
}
.matrixtable{
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    border-collapse: collapse;
    color: #666666;
    font-size: 15px;
    width: 600px;
    margin-left: 50px;
}
.matrixtoprow{
    background-color: #393b3f;
    border-collapse: separate!important;
    border-bottom: 2px solid white;
    text-align: center;
    color:#fff;
}
.matrixsiderow{
    background-color: #393b3f;
    color:#fff;
    border-left: 2px solid white;
}
.matrixcells{
    border:2px solid white;
/*    min-height:50px;*/
}
.matrixholder{
    width:600px;
    margin:30px auto;
}
.selectholder{
    margin-bottom: 40px;
    width: 350px;
}
.matrixextracttext{
    float:left;
    margin-top: 5px;
}
/*--------------------------------------------------KEYWORDS VS DOMAINS TOOL--------------------------------------------------*/
#fdiv {width:280px; float:left; height: 160px; border:1px solid #e0e0e0;margin-left:5px;padding:3px 3px 3px 8px}
#fs1 {width:600px; border:1px solid grey; height:180px; margin: 0px auto;}
#keyword_list {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 800px;
}
#keyword_list li {
  float: left;
  margin: 1px 5px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 32%;
}
#keyword_list {
  list-style: none outside none;
}
.statistic_table {
  border-collapse: collapse;
  font-size: 12px;
  width:100%;
}
.statistic_table th {
    text-align: left;
	background:#E9E9E9;
}
.statistic_table td {
}
.statistic_table caption {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
}
.best_rating, .good_rating, .avarage_rating, .bad_rating, .worst_rating {
	padding:0 5px 0 5px;
	text-align:center;
	color:#002730;
	border-top:1px solid #0F121A;
	font-weight:bold;
}
.best_rating div, .good_rating div, .avarage_rating div, .bad_rating div, .worst_rating div {
    color: #000000;
    display: block;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    border: 0 none !important;
    float: left;
    position: relative;
}
.best_rating {
    background-color: #008000 !important;
}
.good_rating {
    background-color: #FFBF00 !important;
}
.avarage_rating {
    background-color: #FF7F00;
}
.bad_rating {
    background-color: #C40233 !important;
}
.worst_rating {
    background-color: #808080 !important;
}
.sortarrow{
    float:right;
    margin-right: 120px;
}
.sortarrowhold {
  float: left;
  margin-left: -45px;
  margin-top: -5px;
}
.sortarrowholdshort {
  float: left;
  margin-left: -35px;
  margin-top: -5px;
}
.sort-btn-editorup {
    background-image: url("../images/sort-pos-asc01.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 5px;
    position: relative;
    width: 9px;
    margin-top:10px;
    border: 0 none;
}
.sort-btn-editordown {
    background-image: url("../images/sort-pos-asc02.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 5px;
    position: relative;
    width: 9px;
    margin-top:10px;
    border: 0 none;
}
.addremove {
	cursor:pointer;
}
/*--------------------------------------------------KEYWORDS VS DOMAINS TOOL--------------------------------------------------*/
/*--------------------------------------------------DASHBOARD--------------------------------------------------*/
#dashboard-cats-stats {
 position: relative;
 float: left;
 margin: 0;
 margin: 10px 0 0 105px;
}

#dashboard-cats-stats #dashboard-cats {
 position: relative;
 float: left;
 list-style: none;
 padding: 0;
 margin: 0;
}

#dashboard-cats-stats #dashboard-cats li {
 position: relative;
 float: left;
 margin: 0 3px 0 0;
 height: 40px;
 width: 192px;
}

#dashboard-cats-stats #dashboard-cats a {
 display: block;
 width: 100%;
 height: 100%;
 background-image: url('../images/btn-tabdashboard.png');
 color: #fff;
 text-decoration: none;
 line-height: 40px;
 text-align: center;
 font-weight: bold;
 text-transform: uppercase;
 position: relative;
 z-index:10;
 font-size: 14px;
}
#dashboard-cats-stats #dashboard-cats a:hover, #dashboard-cat-tab {
 background-position: 0 -40px;
 color: #393b3f!important;
}
.dashboardholder{
width:980px;
margin:0px auto;
float:left;
}
#dashboard-warper-top {
 position: relative;
 float: left;
 width: 100%;
 height: 5px;
 background-image: url(../images/dashboardholdtop.png);
 background-repeat: no-repeat;
 z-index:0;
}
.dashboardinner{
width:850px;
margin: 20px auto;
}
.dashboardrepeater {
 position: relative;
 float: left;
 width: 962px;
 background-image: url(../images/datagrams-warper-back.gif);
 background-repeat: repeat-y;
}
.dashboardrow {
  float: left;
  margin-left: 10px;
  width: 340px;
}
.positions{
    float: left;
    margin-left:10px;
    width: 25px
}
.positionsholder{
    width:315px;
    float:left;
}
.dashboardlist{
    font-size: 14px;
    margin-bottom: 10px;
    color:#595a5d;
}
 .bubbleTooltip {
   width: 200px;
   color:#000;
   font: 1em sans-serif;
   text-decoration:none;
   text-align:center;
   z-index:9999;
 }
 .bubbleTooltip span.top {
   padding: 30px 8px 0;
   background: url('../images/bubbleblue.png') no-repeat bottom;
    z-index:9999;
   
}
 .bubbleTooltip span.bottom {
   padding:15px 8px 0px;
   font-size: 12px;
   background: url('../images/bubbleblue.png') no-repeat top;
    z-index:9999;
 }
.dashboardfirstpos {
    background-image: url("../images/btn-firstpos.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    height: 22px;
    padding-top:3px;
    width: 20px;
}
abbr{
    display:block;
    width: 20px;
    height: 22px;
    text-align: center;
    cursor:pointer;
	border:none;
}
.abbrtarget {
	display:block;
	width:100%;
	cursor:pointer;
	text-align: left;
}
.btn-dashboard{
    background-repeat: no-repeat;
    float: right;
    margin-right:10px;
    border: 0;
    width: 90px;
    height: 35px;
    background-image: url('../images/btn-dashboardeditor.png');
}
.btn-dashboard:hover{
    background-position: 0 -35px;
}
.targetinput{
    background-image: url('../images/targetinput.png');
    background-repeat: no-repeat;
    width: 120px;
    height: 27px;
    border: none;
    float:left;
    margin-left:25px;
    text-align: center;
}
.targetlist{
    float: left;
    width:150px;
    margin-left:20px;
	font-size: 13px;
	display:block;
}
.dashboardseparator{
    background-image: url('../images/dashboardmenuseparator2.png');
    width: 1px;
    height: 15px;
    float:left;
/*    margin-top: 3px;*/
}

/*
.dashboardsubcats {
  float: left;
  margin-bottom: 20px;
  float:left;
  position:relative;
  overflow:hidden;
  width:100%;
 
}
/*.dashsubtab{
  border: 1px solid green;
  float: left;
  width: 120px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}
.dashsubtab a{
    font-size: 12px;
    text-decoration: none;
    color: #666;
}
ul#menudash{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	background:transparent url("images/black.jpg") repeat-x top left;
	clear:left;
    float:left;
    position:relative;
    left:50%;
    text-align:center;
}
ul#menudash li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	display:block;
    list-style:none;
    position:relative;
    right:50%;
	border-left:1px solid #393B3F;
	}
	
ul#menudash li.last {
	border-right:1px solid #393B3F;
}

ul#menudash li a{
	display:block;
	float:left;
	color:#393B3F;
	text-decoration:none;
	padding:0 20px 0 20px;
    text-align: center;
	}
ul#menudash li a:hover, ul#menudash li a.act{
        background-color: #E9E9E9;
}*/

#dashboardsubcats {
	background: url(../images/menu.png) repeat-x left -72px;
	width: 850px;
	margin: 0 auto;
	z-index:123;
	margin-bottom:20px;
}

#dashboardsubcats ul { margin: 0; padding: 0; list-style: none; }

#dashboardsubcats_r {
	background: url(../images/menu.png) no-repeat right -36px;
}

#dashboardsubcats_l {
	background: url(../images/menu.png) no-repeat left 0;
	height: 36px;
}

ul.menudash li {
	position: relative;
	float: left;
	background: url(../images/menu_li.png) no-repeat right top;
	padding: 0 3px 0 0;
}

ul.menudash li a, ul.menudash li a:link, ul.menudash li a:visited {
	float: left;
	padding: 0 10px;
	color: #666;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	font-weight: 700;
	outline: none;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}

ul.menudash li a:hover, ul.menudash li a.act {
	color: #318EBD;
	background: url(../images/menu.png) repeat-x left -108px;
}

ul.menudash li a span.arrow { 
	color: #999;
}

ul.menudash li a#first:hover, ul.menudash li a.actfirst {
	background: url(../images/home_hover.png) no-repeat left top;
	color: #318EBD;
}

ul.menudash li ul.sub {
	display: none;
	position: absolute;
	top: 36px;
	left:0;
	left: -2px;
	width: 200px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

ul.menudash li ul.sub li {
	position: relative;	
	padding: 0;
	background: none;
	z-index:123;
}

ul.menudash li ul.sub li a, ul.menudash li ul.sub li a:link, ul.menudash li ul.sub li a:visited  {
	float: none;
	display: block;
	width: 180px;
	border-bottom: 1px solid #d9d9d9;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 11px;
	background: #f8f8f8;
}

ul.menudash li ul.sub li a:hover, ul.menudash li ul.sub li a.actsub {
	color: #666;
	background: #efefef;
}

ul.menudash li ul.sub li ul.sub {
	position: absolute;
	top: -1px;
	left: 200px;
	border-top: 1px solid #d9d9d9;
}

ul.menudash li.last {
	background:none;
}

ul.menudash li input {
	float: left;
	width:155px;
	margin:8px 5px 0 10px;
	color:#666;
}

.addtargetbutton{
    background-image: url('../images/add_target.png');
    width: 10px;
    height: 10px;
    float:right;
    top:5px;
    cursor:pointer;
    position:relative;



}

.tmpinputleft{
    background-image: url('../images/tmpinputleft.png');
    width:6px;
    height: 22px;
    float:left;
    background-repeat: no-repeat;
}



.tmpinputright{
    background-image: url('../images/tmpinputright.png');
    width:6px;
    height: 22px;
    float:left;
    background-repeat: no-repeat;
}






.tmpinputrepeat{
    background-image: url('../images/tmpinputrepeat.png');
    width:600px;
    height: 22px;
    float:left;
    background-repeat: repeat-x;
}



.tmpinputrepeat input{
    margin-top:5px;
}


.dashboardtick{
    background-image: url('../images/dashboardtick.png');
    width:22px;
    height:22px;
    float:left;

    margin-left:5px;

    cursor:pointer;
}

#searchkw {
	width:120px;
}
/*--------------------------------------------------DASHBOARD--------------------------------------------------*/
/*--------------------------------------------------ALERTS-----------------------------------------------------*/
.alerts_cat_bubble {
    background:url('../images/alertsbubble.png') no-repeat;
    width:176px;
    height:31px;
    display:block;
    margin-left:-10px;
    text-transform:uppercase;
    font-weight:bold;
    line-height:25px;
    font-size:14px;
    padding-left:20px;
    color:#393b3f;
  }
.first_position_keywords {
    color:#2f8dbc;
    float:left;
    width:300px;
}
.domain_keyword_darktext {
    color:#393b3f;
    margin-top:10px;
    display:block;
    width:450px;
    float:left;
}
.alertmove{
    width:15px;
    float:left;
    margin-right: 10px;
}
.alertsmallbox{
    padding-left: 2px;
    width: 12px;
    float:left;
    font-size: 12px
}
.alertbackpad{
    background-image: url('../images/alertsback.jpg');
    width:17px;
    height: 20px;
    float:left;
    text-align: center;
    margin-right: 10px;
    padding-top: 5px;
    cursor: default;
}
.alertsdomainholder{
/*    margin-top:10px;*/
    display:block;
    width:450px;
    float:left;
}
.activealertsform {
	float:left;
	margin-top:5px;
}

.activealertsform .actradio, .activealertsform label{
	float:left;
	width:20px;
	line-height:20px;
	vertical-align:middle;
	display:table-cell;
}
/*--------------------------------------------------ALERTS-----------------------------------------------------*/
/*--------------------------------------------------THREAT DETECTION-----------------------------------------------------*/
.threat-holder{
    margin:0px auto;
    width: 650px;
}
.threat-warper-top {
    background-image: url("../images/contenttop.png");
    background-repeat: no-repeat;
    float: left;
    height: 7px;
    position: relative;
    width: 642px;
    z-index: 0;
    margin-top: -1px;
}
.threatrepeater {
    background-image: url("../images/contentrepeat.png");
    background-repeat: repeat-y;
    float: left;
    position: relative;
    width: 642px;
}
.threat-warper-bottom {
    background-image: url("../images/contentbottom.png");
    background-repeat: no-repeat;
    float: left;
    height: 5px;
    position: relative;
    width: 642px;
}
#threat-cats-stats {
  float: left;
  margin: 10px 0 0 55px;
  position: relative;
}
#threat-cats-stats #threat-cats {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
#threat-cats-stats #threat-cats li {
     position: relative;
     float: left;
     margin: 0 3px 0 0;
     height: 40px;
     width: 262px;
}

#threat-cats-stats #threat-cats a {
    background-image: url("../images/threatab.jpg");
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    z-index: 110;
}
#threat-cats-stats #threat-cats a:hover, #threat-cat-tab {
 background-position: 0 -40px;
 color: #393b3f!important;
}
.margin-center{
    width:525px;
    margin:0px auto;
}
.threatsholdleft{
    background-image: url('../images/threatsholdleft.png');
    width: 7px;
    height: 97px;
    float:left;
}
.threatsholdright{
    background-image: url('../images/threatsholdright.png');
    width: 7px;
    height: 97px;
    float:left;
}
.threatsholdrepeat{
    background-image: url('../images/threatsholdrepeat.png');
    background-repeat: repeat-x;
    height: 97px;
    width:510px;
    float:left;
}
.input37left{
    background-image: url('../images/styled-input-start.png');
    background-repeat: no-repeat;
    width: 5px;
    height: 37px;
    float:left;
}
.input37right{
    background-image: url('../images/styled-input-end.png');
    background-repeat: no-repeat;
    width: 5px;
    height: 37px;
    float:left;
}
.input37repeat{
   background-image: url('../images/styled-input-repeat.png');
   background-repeat: repeat-x;
   height: 37px;
   float:left;
   width:250px;
}
.searchthreat{
   width: 455px;
   margin:15px auto;
}
.threat-kwholder{
   margin-bottom:10px;
   width:523px;
   height: 60px;
   background-color: #f6f6f6;   
   border:1px solid #c8c8c8;
   float:left;
   -moz-border-radius-bottomleft: 8px;
   -webkit-border-bottom-left-radius:8px;
   -moz-border-radius-bottomright: 8px;
   -webkit-border-bottom-right-radius:8px;
}
.threat-sub-hold{
    margin-top:10px;
    margin-left:10px;
}
.threat-google-holder{
    float:left;
    margin-left: 10px;
}
.threatsearch{
    background-image: url('../images/threatsearch.png');
    width:70px;
    height:35px;
    margin-left:10px;
    margin-top:1px;
    cursor:pointer;
    border:none;
}
.threatadd {
    background-image: url("../images/threat-add.png");
    background-repeat: no-repeat;
    border: 0 none;
    float: right;
    height: 25px;
    width: 90px;
    margin-top: 5px;
}
.threatadd:hover{
  background-position: 0 -25px;
  cursor:pointer;
}
.threatlabeldomain{
/*  background-image: url('../images/threatlabeldomain.png');*/
  background-color: #f6f6f6;
  border:1px solid #c8c8c8;
  border-bottom: none;
  float:left;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius:8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius:8px;
  width: 523px;
  height: 27px;
  margin-top:10px;
}
.threatlabels{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 5px;
}
.ajaxloader{
    background-image: url('../images/ajax_loader_circle.gif');
    width: 16px;
    height: 16px!important;
}
.threatkwlist{
    font-size:11px;
    float:left;
    width:400px;
    margin-top: 5px;
}
.listthreat{
     margin-bottom:10px;
}
.threatdelete{
    background-image: url('../images/threatdelete.png');
    width: 24px;
    height: 24px;
    float:right;
    margin-right:5px;
}
.threatalertlabeldomain {
   width:522px;
   height: 25px;
   background-color: #E0E0E0;
   border:1px solid #c8c8c8;
   float:left;
   -moz-border-radius-bottomleft: 8px;
   -webkit-border-bottom-left-radius:8px;
   -moz-border-radius-bottomright: 8px;
   -webkit-border-bottom-right-radius:8px;
   margin-bottom: 10px;
}
.threatalerts{
    background-image: url('../images/threatalerts.jpg');
    width: 120px;
    height: 34px;
    float:right;
    margin-right: -5px;
}
.threatalerts:hover{
    background-position: 0 -34px;
    cursor: pointer;
}
.dashboardlastpos {
    background-image: url("../images/btn-lastpos1.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    height: 22px;
    padding-top:3px;
    width: 28px;    
}
/*--------------------------------------------------THREAT DETECTION-----------------------------------------------------*/



.middle-title-bubble span.datarangeform {
	float:left;
	margin-top:6px;
}

.middle-title-bubble span.datarangeform form{
	padding:0;
	margin:0;
	float:left;
}

.middle-title-bubble span.datarangeform input{
	width:70px;
	margin-left:5px;
	float:left;
}

.middle-title-bubble span.datarangeform label{
	float:left;
	margin-left:5px;
	margin-right:0;
}

.middle-title-bubble span.datarangeform .filter{
	width:50px;
	height:19px;
	background:url(../images/filterbtn.png);
	border:none;
	padding-top:3px;
	color:#fff;
	font-size:12px;
	text-align:center;
	float:left;
	cursor:pointer;
	text-decoration:none;
	margin-left:5px;
}

.middle-title-bubble span.datarangeform .filter:hover{
	background-position:0 -22px;

}