/* CSS Document */

.tip    { color: #646464; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; background-color: #c8c8c8; visibility: hidden; padding: 1px; position: absolute; z-index: 100; top: 20px; border: solid 1px;    }

body, td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.productname {
	font-size: 13px;
	font-weight: bold;
}
.floatleft { float:left; padding-right:5px }

.floatright { float:right; padding-left: 5px }

.subhead {
	font-weight:bold;
	font-size:14px;
	color: #2AAB6D
}

.subsubhead {
	font-weight:bold;
	font-style:italic;
	font-size:12px;
}


h2 { font-size:18px }

h1 { font-size: 24px; padding-top:20px }

h1 .sub { font-size:18px }



#bodytext { width: 650px }

li { padding-bottom: 5px }

.largecallout { 
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	padding: 10px; background-color:#FFFF99;
	border: thin solid #CC0000;
	margin: 2px;
}

a {
	color: #36A2D8;
}
#products td {
	padding-top: 3px;
	padding-bottom: 6px;
	border-top: 2px solid #ff0;
}
#toc {
	border-top: 1px solid #36A2D8;
	border-bottom: 1px solid #36A2D8;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 20px;
	}
	
	
/* FAQ */
.question {
	font-style: italic;
	font-weight: bold;
	margin-bottom: -10px;
}
.q {
	font-size: 16px;
	color: #2793D2;
}
.a {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #2AAB6D;
	}
.nobreak {
	white-space:nowrap;
	}
.mouse {
	font-size:9px;
	}