/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 114%;
	color: #31519C;
	padding-top: 10px;
	padding-left: 10px;
}

h3{
 font-size: 12pt;
 font-weight:bold;
 color:#344E9B;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 30px;
	background-color: #FFFFFF;
	width: 900px;
}

#content{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-left: 20px;
	width: 780px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


/*************** #pageName styles **************/

#pageName{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #31468C;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 60%;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 180px;
	margin-left: 30px;
	width: 720px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	color: #999999;
}


/************** .feature styles ***************/

.feature{
	padding-left: 10px;
	width: 340px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 5px;
	margin-top: 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	display: block;
	width: 695px;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 5px;
}

.story p{
	padding: 0px 10px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	width: 880px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-left: 30px;
	position: absolute;
	top: 890px;
	left: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 925px;
	position: absolute;
}


/************** #headlines styles **************/

#headlines{
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 685px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/*************** Right column *******************/
#rightcolumn {
	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 700px;
	position: absolute;
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
}
body {
	background-image: url(../images/backgroundslash.png);
}
.glossymenu{
	padding: 0;
	width: 160px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.glossymenu a.menuitem{
	background: black url(../images/glossyback.gif) repeat-x bottom left;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.glossymenu div.submenu ul li a:hover{
	color: black;
	background-color: #CCCCCC;
}
.featureright {
	width: 340px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}
.feature p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #666666;
}
.featureright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #666666;
}
.featureright2 {
	width: 340px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 20px;
	padding-right: 5px;
	padding-left: 10px;
}
.featureright2 p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #666666;
}
.feature2 {
	padding-left: 10px;
	width: 340px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 20px;
	margin-left: 5px;
}
.feature2 p {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #666666;
}
.partnumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.pricing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #2F4286;
	padding-top: 5px;
	padding-bottom: 5px;
}
.modulespecs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.modulelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.featurelong {
	padding-left: 10px;
	width: 690px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	margin-top: 10px;
}
.featurelong2 {
	padding-left: 10px;
	width: 925px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	margin-top: 10px;
}
#siteInfo2 {

	clear: both;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	width: 880px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-left: 30px;
	position: absolute;
	top: 1115px;
}
#siteInfo2 img {

	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#sectionLinks2 {
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	position: absolute;
	height: 700px;
}
.modulespecsdetails {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 5px;
}
#siteInfo3 {
	clear: both;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	width: 880px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-left: 30px;
	position: absolute;
	top: 1790px;
	left: 0px;
}
#siteInfo3 img {


	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo7 {
	clear: both;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	width: 880px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-left: 30px;
	position: absolute;
	top: 1980px;
	left: 0px;
}
#siteInfo7 img {


	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#rightcolumn2 {

	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 925px;
	position: absolute;
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
}

