/* $Id: style.css,v 1.10 2010/03/29 19:26:24 kdhunt Exp $ */
/* Basic Markup Styles */
*{
	padding:0px;
	margin:0px;
	}
body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	font-size: 12px;
	background: url(../images/bg-header.jpg) 0 0 repeat-x #3a4984;
	}
img { border: none; }

html>body { font-size: 11px; }

#envelope {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	}
table {
	padding: 0;
	border: 0;
	border-collapse: collapse;
	}
	caption {
		font-size: 1em;
		text-align: left;
		}
	th { font-size: 1em;
             padding: 4px;
         }
		th th { font-size: 1em; }
	td { font-size: 1em;
		 padding: 4px;
		}
		td td { font-size: 1em; }

ul { list-style: none; }
	li { font-size: 1em; }
		li li { font-size: 1em; }

hr {
	border: 0;
	height: 1px;
	background: #939393;
	margin: 15px 0;
	}

a, a:link, a:visited { color: #3259f4;  }
a:hover, a:active {  }

/* common generic classes */
.clearBoth { clear: both;  }
.display { display: block; }
.hide { display: none; }

/* debugging styles */
.debug { border: 1px solid red; }
a.missing:link, a.missing:visited { color: red; }
p.note { color: red; }
.missing {
	border: 1px solid red !important;
}

/* Accessibility Classes */
#skipNav { display: none; }

#track {
	position: absolute;
	top: 0;
	left: -1000px;
}

/* logo styles */
#logoContainer {
	width: 960px;
	height: 85px;
	position: relative;
	margin: 0 auto;
	clear: both;
}
#rp_logo {
	width: 130px;
	position: absolute;
	top: 55px;
	right: 25px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	text-align: right;
	color: #2f5ea6;
	clear: both;
}
/*
#logoContainer {
	height: 77px;
	position: relative;
	}
	#logo {
		display: block;
		position: absolute;
		top: 25px;
		left: 27px;
		}
	#rp_logo {
		display: block;
		position: absolute;
		top: 22px;
		left: 390px;
		top: 40px;
		right: 25px;
		}
*/

.contentArea {
	background: url(../images/bg-content.jpg) 0 0 repeat-x #f3f3f3;
	width: 954px;
	padding: 23px 23px;
	font-size: 12px !important;
	}

/* Design Styles for Navigation Elements */

#navigation {
	margin: 0 auto;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:url(../images/nav_bg.jpg) repeat-x;
	position: relative;
	height: 30px;
	z-index:2;
	}
* html div #navigation {
	\margin-top: -3px; /* for IE5 and IE6 in quirks mode */
	margin-top: -3px; /* for IE6 in standards mode */
}
#menuList {
	text-align:left;
	line-height:30px;
	}
ul#levelOneNavigation {
	}
ul#levelOneNavigation li {
	display:inline;
	list-style: none;
	margin:0px;
	}
ul#levelOneNavigation li a {
	color: #234686;
	text-decoration: none;
	padding:6px 20px; /*Adjusts the clickable area in the top level nav*/
	border-right:1px solid #ccc;
	line-height:30px;
	}
ul#levelOneNavigation li a:visited {
	color: #234686;
	text-decoration: none;
	}
ul#levelOneNavigation li a:hover, ul#levelOneNavigation li a:active {
	color: #000;
	text-decoration:none;
	}
ul#levelOneNavigation li a.lastNav {
	border-right: none;
}
#navigation #adminUserInfo {
color:#666666;
font-size:7.5pt;
margin:0 1px;
padding:8px;
text-align:right;
}

	ul#constants {
		position: absolute;
		right: 27px;
		margin: 0;
		padding: 0;
		}
		ul#constants li { float: left; }
			ul#constants li a {
				display: block;
				float: left;
				margin-left: 14px;
				padding: 10px 0 0 0;
				color: #3459f5;
				font-size: 1.1em;
				}
				ul#constants li a.downArrow {
					padding-right: 14px;
					background: url(../images/bg-down-arrow.gif) 100% 12px no-repeat;
					}
/* Design Styles for Content and Focus Area Elements */

/*.contentArea a { font-size: .9em; }*/
	a.learnMore {
		display: block;
		margin: 8px 0;
		}

p img.focusImage {
	float: left;
	margin: 0 12px 12px 0;
	}

.smallFocusImageWithMargin {
	position: relative;
	width: 362px;
		w\idth: 299px;
	margin-bottom: 20px;
	padding: 0 0 0 63px;
	}

	#pointSmart {
		width: 362px;
			w\idth: 232px;
		padding: 0 0 20px 130px;
		}

	.smallFocusImageWithMargin img.focusImage {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		}

