/* RESETS */
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, code, address, variable, form, fieldset {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
	
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { list-style: decimal; }
ul { list-style: none; }


/* GENERAL */
body {
	min-width: 960px;
	max-width: 2000px;
}

* {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	color: #FFF;
	font: normal 18px Arial, Helvetica, sans-serif;
	background-color: #666;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-bottom: 15px;
	width: 300px;
	background: url(../images/bg_h1.png) no-repeat;
}

h2 {
	color: #C00;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h3 {
	color: #C00;
	padding-bottom: 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

.hideme {
	display: none !important;
}

.showme {
	display: block !important;
}

.info {
	width: 680px;
	background-color: #EFEFEF;
	border-top: 1px solid #9CC;
	border-bottom: 1px solid #9CC;
	padding: 5px 10px;
}

.infoerror {
	width: 680px;
	background-color: #F66;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	padding: 5px 10px;
}

.infosuccess { 
	width: 680px;
	background-color: #096;
	border-top: 1px solid #063;
	border-bottom: 1px solid #063;
	padding: 5px 10px;
}

.paddedText {
	padding-left: 16px;
	display: block;
}

.greyText {
	color: #666;
}

.bg_ef {
	background-color: #EFEFEF;
}

a:link, a:visited {
	color: #069;
}

a:hover {
	color: #C00;
}

.spaceBefore {
	padding-top: 30px;
}

.biggerSpaceBefore {
	padding-top: 40px;
}

.smallerSpaceBefore {
	padding-top: 5px;
}

.statsblock {
	padding: 40px 0 10px 0;
}

.statsblockpie {
	padding: 0;
}

.statsblock strong,
.statsblockpie strong {
	display: block;
}

.statsblock table {
	width: 500px;
	margin-bottom:40px;
}

.statsblock tr.top {
	background: #F3F3F3;
}

.statsblock td {
	padding: 6px 5px;
	width: 25%;
	font: bold 13px Arial, Helvetica, sans-serif;
	border: 1px solid #B9B9B9;
}

.statsblock tr.num {
	color: #069;
}

.clearing {
	clear: both;
}

/* HEADER */
#header {
	height: 58px;
	padding: 30px;
	background: #C50000 url(../images/bg_header.png) repeat-x;
	border-bottom: 2px solid #FFF;
}

#header a {
	margin-left: 220px;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
}


/* MAIN NAV */
#mainNav {
	position: relative;
	padding-top: 7px;
	padding-bottom: 27px;
	background-color: #333;
	color: #FFF;
	border-bottom: 1px solid #CCC;
}

#mainNav span {
	margin: 7px;
}

#mainNav ul {
	position: absolute;
	left: 250px;
}

#mainNav li {
	float: left;
}

#mainNav a:link,
#mainNav a:visited {
	color: #999;
	text-decoration: none;
}

#mainNav a:hover {
	color: #09F;
	text-decoration: underline;
}

#mainNav #sBox {
	position: absolute;
	top: auto;
	right: 50px;
}

#mainNav #sBox input {
	height: 18px;
	width: 140px;
	background: #FFF url(../images/search_icon.png) no-repeat 2px 3px;
	border: 0px;
	padding-left: 20px;
}

#mainNav #sButton {
	position: absolute;
	top: auto;
	right: 15px;
}


/* MAIN CONTENT */
#mainContent {
	clear:both;
	position: relative;
	width: 100%;
}


/* SIDEBAR */
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	padding: 10px;
	padding-right: 30px;
}

#sidebar strong {
	font-size: 11px;
}

#sidebar br {
	margin-bottom: 10px;
}


/* MAIN COLUMN */
#mainColumn {
	min-height: 500px;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 15px;
}

#mainColumn .faq {
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 5px;
}


/* FOOTER */
#footer {
	width: 60%;
	margin-left: 250px;
	margin-top: 120px;
	padding-top: 5px;
	border-top: 1px solid #999;
	margin-bottom: 30px;
}

#footer a {
	margin-right: 8px;
}


