/* CSS Document */

/*=======================================================================
	GLOBAL
=======================================================================*/

html, body, form, fieldset
{
    margin: 0px;
    padding: 0px;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
    margin: 0px;
    padding: 0px;
}

h2
{
    margin-bottom: 13px;
}

li, dd, blockquote
{
    margin-left: 1em;
}

body
{
    background: #FFFFFF no-repeat;
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
}

a
{
    text-decoration: none;
    color: #8B2031;
}
img
{
    border: none;
}
a:hover
{
    text-decoration: underline;
    color: #8B2031;
}

img.logo
{
    width: 168px;
    height: 28px;
    float: left;
}

.textRed
{
    color: #AE2300;
}

.textBlue
{
    color: #45577A;
}

input, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.checkbox, .checkbox input
{
    border: none;
}

.small
{
    font-size: 9px;
    text-transform: none;
}

/* MAIN: TABLES -------------------------------------------------------*/
table.mainTable
{
    width: 990px;
    text-align: left;
    margin:auto;
}

td.topLeft
{
    width: 16px;
    height: 16px;
    background: url(/img/main_corner_top_left.gif) no-repeat;
}

td.topRight
{
    width: 16px;
    height: 16px;
    background: url(/img/main_corner_top_right.gif) no-repeat;
}

td.topCenter
{
    background: url(/img/main_center_top.gif) repeat-x;
    width: 964px;
}

td.mainLeft
{
    width: 16px;
    background: url(/img/main_center_left.gif) repeat-y;
}

td.mainRight
{
    width: 16px;
    background: url(/img/main_center_right.gif) repeat-y;
}

td.bottomLeft
{
    height: 92px;
    background: url(/img/main_corner_bottom_left.gif) no-repeat;
}

td.bottomRight
{
    height: 92px;
    background: url(/img/main_corner_bottom_right.gif) no-repeat;
}

td.bottomCenter
{
    height: 92px;
    background: url(/img/main_center_bottom.gif) repeat-x;
}
/*
tr.contentHold td {
	background:#fff;
}
*/
td.mainHold
{
    padding: 15px 7px 7px 7px;
}

table.homeQuadTable td.bottomLeft
{
    height: 13px;
    background: url(/img/box_corner_bottom_left.gif) no-repeat top left;
}

table.homeQuadTable td.bottomRight
{
    height: 13px;
    background: url(/img/box_corner_bottom_right.gif) no-repeat top right;
}

table.homeQuadTable td.bottomCenter
{
    height: 13px;
    background: url(/img/box_bottom.gif) repeat-x;
}

table.homeTable
{
    width: 690px;
    float: left;
    font-size: 11px; /*border-bottom:2px solid #8b2031;*/
    margin-bottom: 5px;
}
table.homeTable td
{
    padding: 4px 4px 4px 8px;
}
table.homeTable tr.white td
{
    background: #fff;
}
table.homeTable tr.gray td
{
    background: #F4F6F8;
}
table.homeTable td
{
    border-right: 1px dotted #ccc;
}
table.homeTable td.info
{
    width: 250px;
}
table.homeTable td.bullet
{
    width: 80px;
    text-align: center;
}
table.homeTable td.section_heading
{
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 1px dotted #ccc;
    font: bold 11px;
    text-transform: uppercase;
    color: #45577A;
}
table.homeTable td.column_heading
{
    font-weight: bold;
    text-align: center;
}



/* FOOTER -------------------------------------------------------------*/
.footer
{
    width: 950px;
    float: left;
    font-size: 11px;
    color: #45577A;
    text-align: center;
    padding: 15px 0 5px 0;
}

.footer a
{
    color: #45577A;
}

/* MAINNAV ------------------------------------------------------------*/
.slogan {
	position:absolute;
	top:67px;
	left:443px;
	margin:0px;
	padding:0px;
	font-size:16px;
	text-align:left;
}

.creditcards {
	position:absolute;
	top:60px;
	left:1080px;
}

ul.mainNav
{
    float: right;
    font-size: 10px;
    position: relative;
    z-index: 6;
}
ul.mainNav li
{
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    margin-left: 1px;
    overflow: hidden;
    padding-top: 15px;
}
ul.mainNav li a
{
    color: #4D4D4D;
    background: url(/img/main_nav_corner_right.gif) no-repeat scroll top right;
    height: 28px;
    padding-right: 9px;
    text-decoration: none;
    float: left;
    display: block;
    width: auto;
}
ul.mainNav li a span
{
    background: url(/img/main_nav_corner_left.gif) no-repeat;
    display: block;
    height: 19px;
    padding: 9px 9px 0 20px;
    width: auto;
    float: left;
    cursor: pointer;
}
ul.mainNav li a:hover
{
    background-position: bottom right;
    text-decoration: none;
    color: #4D4D4D;
}
ul.mainNav li a:hover span
{
    background-position: bottom left;
    text-decoration: none;
}

