/* CSS Document */
p, a, li{font-size:.9em;}
td, dd{font-size:.8em;} /* added to size down table text on _accessWirelessComponents - leh 8/31/05 */



h2.pagetitle{
	text-align:center;
	color:#000099;
	font-size:1.3em;
	font-weight:bold;
	margin-top:-15px;}
.headline, h4{
	font-size:1.1em;
	font-weight:bold;
	color:#000;}
.subheadline{
	font-size:.9em;
	font-weight:bold;
	color:#000;} /* added 9/2/05 - leh test */
p.headline img{border:0;}
a{color:#000099; /* #FF8800 (orange) for EONI; try #FDD205 (gold) or #000099 (dark blue) for P1Tel */
	font-weight:bold;
	text-decoration:none;}
a:hover{color:#FDD205;}	/* #000099 = dark blue */
	
/*this list style creates checkmarks for bullets on lists*/
ul.checkmarks{
	margin:0 0 0 25px;
	padding:0;}
ul.checkmarks li{
	list-style-image: url("../images/slices/list-checkbox.gif");
	padding:0;
	margin:0;}
	
	
ul.checkmarks li a{font-size:.8em;
	text-decoration:none;}
ul.checkmarks li a:hover{color:#000099;}
/*this is for paragraphs that lead into a list*/
p.listintro{margin-bottom:0;
	padding:0;}
	
/* LEH 5/12/06: these styles are special additions for the content area */	
p.sidebar, .sidebar{
	background-color:#EAEAEA;  /*was #CCCCCC*/
	padding: 4px;
	font-size:.7em;
}
p.redbox, div.redbox {
	padding: 4px;
	border: 2px #FF0000 solid; /* was #FF8000 (orange) for EONI */
	font-size:.7em;
}
h5.captionBanner {
	padding:3px; 
	border:1px solid #666666;
	background-color:#DEEFFF; 
	width:98%;
}

/*.tableCaptionWide {
	padding:2px;
	border: 1px solid black;
	background-color:#CCCCCC;
	width:98%;
 } */
 
div#bannerDownload {
 	background-color:#000099;
	font-size:1.3em;
	font-weight:bold;
	color:#FFFFFF;
	padding:8px;
	text-align:center;
	/*width:100%;*/
}

#signupForm label{
	position:absolute;
	text-align:right; 
	margin-top: 4px; /* done to bottom-align text label with input boxes; not perfect yet; is there a better way?*/
	font-weight:bold;
	width:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
}

#signupForm input, #signupForm cfinput, #signupForm textarea, #signupForm select {
	margin-left: 110px;
	font-size:.8em;
}

#signupForm label.check, label.radio {
	position:relative;
	text-align:left;
	font-size:.8em;
}
#signupForm span.insidetext, span.insidetext {
	font-size:.7em; /* this is for the text that precedes or follows individual form input boxes */
}

#signupFormWide label{
	position:absolute;
	text-align:right; 
	margin-top: 4px; /* done to bottom-align text label with input boxes; not perfect yet; is there a better way?*/
	font-weight:bold;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
}

#signupFormWide input, #signupFormWide cfinput, #signupFormWide textarea, #signupFormWide select {
	margin-left: 210px;
	font-size:.8em;
}

#signupFormWide label.check, label.radio {
	position:relative;
	text-align:left;
	font-size:.8em;
}
#signupFormWide span.insidetext, span.insidetext {
	font-size:.7em; /* this is for the text that precedes or follows individual form input boxes */
}

.asterisk {
	color:#FDD205; /* orange = #FF8000 */
	font-size:1.3em;
	font-weight:bold;
}

.superRed {
	color:#FF0000; /* orange = #FF8000; gold = #FDD205 */
	font-size:.8em;
	font-weight:bold;
} /* used for P1Tel small superscripted asterisks and numbers */
sub, sup {
line-height: 0;
/* 
} /* added to control superscript line-height; see http://simiandesign.com/2006/04/18/superscripts-subscripts-css-and-the-line-height/ 
	used for P1Tel small superscripted asterisks and numbers */

div#bannerDownload a:hover {
	color:#CCCCCC;
}

div#genericTable th {
	font-size:.8em;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid black;
}





.cellCaption {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	text-align:left;

}

.featureBlurb {
	margin-top:70px;
}
.printthis {display:none;}

.devnotes { color:red;font-family:Verdana,Arial,Helvetica;font-size:10px;background-color:pink;padding:4px;)