.focusLinkBox {
	clear: both;
	padding: 7px 10px 10px 10px;
	text-align: center;
	background: #ededed;
	border: 1px solid #ccc;
	}

.contentArea hr {
	border: 0;
	height: 1px;
	background: #ccc;
	margin: 15px 0;
	}
	.contentArea hr.extraMargin {
		margin: 30px 0;
		}

.contentArea h1 {
	font-size: 24px;
	margin: 0 0 18px 0;
	line-height: 24px;
	}
.contentArea h2 {
	margin: 0 0 10px 0;
	line-height: 24px;
	}
.contentArea h3 {
	margin: 0 0 10px 0;
	/*line-height: 24px;*/
	}

.contentArea h4 {
	margin: 0 0 10px 0;
	padding-top: 10px;
	line-height: 24px;
	}

.contentArea p {
	margin: 15px 0 15px 0;
	}

.contentArea a {
	color: #3259f4;
	font-weight: bold;
	text-decoration: underline;
	}

.contentArea ul { margin: 0 0 15px 20px; }
	.contentArea ul li {
		margin: 0 0 5px 0;
		padding: 0 0 0 10px;
		background: url(../images/bg-bullet-large.gif) 0px 7px no-repeat;
		}

.contentArea ul.linkList, .contentArea div.leftColumn ul, .contentArea div.rightColumn ul { margin: 0 0 15px 0; }
	.contentArea div.leftColumn ul li, .contentArea div.rightColumn ul li {
		margin: 0 0 5px 0;
		padding: 0 0 0 10px;
		background: url(../images/bg-bullet.gif) 0px 7px no-repeat;
		}
		.contentArea ul.linkList li, .contentArea div.leftColumn ul.alternateBullet li, .contentArea div.rightColumn ul.alternateBullet li { background: url(../images/bg-bullet-alternate.gif) 0px 7px no-repeat; }

.contentArea ol { margin: 0 0 15px 0; }
	.contentArea ol li {
		margin: 0 0 5px 20px;
		font-weight: bold;
		color: #676767;
		}
		.contentArea ol li span {
			color: #000;
			font-weight: normal;
			}

ol.blackText li {
	color: #000 !important;
}

.contentArea ol.nonBold { margin: 0 0 15px 8px; }
	.contentArea ol.nonBold li {
		margin: 0 0 5px 20px;
		font-weight: normal;
		color: #000;
		}

.nestedTwoColumn { clear: both; }
	.nestedTwoColumn .columnOne {  }
	.nestedTwoColumn .columnTwo { float: right; }
		.nestedTwoColumn ul { margin-bottom: 20px; }


.mcafeeHelpBox {
	margin: 40px 0 15px 0;
	padding: 10px 0 12px 0;
	color: #333;
	font-size: .9em;
	text-align: center;
	border: 1px solid #e3e3e3;
	}

/* Spotlight */

	#Spotlight {
		height: auto;
		min-height: 190px;
			_height: 190px;
	}


/* Sitemap */
	#siteMap { }


/* Styled Table */
table.styledTable {
	margin: 0 0 18px 0;
	padding: 0;
	border: 1px solid #333;
	border-bottom: none;
	width: 100%;
	}

	table.styledTable th {
		background: #333;
		color: #fff;
		padding: 3px 0 3px 12px;
		font-size: 11px;
	}

	table.styledTable td {
		border-bottom: 1px solid #333;
		padding: 3px 0 3px 12px;
		font-size: 11px;
	}

	table.styledTable .altRow td {
		background: #DDDCDD;
	}


.blt_chk {background:none; font-weight:normal; color:#000000; padding: 0 0 0 10px; background: url(../images/bg-bullet.gif) 0px 7px no-repeat;}

/* Design Styles for Footer Elements */
#footer {
	background:url(../images/bg-footer.jpg) 0 0 repeat-x #3a4984;
	height: 75px;
	}
#footerNavigation {
	width: 950px;
	height: 88px;
	position: relative;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 19px;
	padding: 17px 0 0 0;
	text-align: center;
	}
#footerNavigation a {
	color: #fff;
	text-decoration: underline;
	padding: 0px;
	}
#footerNavigation a:hover {
	color: #b1ebad;
	text-decoration: underline;
	}

.contentArea div.leftColumn, .contentArea div.rightColumn { float: left; }