#rightcolumn3 {

	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 1600px;
	position: absolute;
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
}
#rightcolumn6 {


	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 1800px;
	position: absolute;
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
}
#rightcolumn7{


	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 2100px;
	position: absolute;
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
}
#sectionLinks3 {


	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 1600px;
	position: absolute;
}

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
.mainclicksoftware {
	position: absolute;
}
#siteInfo4 {
	clear: both;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	width: 880px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-left: 30px;
	position: absolute;
	top: 1460px;
	left: 0px;
}
#siteInfo4 img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#rightcolumn4 {
	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 1000px;
	position: absolute;
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
}
#sectionLinks4 {
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 1000px;
	position: absolute;
}
.featurefull {
	padding-left: 10px;
	width: 660px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 5px;
	margin-top: 10px;
}
#rightcolumn5 {
	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 1270px;
	position: absolute;
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
}
#rightcolumn5long {
	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 1800px;
	position: absolute;
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
}
#rightcolumn5x {
	width: 725px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 1270px;
	position: absolute;
	margin-left: 195px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
	top: 194px;
}
#rightcolumn6 {
	width: 1025px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 1500px;
	position: absolute;
	margin-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-position: center;
	left: 58px;
	top: 87;
}
#sectionLinks5 {
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 1270px;
	position: absolute;
}
#sectionLinks7 {
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 1800px;
	position: absolute;
}
#sectionLinks8 {
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 2100px;
	position: absolute;
}
#siteInfo5 {
	clear: both;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	width: 880px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-left: 30px;
	position: absolute;
	top: 1190px;
}
#siteInfo5 img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }
.floatingrectangle {
	border: medium solid #344e9a;
	position: absolute;
	height: 14px;
	width: 165px;
	top: 1245px;
	right: 915px;
	left: 240px;
	clip: inherit;
}
.floatingrectangle2 {
	border: medium solid #344e9a;
	position: absolute;
	height: 14px;
	width: 165px;
	top: 1245px;
	right: 915px;
	left: 240px;
}
.floatingrectangle3 {
	border: medium solid #344e9a;
	position: absolute;
	height: 18px;
	width: 18px;
	top: 1245px;
	right: 915px;
	left: 240px;
}
.floatingrectangle4 {
	border: medium solid #344e9a;
	position: absolute;
	height: 56px;
	width: 152px;
	top: 1245px;
	right: 915px;
	left: 240px;
}
.floatingbutton {
	border: medium solid #344e9a;
	position: absolute;
	height: 14px;
	width: 40px;
	top: 1245px;
	right: 915px;
	left: 240px;
	background-color: #0000FF;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
#siteInfo6 {

	clear: both;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	width: 880px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-left: 30px;
	position: absolute;
	top: 1300px;
}
#siteInfo6 img {

	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo8{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	width: 880px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-left: 30px;
	position: absolute;
	top: 2250px;
	left: 0px;
}
#siteInfo8 img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
.divcolumnsTitle{
	padding-top:12px; 
	padding-bottom:2px; 
	float:left; 
	background-color:#FFFFFF; 
	width:73px;
}
.divcolumnsPS{
	padding-top:12px; 
	padding-bottom:2px; 
	float:left; 
	background-color:#F5F5F5; 
	width:73px;
}
.divcolumnsCPU{
	padding-top:12px; 
	padding-bottom:2px; 
	float:left; 
	background-color:#F5F5FF;
	width:110px;
}
.divcolumnsOdd{
	padding-top:12px; 
	padding-bottom:2px; 
	float:left; 
	background-color:#F5F5F5;
	width:56px; 
	display:none;
}
.divcolumnsEven{
	padding-top:12px; 
	padding-bottom:2px; 
	float:left; 
	background-color:#F5F5FF;
	width:56px; 
	display:none;
}
.imgheight{
	height:192px;
}

.chartHead1{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding-top:10px;
	font-size: 8pt;
	color: #000000;
}
.chartData1{
	font-family: Arial,sans-serif;
	margin: 0px;
	font-size: 8pt;
	font-weight:bold;
	color:#344E9B;
	height:25px;
	border-style: solid;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom-width: 1px;
	padding-top: 10px;
}
.chartData2{
	font-family: Arial,sans-serif;
	margin: 0px;
	font-size: 7pt;
	color: #334d55;
	height:60px;
	padding-top:5px; 
	vertical-align:text-top;
	border-style: solid;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom-width: 1px;
}
.chartData3{
	font-family: Arial,sans-serif;
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	height:25px; 
	padding-top:5px; 
	vertical-align:top;
	border-style: solid;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom-width: 1px;
}
.chartData4{
	font-family: Arial,sans-serif;
	margin: 0px;
	font-size: 7pt;
	font-weight: normal;
	color: #333333;
	height:25px; 
	padding-top:5px; 
	vertical-align:top;
	border-style: solid;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom-width: 1px;
}
.totalData1{
	font-family: Arial,sans-serif;
	margin: 0px;
	float:left;	
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	height:20px; 
	padding-top:5px;
	padding-left:20px; 
 	padding-right:10px; 
	vertical-align:top;
	border-style: double;
	border-left:none;
	border-right:none;
	border-top-width:medium;
	border-bottom-width: medium;
	background-color:#F5F5F5;
}
.totalData2{
	font-family: Arial,sans-serif;
	margin: 0px;
	float:left;	
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	height:20px; 
	padding-top:5px;
	padding-left:10px; 
 	padding-right:40px; 
	vertical-align:top;
	border-style: double;
	border-left:none;
	border-right:none;
	border-top-width:medium;
	border-bottom-width: medium;
	background-color:#F5F5F5;
}
.floatingBox1{
	font-family: Arial,sans-serif;
	font-size: 18px;	
	line-height: 1.66;
	margin: 0px;
	padding: 0px;
}
.floatingBox2{
	font-family: Arial,sans-serif;
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	padding-top: 0px;
}
.floatingBox3{
	font-family: Arial,sans-serif;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
	padding-bottom: 4px;
}
