/* 
RESET ALL BROWSER STLYES 
Version 54, 7/2/2010
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
blockquote, q {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, georgia, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	margin:16px 50px;
	margin-bottom:40px;
	quotes:none;
	text-align:center;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
NATIVE ELEMENT STYLES
*/

body {
	font-family: Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #5f4d89;
}
a:hover {
	color: #9fc237;
	text-decoration: none;
}
p {
	font-size: 13px;
	color: #424242;
	line-height: 17px;
	margin-bottom: 10px;
	margin-right: 24px;
}
h1 {
	color: #5f4d89;
	font-size: 18px;
	margin-bottom: 14px;
}
h2 {
	color: #5f4d89;
	font-size: 14px;
	margin-bottom: 4px;
}
h3 {
	color: #9fc237;
	font-size: 13px;
	margin-bottom: 4px;
}
h4 {
	color: #5f4d89;
	font-size: 13px;
}
h5{
	color: #9fc237;
	font-size: 12px;
}
/* LAYOUT STRUCTURE */


#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	position: relative;
}
#branding {
	margin-top: 20px;
	float: left;
}
#tertiaryNavigation {
	float: right;
	margin-top: 6px;
	width: 500px;
}
#tertiaryNavigation a {
	font-size: 11px;
	color: #777;
	float: right;
	margin-top: 6px;
	margin-left: 20px;
}
#tertiaryNavigation a:hover {
	color: #5f4d89;
}
#tertiaryNavigation input {
	font-size: 12px;
	color: #777;
	float: right;
	margin-left: 20px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	border: 1px solid #cfcfcf;
	padding-left: 4px;
	background: #ffffff url(../images/downShadow.png) repeat-x 0 -4px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
#navigation {
	background: url(../images/headerNavBG.png) no-repeat;
	width: 960px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#breadcrumbs {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 38px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: -3px;
	background: url(../images/breadcrumbs.png) no-repeat 5px bottom;
}
#breadcrumbs a {
	font-size: 12px;
	color: #5f4d89;
}
#breadcrumbs span, #breadcrumbs a:hover {
	font-size: 12px;
	color: #9fc237;
}
#contentWrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#sidebarNavigation {
	position: relative;
	width: 250px;
	min-height: 50px;
	background: url(../images/sidebarRepeat.png) repeat-y;
	float: left;
	margin-right: 20px;
}
.sidebarTop {
	height:50px;
	padding-left:30px;
	position:relative;
	width:220px;
	background: url(../images/sidebarTop.png) no-repeat;
}
.sidebarContent {
	position: relative;
	min-height: 50px;
	background: url(../images/sidebarMiddleBottom.png) no-repeat 0 bottom;
	padding-right:25px;
	padding-left:30px;
	position:relative;
	width:195px;
	float: left;
}
.sidebarBottom {
	position: relative;
	width: 250px;
	height: 20px;
	background: url(../images/sidebarBottom.png) no-repeat;
	float:left;
}
#sidebarNavigation h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 46px;
	margin-top: 0px;
}
#sidebarNavigation ul {
	margin-left: 0px;
	font-size: 13px;
	line-height: 17px;
	list-style: none;
	position: relative;
	padding-left: 0px;
}
#sidebarNavigation ul li {
}
#sidebarNavigation ul li a {
	margin-left: 0px;
}
#sidebarNavigation h3 {
	color: #9fc237;
	font-weight: bold;
	margin-left: 0px;
	font-size: 13px;
	margin-bottom: 6px;
}
#sidebarNavigation h3 a {
	color: #9fc237;
	font-weight: bold;
	margin-left: 0px;
	font-size: 13px;
	margin-bottom: 6px;
}
#sidebarNavigation p {
	text-decoration: none;
	color: #666;
	font-size: 11px;
	display: block;
	margin-left: 0px;
	line-height: 17px;
}
#sidebarNavigation a {
	text-decoration: none;
	color: #5f4d89;
	font-size: 12px;
	display: block;
	margin-left: 0px;
	line-height: 17px;
}
#sidebarNavigation a:hover {
	color: #9fc237;
}
#sidebarNavigation a.current {
	font-weight: bold;
}
#sidebarNavigation ul li.indent a {
	color: #5f4d89;
	margin-left: 10px;
}
#sidebarNavigation ul li.indent a:hover {
	color: #9fc237;
	margin-left: 10px;
}
#sidebarNavigation .divider {
	height: 2px;
	width: 220px;
	margin-left: -13px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/sidebarDivider.png) repeat-x;
}
#content {
	padding-top: 14px;
	padding-right: 0px;
	position: relative;
	margin-left: 270px;
}
#content ul {
	clear: both;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
	color: #5f4d89;
}
#content ul li {
	color: #424242;
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 6px;
}
#content ul li a {
	color: #5f4d89;
}
#content ul li a:hover {
	color: #9fc237;
	text-decoration: none;
}
#content .QnA {
	color: #9fc237;
	font-size: 12px;
	margin-bottom: 4px;
	margin-left: 8px;
}
/* FOOTER STYLES */


#footer {
	background: url(../images/footerBG.png) no-repeat;
	height: 50px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 17px;
	clear: both;
	margin-top: 40px;
}
#footer p {
	font-size: 12px;
	color: #999;
	float: left;
	margin-bottom: 0px;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	color: #999;
	font-size: 12px;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer ul li a:hover {
	color: #5f4d89;
}
#footer ul li a.miniRSS {
	background: url(../images/miniRSS.png) no-repeat right center;
	padding-right: 24px;
}
/* MEGA MENUS */
ul#topnav {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	display: block;
	width: 942px;
	list-style: none;
	font-size: 13px;
	position: absolute;
}
ul#topnav li {
	width: 155px;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	position: relative; /*--Important--*/
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #eceeee;
}
ul#topnav li.first {
	border-left-style: none;
}
ul#topnav li.last {
	border-right-style: none;
}
ul#topnav li a {
	position: relative;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1px;/*text-indent: -9999px; --Push text off of page--*/
}
ul#topnav li:hover a, ul#topnav li a:hover {
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 29px;
	left: -1px;
	z-index: 99999;
	background: #f4f4f4 url(../images/downShadow.png) repeat-x; /*--Background