/* POPMENU ITEMS  -----------------------------------------------------*/

.popHolder
{
    position: absolute;
    margin: 28px 0 0 0;
    width: 272px;
    height: 55px;
    background: #f2f2f2;
    border: 1px solid #d0d0d1;
    z-index: 10;
    display: none;
}

.extranet
{
    display: none;
    padding: 10px 0 0 10px;
}

.search
{
    display: none;
    padding: 10px 0 0 10px;
}
.esupport table td, .extranet table td, .search table td
{
    padding: 0 10px 0 0;
    background: #f2f2f2;
}
input.topBoxes
{
    font-size: 11px;
    border: 1px solid #D0D0D1;
    height: 16px;
    color: #666;
    background: #fff;
    padding: 3px 0 0 3px;
}
input.headerBtn
{
    font-size: llpx;
    height: 21px;
    background: url(/img/btn_form_bg.gif) repeat-x center left;
    border: 1px solid #D0D0D1;
    padding: 0 7px 0 7px;
}

.esupport
{
    display: none;
    padding: 10px 0 0 10px;
}

/* BREADCRUMB  --------------------------------------------------------*/
.breadcrumb
{
    padding: 0 0 10px 0;
    font-size: 9px;
}

/* SECTIONS: CopyTable ----------------------------------------------------*/
.copyTable
{
    margin: 0 0 15px 0;
    width: 100%;
}

.footnote
{
    padding: 10px 0 0 0;
    font-size: 10px;
}

/* SECTIONS: Other ----------------------------------------------------*/
.leftSection
{
    float: left;
    width: 199px;
    margin: 10px 10px 30px 0;
}

.centerSection
{
    float: left;
    width: 530px;
    margin: 10px 10px 30px 0;
}

.rightSection
{
    float: left;
    width: 199px;
    margin: 10px 0 0 0;
}

.rightSection2
{
    float: left;
    width: 739px;
    margin: 10px 0 30px 0;
}
.rightSection_get_help_now
{
    background-position: -10px -50px;
    float: left;
    width: 715px;
    background-image: url(/img/bghelp.png);
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
}
.rightSection_connect
{
    background-position: -50px -50px;
    float: left;
    width: 746px;
    height: 369px;
    background-image: url(/img/bghelp.png);
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
}
.subList li
{
    margin-bottom: 5px;
}


/*=======================================================================
	HOME PAGE
=======================================================================*/


.hover_button:hover
{
    background-position: 0px -43px;
}

a:hover
{
    text-decoration: underline;
}

.hover_button
{
    background-repeat: no-repeat;
    display: block;
    height: 43px;
    width: 308px;
}



/*=======================================================================
	SECTIONS
=======================================================================*/

/* SUBNAVBOX ----------------------------------------------------------*/
table.subNavBox
{
    float: left;
    width: 199px;
    margin-bottom: 10px;
}

table.subNavBox td.topCaps
{
    width: 13px;
    height: 28px;
}

table.subNavBox td.topCenter
{
    width: 181px;
    height: 26px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 0 0 2px;
    color: #fff;
}

table.subNavBox td.centerBody
{
    border: 1px solid #d0d0d1;
    border-bottom: none;
    border-top: none;
    padding: 15px 15px 0 15px;
    vertical-align: text-top;
}

table.subNavBox td.bottomLeft
{
    height: 13px;
    background: url(/img/box_corner_bottom_left.gif) no-repeat top left;
}

table.subNavBox td.bottomRight
{
    height: 13px;
    background: url(/img/box_corner_bottom_right.gif) no-repeat top right;
}

table.subNavBox td.bottomCenter
{
    height: 13px;
    background: url(/img/box_bottom.gif) repeat-x;
}

ul.products li, li.AspNet-TreeView-Root
{
    list-style-type: none !important;
    padding: 0 0 5px 0;
}

ul.products ul, .productsMenu ul li ul
{
    padding: 7px 0 7px 25px;
    font-size: 11px;
}

ul.products ul li, .productsMenu ul li ul li
{
    list-style-type: square;
    padding: 1px 0 1px 0;
    font-weight: normal;
}


table.subNavBox .products, table.subNavBox .productsMenu
{
    float: left;
    color: #45577A;
}

