/* CSS Document */

body {
	background-color: #666666;
	margin-top: 8px;
	margin-left: 5px;
}

form {
	margin: 0;
}

select {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	background-color: #EFEFEF;
}

input.formButton {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3399FF;
	padding: 4px;
	border: 0;
	margin: 0;
	cursor: pointer;
}

input.formRadio {
	margin-bottom: -3px;
}
input.formCheckbox {
	margin-bottom: -1px;
}

input.formText {
	border: #CCCCCC 1px solid;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	margin: 0;
	height: 14px;
}

select.formSelect {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
}

p {
	margin: 0 0 8px 0;
}

a {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:active {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
a:visited:hover {
	color: #3399FF;
	text-decoration: underline;
}

img.imgAlignLeft {
	padding: 0px 8px 8px 0px;
}
img.imgAlignRight {
	padding: 0px 0px 8px 8px;
}
.shadowRight {
	background-image: url(../images/global_fram_rt.jpg);
	background-repeat: repeat-y;
	width: 3px;
}

.shadowBottom {
	background-image: url(../images/global_fram_btm.jpg);
	background-repeat: repeat-x;
	height: 2px;
}

.headTop {
	background-image: url(../images/global_head_bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	border-top: #FFFFFF 5px solid;
	border-right: #FFFFFF 5px solid;
	border-left: #FFFFFF 5px solid;
	font-family: verdana;
	font-size: 9px;
	color: #333333;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 7px;
}
.headTop a:link {
	color: #333333;
	text-decoration: none;
}
.headTop a:visited {
	color: #333333;
	text-decoration: none;
}
.headTop a:active {
	color: #333333;
	text-decoration: none;
}
.headTop a:hover {
	color: #333333;
	text-decoration: underline;
}
.headTop a:visited:hover {
	color: #333333;
	text-decoration: underline;
}

.headLogos {
	background-image: url(../images/global_head_bg_btm.jpg);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	height: 47px;
	border-right: #FFFFFF 5px solid;
	border-left: #FFFFFF 5px solid;
}

.hnav {
	border-right: #FFFFFF 5px solid;
	border-left: #FFFFFF 5px solid;
	border-bottom: #FFFFFF 1px solid;
}

.breadcrumb {
	background-image: url(../images/global_misc_bc_bg.jpg);
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: #FFFFFF 1px solid;
}

.breadcrumb .breadcrumbVdiv {
	color: #000000;
}

.breadcrumb a:link {
	color: #3399FF;
	text-decoration: none;
}
.breadcrumb a:visited {
	color: #3399FF;
	text-decoration: none;
}
.breadcrumb a:active {
	color: #3399FF;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.breadcrumb a:visited:hover {
	color: #3399FF;
	text-decoration: underline;
}



.footText {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 4px;
	line-height: 1.4em;
}
.footText a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footText a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.footText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footText a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Body Area */

.bodyWrapper {
	border-right: #FFFFFF 5px solid;
	border-left: #FFFFFF 5px solid;
	background-color: #FFFFFF;
}

.bodyHead {
	border-top: #3399FF 1px solid;
	border-bottom: #3399FF 1px solid;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

.bodyHeadText {
	background-image: url(../images/global_misc_head_bg.jpg);
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.bodyHeadTextTall {
	background-image: url(../images/global_misc_head_tall_bg.jpg);
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 12px;
	padding-top: 17px;
	padding-right: 40px;
}

.bodyHeadTextWide {
	background-image: url(../images/global_misc_head_wide_bg.jpg);
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 17px;
	padding-right: 345px;
}

.bodyHeadTextHead {
	font-family: arial;
	font-size: 24px;
	color: #FFFFFF;
}

.bodyButtons {
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}

.bodyContent {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding-left: 115px;
	padding-right: 67px;
	padding-bottom: 12px;
}
.bodyContentGeneral {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding: 18px 87px 18px 115px;
}

.bodyContentForm {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding: 4px 14px 2px 115px;
}

.bodyContentTable {
	margin-top: 1.3em;
	border-bottom: #E6E6E6 7px solid;
}
.bodyContentTableHead {
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	background-color: #3399FF;
	border-bottom: #E6E6E6 7px solid;
}
.bodyContentTableLeft {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding: 5px 10px 5px 10px;
	background-color: #E6E6E6;
}
.bodyContentTableCell {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding: 5px 10px 5px 10px;
	background-color: #E6E6E6;
	border-left: #FFFFFF 1px solid;
}

.bodyPagingTop {
	padding-left: 115px;
	clear: both;
	height: 23px;
}
.bodyPagingBottom {
	padding-left: 100px;
	margin-top: 0px;
	clear: both;
	height: 30px;
}
.bodyPagingForm {
	float: left;
	padding: 3px 3px 8px 3px;
}
.bodyPaging {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	text-align: right;
	float: right;
	padding-top: 6px;
}
.bodyPagingResults {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	text-align: left;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight:bold
}
.bodyPaging a:link {
	color: #3399FF;
	text-decoration: none;
}
.bodyPaging a:visited {
	color: #3399FF;
	text-decoration: none;
}
.bodyPaging a:active {
	color: #3399FF;
	text-decoration: none;
}
.bodyPaging a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.bodyPaging a:visited:hover {
	color: #3399FF;
	text-decoration: underline;
}

.bodyHbar {
	border-top: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;
}

.bodyBottom {
	margin-top: 0px;
	clear: both;
	height: 18px;
}

/* List Series */

.listWrapper {
	border: #CCCCCC 1px solid;
	padding-left: 103px;
	clear: both;
}

.listHdiv {
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	height: 5px;
}

/* List Series -- Solutions */

.listSoImage {
	border-left: #CCCCCC 1px solid;
	padding: 17px 14px 44px 17px;
}
.listSoText {
	padding: 12px 120px 15px 0px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
.listSoTextHead {
	font-family: verdana;
	font-size: 18px;
	color: #3399FF;
	margin-bottom: 8px;
}
.listSoText a:link {
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;
}
.listSoText a:visited {
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;
}
.listSoText a:active {
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;
}
.listSoText a:hover {
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline;
}
.listSoText a:visited:hover {
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline;
}
.listSoTextLinks {
	margin-top: 14px;
	clear: both;
}

/* List Series -- Products */

.listPrImage {
	border-left: #CCCCCC 1px solid;
	padding: 24px 14px 49px 9px;
}
.listPrImageWrap {
	border: #CCCCCC 3px solid;
	width: 152px;
}
.listPrImageBrand {
	border-top: #CCCCCC 1px solid;
}
.listPrText {
	padding: 24px 23px 15px 0px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
.listPrTextHead {
	font-family: verdana;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 3px;
	padding-right: 60px;
}
.listPrTextDetails {
	clear: both;
	padding-top: 10px;
	margin: 0;
}
.listPrTextDetailsItems {
	float: left;
	width: 185px;
	padding-right: 30px;
}
.listPrTextDetailsItems ul {
	list-style: none;
	margin: 0px;
	text-indent: -10px;
	padding: 0px 0px 0px 11px;
}
.listPrTextMSRP {
	clear: both;
	font-weight: bold;
	padding-top: 10px;
}
.listPrTextLinks {
	margin-top: 14px;
	clear: both;
}
.listPrText a:link {
	color: #3399FF;
	text-decoration: none;
}
.listPrText a:visited {
	color: #3399FF;
	text-decoration: none;
}
.listPrText a:active {
	color: #3399FF;
	text-decoration: none;
}
.listPrText a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.listPrText a:visited:hover {
	color: #3399FF;
	text-decoration: underline;
}
.listPrTextLearnMore {
	clear: both;
	padding-left: 215px;
	padding-top: 10px;
}

/* Solutions Landing */

.soMain {
	padding-right: 3px;
	padding-left: 117px;
	padding-bottom: 10px;
}
.soMainText {
	padding-right: 11px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding-top: 8px;
}
.soMainHead {
	font-family: arial;
	font-size: 24px;
	color: #333333;
}
.soMainSep {
	background-color: #999999;
	height: 5px;
	margin-top: 2px;
}
.soMainHDiv {
	background-image: url(../images/global_dots_h_grey.jpg);
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.soMainText ul {
	list-style: none;
	margin: 0;
	padding: 3px 0px 8px 14px;
	text-indent: -14px;
}
.soMainText ul li {
	margin-bottom: 10px;
}
.soMainButton {
	padding: 0px 0px 10px 14px;
}
.soMainButton a {
	display: block;
	font-weight: bold;
	padding-top: 6px;
}
.soMainButton a:link {
	color: #3399FF;
	text-decoration: none;
}
.soMainButton a:visited {
	color: #3399FF;
	text-decoration: none;
}
.soMainButton a:active {
	color: #3399FF;
	text-decoration: none;
}
.soMainButton a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.soMainButton a:visited:hover {
	color: #3399FF;
	text-decoration: underline;
}

.soFeatured {
	background-color: #EDEDED;
}
.soFeaturedHead {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.soFeaturedText {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	background-color: #F6F6F6;
	padding: 35px 38px 10px 10px;
}
.soFeaturedSubHead {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3399FF;
	padding: 2px 10px 2px 10px;
}
.soFeaturedItem {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	clear: both;
}
.soFeaturedItemImage {
	/*float: left;*/
	padding: 5px 10px 5px 10px;
}
.soFeaturedItemText {
	/*float: left;*/
	padding: 13px 0px 5px 0px;
	width: 150px;
}
.soFeaturedItemHDiv {
	/*clear: both;*/
	background-image: url(../images/global_dots_h_blue.jpg);
	height: 1px;
}
.soFeaturedItemView {
	/*float: left;*/
	padding-top: 2px;
	padding-left: 10px;
}
.soFeaturedItemView a:link {
	color: #3399FF;
	text-decoration: none;
}
.soFeaturedItemView a:visited {
	color: #3399FF;
	text-decoration: none;
}
.soFeaturedItemView a:active {
	color: #3399FF;
	text-decoration: none;
}
.soFeaturedItemView a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.soFeaturedItemView a:visited:hover {
	color: #3399FF;
	text-decoration: underline;
}
.soFeaturedItemLearn {
	/*float: right;*/
	padding: 2px 4px 2px 0px;
}
.soFeaturedItemSep {
	/*clear: both;*/
	border-top: #3399FF 2px solid;
	background-color: #F6F6F6;
	height: 7px;
}

/* Community */
.comFeaturedSubHead {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3399FF;
	padding: 2px 0px 2px 10px;
	width:260px;
}
.comFeaturedItemText {
	/*float: left;*/
	padding: 13px 10px 5px 10px;
	vertical-align:top;
}
.comFeaturedItem {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	/*clear: both; */
}
.comFeaturedItemHDiv {
	/*clear: both;*/
	background-image: url(../images/global_dots_h_blue.jpg);
	height: 1px;
}
.comFeaturedItemLearn {
	/*float: right;*/
	padding: 2px 4px 2px 165px;
}
.comFeaturedItemSep {
	/*clear: both;*/
	border-top: #3399FF 2px solid;
	background-color: #F6F6F6;
	height: 7px;
}
.comRighColumn {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding-right: 5px;
	padding-left: 10px;
	border-left: #CCCCCC 1px solid;
}
.comFeatured {
	background-color: #EDEDED;
}
.comFormMain {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding-right: 20px;
	padding-left: 117px;
	padding-bottom: 10px;
}
.comFeaturedItemImage {
	/*float: left;
	padding: 5px 10px 5px 10px;*/
	padding: 13px 0px 5px 10px;
	vertical-align:top;
}



/* Home Page */

.hmTop {
	border-left: #FFFFFF 5px solid;
	border-right: #FFFFFF 5px solid;
	border-bottom: #FFFFFF 1px solid;
	background-color: #FFFFFF;
}
.hmMain {
	border-left: #FFFFFF 5px solid;
	border-right: #FFFFFF 3px solid;
	background-color: #F8F8F8;
}
.hmMainImage {
	border-bottom: #FFFFFF 1px solid;
}
.hmMainText {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding: 10px 14px 14px 14px;
}
.hmMainTextList {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	clear: both;
	margin-left: 14px;
}
.hmMainTextListItem {
	float: left;
	color: #333333;
	padding: 0px 20px 2px 28px;
	text-indent: -10px;
	width: 200px;
}
.hmMainTextList img {
	padding-top: 18px;
	padding-bottom: 18px;
}

.hmFeat {
	border-right: #FFFFFF 5px solid;
	background-color: #FFFFFF;
}
.hmFeatBox {
	padding: 10px 20px 10px 21px;
}
.hmFeatBoxHead {
	padding-bottom: 8px;
	font-family: arial;
	font-size: 10px;
	color: #333333;
}	
.hmFeatBoxText {
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: verdana;
	font-size: 10px;
	color: #333333;
}	

.hmBottom {
	border-left: #FFFFFF 5px solid;
	border-right: #FFFFFF 5px solid;
	padding-top: 2px;
	padding-bottom: 13px;
	background-color: #FFFFFF;
}

/* Products Landing */

.prLandWrap {
	margin-left: 104px;
	border: #CCCCCC 1px solid;
}

.prFeat {
	background-color: #D6D6D6;
	border: #FFFFFF 3px solid;
}
.prFeatHDiv {
	background-image: url(../images/global_dots_h_grey.jpg);
	height: 1px;
	border-top: #FFFFFF 3px solid;
	border-bottom: #FFFFFF 3px solid;
	margin-left: -3px;
	margin-right: -3px;
}
.prFeatWrap {
	background-color: #FFFFFF;
}
.prMain {
	background-color: #FFFFFF;
	padding: 3px;
	border-left: #CCCCCC 1px solid;
}

.prLandText {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	padding: 5px 8px 10px 5px;
}
.prLandText img {
	margin-top: 8px;
}

.prMainBoxLeft {
	width: 179px;
	/*float: left; */
	margin-right: 5px;
	margin-bottom: 12px;
}
.prMainBoxRight {
	width: 179px;
	/*float: left; */
	margin-bottom: 12px;
}

.prMainSubHead {
	margin-bottom: 3px;
}

.prMainImageWrap {
	border: #CCCCCC 3px solid;
}

/* Forms */

.formHead {
	font-family: arial;
	font-size: 18px;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 12px;
}
.formMain {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding-right: 30px;
}

.formFieldName {
	float:left;
	text-align: right;
	width: 100px;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-right: 10px;
}
.formFieldNameLeft {
	float:left;
	text-align: left;
	width: 100px;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-right: 10px;
}
.formFieldBox {
	float:left;
	text-align: left;
	width: 200px;
	margin-bottom: 5px;
}
.formFieldBoxLeft {
	float:left;
	text-align: left;
	width: 170px;
	margin-bottom: 5px;
}
.formDetails {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding-right: 14px;
	padding-left: 10px;
	border-left: #CCCCCC 1px solid;
}
.formSubHead {
	clear: both;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	padding-top: 30px;
}
.formMain ul {
	list-style: none;
	margin: 0;
	padding: 3px 0px 8px 14px;
	text-indent: -14px;
}
.formMain ul li {
	margin-bottom: 1px;
	line-height: 1.6em;
}

.formMainButton {
	padding: 14px 0px 10px 0px;
}
.formMainButton a {
	display: block;
	font-weight: bold;
	padding-top: 6px;
}
.formMainButton a:link {
	color: #3399FF;
	text-decoration: none;
}
.formMainButton a:visited {
	color: #3399FF;
	text-decoration: none;
}
.formMainButton a:active {
	color: #3399FF;
	text-decoration: none;
}
.formMainButton a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.formMainButton a:visited:hover {
	color: #3399FF;
	text-decoration: underline;
}
.formFieldWide {
	clear: both;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 4px;
}

.formFieldRight {
	text-align: right;
}

.formIntro {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}
.formDetailsHead {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	/*color: #3399FF;*/
	color: #000000;
	border-bottom: #666666 1px solid;
	padding-bottom: 4px;
	margin-bottom: 6px;
	width: 301px;
}
.formDisclaim {
	font-family: verdana;
	font-size: 9px;
	color: #333333;
}
.formRequired {
	font-family: verdana;
	font-size: 9px;
	color: #FF0000;
	float:left;
	text-align: left;
	margin-bottom: 5px;
}
.formFieldNameLeftInvalid {
	float:left;
	text-align: left;
	width: 100px;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-right: 10px;
	color: #FF0000;
}