gradient--*/
	padding: 15px 15px 15px;
	float: left;
	/*--Bottom right rounded corner--*/
        -moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
        -moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	border: 1px solid #cfcfcf;
}
ul#topnav li.first .sub {
	left: 6px;
}
ul#topnav li.last .sub {
}
ul#topnav #products {
	width: 895px;
}
ul#topnav #products ul {
	width: 190px;
}
ul#topnav #solutions {
	width: 895px;
	left: -151px;
}
ul#topnav #solutions ul {
	width: 190px;
}
ul#topnav #supportTraining {
	width: 895px;
	left: -308px;
}
ul#topnav #supportTraining ul {
	width: 190px;
}
ul#topnav #partners {
	width: 895px;
	left: -465px;
}
ul#topnav #partners ul {
	width: 190px;
}
ul#topnav #community {
	width: 895px;
	left: -622px;
}
ul#topnav #community ul {
	width: 190px;
}
ul#topnav #company {
	width: 895px;
	left: -779px;
}
ul#topnav #company ul {
	width: 190px;
}
ul#topnav .myRow {
	width: 900px;
	height: auto;
	clear: both;
	background: url(../images/sidebarDivider.png) repeat-x 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul#topnav .myRow.last {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul#topnav .indent {
	color: #5f4d89;
	margin-left: 10px;
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
	float: left;
	text-align: left;
	margin-right: 32px;
}
ul#topnav li .sub ul.end {
	margin-right: 0;
}
ul#topnav li .sub li.noH2above {
	margin-top: 26px;
}
ul#topnav .sub ul li {
	width: 100%;/*--Override parent list item--*/
	text-align: left;
	border-style: none;
	line-height: 16px;
}
ul#topnav .sub ul li.navHead { /*--Sub nav heading style--*/
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #9fc237;
}
ul#topnav .sub ul li.navHead a { /*--Sub nav heading link style--*/
	background-image: none;
	text-align: left;
	color: #9fc237;
	letter-spacing: 0px;
	line-height: 26px;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	text-decoration: none;
	color: #5f4d89;
	text-align: left;
	letter-spacing: 0px;
	line-height: 16px;
}
ul#topnav .sub ul li a:hover {
	color: #9fc237;
}
ul#topnav .navSubHead {
	font-size: 12px;
	font-weight: bold;
}
/* #################################################################
CUSTOM PAGE STYLES --- styles specific to the different templates 
################################################################# */

/* GENERIC PAGE TEMPLATE STYLES */



.genericPage .item {
	width: 680px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	margin-right: 10px;
}
.genericPage .item p {
	float: left;
	width: 480px;
}
.genericPage .item img {
	float: right;
	margin-bottom: 14px;
	margin-right: 20px;
}
.genericPage .item a {
	color: #5F4D89;
}
.genericPage .item a:hover {
	color: #9FC237;
}
/* PRODUCT HUB PAGE TEMPLATE STYLES */

.productHubPage h2 {
	width: 600px;
	color: #5f4d89;
	font-size: 14px;
	margin-bottom: 10px;
}
.productHubPage .category_item {
	width: 650px;
	margin-bottom: 0px;
	float:right;
	margin-right:10px;
	position: relative;
	padding: 20px;
	background: url(../images/productCatergoryTile.png) no-repeat 0 bottom;
}
.productHubPage .category_item .grid {
	position: relative;
	width: 650px;
}
.productHubPage .category_item h3 {
	color: #5f4d89;
	margin-bottom: 4px;
}
.productHubPage .category_item p {
	float: left;
	position: relative;
	top: 0px;
	width: 660px;
	margin-right: 20px;
}
#content.productHubPage .category_item ul {
	clear: none;
	float: left;
	position: relative;
	margin-right: 20px;
	width: 300px;
}
.productHubPage .category_item img {
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
}
.productHubPage .category_item a {
	color: #9fc237;
}
/* PRODUCT DETAIL PAGE TEMPLATE STYLES */

.productDetailPage a {
	/* color: #9fc237; */
}
.productDetailPage h1 {
	color: #5f4d89;
	font-size: 18px;
	margin-bottom: 10px;
}
.productDetailPage h2 {
	color: #5f4d89;
	font-size: 14px;
	margin-bottom: 10px;
}
.productDetailPage h3 {
	color: #5f4d89;
	font-size: 14px;
}
.productDetailPage h4 {
	color: #9FC237;
	font-size: 12px;
}
.productDetailPage p {
}
.productDetailPage #text {
	width: 440px;
	float: left;
}
.productDetailPage #ImagesAndBullets {
	top: 0;
	position:relative;
	width: 210px;
	margin-right: 10px;
	float: right;
}
.productDetailPage .productShot {
	margin-bottom: 20px;
	margin-top: 30px;
}
.productDetailPage .medallionShot {
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
.productDetailPage .nowShipping {
	top: 0px;
	right: 0px;
	position: absolute;
}
.productDetailPage .tabContainer {
	position: relative;
	float: left;
	margin-top: 10px;
}
/* TABS STYLING when inside #content area */


#content ul.tabs, #content ul.tabsB {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px; /*--Set height of tabs--*/
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	margin-top: 10px;
	width: 689px;
}
#content ul.tabs li, #content ul.tabsB li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 28px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #E0E0E0;
	border-left: none;
	margin-bottom: 0px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: url(../images/tabBG.png) repeat-x 0 top;
	list-style-type: none;
	border-bottom-style: none;
}
#content ul.tabs li a, #content ul.tabsB li a {
	text-decoration: none;
	color: #5f4d89;
	display: block;
	font-size: 13px;
	padding: 0 16px;
	/*border: 1px solid #fff; --Gives the bevel look with a 1px white border inside the
list item--*/
        outline: none;
}
#content ul.tabs li a:hover, #content ul.tabsB li a:hover {
	background: #ccc;
	background: url(../images/tabBGover.png) repeat-x 0 top;
}
html #content ul.tabs li.active, html #content ul.tabs li.active a:hover, html #content ul.tabsB li.active, html #content ul.tabsB li.active a:hover { /*--Makes
sure that the active tab does not listen to the hover properties--*/
	color: #5f4d89;
	background: #FCFCFC;
	border-bottom: 0px solid #FCFCFC; /*--Makes the active tab look like it's connected
