/* CORE STYLES */

/* Screen Only */
@media screen {
.noprint {display:block !important;}
.noshow {display:none !important;}
}

/* Print Only */
@media print {
.noprint {display:none !important;}
.noshow {display:block !important;}
}


html { height:100%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color:#FFFFFF;
	margin:0;
	height:100%;
	text-align: left;
	min-height:100%;
}
p, td, li { font-size: 12px; }
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
/*sup { font-size: 9px; }*/
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.25em;
}
sub {
    bottom: -0.25em;
}


form, fieldset { margin: 0; padding: 0; }
img, fieldset{ border:0}
table { border-collapse: collapse; }

/* Standard List style */
UL, OL { margin: 0 0 1em 1.5em; padding: 0;}
OL { margin-left: 2.25em; }
UL LI, OL LI { padding: 0.13em 0; }

/* Custom List style */
UL.compact { margin: 0 0 0 1.5em; padding: 0; }

a { color: #3399CC; text-decoration: none }
a:visited {	color: #3399CC; }
a:hover { color: #6699CC; }
a:active { color: #6699CC; outline: none; }
/*a, a:visited,*/ 
a:hover, a:active { text-decoration: underline; } 

.white { color: #FFFFFE; }
.orange { color: #FF6600; }
.lightorange { color: #FF9900;}
.purple { color: #660066; }
.lightpurple { color: #939; }
.blue, a.blue { color: #3399FF; }
.darkblue { color: #336699; }
.deepblue {color: #003399; }
.seablue { color: #335B71;}
.lightblue { color: #0699FF; }
.black { color: #000000; }
.metal { color: #798AA1; }
.green { color: #339933; }
.darkgreen { color: #006600 }
.lightgreen { color: #6CC918; }
.deepgreen { color: #196F00; }
.teal { color: #7BA9A8; }
.softwareblue { color: #2D5883; }
.membercenterviolet { color: #666699; }
.red {color: #FF3333; }
.gray { color: #666666;}
.gray_bold { color: #666666; font-size:14px; font-weight: bold; }
.uppercase { text-transform: uppercase; }
.titlecase { text-transform: capitalize; }
.bold {	font-weight: bold; }
.normal { font-weight: normal; }
.ppc_blue { color: #003399; }

 

.text_11, .legal_txt, .legal_txt p { font-size: 11px; }
.legal_txt, .legal_txt p { color: #999999; }
.tiny_text {font-size: 9px; color: #666666; }
.tiny_text_2 { font-size: 11px; color: #666666;}
.superscript { font-size: 11px; vertical-align: super; }

h1.imgswap { height: 22px; background-repeat: no-repeat; }
h1.imgswap span { display: none; }

.remove { display:none; }
.hide { visibility:hidden;}

.float_left { float: left; }
.float_right { float:right; }

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }

.nogap { margin: 0; padding: 0; }
.notopgap { margin-top: 0; padding-top: 0;  } 
.nobottomgap { margin-bottom: 0; padding-bottom: 0; }

/** added by tim -- fix for dotted lines on nav in firefox **/
.center { text-align: center; }
.clearboth { clear: both; margin: 0; padding: 0; width: 100%; height: 1px; }
.clear_both { clear:both; padding-top:2px; }
.clear_left { clear: left; }

/* clear fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {	display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix {	height: 1%; }
/* end clear fix */

/* body content styles */

.content_shell {
	width:945px; /* max allowed width */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.body_content {
	width:920px;  /* max body content width */
	height:100%;
	margin-left:20px;
	margin-top:14px;
	margin-right:5px;
	padding:0px;
}

.logo_area { /* image in core_img */
	width:945px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.ppc_logo { 
	float: left;
}
.biz_logo {	margin-top:20px; }

/* Body Columns */

/* column layout */
.twocolumn_col2,
.threecolumn_col3 {
	position: relative;
	float: right;
	width: 238px;
	
}
.threecolumn_col1 {
	position: relative;
	float: left;
	width: 166px;
}
.twocolumn_col1 {
	margin-right: 255px;

}
.threecolumn_col2 {
	margin-right: 261px;
	margin-left: 164px;
}

.twocolumn_col1_subcol1 {
	position: relative;
	float: left;
	width: 141px;
}
.twocolumn_col1_subcol2 {
	margin-left: 163px;
	width: 500px; 
}

* html .twocolumn_col1_subcol2 {margin-left: 155px; }

.twocolumn_col1_subcol1 .twocolumn_col1_subcol1_header,
.twocolumn_col1_subcol1 .twocolumn_col1_subcol1_body_content { 
	padding-left: 5px; 
}
.twocolumn_col1_subcol2 .twocolumn_col1_subcol2_body_content {}

/* end column layout */




/* Components B C D */

.components_bcd {
	font-size: 10px;
	color:#666666;
	font-weight:bold;
	display: table;
	height: 70px;
	#position: relative;
	overflow: hidden;
	/*border: 1px solid red;*/
}

.components_bcd_wrapper {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align:right;
}

.components_bcd_inner {
	#position: relative;
	#top: -50%;
	text-align:right;
	width:237px;
}

.components_bcd a {
	color:#666666;
	text-decoration:underline;
}

.components_bcd_img {
	padding-top: 5px;
	vertical-align: middle;
}

.trademark {
	font-size: 60%;
	vertical-align: super;
}

.overlay-container { 
	position:absolute; 
	background:#FFFFFF; 
	opacity:.5; -moz-opacity:0.5;  
	filter:alpha(opacity=50); 
	visibility:hidden;
	z-index: 990;
}

hr.gray_link {
	height:1px; 
	border:none; 
	border-top:1px solid #ccc;
}

/* Form Field and Lable */
.text_field_disabled { background-color:#999999; }
.text_field_enabled { background-color: white; }
.textFieldDisabled { 
	font-size: 11px;
	height: 12px; 
	padding: 1px 2px;
	color: #999;
	background-color: #FFF;
	border: solid 1px #CCC;
}
.textFieldEnabled {	background-color: #FFF; }

/* Yellow Alert Pop Div */
.pop_yellow_alert {  /* bg in core_img */
	position:absolute;
	left:0px;
	top:0px;
	width:310px;
	height:173px;
	z-index:900;
}
.pop_yellow_alert_content {
	padding-left: 60px;
	padding-top:35px;
	width:240px;
	height:120px;
	color: #000000;
}
.pop_yellow_alert_content a {
	color: #000000;
	text-decoration:underline;
	position:relative;
}
.pop_yellow_alert_txt {
	font-weight: bold;
	color:#CC0000;
	font-size:14px;
}
.pop_yellow_alert_cta {
	width:220px;
	text-align: right;
	position:relative;
}
.pop_yellow_alert_cta_cont {
	padding-left:20px;
	font-weight: bold;
	position:relative;
}

.row_odd { background: #EEE; }
.row_even { background: #CCC; }

/* prev viewed */
#prev_viewed {
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 236px;
	border: 1px solid #898989; border-width: 1px 0;
	margin: 0; padding: 0;
}

.prev_viewedInner {
	position: relative;
	padding: 15px 10px 10px;
	text-align: left;
	font-weight: bold; 
}
#prev_viewed .prev_viewed_close { text-align: right; }

/* Live Chat */
#live_chat_component {
	position:absolute;
	left:0px;
	top:0px;
	width: 270px;
	height:170px;
	font-size: 12px;
	color:#000;
	z-index:999;
	overflow: hidden;	
}
.live_chat_content { 	
	position: relative;
	padding: 23px 12px 15px;
	text-align: left; 
}
.live_chat_content_left { 	
	position: relative;
	float: left;
	width: 135px;
	padding-top: 5px;	
}
.live_chat_content_right {
	position: relative;
	float: left;
	width: 105px;
	padding: 15px 0 0 4px;
}

#live_chat_component .tiny_text { color: #333; }

/* IE 7 Hack */
/*
*:first-child+html .live_chat_close {
	width: 250px;
	text-align: right;
	
}
*/
.live_chat_close {	 
	padding-top: 3px;	
	text-align: right;
}
