/*
Main CSS file
Author: Weston Wilson
Copyright: Systemware, Inc. 2004-2005
*/

/*overrides the main body tag*/
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

/*general appearance for links*/
a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #FFB300;
	text-decoration: underline;
}

/*removes border from any images with a link*/
img {
	border: none;
} 

img a{
	border: 0px none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*
	font-size: 9px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	*/
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*
	font-size: 9px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	*/
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*
	font-size: 9px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	*/
}

strong {
	border-bottom: 1px solid #CCCCCC;
}

.fielderror {
	color: #CC0000;
	background-color: #FDE3DF;
	border: 1px solid #CC0000;
}
/******front page styles*******/

.topMainDiv {
	width: 240px;
	height: 95px;
	border: 1px solid #666;
	border-left: 1px solid #FFF;
	background-color: #FFF;
	font-size: 11px;
	color: #333;
	text-align: left;
	padding: 2px;
}

.bottomMainDiv {
	width: 230px;
	height: 75px;
	font-size: 11px;
	color: #333;
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

/******front page styles*******/

/*style for errors on addpage script*/
.addInputError {
	color: #DD0000;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}

/*table for executive bios*/
.bioTable {
	width: 100%;
	border: 1px solid #AAA;
	padding: 2px;
	margin: 2px;
}

.bottomLinkItem {
	text-align: left;
	color: #AAA;
	font-size: 10px;
}

.bottomLinkItem a {
	text-decoration: none;
	color: #AAA;
}

.bottomLinkItem a:hover {
	color: #FFB300;
	font-size: 10px;
	text-decoration: none;
}

/*holds the breadcrumbs-style navigation in the header*/
.breadcrumbsNavTd {
	text-align: left;
	white-space: nowrap;
}

/*span with the arrow image in the breadcrumbs navigation*/
.bcArrowSpan {
	padding-left: 3px;
	padding-right: 3px;
}

/*breadcrumbs link style*/
.bcLink {
	color: #666;
}

/*only seen by editors/admins. displays diagnostic information*/
.diagTable {
	text-align: left;
	width: 100%;
	border: 1px solid #333;
	background-color: #EFEFEF;
	padding: 5px;
}

/*main table on header.php*/
.headerTable {
	height: 25px;
	width: 100%;
	padding: 0px;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666666;
	background-image: url(../images/header_bg.gif);
}

/*middle td in header table - expands outer td's to the side*/
.headerTableExpandTd {
	width: 99%;
}

/*header td with dropdownmenu*/
.headerDropdownTd {
	width: 169px;
	padding: 0px 0px 0px 10px;
}

/*style for span surrounding found search terms*/
.hiliteSearchTerm {
	font-weight: bold;
	color: #6EBB1F;
}

/*1px tall table for a dashed line.*/
.dashedLineTable {
	background-image: url(../images/dashed_ltgray.gif);
	height: 1px;
	margin: 0px;
	padding: 0px;
}

/*1px tall table for a dashed line.*/
.dashedLineTableVert {
	background-image: url(../images/dashed_ltgray_vert.gif);
	width: 1px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/*dropdown list on header*/
#dropdownNavDiv {
	position: absolute;
	visibility: visible;
	z-index: 10;
	width: 175px;
	top: 5px;
	clip:  rect(auto auto 18px auto);
}

/*td containing dropdown list*/
.dropdownNavTd{
	text-align: left;
	width: 169px;
}

/*holds the field description in a form*/
.formFieldTd {
	font-size: 10px;
	color: #666;
	padding: 2px;
	width: 120px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

/*center td spacing fields*/
.formSpacer {
	width: 10px;
	padding: 0px;
	margin: 0px;
}

/*generic gray body (table td) with outline*/
.genericBody {
	background-color: #EFEFEF;
	padding: 2px;
	border: 1px solid #333;
	border-top: none;
	font-size: 10px;
}

/*style for notices to the user*/
.genericNotice {
	font-size: 11px;
	font-weight: bold;
	color: #550000;
}

/*style for any table. 100% width, left align, normal text*/
.genericTable {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
}

/*styles any generic text*/
.genericText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

/*styles any generic table cell*/
.genericTd {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 2px;
}

/*styles any generic table cell with no padding*/
.genericTdNopad {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

/*styles any generic table cell*/
.genericTdCenter {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 2px;
}

/*generic heading for content*/
.genericTextHead {
	width: 99%;
	/*background-color: #B5DC10;*/
	color: #0066CC;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	border-bottom: 1px dashed #666;
}

/*generic table heading with background color*/
.genericTableHeader {
	color: #FFF;
	background-color: #999;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #666;
}

/*general non-3d buttons*/
.inputButton1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066CC;
	background-color: #FEFEFE;
	border: 1px solid #333333;
	margin: 1px;
}

/*color buttons*/
.greenButton1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #6EBB1F;
	border: 1px solid #333333;
}

.greenButton2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #B5DC10;
	border: 1px solid #333333;
}

.orangeButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #FFB515;
	border: 1px solid #333333;
}

.blueButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #0066CC;
	border: 1px solid #333333;
}

.grayButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #666;
	border: 1px solid #333333;
}
/*color buttons*/

.heading1 {
	color: #555555;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #99A8BB;
}
.heading2 {
	color: #0066CC;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.heading3 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #99A8BB;
	background-image: url(images/bluefade.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*td containing the main logo*/
.logoTd {
	padding: 5px 0px 10px 20px;
}

/*style for main content DIV*/
#mainContent {
	position: relative;
	/*width: 500px;*/
	/*height: 475px;*/
	margin: 0px;
	padding: 2px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
}

/*main table that contains all page elements*/
.mainTable {
	width: 700px;
}

.mainNavTable {
	width: 100%;
}

/*main menu menuitems*/
.menuItem {
	text-align: left;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.menuItem a{
	color: #000;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.menuItem a:hover{
	color: #FFB300;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

/*main menu menuitems selected*/
.menuItemSel {
	text-align: left;
	color: #0066CC;
	font-size: 10px;
	font-weight: bold;
}

.menuItemSel a{
	color: #0066CC;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.menuItemSel a:hover{
	color: #FFB300;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

/*title "more->" links*/
.moreLink {
	color: #FFB515;
	font-size: 10px;
}

/*title "more->" links*/
.moreLink a{
	color: #FFB515;
	font-size: 10px;
}

/*title "more->" links*/
.moreLink a:hover{
	color: #000;
	font-size: 10px;
	text-decoration: underline;
}

/*td holding the orange navigation arrows*/
.navArrowTd {
	width: 8px;
	text-align: center;
	vertical-align: middle;
}

/*table containing the main navigation menus*/
.navtable {
	width: 200px;
	text-align: left;
}

.paragraph {
	margin: 5px;
	padding: 1px;
	padding-left: 5px;
}
/*style for text page title - added thru the add content module*/
.pageTitleText {
	font-size: 25px;
	font-family: Century Gothic, Verdana, helvetica, sans-serif;
	color: #6EBB1F;
}

/*table holding partner pair*/
.partnerTable {
	width: 100%;
	border: 1px solid #AAA;
}

/*td holding partner icon*/
.partnerIcon {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
}

/*style for table holding single press release*/
.pressRelTable {
	width: 100%;
	font-size: 10px;
	border: 1px dashed #AAA;
}

#previewContent {
	width: 485px;
	/*height: 475px;*/
	margin: 0px;
	padding: 2px;
	overflow: auto;
	visibility: visible;
	z-index: 1;
	text-align: left;
}

/*table containing related links*/
.relatedLinksTable {
	width: 170px;
	margin: 20px 0px 0px;
	padding: 2px;
 	border: 1px solid #AAA;
	color: #AAA;
	text-align: left;
}

.relatedLinksTitle {
	color: #0066CC;
	padding: 2px;
	text-align: left;
}

.relatedLinkItem {
	text-align: left;
	color: #AAA;
	font-size: 10px;
}

.relatedLinkItem a {
	text-decoration: none;
	color: #AAA;
}

.relatedLinkItem a:hover {
	color: #0066CC;
	font-size: 10px;
	text-decoration: underline;
}

/*required input asterisk for forms*/
.requiredInput {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

/*table containing search results*/
.srchResultsTable {
	border: 1px solid #666;
}

/*td containing a search results item*/
.srchResultsTd {
	padding: 2px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/*table containing subnavigation*/
.subNavTable {
	margin: 5px;
	padding: 1px;
}

.catNavTable {
	margin: 5px;
	margin-left: 2px;
	padding: 1px;
}

.supportHotlineTable {
	width: 100%;
	background-color: #F1F8FF;
	border: 1px solid #AAA;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
}

/*generic style for titlebars - green w/ white text*/
.swGreenTitleTd {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #6EBB1F;
	padding: 2px;
	border: 1px solid #003300;

}

/*table containing all ticker items*/
.tickerTable {
	height: 25px;
	border: 1px solid #000;
}

/*slighty different styles for the arrows in the ticker*/
.tickerNavArrowTd {
	width: 10px;
	text-align: center;
	padding: 8px 5px 0px 0px;
}

/*td contaning ticker links*/
.tickerLinkItem {
	text-align: left;
	color: #AAA;
	font-size: 10px;
	padding: 5px 30px 0px 0px;
	white-space: nowrap;
}

.tickerLinkItem a{
	text-decoration: none;
	color: #AAA;
}

.tickerLinkItem a:hover{
	color: #0066CC;
	text-decoration: underline;
}

/*table cells in menu pages*/
.titleImageTd {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/*title menu item for current subpage*/
.titleMenuItem {
	text-align: left;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.titleMenuItem a{
	text-align: left;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.titleMenuItem a:hover{
	text-align: left;
	color: #FFB300;
	font-size: 10px;
	font-weight: bold;
}

/*td containing top navigation links*/
.topNavTd {
	padding: 0px 5px;
}

.topNavTd a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.topNavTd a:hover {
	color: #FFB300;
	text-decoration: none;
	font-weight: bold;
}

/*all the definition list css for menus*/
dl {
	margin: 0px 0px 0px 10px;
	padding: 1px;
	width: 149px;
	background: #FFF;
	border: 1px solid #999;
	border-top: 1px solid #FFF;
	text-align: left;
}

dd {
	padding: 1px;
	margin: 1px;
}

dd a {
	display: block;
	color: #666;
	padding: 1px;
	margin: 1px;
	height: 1%;
	line-height: 1em;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px dashed #CCC;
}

dd a:hover
{
	color: #333;
	border: solid 1px #999;
	background: #FFB300;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
}

dt {
	padding: 1px;
	margin: 1px;
}

dt a {
	display: block;
	color: #000;
	font-weight: bold;
	padding: 1px;
	margin: 1px;
	height: 1%;
	line-height: 1em;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px dashed #CCC;
}

dt a:hover
{
	color: #000;
	font-weight: bold;
	border: solid 1px #999;
	background: #FFB300;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
}
/*all the definition list css for menus*/

#errorLogDiv {
	font-size: 12px;
	color: #006600;
	background-color:#FFFFFF;
	border: 1px solid #666666;
	padding: 3px;
	font-family: "Courier New", Courier, mono;
}

/***************************************************************/

#verticalCols {
	width: 495px;
}

.bluegrad {
	height: 140px;
	background-image: url(../images/3col_bluegrad.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.greengrad {
	height: 140px;
	background-image: url(../images/3col_greengrad.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.graygrad {
	height: 140px;
	background-image: url(../images/3col_graygrad.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.prRelTxt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: 1px solid #666666;
}
.prTitle {
	font-size: 16px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 35px;
	color: #0066CC;
	text-align: center;
}
.prSubTitle {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.prTxt {
	margin: 15px;
}
.prParagraph {
	margin-bottom: 15px;
}
.prAbout {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
.prContactDiv {
	width: 350px;
	border: 1px solid #666666;
	margin-bottom: 10px;
	
}
.prContactTitle {
	background-color: #C8DDEE;
	border-bottom: 1px solid #999999;
	padding: 4px;
	font-weight: bold;
}
.prContactTxt {
	padding: 4px;
}

/***************************************************************/
/*	Indapps Nav												   */
/***************************************************************/

.but_indapp_fsar a{
	position: relative;
	display: block;
	width: 150px;
	height: 40px;
	background-image: url(../images/but_indapps_fsar.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.but_indapp_fsar a:HOVER{
	position: relative;
	display: block;
	width: 150px;
	height: 40px;
	background-image: url(../images/but_indapps_fsar.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.but_indapp_fsar_active a{
	position: relative;
	display: block;
	width: 150px;
	height: 40px;
	background-image: url(../images/but_indapps_fsar.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.but_indapp_fsl a{
	position: relative;
	display: block;
	width: 150px;
	height: 40px;
	background-image: url(../images/but_indapps_fsl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.but_indapp_fsl a:HOVER{
	position: relative;
	display: block;
	width: 150px;
	height: 40px;
	background-image: url(../images/but_indapps_fsl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.but_indapp_fsl_active a{
	position: relative;
	display: block;
	width: 150px;
	height: 40px;
	background-image: url(../images/but_indapps_fsl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.but_indapp_fses a{
	position: relative;
	display: block;
	width: 150px;
	height: 40px;
	background-image: url(../images/but_indapps_fses.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.but_indapp_fses a:HOVER{
	position: relative;
	display: block;
	width: 150px;
	height: 40px;
	background-image: url(../images/but_indapps_fses.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.but_indapp_fses_active a{
	position: relative;
	display: block;
	width: 150px;
	height: 40px;
	background-image: url(../images/but_indapps_fses.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.but_indapp_hcpfin a{
	position: relative;
	display: block;
	width: 190px;
	height: 40px;
	background-image: url(../images/but_indapps_hcpfin.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.but_indapp_hcpfin a:HOVER{
	position: relative;
	display: block;
	width: 190px;
	height: 40px;
	background-image: url(../images/but_indapps_hcpfin.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.but_indapp_hcpfin_active a{
	position: relative;
	display: block;
	width: 190px;
	height: 40px;
	background-image: url(../images/but_indapps_hcpfin.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}


.but_indapp_hchr a{
	position: relative;
	display: block;
	width: 190px;
	height: 40px;
	background-image: url(../images/but_indapps_hchr.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.but_indapp_hchr a:HOVER{
	position: relative;
	display: block;
	width: 190px;
	height: 40px;
	background-image: url(../images/but_indapps_hchr.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.but_indapp_hchr_active a{
	position: relative;
	display: block;
	width: 190px;
	height: 40px;
	background-image: url(../images/but_indapps_hchr.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.indapp_navItem {	
	width: 110px;
	height: 40px;
	background-color: #084D6B;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.indapp_navItem a {	
	display: block;
	width: 110px;
	height: 40px;
	background-color: #084D6B;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #084D6B;
	text-decoration: none;
}

.indapp_navItem a:HOVER {	
	display: block;
	width: 110px;
	height: 40px;
	background-color: #FFFFFF;
	color: #084D6B;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #084D6B;
	text-decoration: none;
}

.indapp_navItem_active {	
	width: 110px;
	height: 40px; 
	background-color: #FFFFFF;
	color: #084D6B;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #084D6B;
}


/***************************************************************/
/*	Product Tabs											   */
/***************************************************************/

.prodTabsContainer {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #DADADA;
	border: 1px solid #AAAAAA;
	padding: 10px;
}

.prodTabsRow {
	position: relative;
	z-index: 5;
}

.prodTabsTab1_active a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 36px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 6;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab1 a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 36px;
	background-color: #EFEFEF;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 6;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab1 a:HOVER{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 36px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 6;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab2_active a{
	position: absolute;
	top: 0px;
	left: 85px;
	width: 75px;
	height: 36px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 5;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab2 a{
	position: absolute;
	top: 0px;
	left: 85px;
	width: 75px;
	height: 36px;
	background-color: #EFEFEF;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 5;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab2 a:HOVER{
	position: absolute;
	top: 0px;
	left: 85px;
	width: 75px;
	height: 36px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 5;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab3_active a{
	position: absolute;
	top: 0px;
	left: 170px;
	width: 85px;
	height: 36px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 5;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab3 a{
	position: absolute;
	top: 0px;
	left: 170px;
	width: 85px;
	height: 36px;
	background-color: #EFEFEF;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 5;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab3 a:HOVER{
	position: absolute;
	top: 0px;
	left: 170px;
	width: 85px;
	height: 36px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 5;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab4_active a{
	position: absolute;
	top: 0px;
	left: 265px;
	width: 85px;
	height: 36px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 5;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab4 a{
	position: absolute;
	top: 0px;
	left: 265px;
	width: 85px;
	height: 36px;
	background-color: #EFEFEF;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 5;
	color: #333333;
	text-decoration: none;
}

.prodTabsTab4 a:HOVER{
	position: absolute;
	top: 0px;
	left: 265px;
	width: 85px;
	height: 36px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
	z-index: 5;
	color: #333333;
	text-decoration: none;
}

#prodTabsContent {
	position: relative;
	margin-top: 42px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding-top: 5px;
	display: inline-block;
}


.tabParagraph {
	margin: 10px;
	z-index:8;
}

.rightTabBox {
	position: relative;
	width: 120px;
	height: 200px;
	border: 1px solid #AAAAAA;
	margin: 10px 5px;
	padding: 5px;
	float: right;
	display: inline;
}

.tabParagraph_right {
	position: relative;
	width: 275px;
	margin: 10px;
	z-index:8;
	display: inline;
	float: right;
}


.edButtonTabPara {
	position: absolute;
	left: 8px;
	top: 170px;
	width: 167px;
	height: 207px;
	z-index: 9;
}

.tabPadLeft180 {
	position: relative;
	margin-left: 180px;
}

#tab1Content {
position: relative;
	display: none;
}
#tab2Content {
position: relative;
	display: none;
}
#tab3Content {
position: relative;
	display: none;
}
#tab4Content {
position: relative;
	display: none;
}

li {
	margin-top: 5px;
	padding-right: 10px;
}

/**
*	Redesign for ED Demo download
**/

#re1_container {
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#re1_home_top {
	position: relative;
	width: 500px;
	height: 345px;
	background-image: url(../images/home_re1_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#re1_home_mid {
	position: relative;
	width: 500px;
	height: 81px;
	background-image: url(../images/home_re1_mid.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#re1_home_boxes {
	position: relative;
	width: 500px;
	height: 207px;
}

#re1_csfs_box {
	position: absolute;
	width: 167px;
	height: 245px;
	top: 0px;
	left: 0px;
	background-image: url(../images/home_re1_swfsbox.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#re1_cshc_box {
	position: absolute;
	width: 168px;
	height: 245px;
	top: 0px;
	left: 167px;
	background-image: url(../images/home_re1_swmbbox.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#re1_swed_box {
	position: absolute;
	width: 167px;
	height: 207px;
	top: 0px;
	left: 167px;
	background-image: url(../images/home_re1_swedbox.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.re1_boxParagraph {
	position: relative;
	margin: 16px;
	margin-top: 60px;
	font-size: 11px;
}

#re1_siteasmnt_box {
	position: absolute;
	width: 167px;
	height: 207px;
	top: 0px;
	left: 334px;
}

#re1_home_top_cc {
	width: 500px;
	height: 426px;
	background-image: url(../images/cc_image_top2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	cursor: pointer;
}

#re1_home_mid_cc {
	position: relative;
	width: 500px;
	height: 72px;
	background-image: url(../images/cc_midbox_bg.gif);
}
.mid_tag_text {
	padding: 5px 15px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.box_learnmore {
	position: absolute;
	top: 164px;
	left: -7px;
	display: block;
	text-indent: -1999px;
	width: 150px;
	height: 19px;
	background-image: url(../images/home_re1_learnmore.gif);
	background-position: top left;
	background-repeat: no-repeat;
}