with its content--*/
}
.tab_container, .tab_containerB {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: url(../images/productDetailTabBG.png) repeat-y;
}
#content .tab_container, #content .tab_containerB {
	position:relative;
	width: 690px;
}
.tab_content, .tab_contentB {
	padding: 20px 20px 0;
	font-size: 12px;
	text-align: center;
	position: absolute;
}
.tab_container .tabfooter, .tab_containerB .tabfooter, .tabfooter, .tabfooter {
	background-image: url(../images/productDetailTabFooter.png);
	width: 690px;
	height: 40px;
}
#content .tab_container .tabfooter, #content .tab_containerB .tabfooter, #content .tabfooter, #content .tabfooter {
	position:absolute;
	bottom: 0;
}
.tab_content p, .tab_content h1, .tab_content h2, .tab_content h3, .tab_content h4, .tab_content h5, .tab_content h6, .tab_content ul, .tab_content ul li, .tab_contentB p, .tab_contentB h1, .tab_contentB h2, .tab_contentB h3, .tab_contentB h4, .tab_contentB h5, .tab_contentB h6, .tab_contentB ul, .tab_contentB ul li {
	text-align: left;
}
#content .tab_content h2 {
	background-color: #fcfcfc;
}
#content .tab_content h3 {
	background-color: #fcfcfc;
}
#content .tab_content h4 {
	background-color: #fcfcfc;
}
#content .tab_content h5 {
	background-color: #fcfcfc;
}
#content .tab_content b {
	background-color: #fcfcfc;
}

.tab_content .networkDiagramImage, .tab_content img, .tab_contentB .networkDiagramImage, .tab_contentB img {
	margin-bottom: 30px;
	margin-top: 10px;
}
/* HOMEPAGE STYLING */

#homepageBanner {
	background-color: transparent;
	margin-left: 10px;
	width: 940px;
	height: 240px;
	position: relative;
}
#homepageBannerShadow {
	height: 20px;
	margin-left: 10px;
	width: 940px;
	background: url(../images/bannerShadowDown.png) repeat-x;
}
#homepage #content {
	padding-top: 0px;
	margin-left: 10px;
	width: 940px;
	position: relative;
}
#homepageTabs .tabContainer {
	margin-top: 0px;
}
#content #homepageTabs .tab_container, #content #homepageTabs .tab_containerB {
	position:relative;
	width: 100%;
}
#homepageTabs #leftTabs {
	width: 530px;
	float: left;
	z-index: 25;
}
#homepageTabs #leftTabs ul.tabs {
	width: 530px;
}
#homepageTabs #leftTabs .tabContainer {
	width: 529px;
	overflow: hidden;/* hide the stray overshot border pixel */
}
#homepageTabs #rightTabs {
	width: 390px;
	float: left;
	margin-left: 20px;
	z-index: 25;
}
#homepageTabs #rightTabs ul.tabsB {
	width: 388px;
}
#homepageTabs #rightTabs .tabContainer {
	width: 389px;
	overflow: hidden;/* hide the stray overshot border pixel */
}
#homepageTabs .tab_content {
	width: 527px;
}
#homepageTabs .tab_contentB {
	width: 387px;
}
#homepageTabs .tabfooter {
	margin-top: 0px;
}
#homepageTabs .tabfooter .end {
	position: absolute;
	width: 20px;
	height: 40px;
	right: 0px;
	bottom: 0;
	background-image: url(../images/tabBRcorner.png);
}
#content #homepageTabs .tab_container .tabfooter {
	position:relative;
	bottom: 0;
	width: 529px;
}
#content #homepageTabs .tab_containerB .tabfooter {
	position:relative;
	bottom: 0;
	width: 389px;
}
#homepageTabs .tab_container, #homepageTabs .tab_containerB {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#homepageTabs .tab_content, #homepageTabs .tab_contentB {
	padding: 0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background-color: #fcfcfc;
	background-image: none;
	position: static;
}
#homepageTabs .inner_tab_content, #homepageTabs .inner_tab_contentB {
	padding: 20px;
	height: 190px;/* define height for all hometab content - keeps everything
consistent */
	overflow:hidden;
	position: relative;
	text-align: left;
}
#content #homepageTabs .inner_tab_content {
	width: 490px;
}
#content #homepageTabs .inner_tab_contentB {
	width: 349px;
}
/* HOMEPAGE LEFT TABS CONTENT STYLES */
#homepageTabs .tab_content .inner_tab_content ul li {
	list-style-position: outside;
	margin-left: 16px;
	margin-bottom:4px;
}
#homepageTabs .inner_tab_content .homepageTabText {
	float: left;
	width: 230px;
}
#homepageTabs .inner_tab_content .homepageTabImage {
	margin: 0;
	padding: 0;
	float: right;
}
#homepageTabs .inner_tab_content .homepageTabText h3 {
	margin-bottom: 4px;
}
/* HOMEPAGE RIGHT TABS CONTENT STYLES */

#homepageTabs .inner_tab_content .homepageTabText p {
	font-size: 12px;
	line-height: 15px;
}
#homepageTabs .inner_tab_contentB .homepageTabText {
	float: left;
}
#homepageTabs .inner_tab_contentB .homepageTabText h3 {
	margin-bottom: 4px;
}
#homepageTabs .inner_tab_contentB .homepageTabText p {
	font-size: 12px;
	line-height: 15px;
}
#homepageTabs .inner_tab_contentB .resourceLinks {
	width: 360px;
}
#homepageTabs .inner_tab_contentB .resourceLinks ul {
	width: 170px;
	clear: none;
	float: left;
	margin-right: 5px;
}
#homepageTabs .inner_tab_contentB .resourceLinks ul li {
	margin-bottom: 2px;
	margin-left: 16px;
}

.centerImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/************************************************
LUMINOSITY GROUP BANNER
************************************************/


#luminosityGroupBanner {
	position: relative;
	height: 240px;
}
#luminosityGroupBanner #BannerContent {
	margin: 0;
	padding: 0;
	width: 940px;
	height: 240px;
	display: block;
	background-color: #e3e3e3;
}
#luminosityGroupBanner #BannerContent a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#luminosityGroupBanner #control {
	position: absolute;
	right: 0px;
	bottom: 10px;
	height: 40px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	z-index: 100;
}
#control #left {
	float: left;
	margin-left: -16px;
	width: 16px;
	height: 40px;
	background: url(../images/bannerRibbonLeft.png) no-repeat;
}
#control #middle {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	background: url(../images/bannerRibbonMiddle.png) repeat-x;
}
#control #right {
	float: left;
	margin-right: -16px;
	width: 16px;
	height: 40px;
	background: url(../images/bannerRibbonRight.png) no-repeat;
}
#luminosityGroupBanner #control a {
	color: #fff;
	background:  url(../images/bannerControlButton.jpg) no-repeat center center;
	padding: 6px 11px;
}
#luminosityGroupBanner #control a:hover {
	color: #fff;
	background:  url(../images/bannerControlButtonActive.jpg) no-repeat center center;
	padding: 6px 11px;
}
#luminosityGroupBanner #control a.active {
	background:  url(../images/bannerControlButtonActive.jpg) no-repeat center center;
}
/************************************************
END LUMINOSITY GROUP BANNER
************************************************/
/************************************************
LUMINOSITY BUTTON
************************************************/

