/* everything */
body {
	background-color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border */
}

/* default element styles */
ul, ol {
	margin:10px 0 10px 30px;
}
p {
	line-height:1.5em;
	text-align:justify;
	margin-bottom:20px;
}
ul, ol, blockquote {
	font-size:1.0em;
	line-height:1.9em;
	margin-bottom:10px;
}
a {
	color:#ff6600;
	text-decoration:none;

}
a:hover {
	color:#E25C03;
	text-decoration:underline;
}


table {
	width:100%;
}
table tr th {
	background:#ff6600 url('images/nav-bg.png') repeat-x scroll 0 50%;
	padding:5px 10px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:2px;
	border:1px solid #D65600;
}
table tr td {
	padding:0 0 5px 0;
	color:#333333;
	border-bottom:1px solid #cccccc;
}
table tr.alt td {
	background-color:#EFEFEF;
}
blockquote {
	font-style:italic;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	background:#ffffff url('images/quote.png') no-repeat scroll top left;
	padding:10px 0 10px 55px;
}
code {
	font-family:"Courier New", Courier, monospace;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	display:block;
	border:1px solid #dddddd;
	padding:15px 10px;
}
h1 {
	font-size:22px;
	margin-bottom:10px;
}
h2 {
	font-size:18px;
	color:#000000;
}
h3 {
	color:#000000;
	letter-spacing:0;
	font-size:1.4em;
	margin-bottom:5px;
	padding:10px 0;
	font-weight:bold;
}

/* page wrapper */
div#wrap {
	width:980px;
	background:#ffffff url('images/header-bg.png') no-repeat scroll top left;
	margin:0 auto;
	padding:0;
}
div#header {
	padding:20px 20px;
}

/* navigation menu */
div#navigation {
	height:55px;
	background:#FF9900 url('images/nav-bg.png') repeat-x scroll bottom left;
	border-top:1px solid #D65600;
}
div#navigation ul {
	list-style:none;
	margin:0 10px; 
	padding:0;
	position:relative;
	top:0;
}
div#navigation ul li {
	display:block;
	float:left;
}
div#navigation ul li.selected {
	background:#ffffff url('/images/item-right.png') no-repeat scroll bottom right;
	position:relative;
	top:-1px;
}
div#navigation ul li a {
	display:block;
	float:left;
	color:#ffffff;
	border-bottom:none;
	height:25px;
	font-weight:bold;
	font-size:1.05em;
	padding:15px 20px 9px;
}
div#navigation ul li.selected a {
	background:transparent url('/images/item-left.png') no-repeat scroll bottom left;
	color:#ff6600;
	padding:16px 20px 9px;
}

div#content-container 
{
	background:#ffffff url('/images/body-bg.png') repeat-x scroll top left;
}

/* page content area */
div#content {
	width:100%; 
	height: 100%;
	padding-top: 20px;
	clear:both;
}

div#breadcrumbs 
{
	padding-top: 12px;
	margin-left: 25px;
	clear:left;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
}

/* columns */

div#radcolumn {
	float:left;
	width:900px;
	display: inline;
	margin:0px 0px 0px 20px;
}
div#bodycolumn {
	float:left;
	width:620px;
	display: inline;
	margin:0px 0px 0px 20px;
}
div#leftcolumn {
	float:left;
	width:160px;
	display: inline;
}
div#centercolumn {
	float:left;
	width:440px;
	display: inline;
	margin:0px 0px 0px 20px;
}
div#rightcolumn {
	float: right;
	width:300px;
	display: inline;
	margin:0px 20px 0px 20px;
}


/* main content area + page styles */
div#page {
	float:right;
	padding:10px;
	width:66%;
	color:#555555;
}
div#page h2 {
	color:#444444;
	letter-spacing:-2px;
}
div#page h3 {
	color:#FF6600;
}
div#page h5 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
	color:#333333;
}