/* THE RATING */
#catbox {
	width: 728px;
	margin-top: 8px;
}

#catbox a, #catbox strong, #catbox .catnum {
	font-family: bold Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#catbox .catnum {
	font-weight: normal;
}

.catline {
	float: left;
	width: 353px;
	padding: 5px;
	border-right: 1px solid #FFF;
}

.catline .catname {
	float: left;
}

.catline .catnum {
	float: right;
	padding-right: 15px;
}

.catline .catname img {
	padding-left: 5px;
	padding-right: 8px;
}

#join_now {
	display: block;
	padding: 15px 0 20px 506px;
	clear: both;
}

.subnote {
	margin-top: -12px;
}

#ratingNav {
	color: #FFF;
	background-color: #333;
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 23px;
	margin-bottom: 2px;
}

#ratingNav ul {
	padding-left: 12px;
}

#ratingNav li {
	float: left;
}

#ratingNav a:link,
#ratingNav a:visited {
	color: #999;
	text-decoration: none;
}

#ratingNav a:hover {
	color: #09F;
	text-decoration: underline;
}

#ratingNav #special {
	padding-left: 50px;
}

#ratingNav span {
	margin: 5px;
}

.ratingSpansA {
	background-color: #CCC;
	padding: 4px;
	padding-left: 10px;
}

.ratingSpansB {
	background-color: #CCC;
	padding: 4px;
}

.screenshot {
	vertical-align: bottom;
	margin-right: 5px;
}

td {
	padding: 6px 5px;
}

#refURLsPage td {
	padding: 5px;
}

td.position {
	width: 25px;
}

td.stats {
	width: 120px;
}

td.icons {
	width: 14px;
	padding: 0 10px;
}

.minus {
	color: #C00;
	font-size: 8pt;
}
.plus {
	color: #069;
	font-size: 8pt;
}

table {
	width: 100%;
}

.greyline{
	background-color: #EFEFEF;
}


/* RATING PAGINATION */
#pagesNav {
	margin-top: 20px;
}

#pagesNav li {
	width: 20px;
	float: left;
	margin: 2px;
	text-align: center;
}

#pagesNav .first {
	width: auto;
	padding-right: 5px;
}

#pagesNav .current {
	width: 18px;
	display: block;
	background: #EFEFEF;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
}

#pagesNav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #C00;
}

#pagesNav a:link,
#pagesNav a:visited {
	background: #F66;
}

#pagesNav a:hover {
	background: #C00;
}


/* SEARCH RESULTS */
#searchResults {
	margin: 40px 0 20px 0;
}

#searchResults span {
	display: block;
}

#searchResults .searchBox {
	padding: 20px;
	padding-left: 120px;
	margin-bottom: 20px;
	width: 560px;
	background: #EFEFEF url(../images/right_arrow.png) no-repeat 0 0;
}

#searchResults img {
	padding-left: 3px;
}

/* REGFORM */

#regForm h2 {
	margin: 30px 0 20px 0;
	clear: both;
}

#regForm div {
	padding: 6px;
	clear: both;
}

#regForm label {
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

#regForm label.optional {
	font-weight: normal;
}

#regForm input,
#regForm select {
	float: left;
	width: 290px;
	margin-top: -2px;
}

#regForm select {
	width: 295px;
}

#regForm input:focus {
	background: #FFC;
}

#regForm span {
	display: none;
	float: left;
	width: 220px;
	background: #FFC;
	border: 1px solid #FF9;
	padding: 2px 7px;
	margin-left: 5px;
	margin-top: -2px;
}

#regForm #forgotPass {
	position: relative;
	width: 428px;
}

#regForm #forgotPass a {
	position: absolute;
	right: 0;
	top: 0;
	clear: both;
}

#regForm br {
	margin: 15px;
}

#registerButton {
	position: relative;
	width: 428px;
}

#registerButton input {
	position: absolute;
	right: 0;
	top: 40px;
	clear: both;
	width: 110px;
}

#registerButton input:focus {
	background: #D4D0C8;
}

#regActions {
	margin-top: 50px;
	margin-left: 30px;
}