a.lumButton {
	margin: 0;
	padding: 0;
	background: transparent url(../images/buttonSprite.png) no-repeat 0 0;
	float:left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-right: 22px;
	margin-bottom: 2px;
}
a.lumButton span {
	margin: 0;
	padding: 0;
	background: transparent url(../images/buttonSprite.png) no-repeat right 0;
	float:left;
	height: 17px;
	margin-left: 10px;
	margin-right: -20px;
	cursor:pointer;
	padding-right: 10px;
	padding-top: 5px;
}

a.lumButton:hover {
	background-position:0px bottom;
	color:#fff;
}
a.lumButton:hover span {
	background-position:right bottom;
}
#homepageTabs a.lumButton {
	position: absolute;
	bottom: 0;
	right: 26px;
}


/************************************************
END LUMINOSITY BUTTON
************************************************/

/* Utility Styles */


.more {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
.date {
	font-size: 10px;
	font-weight: bold;
	color: #424242;
}
.extremeGreen {
	color: #9fc237;
}
.extremeGreenBG {
	background-color: #9fc237;
}
.extremePurple {
	color: #5f4d89;
}
.extremePurpleBG {
	background-color: #5f4d89;
}
.hide {
	display: none;
}
a img {
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.imgfloatLeft {
	float: left;
}
.imgfloatRight {
	float:right;
}
.end {
	margin-right:0px;
}
.clearRight {
	clear:right;
}
.clearLeft {
	clear:left;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/* 
IE FIXES
*/

/* nav fix */

*:first-child+html #nav li {
	width: 24.9%;
}
/* PNG fix */

* html #selector { /* for IE<6 */
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/image.png');
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
}
/* self-clear floats */

* html .group { /* IE6 */
	height: 1%;
}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
}
* html body, *:first-child+html body {
	font-family:Arial, Helvetica, sans-serif
}
#sidebarNavigation .sidebarContent ul li.navHead {
	color:#9FC237;
	font-size:13px;
	font-weight: bold;
}
#sidebarNavigation .sidebarContent ul li.navHead a {
	color:#9FC237;
	font-size:13px;
	font-weight: bold;
}
#sidebarNavigation .sidebarContent ul li.navHead a:hover {
	color:#5f4d89;
}
#bulletAlign {
	margin-left: 1em;
	padding-left: 1em;
	position: relative;
	vertical-align:top;
	float: right;
}
#content ul.clearNone, .clearNone {
	clear:none;
}
#content ul.paddedBullet, .paddedBullet {
	padding-left: 16px;
}
#content.genericPage .tabContainer {
	margin-top: 20px;
}
#content.genericPage .tabContainer.tab_content ul li a {
	color: #424242;
	list-style-type: square;
	list-style-position: outside;
}