/* sidebar + sidebar styles */
div#sidebar {
	float:left;
	width:28%;
	padding:10px;
}
div#sidebar h3 {
	background:transparent url('images/h3-bg.png') no-repeat scroll bottom left;
	color:#ff6600;
	letter-spacing:0;
	font-size:1.4em;
	margin-bottom:5px;
	padding:10px 0;
	font-weight:normal;
}
div#sidebar h3 strong {
	color:#333333;
}
div#sidebar ul {
	list-style:none;
	margin-left:0;
}
div#sidebar p.newsitem {
	font-size:0.82em;
	line-height:1.6em;
	margin-bottom:35px;
}
div#sidebar p.newsitem span {
	font-size:0.75em;
	text-transform:uppercase;
	color:#ff6600;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#sidebar p.newsitem a.read-more-link {
	font-family:Tahoma, Arial, sans-serif;
	float:right;
	color:#999999;
	border-bottom:none;
	display:block;
	letter-spacing:1px;
	font-size:0.8em;
	padding:0 0 0 17px;
	margin:10px 0;
	background:#ffffff url('images/read-more.png') no-repeat scroll 0 50%;
}
div#sidebar p.newsitem a.read-more-link:hover {
	text-decoration:underline;
}
div#sidebar ul {
	margin:0 0 0 10px;
}
div#sidebar ul li {
	padding:5px 0;
}
div#sidebar ul li a {
	border-bottom:none;
	text-decoration:underline;
}
div#sidebar ul.blocklist {
	margin:0;
}
div#sidebar ul.blocklist li {
	padding:0;
}
div#sidebar ul.blocklist li a {
	display:block;
	border:none;
	text-decoration:underline;
	color:#ff6600;
	padding:5px 10px;
}
div#sidebar ul.blocklist li.selected-item a {
	background:#ff6600 url('images/nav-bg.png') repeat-x scroll 0 50%;
	color:#ffffff;
	border:1px solid #D65600;
}

/* footer styles */
div.footer {
	clear:both;
	padding:15px 5px;
	border-top:1px solid #dbdbdb;
	width:98%;
	margin:0 auto;
}
div.footer p {
	margin:0;
	color:#999999;
}
div.footer p a {
	color:#999999;
	border-bottom:none;
	text-decoration:underline;
}

div.stay-connected-wrapper,
div.stay-connected-wraper div{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 295px;
	height: 130px;
}
div.icon{
	width: 20px;
	height: 20px;
	float: left;
	margin: 0px 10px 5px 10px;
}
div.text{
	height: 20px;
	width: 250px;
	margin: 0px 0px 5px 0px;
}
div.text a{
	color: #3d527c;
	text-decoration: none;
}
div.text a:hover{
	text-decoration: underline;
}

div.hidden
{
    display: none;
}
div.visible
{
    display: inline;
}

.clear {clear:both;}
.mt {margin-top: 10px;}
.mb {margin-bottom: 10px;}
.ml {margin-left: 10px;}
.mr {margin-right: 10px;}
.ml25 {margin-left: 25px;}

.gridpager table
{
	margin: auto;
	width: 10px;
	text-align: right;
}
.gridpager table td a
{
	font-weight: bold;
}
div#rssfeed
{
	margin-top: 0px;
}
div#rssfeed h3
{
	font-family:Arial;
	color:#000000;
	letter-spacing:0;
	font-size:1.4em;
	margin-bottom:0px;
	padding:10px 0;
	font-weight:bold;
}
div#rssfeed p.feeditem 
{
	font-family:Arial;
	font-size:1.0em;
	font-weight:normal;
	padding:0px 0 10px 0;
	border-bottom: 1px dashed #BCBCBC;
	line-height: normal;
	text-align: left;
}
div#rssfeed p.feeditem a 
{
	text-decoration: none;
	color:#ff6600;
}
div#rssfeed p.feeditem a:hover
{
	text-decoration: underline;
}
div#rssfeed p.feeditem span.byline
{
	font-size: 85%;
	font-style: italic;
}
div#rssfeed a
{
	text-decoration: none;
	color: #F60;
}
div#rssfeed a:hover
{
	text-decoration: underline;
}
li.highlight 
{
	background-color: #ffffaa;
}

/* RAD Links */

.podPageTitle {
	font-family:Arial!important;
	color:#ffffff!important;
	font-size:0.1em!important;
	font-weight:normal!important;
}
.podSectionTitle {
	font-family:Arial!important;
	color:#000000!important;
	font-size:1.4em!important;
	font-weight:bold!important;
}
a.podRelatedAdWord, a.podHeadline {
	font-family:Arial!important;
	color:#ff6600!important;
	font-size:1.0em!important;
	font-weight:bold!important;
}
.podRelatedAdLinksWidget {
	font-family:Arial!important;
	color:#ff6600!important;
	font-size:1.0em!important;
	font-weight:normal!important;
	border:0px solid #D65600;
	width:800px;
}
.podRelatedAdTitle {
	font-family:Arial!important;
	color:#ff6600!important;
	font-size:1.0em!important;
	font-weight:bold!important;
}
.podRelatedAdText {
	font-family:Arial!important;
	color:#000000!important;
	font-size:1.0em!important;
	font-weight:normal!important;
}
.podRelatedAdUrl {
	font-family:Arial!important;
	color:#000000!important;
	font-size:1.0em!important;
	font-weight:normal!important;
}