table.subNavBox .products a, table.subNavBox .productsMenu a
{
    color: #45577A;
}

table.subNavBox .products li.isOn, .AspNet-TreeView-ChildSelected, .AspNet-TreeView-Root.AspNet-TreeView-Selected a
{
    color: #45577A;
    font-weight: bold;
}
.AspNet-TreeView-Collapse
{
    display: none;
}
.AspNet-TreeView-ParentSelected a
{
    font-weight: normal !important;
}
.contentAreaBox
{
    margin: 0 15px 0 0;
    font-size: 11px;
}

a.moreLink
{
    background: url(/img/arrow_link.gif) right 2px no-repeat;
    color: #8B2031;
    font-size: 10px;
    float: right;
    clear: both;
    padding: 0 15px 0 0;
    margin-top: 15px;
    text-transform: uppercase;
}

img.smIcon
{
    float: right;
    width: 16px;
    height: 16px;
}

.solutions_table
{
    width: 90%;
    clear: both;
    margin-top: 15px;
}
.solutions_table tr
{
    vertical-align: top;
}
.solutions_table td
{
    border: 1px dotted #ccc;
}
.solutions_table td.name
{
    width: 120px;
    padding: 10px;
    font-size: 12px;
    line-height: 19px;
    color: #45577A;
}
.solutions_table td.space
{
    width: 5px;
    height: 5px;
    border: none;
}
.solutions_table td.text
{
    width: 385px;
    padding: 10px;
    font-size: 11px;
}
.solutions_table td img
{
    margin: 2px 0px 0px 0px;
}

/* RIGHTLIST ----------------------------------------------------------*/
table.rightList
{
    float: left;
    width: 199px;
}

table.rightList td
{
    border: 1px solid #CCC;
    border-right: none;
    border-left: none;
    padding: 10px 0 10px 8px;
}

table.rightList ul
{
}

table.rightList li
{
    list-style-type: none;
    background: url(/img/right_list_arrow.gif) no-repeat 0px 2px;
    padding: 0 0 5px 20px;
}

table.rightList a
{
    color: #45577A;
}

table.rightList h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 10px 0;
}

/* MAINFEATURE --------------------------------------------------------*/
table.middleMainFeature
{
    float: left;
    width: 530px;
}

table.middleMainFeature td.centerBody
{
    border: 1px solid #d6d6d6;
    border-bottom: none;
    border-top: none;
    padding: 20px 20px 10px 20px;
    vertical-align: text-top;
    background: url(/img/box_corner_mainfeature_middle.gif) repeat-x bottom #fff;
}

table.middleMainFeature td.bottomLeft
{
    height: 13px;
    width: 13px;
    background: url(/img/box_corner_mainfeature_bottom_left.gif) no-repeat top left;
}

table.middleMainFeature td.bottomRight
{
    height: 13px;
    width: 13px;
    background: url(/img/box_corner_mainfeature_bottom_right.gif) no-repeat top right;
}

table.middleMainFeature td.bottomCenter
{
    height: 13px;
    width: 503px;
    background: url(/img/box_corner_mainfeature_bottom_center.gif) repeat-x;
}

table.middleMainFeature h1
{
    color: #45577A;
    font-weight: normal;
    font-size: 22px;
    padding: 0 0 20px 0;
}

/* MAINFEATURE LINK ---------------------------------------------------*/
a.mainFeatureLink
{
    height: 40px;
    padding-right: 19px;
    text-decoration: none;
    float: right;
    display: block;
    width: auto;
}

a.mainFeatureLink span
{
    display: block;
    height: 26px;
    padding: 14px 3px 0 48px;
    width: auto;
    float: left;
}

/* sideFeature --------------------------------------------------------*/
table.sideFeature
{
    float: left;
    width: 199px;
    margin: 0 0 15px 0;
}

table.sideFeature td.businessCenterBody
{
    border: 1px solid #d6d6d6;
    border-bottom: none;
    border-top: none;
    padding: 20px 20px 10px 20px;
    vertical-align: text-top;
    background: url(/img/box_corner_sidefeature_middle.gif) repeat-x bottom #fff;
}

table.sideFeature td.bottomLeft
{
    height: 33px;
    width: 13px;
    background: url(/img/box_corner_sidefeature_bottom_left.gif) no-repeat bottom left;
}

table.sideFeature td.bottomRight
{
    height: 33px;
    width: 13px;
    background: url(/img/box_corner_sidefeature_bottom_right.gif) no-repeat bottom right;
}