#content ul li.iconPdf {
	list-style:none;
	list-style-type:none;
}
#content ul li.iconPdf a {
	font-size:12px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	background-repeat: no-repeat;
	padding-left: 22px;
	display:block;
	vertical-align: top;
	background-image: url(../images/pdficon_small.gif);
}
#content ul li.iconPdf a:hover {
	font-size:12px;
	color:#039;
	text-decoration:underline;
}
#content ul li.iconZip {
	list-style-type:none;
	list-style:none;
}
#content ul li.iconZip a {
	font-size:12px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 18px;
	background-repeat: no-repeat;
	padding-left: 22px;
	display: block;
	vertical-align: top;
	background-image: url(../images/zipicon_small.gif);
	background-repeat: no-repeat;
}
#content ul li.iconZip a:hover {
	font-size:12px;
	color:#039;
	text-decoration:underline;
}
#content ul li.iconHtml {
	font-size:12px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 18px;
	display:block;
	vertical-align: top;
	padding-left: 0px;
	list-style: none;
}
#content ul li.iconHtml a {
	font-size:12px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 18px;
	display:block;
	vertical-align: top;
	background-image: url(../images/htmlicon_small.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
#content ul li.iconHtml a:hover {
	font-size:12px;
	color:#039;
	text-decoration:underline;
}
#content ul li.iconXls {
	list-style: none;
	list-style-type: none;

}
#content ul li.iconXls a {
	font-size:12px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 18px;
	display:block;
	vertical-align: top;
	background-image: url(../images/excelicon_small.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
#content ul li.iconXls a:hover {
	font-size:12px;
	color:#039;
	text-decoration:underline;
}
#content .tab_content ul {
	padding-left: 16px;
}
#content .tab_content ul li {
	color:#424242;
	list-style-position:outside;
	list-style-type:square;
	line-height: 17px;
}
#content tab_content ul li.iconXls {
	font-size:12px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 18px;
	padding-left: 0;
	display:block;
	vertical-align: top;
	list-style: none;
}
#content tab_content ul li.iconXls a {
	font-size:12px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	background-repeat: no-repeat;
	padding-left: 22px;
	display:inline;
	vertical-align: top;
	background-image: url(../images/excelicon_small.gif);
	background-repeat: no-repeat;
}
#content .tab_content ul li.iconPdf {
	font-size:12px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	padding-left: 0;
	display:block;
	vertical-align: top;
	list-style: none;
}
#content .tab_content ul li.iconPdf a {
	font-size:12px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	background-repeat: no-repeat;
	padding-left: 22px;
	display:inline;
	vertical-align: top;
	background-image: url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
}
#content .tab_content ul li.iconXls {
	font-size:12px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	padding-left: 0;
	display:block;
	vertical-align: top;
	list-style: none;
}
#content .tab_content ul li.iconXls a {
	font-size:12px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	background-repeat: no-repeat;
	padding-left: 22px;
	display:inline;
	vertical-align: top;
	background-image: url(../images/excelicon_small.gif);
	background-repeat: no-repeat;
}
#content .tab_content ul li.iconHtml {
	font-size:12px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	padding-left: 0;
	display:block;
	vertical-align: top;
	list-style: none;
}
#content .tab_content ul li.iconHtml a {
	font-size:12px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	background-repeat: no-repeat;
	padding-left: 22px;
	display:inline;
	vertical-align: top;
	background-image: url(../images/htmlicon_small.gif);
	background-repeat: no-repeat;
}
#content .tab_content ul li a {
	display:inline;
}
#content .tab_content ul li.iconZip {
	font-size:12px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	padding-left: 0;
	display:block;
	vertical-align: top;
	list-style: none;
}
#content .tab_content ul li.iconZip a {
	font-size:12px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	background-repeat: no-repeat;
	padding-left: 22px;
	display:inline;
	vertical-align: top;
	background-image: url(../images/zipicon_small.gif);
	background-repeat: no-repeat;
}
#content .tab_content ul li.iconZip a:hover {
	font-size:12px;
	color:#039;
	text-decoration:underline;
}
#sidebarNavigation ul li.iconPdf a {
	font-size:11px;
	background-image: url(../images/pdficon_small.gif);
	background-position: left 2px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-left: 24px;
	display:block;
}
#sidebarNavigation ul li.iconPdf a:hover {
	color:#039;
	text-decoration:underline;
}
#sidebarNavigation ul li.iconXls a {
	font-size:11px;
	background-image: url(../images/excelicon_small.gif);
	background-position: left 2px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-left: 24px;
	display:block;
}
#sidebarNavigation ul li.iconXls a:hover {
	font-size:11px;
	color:#039;
	text-decoration:underline;
}
#sidebarNavigation ul li.iconZip a {
	font-size:11px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 17px;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-left: 24px;
	display:block;
}
#sidebarNavigation ul li.iconZip a:hover {
	font-size:11px;
	color:#039;
	text-decoration:underline;
}
#sidebarNavigation ul li.iconHtml {
	font-size:12px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 18px;
	display:block;
	vertical-align: top;
	padding-left: 0px;
	list-style: none;
}
#sidebarNavigation ul li.iconHtml a {
	font-size:12px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 18px;
	display:block;
	vertical-align: top;
	background-image: url(../images/htmlicon_small.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
#sidebarNavigation ul li.iconHtml a:hover {
	font-size:12px;
	color:#039;
	text-decoration:underline;
}
/* 
RIGHT SIDEBAR ELEMENTS
*/
#ImagesAndBullets ul li.iconPdf {
	list-style-type:none;
	list-style:none;
}
#ImagesAndBullets ul li.iconPdf a {
	background-image: none;
	padding-left: 22px;
	font-size:11px;
	margin-top: 8px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 16px;
	display:block;
	vertical-align: top;
	background-image: url(../images/pdficon_small.gif) !important;
	background-repeat: no-repeat !important;
}
#ImagesAndBullets ul li.iconPdf a:hover {
	font-size:11px;
	color:#039;
	text-decoration:underline;
}
#ImagesAndBullets ul li.iconXls {
	list-style-type:none;
	list-style:none;
}
#ImagesAndBullets ul li.iconXls a {
	font-size:11px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 16px;
	background-image: url(../images/excelicon_small.gif) !important;
	background-repeat: no-repeat !important;
	padding-left: 22px;
	display:block;
	vertical-align: top;
}
#ImagesAndBullets ul li.iconXls a:hover {
	font-size:11px;
	color:#039;
	text-decoration:underline;
}
#ImagesAndBullets ul li.iconZip {
	list-style-type:none;
	list-style:none;
}
#ImagesAndBullets ul li.iconZip a {
	font-size:11px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 16px;
	background-image: url(../images/zipicon_small.gif) !important;
	background-repeat: no-repeat !important;
	padding-left: 22px;
	display:block;
	vertical-align: top;
}
#ImagesAndBullets ul li.iconZip a:hover {
	font-size:11px;
	color:#039;
	text-decoration:underline;
}
#ImagesAndBullets ul li.iconHtml {
	list-style-type:none;
	list-style:none;
}
#ImagesAndBullets ul li.iconHtml a {
	font-size:11px;
	color:#5F4D89;
	text-decoration:none;
	line-height: 16px;
	background-image: url(../images/htmlicon_small.gif) !important;
	background-repeat: no-repeat !important;
	padding-left: 22px;
	display:block;
	vertical-align: top;
}
#ImagesAndBullets ul li.iconHtml a:hover {
	font-size:11px;
	color:#039;
	text-decoration:underline;
}
/* TABLE STYLES EXTRACTED FROM OLD SITE   */

