/* --------------------------------------------------------------------------

	(c) 2005-2006 U.S. Robotics Corporation

	-------------------------------------------------------------------------- */

/* ----------------------------------------------

	MARGIN/WHITESPACE

*/






/* HEADINGS -------------------------- */
h1 {
	font-size: 1.5em;
	line-height: 1.7em;
	margin: 40px 0px 10px 0px;
}
	
h2 {
	line-height: 1.3em;
	margin: 40px 0px 10px 0px;
	text-transform:	none;
}
	
h3 {
	font-size: 1.1em;
	line-height: 1.9em;
	margin: 36px 0px -8px 0px;
	color: black;
	font-weight: bold;
}
	
h4 {
	font-size: 1em;
	line-height: 1.1em;
	margin: 36px 0px 10px 0px;
	color: black;
}
	
h5 {
	font-size: 1em;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	color: black;
}

h6 {
	font-size: 1em;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	color: black;
}

P
{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

OL LI
{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

/* ----------------------------------------------

	CUSTOM CLASSES

*/

/* extras ======================================== */
P#idFooter
{
/*	border-top:		1px solid gray;
	padding-top:	0.5em;
*/
	padding-left:	0.5em;

	font-size:		xx-small;
	white-space:	nowrap;
	color:			gray;
}

div.clsCenter
{
	text-align:	center;
}

span.clsKeyword
{
	font-weight: bold;
}

p span.clsKeywordFlash
{
	font-weight: bold;
	text-transform:	uppercase;
}

.clsNote
{
	border: 1px solid #ff0000;
	padding: 1em;
	margin: 1.5em 1em 1.5em 1em;
}

.clsNR
{
	padding: 1em;
	margin: 1.5em 0.5em 1.5em 0.5em;
	color: #F56D23;
}

.clsULInline
{
	margin: 1.5em 0.0em 1.5em 0.0em;
}

.clsNR span.clsKeyword
{
	color: #F56D23;
	font-weight: bold;
}

.clsOrange {
	color: #FF4D00;
}

.clsNote span.clsKeyword
{
	color: red;
	font-weight: bold;
}


.clsTVTypedValue
{
	font-family:	"Courier New", Courier, mono;
	font-size: 1.1em;
}

.clsTVBTypedValueBold
{
	font-weight: bold;
	font-family:	"Courier New", Courier, mono;
	font-size: 1em;
}

/* Notice of no JavaScript, no Internet cxn, firmware update, etc. */
.clsNotice
{
	border: 1px solid #ff0000;
	padding: 1em;
	margin: 0px auto;
	width: 60%;
	background-color: #f0f0f0;
	text-align: center;
	margin: 0px auto;
}

.clsCaution
{
	border: 1px solid #ff0000;
	padding: 1em;
	margin: 0px auto;
	background-color: #f0f0f0;
	text-align: left;
	margin: 1.5em 1em 1.5em 1em;
}

.clsFigcap 
{
	padding: 0px 0px 0px 0px;
	font-size: 8.000000pt;
	font-weight: medium;
	font-style: italic;
}



span.clsPage,
span.clsPageSection
{
	font-weight: bold;
}

p.clsFAQ
{
	font-weight: bold;
	border-top:	1px dashed #afafaf;
	padding-top: .5em;
}

p.clsAnswer,
div.clsAnswer
{
	margin-left: 5em;
	padding: 5px;

}




/* Treat neighboring borders as one. */

table {
	border-collapse: collapse;
	border: 1px solid #afafaf;
	padding: 5px;

}

table td,
table th {
	padding: 2px 5px;
	text-align: left;
}

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #ff4d00;
	text-decoration: underline;

}
		
a:hover {
	color: black;
	text-decoration: underline;
}

/* Troubleshooting and FAQs and HowTo pages with list of linked items */
p.clsQuestion a
p.clsQuestion a:link,
p.clsQuestion a:active,
p.clsQuestion a:visited
{
	color: #202080;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #202080;
	padding: 0.1em 0em;
	line-height: 145%; /* this lets IE display the border of the last item on the page */
}

p.clsQuestion a:hover
{
	color:				white;
	background-color: #202080;
	border-bottom:		0;
}

.glossref {
    color: #051C43;
	text-decoration: none;
	border-bottom: 1px dotted
}	