body	{
		margin: 0px;
		padding: 0px;
		background-color: #5D6773;
		background-image: url(branding/0/template/body_background.jpg);
		background-position: top;
		background-repeat: repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #043446;
}
@media print {
	.noPrint {display:none;}
}
th {
		text-align: left;
		font-size: 12px;
		padding-left: 9px;
}
td {
		vertical-align: top;
		padding-left: 9px;
		font-size: 12px;
}
td input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}
a	{
		color: #0088BC;
		text-decoration:underline;
}
a:hover	{
		color: #043446;
		text-decoration:none;
}
h1 {
	padding-top: 16px;
	font-size: 20px;
	color: #363636;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
p {
	margin-top: 3px;
}
.message {
	font-size: 12px;
	color: #FF0000;
}
.page_wrapper {
	margin-top: 0px;
	background-color: #ffffff;
	width: 818px;
}
.page_head_open {
	float: left;
	width: 14px;
	height: 96px;
}
.page_header {
	float: left;
	width: 790px;
	height: 96px;
}
.page_head_close {
	float: left;
	width: 14px;
	height: 96px;
}
.navigation_open {
	float: left;
	width: 14px;
	height: 28px;
}
.navigation {
	float: left;
	background-image: url(branding/0/template/navbar.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 790px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
.navigation_close {
	float: left;
	width: 14px;
	height: 28px;
}

.navigation ul {
	text-align: left;
	list-style: none;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}
.navigation li {
	display: inline;
	padding-left: 25px;
	list-style: none;	
}
.navigation li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.navigation li a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #0088BC;
}
.whoAmI {
	display:inline;
	float:left;
	color: #999999;
	font-size: 9px;
}
.myLinks {
	display:inline;
	float:right;
	color: #0088BC;
	font-size: 12px;
}
.myLinks a {
	color: #0088BC;
}

#active_nav {
	color: #0088BC;
	text-decoration: none;
}
.content_wrapper {
	background-color: #ffffff;
	background-image: url(branding/0/template/content_background.jpg);
	background-position: top;
	background-repeat: repeat;
	width: 818px;
	padding: 0px;
	clear: left;
}
.content {
	text-align: left;
	margin: 0px 35px 0px 35px;
}
.content_bottom {
}
 .content_bottom img{
  display:block;
  }
.page_footer {
	clear: left;
}
.page_footer a {
	color: #043446;
}

/*----------------------------------------------
  BACKGROUND FOR PROGRESS BAR PAGE OVERLAY 
----------------------------------------------*/
.progress_overlay { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
	background: #666666 url(images/bg_diagonals.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50);
}

/*----------------------------------------------
  SPECIAL BACKGROUNDS FOR PAGE CONTENT 
----------------------------------------------*/
.spotHeader01 {
	background-color: #A9A9A9;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 9px;
}

.spotBackground01 {
	background-color: #DDDDDD;
	border: 1px solid #A9A9A9; 
	padding: 9px;
}

.spotTable {background:#DDDDDD; font-size:10px; margin-top: 5px; margin-left: 18px;}
.spotTable th {background:#A9A9A9; color:#FFFFFF; font-size:10px; padding: 2px 9px 3px 4px;}
.spotTable td {padding: 1px 1px 1px 1px;}

.spotTable01 {background:#DDDDDD; font-size:10px; margin-top:5px; margin-left:18px; margin-bottom: 9px; }
.spotTable01 tr {background:#EEEEEE;}
.spotTable01 th {background:#A9A9A9; color:#ffffff; font-size:12px; padding: 2px 9px 3px 4px;}
.spotTable01 td {padding:9px; border-bottom: 2px solid #dddddd; vertical-align:top;}

/*----------------------------------------------
  STYLES SPECIFIC TO TRAINING AND HELP PAGES 
----------------------------------------------*/
.training li {
	list-style: none;
}
.question {
	margin-top: 18px;
	font-size: 16px;
	color: #0088BC;
	font-weight: bold;
}
.answer {
	margin-top: 18px;
	margin-left: 9px;
}
.resultHeader {
	margin-top: 3px;
	font-size: 16px;
	color: #0088BC;
	font-weight: bold;
}
.resultList {
	margin-top: 3px;
	margin-left: 9px;
}

/*----------------------------------------------
  STYLES SPECIFIC TO OPTIONS MENU 
----------------------------------------------*/

.optionSet {
}
.optionHeader {
	font-size: 17px;
	font-weight: bold;
	color: #01739F;
	padding: 10px 0px 0px 0px;
}
.optionSet ul {
	margin-top: 0px;
}
.optionSet li {
	margin-top: 8px;
}

/*----------------------------------------------
  POP-UP BOX FOR HELP TEXT
----------------------------------------------*/						
a.info{
    position:relative;
    z-index:24; 
    color:#00F;
    text-decoration: none;
	font-weight: normal;
}
a.info:hover{
	z-index:25;
	/* background-color:#fff; */
}
a.info span.info{display: none}
a.info:hover span.info{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0px; left:10px; width:306px;
    border:1px solid #9A8471;
    background-color:#D4D4D4;
	color:#3A3A3A;
    text-align:justify;
	/*font-size:.85em;*/
	font-size:12px;
	padding:5px;
}
a.info span.infoLeft{display: none}
a.info:hover span.infoLeft{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0px; left:-225px; width:207px;
    border:1px solid #A9A9A9;
    background-color:#DDDDDD;
	color:#3A3A3A;
    text-align:justify;
	/*font-size:.85em;*/
	font-size:12px;
	padding:5px;
}

/*----------------------------------------------
  STYLES SPECIFIC TO FORMS
----------------------------------------------*/						
.formLabel {
	padding-top: 9px;
}
.formField {
}

/*----------------------------------------------
  STYLES SPECIFIC TO THE E222 REPLACEMENT FORM
----------------------------------------------*/						
.replForm td {
	font-size:11px;
	vertical-align:top;
	padding: 1px;
}
.replFormHints {
	font-size: 12px;
	color: red;
}
.replFormLi {
	margin-top: 3px;
}
.replForm input {
	font-size: 11px;
	border-color: red;
}

/*----------------------------------------------
  STYLES SPECIFIC TO PAGES WITH TWO COLUMNS
----------------------------------------------*/						
.columnl {
	float: left;
	width: 300px;
	padding: 0px 10px 0px 10px;
}
.column2 {
	float: right;
	width: 330px;
	margin-top: 27px;
	padding: 10px 10px 10px 20px;
	border: 1px solid #000000;
}
.column2NoBorder {
	float: right;
	width: 350px;
	margin-top: 0px;
	padding: 10px 10px 10px 20px;
}
.chatbox {
	float: right;
	width: 216px;
	margin: 36px 36px 36px 36px;
	padding: 10px 20px 20px 20px;
	border: 1px solid #000000;
}
.chatbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0088BC;
}
/*----------------------------------------------
  STYLES SPECIFIC TO PAGES WITH LEFT SIDE NAV BAR
----------------------------------------------*/
.leftNav {
	float:left;
	margin-top: 32px;
	background-color:#eee;
	width:135px;
	border-left:1px solid #0088BC;
	border-right:1px solid #0088BC;
}
.leftNavHdr {
	background-color:#0088BC;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:7px 0px 7px 0px;
}
.leftNavLink {
	height:18px;
	background-color:#ddd;
	color:#000;
	padding:9px;
	border-bottom:1px solid #0088BC;
}
.leftNavLink a {
	color:#0179A7;
}
.leftNavLinkActive {
	height:18px;
	background-color:#818181;
	color:#ddd;
	padding:9px;
	border-bottom:1px solid #818181;
}
.leftNavLinkActive a {
	color:#fff;
}
.leftNavCountBox {
	float:right;
	background-color:#A9A9A9;
	padding:2px 3px 2px 0px;
	color:#fff;
}
.leftNavCountBoxActive {
	float:right;
	background-color:#818181;
	padding:2px 3px 2px 0px;
	color:#fff;
}

/*----------------------------------------------
  STYLES SPECIFIC TO ONLINE SALES ORDER PAGES
----------------------------------------------*/						
.orderTabs {
	width: 720px;
	background-image: url(branding/0/template/tab_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: right;
}
.orderTabs ul {
	list-style: none;
	margin: 0px;
}
.orderTabs li {
	display: inline;
	height: 20px;
	margin-left: 10px;
	background-image: url(branding/0/template/tab_gradient2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #838588;
	border-right: 1px solid #838588;
	border-top: 1px solid #838588;
}
.orderTabs li#activeTab {
	background-image: url(images/spacer.gif);
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
}
.orderTabs a {
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
}
.orderTabs a:hover {
	color: #4C2D95;
}
.orderTabs li#activeTab a {
	color: #4C2D95;
}
.orderList {
	width: 720px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	border-left: 1px solid #838588;
	border-right: 1px solid #838588;
	border-bottom: 1px solid #838588;
	text-align: left;
}
.orderList p {
	margin: 0px;
	padding: 0px 20px 0px 40px;
	line-height: 15px;
}
.orderList h3 {
	padding: 0px 20px 0px 40px;
}
.orderList form {
	margin-bottom: 18px;
	padding: 0px 20px 0px 40px;
}

.orderList img {
	border-color: #000000;
}
.orderForm th {
	padding-left: 20px;
	color: #0088BC;
}
.orderForm td {
	padding-left: 20px;
	vertical-align:top;
	line-height:15px;
}
.orderSummary {
	padding-left: 50px;
	text-align: left;
}
/*----------------------------------------------
  STYLES SPECIFIC TO PAGES WITH PASSWORD 
  STRENGTH VALIDATION FUNCTIONS
----------------------------------------------*/						
#score {
	color: #000;
	font-size: 85%;
	font-weight: bold;
	position:absolute;
	text-align: center;
	width: 100px;
	z-index: 10;
}
#scorebar {
	background-image:  url(images/bg_strength_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	width: 100px;
	border: 1px solid #000000;
	z-index: 0;
}
#scorebarBorder {
	height: 16px;
	margin-bottom: 2px;
	width: 100px;
}
#password {
	border: 1px #000 solid;
	font-size: 85%;
	width: 100px;
}
div.hid {
	display:none;
}


.fieldform {
    background: none repeat scroll 0 0 #E4E4EA;
    border-radius: 8px 8px 8px 8px;
}

.regular {
    width:90%;
    height:18px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
}

.column2NoBorder {
	float: right;
	width: 330px;
	margin-top: 27px;
	padding: 10px 10px 10px 20px;
	border: 0px;
}

.button {
    background-color: #B4B4B4;
    color: black;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    height: 22px;
    text-align: center;
    width: 70px;
}

.disabledButtonWhite {
    background-color: #FFFFFF;
    border-color: #B4B4B4;
    border-style: solid;
    border-width: 1px;
    color: #B4B4B4;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    height: 22px;
    text-align: center;
    width: 60px;
}

.section-heading {
    background: none repeat scroll 0 0 #FFF;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
}

.section-heading2 {
    background: none repeat scroll 0 0 #FFF;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding-left: 3px;
   
    
}

.redTxt
{ 
 color: #C00;
}

.list
{
	border-style: solid;
	border-width: 1px;
	border-color: #c5c5c5;
	border-radius: 5px 5px 5px 5px;
}

.column1
{
	vertical-align: top;
	padding-left: 0px;
}

.readonly
{
    width: 90%;
    height: 18px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border: 1px solid #C0C0C0;
    border-radius: 5px 5px 5px 5px;
	background-color: #D3D3D3;
}

/*------------------------------------------------------
  STYLES SPECIFIC TO DISPLAY CERTIFICATE TEST RESULT DIV
--------------------------------------------------------*/
.body_th
{
background:#bfbfbf;
text-align: center;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
.row_style{ background:#bfbfbf;}
.display-table td{ padding:10px;border-right: 1px solid #848383;}



.display-table {
    border-left: 1px solid #848383;
    border-bottom: 1px solid #848383;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

.TableRow2
{
background:#f2f2f2;

}

.TableRow1
{
background:#ffffff;


}

.redTxt {
    color: #CC0000;
    font-size: 15px;
    font-weight: normal;
}

/*------------------------------------------------------
  STYLES for Popup Div
--------------------------------------------------------*/
.tableBody
{
	background-color:silver;
	padding-bottom:0px;
}

.columnheading
{

align:center;
text-align:center;
padding-left:5px;
padding-right:5px;
padding-top:5px;
}
.tdbackground
{
 align:center;
 background-color:white;
 padding:5px;
}
.msg
{
color:red;
}

/*------------------------------------------------------
  STYLES for link
--------------------------------------------------------*/
a{cursor:pointer;}

/*------------------------------------------------------
  STYLES for Input
--------------------------------------------------------*/
.widthForInputBox
{
	width:350px;
}

.loading-div {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

.loading-image {
  position: absolute;
  top: 270px;
  left: 650px;
  z-index: 100;
}

.border-left {
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    padding-left: 4px;
    font-size: 11px;
}


.main-table {
    border: 1px solid #bfbfbf;
    border-collapse: collapse;
}

.backgroundForHeader
{
	background:#0070c0;
}

.fontColor
{
	font-size:10px;
    color:#fff;
}

.fontColor:hover
{
	font-size:10px;
    color:#fff;
    text-decoration:underline;
}

.productTableHeader
{
	background: #0070c0;
	text-align: center;
	border-right: 1px solid #4E4D4D;
}

.tdProductTable
{
	word-wrap: break-word;
	text-align:left; 
	border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    padding-left: 4px;
    font-size: 11px;
}

.alternateProductRow1
{
	background-color: #E6E6E6;
}

.alternateProductRow2
{
	background-color: #D8D8D8;
}

.green{color:#059513;}
.redText{color:#fa5439;}
.contentDiv
{
	font-size: 13px;
    padding-top: 0;
    width: 98%;
}

ul.cssMenu, ul.cssMenu ul
{
    list-style:none;
    margin:0; padding:0;
    position: relative;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
        
/*Style for 1st level menu header*/
ul.cssMenu li
{ 
    position: relative; 
    float: left; 
    zoom: 1; /*Needed for IE*/
    background: #DDDDDD; /*background color of menu header (1st level)*/
}

ul.cssMenu li:hover
{ 
    background: #01739F /*background color of menu header (1st level) on hover*/; 
    list-style:none;
    display: block; 
    
}
ul.cssMenu li a
{
    /*Menu link styles*/
    display: block; 
    padding: 5px 5px 0; 
    color:#222;
    font-family: Arial, Times New Roman, Tahoma;
    font-size: 12px;
    list-style:none;
}

 ul.cssMenu li a
{
    /*Menu link styles*/
    display: block; 
    padding: 5px 5px 0; 
    font-family: Arial, Times New Roman, Tahoma;
    font-size: 12px;
    list-style:none;
    color:#01739F;
}

.cssMenu li a:hover
{
    /*Menu link styles*/
    display: block; 
    padding: 5px 5px 0; 
    color:#fff;
    font-family: Arial, Times New Roman, Tahoma;
    font-size: 12px;
    list-style:none;
}

/* Building menu items - for 2nd and more level menu items*/
ul.cssMenu ul                       
{ 
    display:none; /*initially menu item is hidden*/
    position: absolute; /*absolute positioning is important for menu to float*/
    width: 128px; 
    
    /*Formating of menu items*/
    border:1px solid #AAAAAA;
    padding:1px;
    
    /*optional - to change position of 2nd level menu item*/
    top: 100%; 
    left: -5px; 
}

ul.cssMenu ul li
{ 
    background: #F5F5F5; 
    color: #000; 
    border-bottom: 1px solid #DDDDDD; 
    float: none; 
}
                              
ul.cssMenu ul li a
{ 
    width: 100%; 
    display: block; 
} 

/* Menu item position for 3rd level and more */
ul.cssMenu ul ul
{ 
    left: 100%; 
    top: 0; 
}

/* Hover effect for menu*/
ul.cssMenu li:hover > ul            
{ 
    display:block;
}

.dropdownMenu
{
	background:#fff;
	font-weight:bold;
	color:#01739F;
}

.forWhiteText
{
	color:#01739F;
}

.borderError 
{
	border:2px solid red;
}