/* ::::: generic comparison table ::::: */
.genericCompareWrapper {
	display:block;
	float:left;
	width:485px;
	margin: 25px 0 30px 0;
}
/* ::::: wrapper for generic chart table ::::: */
.genericChartWrapper {
	display:block;
	float:left;
	width:485px;
	margin: 25px 0 30px 0;
}
table.genericCompare {
	border-bottom: solid 1px #B9B9B9;
	width:100%;
	border-spacing:0px;
	margin-bottom:10px;
}
th.genericCompare {
	padding: 4px 4px 4px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
tr.genericCompareRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
tr.genericCompareRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
td.genericCompareTop {
	padding:4px 4px 4px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.genericCompareTopRight {
	padding:4px 4px 4px 10px;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.genericCompareCol1 {
	text-decoration:none;
	padding:4px 4px 4px 10px;
	color:#544679;
	font-size:.9em;
	font-family: Verdana;
	width:20%;
	border-right: solid 1px #B9B9B9;
}
td.genericCompareCol2 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.genericCompareCol3 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.genericCompareCol4 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
}
td.genericdCompareCol5 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
	border-left: solid 1px #B9B9B9;
}
td.genericCompareCol6 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.genericCompareCol7 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
}
/* ::::: product comparison table ::::: */
.prodCompareWrapper {
	display:block;
	float:left;
	width:520px;
	margin: 25px 0 30px 0;
}
.prodCompareWrapperModules {
	display:block;
	float:left;
	width:520px;
	margin: 0px 0 30px 0;
}
.prodTopContent {
	width:500px;
	float:left;
	margin:0;
	padding:0;
}
/* ::::: wrapper for comparison chart table ::::: */
.prodCompareChartWrapper {
	display:block;
	float:left;
	width:690px;
	margin: 25px 0 30px 0;
}
table.prodCompare {
	border-bottom: solid 1px #B9B9B9;
	width:100%;
	border-spacing:0px;
	margin-bottom:10px;
}
th.prodCompare {
	padding: 4px 4px 4px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
tr.prodCompareRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
tr.prodCompareRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
td.prodCompareTop {
	padding:4px 4px 4px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.prodCompareTopRight {
	padding:4px 4px 4px 10px;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.prodCompareCol1 {
	text-decoration:none;
	padding:4px 4px 4px 10px;
	color:#544679;
	font-size:.9em;
	font-family: Verdana;
	width:20%;
	border-right: solid 1px #B9B9B9;
}
td.prodCompareCol2 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.prodCompareCol3 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.prodCompareCol4 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
}
td.prodCompareCol5 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
	border-left: solid 1px #B9B9B9;
}
td.prodCompareCol6 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.prodCompareCol7 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
}
/* ::::: wrapper for operating systems table ::::: */
.operatingsystemChartWrapper {
	display:block;
	float:left;
	width:690px;
	margin: 25px 0 30px 0;
}
table.operatingsystem {
	border-bottom: solid 1px #B9B9B9;
	width:100%;
	border-spacing:0px;
	margin-bottom:10px;
}
th.operatingsystem {
	padding: 4px 4px 4px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
tr.operatingsystemRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
tr.operatingsystemRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
td.operatingsystemTop {
	padding:4px 4px 4px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.operatingsystemTopRight {
	padding:4px 4px 4px 10px;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.operatingsystemCol1 {
	text-decoration:none;
	padding:4px 4px 4px 10px;
	color:#544679;
	font-size:.9em;
	font-family: Verdana;
	width:50%;
	border-right: solid 1px #B9B9B9;
}
td.operatingsystemCol2 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	width:25%;
	border-right: solid 1px #B9B9B9;
}
td.operatingsystemCol3 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	width:25%;
	border-right: solid 1px #B9B9B9;
}
td.operatingsystemCol4 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
}
td.operatingsystemCol5 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
	border-left: solid 1px #B9B9B9;
}
td.operatingsystemCol6 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.operatingsystemCol7 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
}
/* ::::: wrapper for partners benefit table ::::: */
.partnerbenefitCompareChartWrapper {
	display:block;
	float:left;
	width:690px;
	margin: 25px 0 30px 0;
}
table.partnerbenefitCompare {
	border-bottom: solid 1px #B9B9B9;
	width:100%;
	border-spacing:0px;
	margin-bottom:10px;
}
th.partnerbenefitCompare {
	padding: 4px 4px 4px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
tr.partnerbenefitCompareRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
tr.partnerbenefitCompareRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
td.partnerbenefitCompareTop {
	padding:4px 4px 4px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.partnerbenefitCompareTopRight {
	padding:4px 4px 4px 10px;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.partnerbenefitCompareCol1 {
	text-decoration:none;
	padding:4px 4px 4px 10px;
	color:#544679;
	font-size:.9em;
	font-family: Verdana;
	width:60%;
	border-right: solid 1px #B9B9B9;
}
td.partnerbenefitCompareCol2 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	width:20%;
	border-right: solid 1px #B9B9B9;
	text-align: center;
}
td.partnerbenefitCompareCol3 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
	text-align: center;
}
td.partnerbenefitCompareCol4 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	text-align: center;
}
td.partnerbenefitCompareCol5 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
	border-left: solid 1px #B9B9B9;
}
td.partnerbenefitCompareCol6 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.partnerbenefitCompareCol7 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
}
/* ::::: wrapper for partners requirements table ::::: */
.partnerreqCompareChartWrapper {
	display:block;
	float:left;
	width:690px;
	margin: 25px 0 30px 0;
}
table.partnerreqCompare {
	border-bottom: solid 1px #B9B9B9;
	width:100%;
	border-spacing:0px;
	margin-bottom:10px;
}
th.partnerreqCompare {
	padding: 4px 4px 4px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
tr.partnerreqCompareRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
tr.partnerreqCompareRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
td.partnerreqCompareTop {
	padding:1px 1px 1px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.partnerreqCompareTopRight {
	padding:1px 1px 1px 10px;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.partnerreqCompareCol1 {
	text-decoration:none;
	padding:4px 4px 4px 10px;
	color:#544679;
	font-size:.9em;
	font-family: Verdana;
	width:30%;
	border-right: solid 1px #B9B9B9;
}
td.partnerreqCompareCol2 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
	text-align: center;
}
td.partnerreqCompareCol3 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
	text-align: center;
}
td.partnerreqCompareCol4 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	text-align: center;
}
td.partnerreqCompareCol5 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
	border-left: solid 1px #B9B9B9;
}
td.partnerreqCompareCol6 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.partnerreqCompareCol7 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
}
/* ::::: wrapper for technical training table ::::: */
.techtrainingChartWrapper {
	display:block;
	float:left;
	width:690px;
	margin: 25px 0 30px 0;
}
table.techtraining {
	border-bottom: solid 1px #B9B9B9;
	width:100%;
	border-spacing:0px;
	margin-bottom:10px;
}
th.techtraining {
	padding: 4px 4px 4px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
tr.techtrainingRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
tr.techtrainingRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
td.techtrainingTop {
	padding:4px 4px 4px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.techtrainingTopRight {
	padding:4px 4px 4px 10px;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.techtrainingCol1 {
	text-decoration:none;
	padding:4px 4px 4px 10px;
	color:#544679;
	font-size:.9em;
	font-family: Verdana;
	width:20%;
	border-right: solid 1px #B9B9B9;
}
td.techtrainingCol2 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	width:60%;
	border-right: solid 1px #B9B9B9;
}
td.techtrainingCol3 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	width:10%;
	border-right: solid 1px #B9B9B9;
}
td.techtrainingCol4 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
}
td.techtrainingCol5 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
	border-left: solid 1px #B9B9B9;
}
td.techtrainingCol6 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.techtrainingCol7 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
}
table.epicenter {
	border-bottom: solid 1px #B9B9B9;
	width:500px;
	border-spacing:0px;
}
th.epicenter {
	padding: 1px 1px 1px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
table.BD8800 {
	border-bottom: solid 1px #B9B9B9;
	width:400px;
	border-spacing:0px;
}
th.BD8800 {
	padding: 1px 1px 1px 5px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	height:20px;
	text-align: left;
}
tr.BD8800Row1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:40px;
	line-height:20px;
}
tr.BD8800Row2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:40px;
	line-height:20px;
}
td.BD8800Col1 {
	text-decoration:none;
	padding:1px 1px 1px 10px;
	color:#555555;
	font-size:12px;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.BD8800Col2 {
	padding:1px 1px 1px 10px;
	color:#555555;
	font-size:12px;
	font-family: Verdana;
}
/* ::::: warranty table(s) ::::: */




table.warranty {
	border-bottom: solid 1px #B9B9B9;
	width:650px;
	border-spacing:0px;
}
th.warranty {
	padding: 1px 1px 1px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 16px;
	line-height:35px;
	font-weight:bold;
	height:35px;
	text-align: left;
}
tr.warrantyRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:30px;
	line-height:30px;
}
tr.warrantyRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:30px;
	line-height:30px;
}
td.warrantyTop {
	padding:1px 1px 1px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.warrantyTopRight {
	padding:1px 1px 1px 10px;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.warrantyCol1 {
	text-decoration:none;
	padding:1px 1px 1px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	width:325px;
	border: solid 1px #B9B9B9;
}
td.warrantyCol2 {
	padding:1px 1px 1px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	width:325px;
	border: solid 1px #B9B9B9;
}
td.warrantyColsub1 {
	text-decoration:none;
	padding: 1px 1px 1px 20px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	width:180px;
	border-right: solid 1px #B9B9B9;
}
/* ::::: community table(s) ::::: */
table.community {
	border-bottom: solid 1px #B9B9B9;
	width:520px;
	border-spacing:0px;
}
th.community {
	padding: 1px 1px 1px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
tr.communityRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
tr.communityRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
td.communityTop {
	padding:1px 1px 1px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.communityTopRight {
	padding:1px 1px 1px 10px;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.communityCol1 {
	text-decoration:none;
	padding:1px 1px 1px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
td.communityCol2 {
	padding:1px 1px 1px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
}
/* ::::: events table(s) ::::: */
table.event {
	width:750px;
	font-family: Verdana;
	border-spacing:0px;
}
th.event {
	padding: 1px 1px 1px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
tr.eventRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:40px;
	line-height:20px;
}
tr.eventRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:40px;
	line-height:20px;
}
td.eventTop {
	padding:1px 1px 1px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.eventTopRight {
	padding:1px 1px 1px 10px;
	background-color:#B9B9B9;
	height:20px;
	font-size:.9em;
	font-family: verdana;
	font-weight:bold;
}
td.eventCol1 {
	text-decoration:none;
	padding:1px 1px 1px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
	width:300px;
}
td.eventCol2 {
	padding:1px 1px 1px 10px;
	color:#555555;
	font-size:.9em;
	font-family: Verdana;
}
TABLE.inputTable {
	width: 660px;
	border-collapse: separate;
	color:#555555;
	font-size:.8em;
	font-family: Verdana;
	padding:5px;
}
tr.inputTableRow
{
  padding:20px;
}
.fieldsetHeader {
	font-weight:bold;
	font-size:12px;
}
.requireField {
	color: red;
}
.fieldContents {
	vertical-align:middle;
}
.fieldLabelCt {
	text-align:right;
	vertical-align: top;
}
TD.fieldLabelCt {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 0px;
	border-top: 1px none gray;
	border-right: 1px none gray;
	border-bottom: 1px solid gray;
	border-left: 1px none gray;
}
.fieldLabelCt2 {
	text-align:right;
}
TD.fieldLabelCt2 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 2px;
	border-top: 1px none gray;
	border-right: 1px none gray;
	border-bottom: 1px solid gray;
	border-left: 1px none gray;
}
TD.fieldContents {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 2px;
	border-top: 1px none gray;
	border-right: 1px none gray;
	border-bottom: 1px solid gray;
	border-left: 1px none gray;
}
.fieldSectionHead {
	background:url("http://www.extremenetworks.com/images/bg-subpage-nav.gif") repeat-x;
	font-family:verdana;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	height:25px;
	padding: 7px 7px 0 19px;
	color:#54457C;
	text-decoration: none;
	text-align: center;
}
.fieldLabelCt3 {
	text-align:left;
	vertical-align: top;
}
TD.fieldLabelCt3 {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 30px;
	border-top: 1px none gray;
	border-right: 1px none gray;
	border-bottom: 1px solid gray;
	border-left: 1px none gray;
}
.fieldsetHeaderCalcuator {
	font-weight:bold;
	font-size:14px;
	color: #56437A;
}
td.fieldLabelResult {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}
.fieldLabelHead2 {
	background:#D2D2D2 url(http://www.extremenetworks.com/images/bg-subpage-nav.gif) repeat-x;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	padding: 5px;
	color:#54457C;
	text-decoration: none;
	text-align: right;
	width: 200px;
	line-height: 14px;
}
TD.fieldLabelHead2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}
.fieldLabelHead {
	background:#D2D2D2 url(http://www.extremenetworks.com/images/bg-subpage-nav.gif) repeat-x;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	padding: 5px;
	color:#54457C;
	text-decoration: none;
	text-align: center;
	width: 228px;
	line-height: 14px;
}
TD.fieldLabelHead {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}
.fieldLabelResult {
	background-color: #EEE;
	text-align: right;
	width: 197px;
	line-height: 14px;
}
.fieldLabelCenterResult {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: gray;
	font-weight: bold;
}
.fieldLabelNull {
}
tr.warrantyRowShipping1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:90px;
	line-height:20px;
}
tr.warrantyRowShipping2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:90px;
	line-height:20px;
}
/* tables */
.SOTable th {
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding:6px 15px 6px;
}
.SOTable th.rowHeader {
	font-weight:bold;
	font-size:14px;
	background-color:#d8d8d8;
	color:#5f5f5f;
	margin-bottom:1px;
	border-right:2px solid white;
	padding:6px 8px 8px;
}
.SOTable td {
	font-size:12px;
	background:url("/images/bg-section-head.gif") repeat-x left top;
	background-color:#ffffff;
	padding:6px 15px 8px;
	_position:relative;
	margin-left:25px;
}
.SOTable {
	border:0px;
	padding:0px;
	margin-left:0px;
}
.SOTable td, .SOTable th.rowHeader {
	border-bottom:1px solid white;
}
.SOSpan {
	color:#666666;
	font-family:Verdana;
	font-weight:bold;
	margin:0;
	padding:0 13px 0 12px;
	text-decoration:none;
	font-size:0.8em;
}
.SOSpanlinks {
	margin-left:40px;
	font-size:smaller;
}
.prodFamColTwo {
	background:url("../images/bg-prodfam.gif") repeat-x scroll left top #FFFFFF;
	float:left;
	margin:0;
	min-height:120px;
	padding:10px 10px 0 0;
	width:300px;
}
.prodFamColOne {
	background:url("../images/bg-prodfam.gif") repeat-x scroll left top #FFFFFF;
	float:left;
	margin:0 6px 0 0;
	min-height:120px;
	padding:10px 10px 0 0;
	width:300px;
}
.prodFamColOne  h2{
margin-left:5px;
}
.prodFamColTwo  h2{
	margin-left:5px;
}
.prodFamily {
	/*background:url("../images/arrow-grn-lrg.gif") no-repeat scroll 0 4px transparent;*/
	color:#5D4E89;
	font-family:Verdana;
	font-size:0.8em;
	font-weight:bold;
	margin:0 0 0 15px;
	/*padding:0 0 0 12px;*/
	text-decoration:none;
}
.prodFamColOne ul, .prodFamColTwo ul {
	margin:5px 0 0 23px;
}
/* 
NATIVE GRID STYLES
*/
.GridViewTitle {
	padding: 4px 0px 4px 0px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 0.7em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
.GridViewRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:18px;
}
.GridViewHeader {
	padding:4px 4px 4px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.7em;
	font-family: verdana;
	font-weight:bold;
}
.GridViewCol1 {
	text-decoration:none;
	padding:4px 4px 4px 10px;
	color:#544679;
	font-size:.9em;
	font-family: Verdana;
	width:20%;
	border-right: solid 1px #B9B9B9;
}
.GridViewCol2 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
.GridViewCol3 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
.GridViewCol4 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
}
.GridViewCol5 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
	border-left: solid 1px #B9B9B9;
}
.GridViewCol6 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
	border-right: solid 1px #B9B9B9;
}
.GridViewCol7 {
	padding:4px 4px 4px 10px;
	color:#555555;
	font-size:.6em;
	font-family: Verdana;
}
/* 
NATIVE EVENT TABLE STYLES
*/
table.event {
	width:670px;
	font-family: Verdana;
	border-spacing:0px;
}
th.event {
	padding: 1px 1px 1px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight:bold;
	height:20px;
	text-align: left;
}
tr.eventRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:40px;
	line-height:20px;
}
tr.eventRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:40px;
	line-height:20px;
}
td.eventTop {
	padding:1px 1px 1px 10px;
	border-right: solid 1px #EFEFEF;
	background-color:#B9B9B9;
	height:20px;
	font-size:.8em;
	font-family: verdana;
	font-weight:bold;
}
td.eventTopRight {
	padding:1px 1px 1px 10px;
	background-color:#B9B9B9;
	height:20px;
	font-size:.8em;
	font-family: verdana;
	font-weight:bold;
}
td.eventCol1 {
	text-decoration:none;
	padding:1px 1px 1px 10px;
	color:#555555;
	font-size:.8em;
	font-family: Verdana;
	width:300px;
}
td.eventCol2 {
	padding:1px 1px 1px 10px;
	color:#555555;
	font-size:.8em;
	font-family: Verdana;
}
.prodFamColOne p, .prodFamColTwo p {
	margin: 11px 0 0 15px;
}
.partnersTitle a {
	color:#5D4E89;
	font-weight:bold;
	text-decoration:none;
	background:url("../images/arrow-grn-lrg.gif") no-repeat 0 4px;
	text-transform:lowercase;
	margin:0 0 0 6px;
	padding:0 0 0 17px;
	font-family: Verdana;
	font-size:0.8em;
}
.partnersTitle a:hover {
	text-decoration:underline;
}
.partnersTitleNoLink {
	color:#5D4E89;
	font-weight:bold;
	text-decoration:none;
	background:url("../images/arrow-grn-lrg.gif") no-repeat 0 4px;
	text-transform:lowercase;
	margin:0 0 0 6px;
	padding:0 0 0 17px;
	font-family: Verdana;
	font-size:.8em;
}
.TitleLink {
	color:#5D4E89;
	font-weight:bold;
	text-decoration:none;
	background:url("/images/arrow-grn-lrg.gif") no-repeat 0 4px;
	margin:0 0 0 6px;
	padding:0 0 0 14px;
	font-family: Verdana;
	font-size:.9em;
}
.TitleNoLink {
	color:#5D4E89;
	font-weight:bold;
	text-decoration:none;
	background:url("../images/arrow-grn-lrg.gif") no-repeat 0 4px;
	margin:0 0 0 6px;
	padding:0 0 0 14px;
	font-family: Verdana;
	font-size:.9em;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
position: relative;
top: -3px;
vertical-align: top;
font-size: 90%;
}
sub {
	top:.3ex;
}
/* Please add New CSS */
.prodFamColOne img, .prodFamColTwo img {
	float:left;
	margin:15px 7px 5px 12px;
}
.prodFamColOne p, .prodFamColTwo p {
	margin: 10px 0 0 15px;
}
.taglineBrief {
	font-family: Verdana;
	font-size:12px;
	color:#444444;
	line-height:20px;
	border:solid 1px #cfcfcf;
}
.new_content {
	font-size: 13px;
	color: #424242;
	line-height: 17px;
}
.LoginPanel
{
	border: #cfcfcf 1px solid;
	background-color: Transparent;
	margin-left:140px;
	margin-right:140px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.LoginPanel A
{
    FONT-WEIGHT: normal;
}
.LoginPanel A:hover
{
    FONT-WEIGHT: normal;
}
th.LoginPanelHead {
	padding: 1px 1px 1px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 16px;
	line-height:35px;
	font-weight:bold;
	height:35px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*******************Dynamic Warranty Style*************************/
table.Dywarranty {
	border-bottom: solid 1px #B9B9B9;
	width:650px;
	border-spacing:0px;
}
th.Dywarranty {
	padding: 1px 10px 1px 10px;
	background-color:#54457C;
	color:#FFFFFB;
	font-family: Verdana;
	font-size: 14px;	
	font-weight:bold;
	vertical-align:middle;
	height:35px;
	text-align: left;
}
td.DywarrantyCol {
	text-decoration:none;
	padding:1px 10px 1px 10px;
	vertical-align:middle;
	color:#555555;
	font-size:13px;
	font-family: Verdana;	
	border: solid 1px #B9B9B9;
}
tr.DywarrantyRow1 {
	background-color:#F4F4F4;
	color:#555555;
	font-family: Verdana;
	height:30px;	
}
tr.DywarrantyRow2 {
	background-color:#efefef;
	color:#555555;
	font-family: Verdana;
	height:30px;	
}

.roundedtextbox {
	font-size: 12px;
	color: #777;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	border: 1px solid #cfcfcf;
	padding-left: 4px;
	background: #ffffff url(/images/downShadow.png) repeat-x 0 -4px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}


















