.smalltext {
	font-size: 11px;
}
.breadcrumbs {
	font-size: 11px;
	margin-bottom: 10px;
}
.redtext {
	color: #FF0000;
}
table.data_table, table.data_detail {
	font-size: 11px;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

table.data_table th, table.data_detail th {
	vertical-align:bottom;
	text-align:left;
	background-color:#EAEAEA;
	border: 1px solid #CCCCCC;
}
table.data_table td, table.data_detail td {
	border: 1px solid #CCCCCC;
}
table#sf.data_table tr:hover, table#sf.data_table tr.sfhover {
	background-color: #EAEAEA;
}
table.data_table th.data_title {
	background-color: #0066CC;
	border: solid 1px #0066CC;
	border-bottom: 1px solid #CCCCCC;
	color: #FFFFFF;
}
#modify_fbl a {
	text-decoration: none;
}
ul.page_tabs {
	list-style-type:none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	width: 768px;
}
ul.page_tabs li {
	position: relative;
	font-weight:bold;
	font-size: 11px;
	background-color: #F3F3F3;
	margin: 0;
	padding: 0;
	margin-right: 4px;
	border-left: 1px solid #999999;
	border-right: 2px solid #666666;
	border-top: 1px solid #999999;
	float:left;
}
ul.page_tabs li a, ul.page_tabs li a:link, ul.page_tabs li a:visited, ul.page_tabs li a:active {
	text-decoration: none;
	color: #888888;
	display: block;
	padding: 6px 5px 6px 5px;
}
ul.page_tabs li.selected {
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: -1px;
}
ul.page_tabs li:hover, ul.page_tabs li a:hover {
	color: #666666;
}
.page_tabs_results {
	width: 925px;
	padding: 10px;
	padding-top: 15px;
	border:1px solid #999999;
	background-color: #FFFFFF;
	margin: 0;
	clear:both;
	font-size: 11px;
}
.page_tabs_results table.data_table {
	background-color: #FFFFFF;
}
#fbl_history {
	overflow: auto;
	height: 275px;
}
#fbl_history table {
	font-size: 10px;
	background-color: #F1F1F1;
	border-collapse:collapse;
	border: solid 1px #CCCCCC;
}
#fbl_history table th {
	font-size: 12px;
	text-align: left;
	background-color: #CCCCCC;
}
#fbl_history table td {
	border: solid 1px #CCCCCC;
}

.callout_box {
	background-color: #EAEAEA;
	border: solid 1px #CCCCCC;
	padding: 6px;
	margin: 0 auto 0 auto;
}
.callout_box td {
	padding: 6px;
}

#table_header {
	padding-left: 1px;
}
#table_body {
	overflow: auto;
	height: 275px;
	position: relative;
	padding-left: 1px;
}
#table_body table.data_table {
	margin-top: -1px;
}
.arrow_up {
	background:url(../images/arrow_up.gif) no-repeat left;
	margin-left: 5px;
}
.arrow_down {
	background:url(../images/arrow_down.gif) no-repeat left;
	margin-left: 5px;
}
#data_loading {
	font-size: 11px;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 6px;
}
.cidr_expanded_top {
	border-bottom: none;
	background: url(../../../admin/assets/images/expanded_bg.gif) no-repeat 0 13px;
}
.cidr_expanded_mid {
	border-top: none;
	border-bottom: none;
	background: url(../../../admin/assets/images/expanded_bg.gif);
}
.cidr_expanded_bottom {
	border-top: none;
	border-bottom: none;
	background: url(../../../admin/assets/images/expanded_bg_bottom.gif) no-repeat;
}
#edit_ips_paging {
	background-color: #EAEAEA;
	margin-bottom: 10px;
	text-align: center;
	padding: 8px 0;
	border: solid 1px #CCCCCC;
}
#edit_ips_paging, #edit_ips_paging a {
	color: #CC0000;
}
#ips_warning {
	padding: 8px;
	background-color:#FFFF99;
	border: solid 1px #FF9900;
	color: #FF6600;
}
#ips_warning a {
	color: #FF6600;
}
.paging {
	padding: 5px;
	text-align:center;
	font-size:11px;
}

.paging, .paging a, .paging a:link, .paging a:visited {
	color: #990000;
}

.paging {
	margin-top: 15px;
}
.contentArea select {
	font-size: 12px;
}
blockquote {
	margin: 12px 40px;
}
#sponsored_ad {
	text-align:center;
}

#sponsored_ad .sponsored_ad_text {
	margin-bottom: 5px;
	padding: 0;
	font-size: 10px;
	color: #009;
}
.filter, .filter_right {
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:1px solid #000000;
}
.filter form, .filter_right form {
	margin: 0;
	padding: 0;
}
.filter_right {
	float: right;
}
.filter, .filter input, .filter select, .filter_right, .filter_right input, .filter_right select {
	font-size: 11px;
}
.filter form {
	margin: 0;
	padding: 0;
}
.filter div{
	width:300px;
}