#regActions li {
	padding: 5px;
}

#welcome {
	width: 690px;
	margin-bottom: 20px;
	padding: 5px;
	background: #EFEFEF;
}

#welcome strong {
	display: block;
}

#landedFrom {
	width: 570px;
	padding: 10px;
	padding-left: 120px;
	margin-bottom: 20px;
	background: #EFEFEF url(../images/right_arrow.png) no-repeat 0 0;
}

#landedFrom span {
	display: block;
}


/* CODE */
#thanks p {
	margin-top: 40px;
}

#thanks form {
	margin-top: 20px;
}

#thanks p {
	font-weight: bold;
	margin-bottom: 10px;
}

#banners {
	width: 100%;
}

#banners br {
	display: block;
	margin-top: 50px;
}

#banners .sample {
	display: block;
	margin-bottom: 40px;
	margin-top: 10px;
	padding-left: 34px;
}

#banners .bannerblock {
	display: inline-block;
	padding: 10px;
	width: 140px;
}

#banners input.next {
	display: block;
	width: 110px;
	margin-top: 50px;
	margin-left: 34px;
}

#thecode textarea {
	margin-top: 10px;
	width: 500px;
	height: 100px;
}


/* ACCOUNT MANAGER */
#siteList {
	margin: 20px 0 20px 0;
}

#siteList span {
	display: block;
}

#siteList span.actions {
	margin-top: 10px;
}

#siteList span a {
	font: bold 12px Arial, Helvetica, sans-serif;
}

#siteList span.actions a.stats {
	text-transform: uppercase;
}

#siteList .siteBox {
	padding: 20px;
	padding-left: 120px;
	margin-bottom: 20px;
	width: 560px;
	background: #EFEFEF url(../images/right_arrow.png) no-repeat 0 10px;
}

#siteList img {
	padding-left: 3px;
}

.plusIcon {
	padding-left: 45px;
	padding-bottom: 20px;
	background: url(../images/plus_icon.png) no-repeat 0 0;
}

.settingsIcon {
	padding-left: 45px;
	padding-bottom: 20px;
	background: url(../images/settings_icon.png) no-repeat 0 0;
}

.plusIcon span, .settingsIcon span {
	display: block;
}

.plusIcon a, .settingsIcon a {
	font: bold 12px Arial, Helvetica, sans-serif;
}

.statsIcon {
	padding-left: 65px;
	padding-bottom: 20px;
	background: url(../images/stats_icon.png) no-repeat 0 0;
}

.statsIcon h3 {
	padding-top: 3px;
}

#statsBox {
	width: 680px;
	background-color: #EFEFEF;
	border-top: 1px solid #9CC;
	border-bottom: 1px solid #9CC;
	padding: 5px 10px;
	margin-top: 15px;
}

#statsBoxFix {
	width: 680px;
	background-color: #F66;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	padding: 5px 10px;
	margin-top: 15px;
}

#statsBox span, #statsBoxFix span {
	padding: 0 7px;
}

.statsPage p {
	margin: 10px 0;
}

.statsPage table {
	width: 700px;
}

.statsPage table th {
	background-color: #CCC;
	padding: 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.statsPage table th.num {
	width: 40px;
}

.statsPage table th.numSummary {
	width: 220px;
}

.statsPage table th.fields {
	width: 220px;
}

.statsPage table th.fieldsSummary {
	width: 160px;
}

.statsPage table th.refs_num {
	width: 40px;
}

.statsPage table td.two_icons {
	width: 50px;
}

.statsPage table th.refs_domain {
	width: 560px;
}

.statsPage table th.refs_count {
	width: 100px;
}

#refURLsPage {
	margin: 10px 10px 0 10px;
}

#refURLsPage table {
	width: 100%;
}

#refURLsPage table th {
	background-color: #CCC;
	padding: 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#refURLsPage table tr th.refs_num {
	width: 40px;
}

#refURLsPage table tr td.two_icons {
	width: 50px;
}

#refURLsPage table tr th.refs_count {
	width: 100px;
}