table.sideFeature td.bottomCenter
{
    vertical-align: top;
    height: 20px;
    width: 173px;
    padding: 11px 0 0 0;
    background: url(/img/box_corner_sidefeature_bottom_center.gif) repeat-x bottom;
}

.sideFeatureLink
{
    list-style: none;
    display: inline;
    color: #fff;
    font-size: 9px;
    float: left;
}

.sideFeatureLink a
{
    color: #fff;
}

/* LEFTLINKS ----------------------------------------------------------*/
div.leftLinks
{
    float: left;
    width: 199px;
    height: 36px; /*background:url(/img/graybox.gif) no-repeat;*/
    margin-bottom: 3px;
}

div.leftLinks a
{
    height: 36px; /*padding:4px 10px 0 55px;*/
    text-decoration: none;
    float: left;
    display: block;
    width: auto;
    color: #fff;
}

div.leftLinks a:hover
{
    color: #fff;
}

div.leftLinks a div
{
    display: block;
    height: 36px;
    padding: 0;
    width: auto;
    float: left;
    cursor: pointer;
}

div.leftLinks a h1
{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 21px;
}

div.leftLinks a p
{
    padding: 0;
    margin: 0;
}

div.leftLinks a.learn
{
    /*background:url(/img/graybox_learn.gif) no-repeat;*/
}

div.leftLinks a.subscribe
{
    /*background:url(/img/graybox_subscribe.gif) no-repeat;*/
}

div.leftLinks a.getHelpNow
{
    /*background:url(/img/graybox_talk.gif) no-repeat;*/
}

div.leftLinks a.see
{
    /*background:url(/img/graybox_see.png) no-repeat;*/
}

div.leftLinks a.testimonials
{
    /*background:url(/img/graybox_see.png) no-repeat;*/
}


/*=======================================================================
	BUSINESS SOLUTIONS SECTION
=======================================================================*/
ul.mainNav li.business a
{
    color: #fff;
    background: url(/img/main_nav_business_corner_right.gif) no-repeat scroll top right;
    height: 28px;
    padding-right: 9px;
    text-decoration: none;
    float: left;
    display: block;
    width: auto;
}

ul.mainNav li.business a span
{
    background: url(/img/main_nav_business_corner_left.gif) no-repeat;
    display: block;
    height: 19px;
    padding: 9px 9px 0 20px;
    width: auto;
    float: left;
    cursor: pointer;
}

.colorBarBusiness
{
    float: left;
    width: 950px;
    height: 10px;
    background: url(/img/color_bar_business.gif) repeat-x;
}

/* SUBNAVBOX ----------------------------------------------------------*/
table.subNavBox
{
    float: left;
    width: 199px;
}

table.subNavBox td.businessTopLeft
{
    background: url(/img/box_corner_business_top_left.gif) no-repeat top left;
}

table.subNavBox td.businessTopRight
{
    background: url(/img/box_corner_business_top_right.gif) no-repeat top right;
}

table.subNavBox td.businessTopCenter
{
    background: url(/img/box_business_top_center.gif) repeat-x;
}

table.subNavBox td.businessSpacer
{
    width: 5px;
}

/* businessFeatureLink ------------------------------------------------*/
a.businessFeatureLink
{
    color: #fff;
    background: url(/img/feature_link_right.gif) no-repeat scroll bottom right;
}

a.businessFeatureLink span
{
    background: url(/img/feature_link_left.gif) no-repeat bottom left;
}

/* sideFeature --------------------------------------------------------*/
table.businessSideFeature
{
    float: left;
    width: 199px;
    margin: 0 0 15px 0;
}

table.businessSideFeature td.businessCenterBody
{
    border: 1px solid #d6d6d6;
    border-bottom: none;
    border-top: none;
    padding: 20px 20px 10px 20px;
    vertical-align: text-top;
    background: url(/img/box_corner_sidefeature_middle.gif) repeat-x bottom #fff;
}

table.businessSideFeature td.bottomLeft
{
    height: 33px;
    width: 13px;
    background: url(/img/box_corner_sidefeature_bottom_left.gif) no-repeat bottom left;
}

table.businessSideFeature td.bottomRight
{
    height: 33px;
    width: 13px;
    background: url(/img/box_corner_sidefeature_bottom_right.gif) no-repeat bottom right;
}

table.businessSideFeature td.bottomCenter
{
    vertical-align: top;
    height: 20px;
    width: 173px;
    padding: 11px 0 0 0;
    background: url(/img/box_corner_sidefeature_bottom_center.gif) repeat-x bottom;
}

.sideFeatureLink
{
    list-style: none;
    display: inline;
    color: #fff;
    font-size: 9px;
    float: left;
}

