/* Global Styles */

* 
{
	margin : 0px;
	padding : 0px;
}

/* TOC **/

dd
{
	margin: 5px;
}

body 
{
	background-color: #cccccc;
	text-align : center;
	font-family : tahoma, sans-serif;
	font-size : 11px;
}

p 
{
	text-align : left;
	line-height : 13px;
	font-family : tahoma, sans-serif;
	margin: 1.2em 0;
}

hr
{
	margin			: 10px 0px 10px 0px; 
	float			: left;
	width			: 100%;
	height			: 1px;
	border			: 0;
	background-color: #075B9B;
	color			: #075B9B;
}

h1
{
	font-size		: 14px;
}

/* Regular Links */

a
{
	color : #000000;
}

a:hover 
{
	color : #aaaaaa;
}

/* Contact Forms */

label 
{
	float		: left;
	width		: 140px;
	text-align	: left;
	padding-top	: 5px;
}

input, textarea 
{
	padding		: 3px;
	margin		: 3px;
	border		: 1px solid #bac5d6;
	font-family : tahoma, sans-serif;
	font-size 	: 11px;
	background	: #fff;
}

input.form_error, textarea.form_error {
	border: 1px solid #FF0000;
}

label.form_error {
	color: #FF0000;
}


div#errors {
	width: 400px;
	margin:0 auto;
}

/* Code Snippets */

pre.code
{
	padding: 10px;
	color: #000000;
	background-color: #f5f5f5;
	font-size: 10px;
	overflow:auto;
}

/* Lists */
ul
{
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}

/* Grid List */

ul.twocols
{
  float: left;
  width: 66em;
  margin: 5px;
  padding: 5px;
  list-style-type: none;
}

li.twocols
{
  float: left;
  width: 33em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li.twocols a
{
  text-decoration: none;
}

/* Tables */

table.bordered 
{
	background-color: #efefef;
}

table.bordered th
{
	color : #234662;
	text-align: left;
	background-color: #cfcfcf;
	font-size: 10px;
	padding: 4px;
}

table.bordered td
{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

table.bordered a
{
	color : #5C5C5C;
	text-decoration: none;
}

table.bordered a:hover 
{
	color : #8C8F91;
}

/* KB Article Table */
tr.kb a
{
	color : #234662;
	font-size: 12px;
	font-weight : bold;
	text-decoration: none;
}

tr.kb a:hover
{
	color : #234662;
	font-size: 12px;
	text-decoration: underline;
}

.tags a
{
	color : #234662;
	font-size: 11px;
	text-decoration: none;
}

.tags a:hover
{
	color : #234662;
	font-size: 11px;
	text-decoration: underline;
}

table.kb td
{
	padding: 5px;
	vertical-align:top;
}

/* MiddleSection */

#page_wrapper 
{
	margin : 0px auto;
	width : 1000px;
	text-align : justify;
	display : block;
	clear : both;
}

#page_leftcol 
{
	margin-left : 0px;
	width : 180px;
	float : left;
	overflow: hidden;
}

#page_rightcol
{
	margin-left : 15px;
	width:	805px;	
	float : left;
	overflow: hidden;
}

/* Spacing */

#page_spacing 
{
	border-top:5px solid #CCCCCC;
	clear:both;
	float:none;
}

/* Footer */

#page_footer 
{
	margin : 0px auto;
	width : 100%;
	height : 21px;
	background-color : #5C5E5F;
	font-size : 10px;
	color : #C8C6C6;
}

#page_footer #rights 
{
	padding-top : 3px;
	padding-left : 15px;
	float : left;
}

#page_footer #links 
{
	padding-top : 3px;
	padding-right : 10px;
	float : right;
	font-weight : bold;
}

#page_footer a 
{
	color : #E4E1E1;
	text-decoration : none;
}

#page_footer a:hover 
{
	color : #fff;
}

/* Header Styles */

#page_header 
{
	background-color: #FFFFFF;
	margin : 0px auto;
	width : 1000px;
	height : 100px;
	text-align : left;
	overflow:hidden;
}

/* Top Menu Styles */

#page_menu 
{
	text-decoration: none;
/*	font-weight : bold;*/
	font-size: 16px;
	text-align: center;
	background-color: #075B9B;
	margin : 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 1000px;
	height : 20px;
	float : none;
	clear : both;
}

#page_menu a
{
	color : #E4E1E1;
	text-decoration : none;
}

#page_menu a:hover 
{
	color : #ffffff;
}

/* Box Styles */

.box 
{
	background : #fff;
	overflow : hidden;
	display : block;
	clear : both;

}

.box h2 span 
{
	left : 13px;
	display : block;
	position : relative;
}

.boxborder 
{
	clear : both;
	float : none;
	margin-top : 13px;
	border : #A5A4A4 1px solid;
}

.line 
{
	clear : both;
	float : none;
	border-top : #A5A4A4 1px solid;
}

.boxheader 
{
	overflow : hidden;
}

.content 
{
	margin : 8px 14px 5px;
}

.wrapper 
{
	position : relative;
	margin : 0px 9px;
}

/* Read More links */

.readmore 
{
	margin : 30px 0px 5px;
	text-align : right;
	clear : both;
	float : none;
	text-decoration : none;	
}


.readmore a 
{
	font-size: 8px;
	color : #000000;
	text-decoration : none;
}

.readmore a:hover 
{
	color : #8C8F91;
	text-decoration : underline;
}

/* Left Menu */

.menu h2
{
	padding: 2px;
	font-size: 14px;
	color: #ffffff;
	background-color : #075B9B;
	border-bottom : #A2B565 1px solid;
	font-family : tahoma, sans-serif;
	font-weight: normal;

}

.menu h3 
{
	clear : both;
	margin-top : 15px;
	margin-bottom : 10px;
	color : #234662;
	font-size : 10px;
	font-weight : bold;
}

.menu a 
{
	font-size: 12px;
	color: #000000;
	text-decoration : none;
}


/* Products */

.product h2
{
	padding: 2px;
	font-size: 14px;
	color: #ffffff;
	background-color : #075B9B;
	border-bottom : #A2B565 1px solid;
	font-weight: normal;

}

.product h3 
{
	clear : both;
	margin-top : 15px;
	margin-bottom : 10px;
	color : #234662;
	font-size : 12px;
	font-weight : bold;
}

.product h4
{
	clear : both;
	margin-top : 15px;
	margin-bottom : 10px;
	color: #00005c;
	font-size : 10px;
	font-weight : bold;
}

.product td
{
	font-size: 11px;
}