/* Chart */
    #vertgraph {                    
        width: 378px; 
        height: 207px; 
        position: relative; 
        background: url("g_backbar.gif") no-repeat; 
		font: normal 13px Arial, Helvetica, sans-serif;
    }
    #vertgraph ul { 
		list-style: none;
        width: 378px; 
        height: 207px; 
        margin: 0; 
        padding: 0; 
    }
    #vertgraph ul li {  
        position: absolute; 
        width: 18px; 
        height: 160px; 
        bottom: 34px; 
        padding: 0 !important; 
        margin: 0 !important; 
        background: url("g_colorbar3.jpg") no-repeat !important;
        text-align: center; 
        font-weight: bold; 
        color: white; 
        line-height: 2.5em;
    }

	#vertgraph li.bar1 { left: 14px; background-position: -112px bottom !important; }
	#vertgraph li.bar2 { left: 44px; background-position: -112px bottom !important; }
	#vertgraph li.bar3 { left: 74px; background-position: -112px bottom !important; }
	#vertgraph li.bar4 { left: 104px; background-position: -112px bottom !important; }
	#vertgraph li.bar5 { left: 134px; background-position: -112px bottom !important; }
	#vertgraph li.bar6 { left: 164px; background-position: -112px bottom !important; }
	#vertgraph li.bar7 { left: 194px; background-position: -112px bottom !important; }
	#vertgraph li.bar8 { left: 224px; background-position: -112px bottom !important; }
	#vertgraph li.bar9 { left: 254px; background-position: -112px bottom !important; }
	#vertgraph li.bar10 { left: 284px; background-position: -112px bottom !important; }
	#vertgraph li.bar11 { left: 314px; background-position: -112px bottom !important; }
	#vertgraph li.bar12 { left: 344px; background-position: -112px bottom !important; }
	
	#vertgraph ul li.lab1 { width: 70px; height: 25px; bottom: 4px; background: none !important; left: 318px; }
	#vertgraph ul li.lab2 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: 286px; }
	#vertgraph ul li.lab3 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: 255px; }
	#vertgraph ul li.lab4 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: 225px; }
	#vertgraph ul li.lab5 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: 195px; }
	#vertgraph ul li.lab6 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: 165px; }
	#vertgraph ul li.lab7 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: 135px; }
	#vertgraph ul li.lab8 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: 105px; }
	#vertgraph ul li.lab9 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: 75px; }
	#vertgraph ul li.lab10 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: 45px; }
	#vertgraph ul li.lab11 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: 15px; }
	#vertgraph ul li.lab12 { width: 75px; height: 25px; bottom: 4px; background: none !important; left: -15px; }

/* keyword pages */
#keyword-domain-list {}
	#keyword-domain-list div { margin-bottom: 10px; }
	#keyword-domain-list div > div {margin-bottom: auto;}
	#keyword-domain-list div.item { width: 100%; }
	#keyword-domain-list div.item div.desc {}
	#keyword-domain-list .thumbnail {float:left;width:90px;height:90px;padding-right:10px;margin-bottom:5px;}
	#keyword-domain-list .item-keywords {display:inline-block; margin: 5px 0 0 0px;}
		#keyword-domain-list .item-keywords span.keyword-list {font-style:italic;}

table#keyword-domain-table { table-layout: fixed; }
    table#keyword-domain-table thead td { border-bottom: none; }
    table#keyword-domain-table td.domain-name { overflow: hidden; }
	
/* list styles */
	ul.list-4-col
	{
		list-style: none;
		float: left;
		width: 20%;
		margin-left: 5px;
		margin-bottom: 10px;
	}
	ul.list-4-col li
	{
		margin-left: 10px;
	}
	
	ul.list-3-col
	{
		list-style: none;
		float: left;
		width: 30%;
		margin-left: 5px;
		margin-bottom: 10px;
	}

    ul.list-3-col-short
    {
	    list-style: none;
	    float: left;
	    width: 30%;
	    margin-left: 5px;
	    margin-bottom: 0px;
    }	
    
	ul.list-2-col
	{
		list-style: none;
		float: left;
		width: 43%;
		margin-left: 2px;
		margin-bottom: 10px;
	}
	
	ul.list-2-col-short
	{
		list-style: none;
		float: left;
		width: 43%;
		margin-left: 2px;
		margin-bottom: 0px;
	}

	ul.list-2-col .narrow
	{
	    width: 30%;
	}
	
	ul.wide
	{
		width: 45%;
		margin-right: 10px;
	}