.sideFeatureLink a
{
    color: #fff;
}

.rightFlush
{
    float: right;
}

.contentArea p
{
    line-height: 18px;
}

.contentArea ul
{
    padding: 0 0 15px 25px;
}

.contentArea ul li
{
    list-style-type: square;
}

ul.theMatrix
{
    float: left;
    border-bottom: 2px solid #02385c;
    width: 690px;
    margin: 0;
    padding: 0;
}
ul.theMatrix li
{
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    margin-right: 1px;
    overflow: hidden;
    padding-top: 0px;
    font-size: 10px;
}
ul.theMatrix li span img
{
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -15px;
}
ul.theMatrix li.isOn
{
    color: #fff;
    background: url(/img/main_nav_business_corner_right.gif) no-repeat scroll top right;
    height: 28px;
    padding-right: 9px;
    text-decoration: none;
    float: left;
    width: auto;
}
ul.theMatrix li.isOn span
{
    background: url(/img/main_nav_business_corner_left.gif) no-repeat;
    display: block;
    height: 19px;
    padding: 9px 9px 0 20px;
    width: auto;
    float: left;
    width: 150px;
}
ul.theMatrix li a
{
    color: #4D4D4D;
    background: url(/img/main_nav_corner_right.gif) no-repeat scroll top right;
    height: 28px;
    padding-right: 9px;
    text-decoration: none;
    float: left;
    display: block;
    width: auto;
}
ul.theMatrix li a span
{
    background: url(/img/main_nav_corner_left.gif) no-repeat;
    display: block;
    height: 19px;
    padding: 9px 9px 0 20px;
    width: auto;
    float: left;
    cursor: pointer;
    width: 150px;
}
ul.theMatrix li a:hover
{
    background-position: bottom right;
    text-decoration: none;
    color: #4D4D4D;
}
ul.theMatrix li a:hover span
{
    background-position: bottom left;
    text-decoration: none;
}

table.servicesTable
{
    width: 690px;
    float: left;
    font-size: 10px;
    border-bottom: 2px solid #02385c;
    margin-bottom: 5px;
}
table.servicesTable td
{
    padding: 4px 4px 4px 8px;
}
table.servicesTable tr.white td
{
    background: #fff;
}
table.servicesTable tr.gray td
{
    background: #F4F6F8;
}
table.servicesTable td
{
    border-right: 1px dotted #ccc;
}
table.servicesTable td.info
{
    width: 250px;
}
table.servicesTable td.bullet
{
    width: 80px;
    text-align: center;
}
table.servicesTable td.section_heading
{
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 1px dotted #ccc;
    font: bold 11px;
    text-transform: uppercase;
    color: #45577A;
}
table.servicesTable td.column_heading
{
    font-weight: bold;
    text-align: center;
}
.testimonial
{
    width: 635px;
    margin-bottom: 15px;
    padding: 20px 10px 20px 45px;
    border-top: 2px solid #02385c;
    border-bottom: 2px solid #02385c;
    background: #FAFBFB url(/img/testimonial_bg.gif) no-repeat top left;
    font: normal 11px Arial, Verdana, sans-serif;
    line-height: 19px;
    color: #3F5363;
}

/*=======================================================================
	HOME SOLUTIONS SECTION
=======================================================================*/
.colorBarHome
{
    float: left;
    width: 100%;
    height: 10px;
    background: url(/img/color_bar_home.gif) repeat-x;
}

ul.mainNav li.home a
{
    color: #fff;
    background: url(/img/main_nav_homesol_corner_right.gif) no-repeat scroll top right;
    height: 28px;
    padding-right: 9px;
    text-decoration: none;
    float: left;
    display: block;
    width: auto;
}

ul.mainNav li.home a span
{
    background: url(/img/main_nav_homesol_corner_left.gif) no-repeat;
    display: block;
    height: 19px;
    padding: 9px 9px 0 20px;
    width: auto;
    float: left;
    cursor: pointer;
}

/* MAINFEATURE TEXT ---------------------------------------------------*/
table.middleMainFeature div
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}

div.answer
{
    float: left;
    color: #9C100A;
    font-weight: bold;
    font-size: 22px;
    width: 45px;
}

div.answer2
{
    float: left;
    width: 443px;
    font-size: 22px;
    padding: 0 0 20px 0;
}

div.question
{
    float: none;
    position: absolute;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 0 20px;
    z-index: 1;
}

div.question2
{
    float: none;
    position: absolute;
    width: 443px;
    color: #fff;
    margin: 20px 0 0 65px;
    z-index: 1;
}

