﻿.domainName
{
	font-family: "Trebuchet MS" , Verdana, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 0 0;
	font-size: 23px;
	letter-spacing: -1px;
	line-height: 23px;
}
#domainDetails
{
	padding: 5px 0 0 0;
	margin: 0px;
	line-height: 14px;
	color: #666666;
}
#domainDetails .left
{
	float: left;
	width: 110px;
	height: 18px;
}
#domainDetails .right
{
	float: right;
	width: 300px;
	height: 18px;
}
.alexa_RelatedSites
{
	width: 80px;
	height: 58px;
	
}
.relatedWebsitesDetails
{
	padding: 3px 0 0 0;
	margin: 0px;
	font-size: 11px;
	color: #666666;
}
.moreDetailsLink
{
	font-size: 12px;
	padding: 0 0 5px 20px;
	line-height: 20px;
	background: url( "../images/archive/info_16x16.gif" ) no-repeat left;
}
.external
{
	background: url( "../images/archive/externalLink.gif" ) no-repeat right top;
	padding-right: 10px;
}
#messageBox
{
	background: #79cf7d;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	margin-bottom: 15px;
}
#messageBox a
{
	color: #ffffff;
}

#alertBox
{
	background: #f27225;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	margin-bottom: 15px;
}
#alertBox a
{
	color: #ffffff;
}
.reportTitle
{
	font-family: "Trebuchet MS" , Verdana, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 10px 0;
	font-size: 23px;
	letter-spacing: -1px;
}

/*-------------------------------------------*/
/* ARCHIVE: DETAILS SECTION */
/* ------------------------------------------*/
#detailsHeader
{
	width: 100%;
	height:95px;
	background-color: #efefef;
	border-bottom: 1px solid #cccccc;
	padding-bottom:10px;
}
#detailsHeader .container
{
	padding:10px;
}

/*-------------------------------------------*/
/* WEBSITE DETAILS TABS */
/* ------------------------------------------*/
.websiteDetailsHeader
{
	padding: 0px;
	margin: 0 0 8px 0;
	font-size: 14px;
	color: #336699;
	border-bottom: 1px solid #91bad2;
}
#websiteDetailsSubNav
{
	padding: 15px 0 0 10px;
	font-size: 11px;
	font-family:Verdana;
	color: #6f6f6f;
	height:25px;
	border-bottom: 1px solid #999;
}
#websiteDetailsSubNav a
{
	/*text-decoration: underline;*/
	/*color: #6f6f6f;*/
	outline: 0;
	
	color:#666;
	text-decoration:none;
}
#websiteDetailsSubNav a:hover
{
	color:#666;
}
#websiteDetailsSubNav ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#websiteDetailsSubNav li
{
	float: left;
	margin: 2px;
	padding: 4px 6px 4px 6px;
	
	background:#e6e6e6;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-right:6px;
	padding-bottom:5px;
}
#websiteDetailsSubNav #current
{
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background: #ffffff;
	
	padding-bottom:6px;
}
#websiteDetailsSubNav #current a
{
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}


#Details_General .detailsLeft
{
	float: left;
	width: 215px;
	font-weight: bold;
	min-height: 18px;
	overflow: visible;
}
#Details_General .detailsRight
{
	float: right;
	width: 470px;
	min-height: 18px;
	overflow: visible;
}

/*-------------------------------------------*/
/* DATAGRID STYLES */
/* ------------------------------------------*/
.datagridNoHeaderFooter
{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.columnTitle
{
	color: #FFFFFF;
	text-align: left;
	border-left: solid 1px #999999;
	background-image: url(images/Datagrid_ColumnHdrBackground.gif);
	height: 18px;
	background-repeat: repeat-x;
	border-bottom: 1px solid #999999;
	background-color: #46699e;
}

.ColumnTitle a
{
	color: #FFFFFF;
	text-decoration: none;
}

.firstDatagridRow
{
	height: 22px;
	font-size: 12px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-left: 5px;
	background-color: #FFFFFF;
}

.alternateDatagridRow
{
	height: 22px;
	background-color: #EDF3FE;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.datagrid_FirstColumn
{
	border-right: 1px solid #999999;
	padding-left: 5px;
	border-left: 1px solid #999999;
}
.datagrid_FirstColumn a
{
	text-decoration: underline;
}
.datagrid_MiddleColumns
{
	border-right: 1px solid #999999;
	padding-right: 5px;
	padding-left: 5px;
}

.datagrid_MiddleColumns a
{
	text-decoration: underline;
}

.relatedSites_Col1
{
	width: 80px;
}
.relatedSites_Col2
{
	text-align: left;
	vertical-align: top;
}
.pager tr
{
	font-size:11px;	
}

.pager td{
	background-color: #EEEEEE;
	text-align: left;
	padding: 3px;
}

.pager a{
	color: black;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px dotted #CCCCCC;
}
.pager a:hover{
	color: white;
	background-color: #999999;
	border: 1px solid #666666;
}
.pager span {
	background-color: #999999;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid white;
}

/*-------------------------------------------*/
/* CONTENT RATING DETAILS */
/* ------------------------------------------*/
#aboutRatings
{
	padding-top:4px;
	width: 237px;
}
#aboutRatingsTabs
{
	float: left;
	background: url( "../images/archive/aboutRatingsTab_G2.gif" ) no-repeat;
	width: 44px;
}
#description
{
	float: right;
	background: url( "../images/archive/aboutRatingsBodyBg2.gif" ) no-repeat;
	width: 193px;
	height: 182px;
}
#description .content
{
	padding: 5px;
	font-size: 12px;
	line-height:16px;
}
.internalRecategorizationBox
{
	border:1px solid #e51e1e;
	background-color:#f5b8b8;
	text-align:center;
	padding:3px;
	margin:5px;
}
.internalRecategorizationBox a
{
	color:#000000;	
}

/*-------------------------------------------*/
/* CALENDAR */
/* ------------------------------------------*/
#calendarLayer
{
	width:100%; 
	height:262px; 	
}
#calendarLayer .container
{
	padding:17px;	
}
.calendar td
{
	
}

.calTitle
{
	font-weight: bold;
	color:#48697d;
	border-bottom:1px solid #ffffff;
}

.day
{
	width: 40px;
	cursor: pointer;
	text-align: center;
}

.dayhover
{
	width: 40px;
	cursor: pointer;
	text-align: center;
}

.dayheader
{
	width: 40px;
	text-align: center;
	font-weight: bold;
}

.othermonthday
{
	color: #6c828e;
}

.outofrangeday
{
	visibility: hidden;
}

.selectedday
{
	width: 40px;
	color: #ffffff;
	font-weight: bold;
	background:#72a6c4;
}

.calendar
{
	border-collapse: collapse;
	cursor: default;
	width: 230px;
}

.month
{
	margin:5px 5px 5px 5px;
}

.nextprev
{
	cursor: pointer;
	height: 20px;
	padding: 0px 5px 0px 5px;
}

.selector
{
	width: 14px;
	cursor: pointer;
	text-align: left;
}

/*-------------------------------------------*/
/* SUBPAGE NAVIGATION */
/* ------------------------------------------*/
#subNav #current
{
	padding-left: 16px;
	color: #ffffff;
	background: url( "../images/archive/subNavCurrentBg.gif" ) no-repeat;
}
#subNav #current a
{
	color: #ffffff;
}
#subNav ul
{
	list-style: none;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	color: #324f60;
}
#subNav li
{
	padding-left: 12px;
}
#subNav a
{
	color: #324f60;
	text-decoration: none;
}

.sidebarHr
{
	padding: 10px 0 10px 0;
}