table#domain-list
{
     table-layout:fixed;
}

table#domain-list td, th
{
    overflow: hidden;
}

#horiz-list {clear: both; margin: 0 auto; margin-left: 20px;}
#horiz-list ul {display: block; margin-left: 10px; list-style: none;}
#horiz-list li {float: left; width: auto!important; width: 1px; list-style: none; padding-right: 10px; color: #888;}
#horiz-list li a {display: block; border-bottom: 0; text-decoration: none; position:relative; top: 0px;}
#horiz-list li a:hover {text-decoration: underline;}

table.top-sites-list tr td 
{
	border-bottom:none;
	text-align: center;
}

table.domain-assoc-data td
{
    vertical-align: top;
    padding: 5px;
    border: 2px solid #ffffff;
}

table.domain-assoc-data thead td
{
    font-weight: bold;
}

table.domain-assoc-data.compressed td
{
    padding: 2px 10px 2px 2px;
    border: none;
}

table.domain-assoc-data.compressed td.label
{
    min-width: 120px;
}

a.top-sites-pagination
{
	padding-right: 10px;
}
a.top-sites-pagination-block
{
	padding-right: 10px;
	display: block;
}
.right-align
{
	text-align: right;
}
.big-bold
{
	font-weight:bold;
	font-size: 120%;
}
div#article
{
	margin-bottom: 10px;
}
div#article div
{
	margin-bottom: 10px;
}
div.captchaContainer
{
	margin-left: 10px;
	border-right: 1px solid #D65600;
	float: left;
	width: 320px;
}
.captcha
{
	margin-bottom: 10px;
}
.captcha img
{
	display:block;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 180px;
	height: 50px;
}
.captcha label
{
	display:block;
}

.captcha input
{
	clear: left;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.flagLink
{
	display:block;
	font-size: 85%;
	margin-top:-10px;
}
#website-pager-left
{
    float: left;
    width: 75px;
    margin: 0px;
}
#website-pager-right
{
    float: right;
    width: 75px;
    margin: 0px;
    text-align: right;
}
#website-pager-center
{
    float: left;
    width: 425px;
    margin: 0px;
}
.subNote
{
    font-size: 8pt;
}
.hidden
{
    display: none;
}
.profile-desc
{
    font-size: larger;
}
div.profile-section-desc
{
    font-size:.8em;
    color:#666666;
}
div.smallSubhead
{
    font-size: smaller;
}
div.center
{
    text-align: center;
}
.big-bold
{
	font-weight:bold;
	font-size: 120%;
}
p.blurb
{
    font-size: 120%;
    line-height: normal;
    margin-bottom: 0px;
    text-align: left;
}
p.blurb.home
{
    line-height: 1.5em;
}
div#chart-yoy, div.chart-yoy
{
    width:575px;
    text-align:center;
    /*margin-left: 25px;*/
    /*margin-right: auto;*/
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #CCC;
    letter-spacing: .1em;
    background-color:#e5e5e5;
    border-top: 1px groove #7ebbe4;
    border-bottom: 1px groove #4c93c2;
    padding:3px 0 3px 0;
}

input[type="text"].search-box
{
border: solid 1px #85b1de;
height:20px;
width:335px;
font-size:16px;
padding:3px;
border:1px solid #D65600;
margin:0px 0px 0px 2px;
}

button[type="submit"].search-button, input[type="submit"].search-button
{
height:30px;
width:110px;
margin:0px 0px 0px 10px;
font-size:17px;
}

input[type="text"].search-box-home
{
border: solid 1px #85b1de;
height:27px;
width:425px;
font-size:21px;
padding:6px;
border:1px solid #D65600;
margin:20px 0px 0px 2px;
vertical-align: middle;
}

input[type="submit"].search-button-home
{
height:40px;
width:147px;
margin:20px 0px 0px 10px;
font-size:23px;
vertical-align: middle;
}

iframe.statusList
{
    border:none;
    width:550px;
}