/* homesolFeatureLink -------------------------------------------------*/
a.homesolFeatureLink
{
    color: #9C100A;
    background: url(/img/feature_link_right.gif) no-repeat scroll top right;
}

a.homesolFeatureLink span
{
    background: url(/img/feature_link2_left.gif) no-repeat top left;
}

/* SUBNAVBOX ----------------------------------------------------------*/
table.subNavBox td.homesolTopLeft
{
    background: url(/img/box_corner_homesol_top_left.gif) no-repeat top left;
}

table.subNavBox td.homesolTopRight
{
    background: url(/img/box_corner_homesol_top_right.gif) no-repeat top right;
}

table.subNavBox td.homesolTopCenter
{
    background: url(/img/box_homesol_top_center.gif) repeat-x;
}

table.subNavBox td.darkTopLeft
{
    background: url(/img/box_corner_dark_top_left.gif) no-repeat top left;
}

table.subNavBox td.darkTopRight
{
    background: url(/img/box_corner_dark_top_right.gif) no-repeat top right;
}

table.subNavBox td.darkTopCenter
{
    background: url(/img/box_dark_top_center.gif) repeat-x;
}

td.centerBody textarea
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #D0D0D1;
    height: 100px;
    width: 160px;
    color: #666;
    background: #fff;
    padding: 3px 0 0 3px;
    margin: 5px 0 10px 0;
}

td.centerBody input.helpForm
{
    float: left;
    border: 1px solid #D0D0D1;
    padding: 3px 0 0 3px;
    width: 160px;
    height: 16px;
    color: #666;
    background: #fff;
    margin: 5px 0 10px 0;
}

img.getHelp
{
    width: 172px;
    height: 64px;
    margin-bottom: 10px;
}

table.subNavBox td.homesolSpacer
{
    width: 5px;
}

ul.homesolProducts li
{
    list-style-type: none;
    padding: 0 0 5px 0;
}

ul.homesolProducts a
{
    color: #45577A;
}

/* sideFeature --------------------------------------------------------*/
table.homeSideFeature
{
    float: left;
    width: 199px;
    margin: 0 0 15px 0;
}

table.homeSideFeature td.businessCenterBody
{
    border: 1px solid #d6d6d6;
    border-bottom: none;
    border-top: none;
    padding: 20px 20px 10px 20px;
    vertical-align: text-top;
    background: url(/img/box_corner_sidefeature_middle.gif) repeat-x bottom #fff;
}

table.homeSideFeature td.bottomLeft
{
    height: 20px;
    width: 143px;
    vertical-align: top;
    padding: 11px 0 0 33px;
    background: url(/img/box_corner_download_bottom_left.gif) no-repeat bottom left;
}

table.homeSideFeature td.bottomRight
{
    height: 33px;
    width: 13px;
    background: url(/img/box_corner_sidefeature_bottom_right.gif) no-repeat bottom right;
}


/*=======================================================================
	COMPANY SECTION
=======================================================================*/
.colorBarCompany
{
    /*	float:left;*/
    clear: both;
    width: 950px;
    height: 10px;
    background: url(/img/color_bar_company.gif) repeat-x;
}

.highlight
{
    font-weight: bold;
    color: #45577A;
}

ul.mainNav li.company a
{
    color: #fff;
    background: url(/img/main_nav_company_corner_right.gif) no-repeat scroll top right;
    height: 28px;
    padding-right: 9px;
    text-decoration: none;
    float: left;
    display: block;
    width: auto;
}

ul.mainNav li.company a span
{
    background: url(/img/main_nav_company_corner_left.gif) no-repeat;
    display: block;
    height: 19px;
    padding: 9px 9px 0 20px;
    width: auto;
    float: left;
    cursor: pointer;
}

/* SUBNAVBOX ----------------------------------------------------------*/
table.subNavBox td.companyTopLeft
{
    background: url(/img/box_corner_home_top_left.gif) no-repeat top left;
}

table.subNavBox td.companyTopRight
{
    background: url(/img/box_corner_home_top_right.gif) no-repeat top right;
}

table.subNavBox td.companyTopCenter
{
    background: url(/img/box_home_top_center.gif) repeat-x;
    color: #4D4D4D;
}

table.subNavBox td.companySpacer
{
    width: 5px;
}

ul.homesolProducts li
{
    list-style-type: none;
    padding: 0 0 5px 0;
}

ul.homesolProducts a
{
    color: #45577A;
}

/* CONTENT ------------------------------------------------------------*/
.rightSection2 img.mainFeature, img.mainFeatureCenter
{
    float: left;
    margin-bottom: 15px;
}

