
*
{
	margin: 0;
	padding: 0;
}

body
{
	min-width: 950px;
	
	font-size: 90%;
	font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
}

a:link, a:visited
{
	color: #406c7d;
}

a:hover
{
	text-decoration: none;
}

pre
{
	font-family: "Monaco", "Consolas", "Courier New", monospace;
	
	border: 1px solid #CCCCCC;
	padding: 20px;
	
	margin-bottom: 20px;
	
	background-color: #FFFFFF;
	
	color: #565656;
}

img
{
	border: 1px solid #ACACAC;
	background-color: #FFFFFF;
	padding: 10px;
}

.imgno
{
	border: none;
	background-color: #fafbfb;
	margin-bottom: -10px;
	padding-bottom: 0px;
}

#header
{
	height: 60px;
	border-bottom: 1px solid #111111;
	
	background: url(/img/docs/docsHeaderBg.gif) left center repeat-x;
}

#header a#contact:link, #header a#contact:visited
{
	float: right;
	
	display: block;
	
	height: 40px;
	width: 120px;
	
	background-image: url(/img/docs/docsContactUsButton.png);
	background-repeat: no-repeat;
	background-position: top center;
	
	margin-top: 10px;
	margin-right: 3%;
	
	text-decoration: none;
}

#header a#contact:hover
{
	background-position: center center;
}

#header a#contact:active
{
	background-position: bottom center;
}

#header a#logo
{
	display: block;
	height: 60px;
	width: 424px;
	
	text-decoration: none;
	
	background: url(/img/docs/docsLogo.gif) left center no-repeat;
}

#header h1
{
	color: #FFFFFF;
	
	padding-left: 25px;
	padding-top: 10px;
}

#topBar
{
	height: 50px;
	
	background-color: #edf4f5;
	
	border: 1px solid #cad6d8;
	border-top: 0;
	
	margin: 0 2% 0 2%;
	
	position: relative;
	z-index: 1;
}

#topBar h1
{
	font-family: "Century Gothic", "Gill Sans", "Gill Sans MT", "Futura", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	
	font-size: 1.2em;
	
	color: #577478;
	
	line-height: 50px;
	margin-left: 20px;
}

#topBar ul#breadcrumbs li
{
	display: inline;
	
	background-color: red;
	
	margin-right: 10px;
}

#topBar ul#breadcrumbs li a:link, #topBar ul#breadcrumbs li a:visited
{	
	font-family: "Century Gothic", "Gill Sans", "Gill Sans MT", "Futura", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	
	display: block;
	float: left;
	
	padding-left: 10px;
	padding-right: 20px;
	
	line-height: 50px;	
	height: 50px;
	
	color: #577478;
	
	background: url(/img/docs/breadCrumbBg.gif) right center no-repeat;
}

#topBar ul#breadcrumbs li a:hover
{
	text-decoration: none;
}

#topBar ul#breadcrumbs li a.current
{
	text-decoration: none;
	font-weight: bold;
}

#content
{
	background-color: #fafbfb;
	
	border: 2px solid #f2f2f2;
	
	margin: -30px 1% 1% 1%;
	padding: 0 1% 1% 1%;
	
	position: relative;
	z-index: 0;
	
	padding-top: 50px;
}

#content h1
{
	display: inline-block;
		
	background-color: #cadcdf;
	border: 1px solid #a2babe;
	border-left: 0;
	
	padding: 5px 10px 5px 10px;
	
	margin-left: -1.1%;
	margin-bottom: 20px;
	
	font-family: "Century Gothic", "Gill Sans", "Gill Sans MT", "Futura", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	
	text-shadow: #eaf6f8 0 1px 1px;
	
	color: #565f60;
}

#content h2
{
	margin-bottom: 10px;
	color: #383838;
}

#content h3
{
	color: #343434;
	font-size: 1em;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#content p
{
	line-height: 1.6em;
	
	color: #515151;
	
	margin-bottom: 20px;
}

#content ul, #content ol
{
	list-style-position: inside;

	margin-bottom: 20px;
	margin-left: 20px;
	
	color: #515151;
}

#content ul li, #content ol li
{
	margin-bottom: 5px;
}

#content ul li
{
	list-style: none;
	
	background: url(/img/docs/docsBullet.gif) left 3px no-repeat;
	
	padding-left: 20px;
}

#content ol li
{
	margin-left: 4px;
}

#content .image.right
{
	margin-left: 1%;
}

#content .image p
{
	font-style: italic;
	color: #eb8d1e;
}

/* Tables */
#content table
{
	width: 100%;
	margin-bottom: 30px;
	
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	
	border-collapse: collapse;
}

#content table tr th, #content table tr td
{
	padding: 10px;
	
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #F6F6F6;
}

#content table tr th
{
	color: #454545;
	border-top: 1px solid #DDDDDD;
	text-align: left;
}

#content table tr td
{
	color: #565656;
}

#content table tr:hover
{
	background-color: #F6F6F6;
}

/*****
* ToC
******/
#content #sections .row
{
	clear: both;
	margin-bottom: 20px;
}

#content #sections .section
{
	width: 23%;
	padding: 1%;
	
	float: left;
}

#content #sections .section h2
{
	font-family: "Century Gothic", "Gill Sans", "Gill Sans MT", "Futura", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #5c5c5c;
	text-transform: uppercase;
	
	margin-bottom: 10px;
}

#content #sections .section ul 
{
	margin-left: 0;
}

#content #sections .section ul li
{
	list-style: none;
	line-height: 20px;
	
	background: url(/img/docs/docsBullet.gif) left 3px no-repeat;
	
	margin-bottom: 10px;
	padding-left: 20px;
}

#content #sections .section ul li ul
{
	margin-top: 10px;
	margin-left: 20px;
}

#content #sections .section ul li ul li
{
	font-style: italic;
	background: url(/img/docs/docsSubBullet.gif) left 3px no-repeat;
}

.right
{
	float: right;
}

.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%;
}