.contentArea
{
    float: left;
    padding: 0 20px 10px 10px;
}

.ftr_next a
{
    float: left;
    width: 209px;
    height: 18px;
    padding: 4px 0 0 33px;
    margin: 10px 0 10px 0;
    background: url(/img/btn_content_bg.gif) top left;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    clear: both;
}
.ftr_next a:hover
{
    background-position: bottom left;
    text-decoration: none;
    color: #fff;
}

.centerSection h1, .rightSection2 h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 23px;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #999;
    clear: both;
}

.rightSection2 p
{
    padding-bottom: 12px;
    margin: 0;
}

.partners, .opensource_partners
{
    float: left;
    padding: 5px;
    border: 1px dashed #E0E0E1;
    margin: 0 10px 10px 0;
    width: 205px;
}
.opensource_partners
{
    border: 1px dashed #E0E0E1;
    float: left;
    height: 55px;
    margin: 5px 5px 0px 0px;
    padding: 5px;
    text-align: right;
    width: 150px;
}
.opensource_list
{
    width:600px;
}
.opensource_partners a
{
    position: relative;
    top: 20px;
}
.opensource_partners img
{
    float: left;
}
/***  Form Styles ***/

.submitBtn
{
    background-color: #FFFFFF;
    background-image: url(/img/formButtonBg.png);
    border: 1px solid #444444;
    color: #444444;
    font-size: 11px;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
    cursor: hand;
}
.tabForm
{
    /* background-color: #F4F6F8; */
    border: 1px dashed #9E9E9E;
    padding: 5px;
    margin-bottom: 10px;
}

.tabForm table
{
    width: 100%;
}
.dataLabel
{
    width: 15%;
    color: #45577A;
    font-weight: bold;
    vertical-align: top;
    width: 184px;
    padding: 3px 5px;
}
.dataField
{
    vertical-align: top;
}
.tabForm textarea
{
    height: 100px;
    padding: 2px;
    width: 365px;
}

.error
{
	color:Red;
}

/* Terms and Conditions */

.subpoint {font-weight:bold;}


/* Chat */
.chat {width:300px;background:url("/img/bg_chat.gif");padding:0px;}
.chat .messagelist {border:1px solid silver;font-family:Verdana;font-size:12px;height:155px;margin-bottom:5px;}
.chat .messagelist p {margin:2px;padding:0px;line-height:14px;}
.chat .employeename {font-weight:bold;color:Green;}
.chat .customername {font-weight:bold;color:Blue;}
.chat .messagetext {}
.chat .newmessagetext {background:white;padding:2px;height:20px;border:1px solid black;font-size:13px;width:100%;}
.chat .newmessagebutton {height:26px;border:1px solid black;}
.chat .date {display:none;}

/* Links to products on product pages */

.productlinks {text-align:right;width:100%;padding-top:20px;}



.btn 
{
	font-size: 12px;
	padding: 1px 10px 0 10px;
	margin: 3px 0 0 0;
	font-weight: bold;
	color: #4d4d4d;
	cursor: pointer;
}



/* Account Pages */

/* Account Tabs */
.accounttabscontainer 
{
	height:350px;
	width:100%;
	margin-bottom:100px;
	padding:15px 0px 0px 0px;
	border:0px;
	background:white;
}
.accounttabpage 
{
	font-size:12px;
	overflow:auto;
}
.accounttabpage td {font-size:12px;}
.accounttabpage .formtable td {padding:2px;}
.accounttabpage input, .accounttabpage select {font-size:12px;}
.accounttabpage .accountsgrid table, .accounttabpage .accountsgrid table {border:0px;}
.accounttabpage .accountsgrid td, .accounttabpage .accountsgrid th {font-size:12px;padding:2px;font-weight:normal;border:0px;}
.accounttabpage .labelcaption {font-weight:bold;color:#333333;}
.accounttabpage .pager {padding:0px;margin:0px;line-height:12px;font-size:11px;text-align:right;}
.accounttabpage .pager td {text-align:right;padding:2px 3px 2px 3px;}

.accountsection 
{
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid silver;
}

.accountbreadcrumbheading
{
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}

.accountsubheading 
{
	font-size:12px;
	color:#444444;
	font-weight:bold;
	margin: 0px 0px 06px 0px;
	display:block;
}

/* My Account menu */
.accountmenucontainer {background:#8B2031;}
.accountmenu {color:Black;}
.accountmenu .IslandStyle {font-family:Trebuchet MS;font-size:40px;}
.accountmenu .ParentItemStyle {}
.accountmenu .IslandTopLevel {}
.accountmenu .TopLevel {width:80px;text-align:center;background:#8B2031;color:#ffffff;font-weight:bold;padding-top:1px;padding-bottom:1px;padding-left:5px;border-right:1px solid white;}
.accountmenu .TopLevelParent {width:80px;background:#8B2031;color:#ffffff;font-weight:bold;padding-top:1px;padding-bottom:1px;padding-left:5px;border-right:1px solid white;}
.accountmenu .TopLevelLeaf {width:80px;background:#8B2031;color:#ffffff;font-weight:bold;padding-top:1px;padding-bottom:1px;padding-left:5px;border-right:1px solid white;}
.accountmenu .HoverItemStyle {background:#cccccc;}
.accountmenu .MainMenuIslandSecondLevel 
{
	background:#eeeeee;
	border: 1px solid silver;
	font-size:11px;
	padding:2px;
}

/* Form Tables */
.formtable {}
.formtable td {padding:4px;}
.formtable_field {text-align:left;}
.formtable_caption {text-align:right;}
.formtable_submit {text-align:right;}
.formtable .textbox {width:200px;border: solid 1px #222;padding:2px;}
.formtable .fielderror {border: solid 1px red;}
.formtable_subtitle{color:#666666;font-weight:bold;text-align:left;}

.xstooltip 
{
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
    padding: 2px 2px 2px 2px; 
    border: solid 1px #000000;
    background:#ffffff;
}

/* Datagrid results label */
.labelresults 
{
	margin-bottom:2px;
	padding-bottom:0px;
	font-size:11px;
}



/* Support Request History */

.repeatertemplate 
{
	background:#eeeeee;
}
.repeateralt 
{
	background:#ffffff;
}
.repeatersubtitle
{
	margin:0px 0px 4px 0px;
	padding:0px;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
}
.repeatertext
{
	margin-top:0px;
	margin-bottom:10px;
}


.rowcaption 
{
	font-weight:bold;
}


/* Carbonite */

.carbonite_supportcontainer	
{
	padding-left:15px;
	margin-bottom:50px;
}
.carbonite_support 	
{
	font-size:12px;
}
.carbonite_support .carbonite_breadcrumb {color:Silver;margin:0px 0px 0px 0px;}
.carbonite_support .carbonite_breadcrumb a {color:#666666;}
.carbonite_support h1 {font-size:24px;font-weight:bold;color:#333333;margin:0px 0px 10px 0px;}
.carbonite_support h2 {font-size:20px;font-weight:bold;color:#333333;margin-bottom:10px;}
.carbonite_support p {line-height:normal;}
.carbonite_support li {margin:0px 0px 5px 0px;}
.carbonite_support ol li {margin:0px 0px 5px 25px;}
.carbonite_support .support_heading {color: #4d4d4d;margin-bottom:20px;}
.carbonite_support .home_panel {margin:0px 20px 20px 0px;padding:5px;margin:0px;}
.carbonite_support #home_column_index {background:#eeeeee;width:30%;}
.carbonite_support #home_column_contents {background:#ffffff;width:70%;padding-left:10px;}
.carbonite_support .forum_indexlink {margin:0px;padding:0px;line-height:normal;}
.carbonite_support .forum_indexlink a {margin:0px;padding:0px;line-height:normal;}
.carbonite_support .forum_forumname {margin-bottom:10px;font-weight:bold;color:#333333;font-size:20px;}
.carbonite_support .forum_post {border-top:1px solid silver;padding:10px 0px 10px 0px;}
.carbonite_support .forum_postsubject {margin:0px;font-weight:bold;color:#333333;font-size:16px;}
.carbonite_support .forum_posttext {margin:0px;line-height:normal;}
.carbonite_support #forum_index {padding-bottom:10px;}
.carbonite_support #forum_contents {margin-top:10px;}



.carbonite_support .viewpost_heading {font-size:20px;display:none;}
.carbonite_support .viewpost_subject {}
.carbonite_support .viewpost_content {line-height:normal;}

.carbonite_support .manage_option {font-weight:bold;}

.carbonite_support .framed_section {margin:0px 0px 15px 5px;font-family:Verdana;}
.carbonite_support .framed_section #searchterm {width:250px;font-size:12px;}
.carbonite_support .framed_section #searchbutton {width:50px;font-size:12px;}
.carbonite_support .framed_section a {font-size:12px;}
.carbonite_support .framed_section h4 {margin:0px 0px 8px 0px;font-size:14px;font-weight:bold;}





