/* All links are without decoration and become underlined on mouse hover */
/* ref#00 */

*{font-family:Arial, Helvetica, sans-serif;font-size:12px}
a:hover {  
  text-decoration: underline
}

body
{
	background-color: #313131;
}

/*The main background color, this appears at the top and 
* of all pages*/
/* ref#1 */
.mainBackGround {
	background-color: #313131;

}
.mainBackGround:first-child {
	background-color: #313131;
	height:80px;
}

/*The sidebar background color, this appears at the 
* left hand side of all pages*/
/* ref#2 */
.sidebarBackGroundLeft {
/*	background-color: #FFA800; */
	background-color: #EDEDED;
	border-right:2px solid #ccc; 
	width:250px;
	padding:10px;

}


/*The sidebar background color, this appears at the 
* right hand side of all pages*/
/* ref#0 */
.sidebarBackGroundRight {
	background-color: #ffffff;
}

/*The font for the links that appear in the lefthand sidebar
* on the manage domains page and others*/
.submenu {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: bold; 
  color: #ffffff; 
  text-decoration: none; 
  text-align: right
}

/*This is the text that the information on current user and currency 
* on the righthand sidebar uses*/
/* ref#59 */
.loginInfoText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
}

/*This is the main font used.  It is specified at table declarations 
* and is often overwritten in cells by other class calls*/
.mainFont {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	color: #FFA800; 
	font-weight: bold;
}

/*This is the background for all the stuff that appears
* in the center of the screen, like the text and various
* search boxes*/
/* ref#3 */
.centerBackGround {
	background-color: #ffffff;
	width:1000px;
}

/*This is a color used in places to provide spacing*/
/* ref#10 */
.spacingColor {
	background-color: #313131;
}

/*Determines the font styles used in the context-sensitive help DHTML layers.*/			
/* ref#47 */
.popupText { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000;
	background-color: #FFFFCE;
	font-weight: normal;
}

/*The properties relevant to the main title bar.*/
/*This is the font of the title bar*/
/* ref#4 */
.titleBar {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	color: #0067ac; 
	font-weight: bold;
	
}

/*The button that appears in the title bar for searching*/
/* ref#5 */
.titleSearchButton {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF; 
	background-color: #0066FF; 
	font-weight: bold;
}

/*The properties for all input fields that appear in the title bar
* for searching*/
/* ref#6 */
.titleSearchInput {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	font-weight: NORMAL;
}

/*The text of the title bar relative to searching, ie the 'www'*/
/* ref#7 */
.titleSearchText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	color: #FFFFFF; 
	text-decoration: none;
}

.navButton
{
	height:34px;
width: auto;

	padding-left: 6px;
	padding-right: 6px;
	border-right:1px solid #666;
}

.menuBaseLine
{
	height: 3px;
	background: #000;
}

.spacer
{
	width: 6px;
}

/*This is the text of the top navigation bar*/
/* ref#8 */
.topNavBar {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 

	color: #FFFFFF; 
	text-decoration: none;
	text-align: center;
}
.topNavBar a{color:#fff}
/*The background color of the top navigation bar*/
/* ref#11 */
.topNavBarBG {
	background-color: #4c4c4c;
}

/*The appearance of a link in the top navigation bar when it is selected
* The original layout of this was to give a 'tab' apppearance, to avoid
* this set the properties to be identical to the topNavBar ones.*/
/* ref#9 */
.topNavBarSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #e1474a;
	background-color: #e5eaff;
	text-decoration: none;
}

/*The background color of the selected link in the top
* navigation bar.  Also this is the color of the row that
* appears just below the top navigation bar*/
/* ref#12 */
.topNavBarSelectedColor { 
	background-color: #e6e6e6;
}

/*This is the font of the little links that appear
* in the row just below the top navigation bar on certain
* pages like the member services page*/
/* ref#13 */
.topNavSubLinks {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
	color: #336699; 
	text-decoration: none
}


/*The left hand side navigation bar*/
/*Is here to separate from topNavBar so you can give this
* section a different look*/
/* ref#14 */
.leftNavBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/*The background color of the left navigation bar*/
/* ref#15 */
.leftNavBarBG {
background-color: #000099;



}

/*Styles for the search box*/
/*The font style for the main heading text in search boxes*/
/* ref#19 */
.searchHeader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000065; 
	text-decoration: none;
}

/* ref#20 */
.searchHeaderAlt1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000065; 
	text-decoration: none;
}

/* ref#21 */
.searchHeaderAlt2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000065; 
	text-decoration: none;
}

/*The font style for the sub heading text in search boxes*/
/* ref#22 */
.searchSubHeader {  
	font-family:  Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	font-style: normal; 
	font-weight: 900; 
	line-height: normal; 
	color: #FFA800; 
	text-decoration: none
}

/*The font style for the (contrasting) heading text in search boxes*/
/* ref#23 */
.searchHeaderLight {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #CCCCCC; 
	text-decoration: none;
}

/*The font style for normal text in a search box*/
/* ref#24 */
.searchText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	font-weight: normal;
}

/*The font style for small text in a search box*/
/* ref#48 */
.searchSmall {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	color: #000000; 
	text-decoration: none;
}

/*The font style applied to other text in the search forms ie the 'www'*/
/* ref#25 */
.searchFormField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000000; 
}

/*The style for input fields in the search boxes*/
/* ref#26 */
.searchInput {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	
	
	font-weight: NORMAL;
}

/*The button style for buttons in the search boxes*/
/* ref#27 */
.searchButton {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #999999; 
	background-color: #FfDd99; 
	font-weight: bold;
}

/*This is the font style of the large step numbers in
* search boxes*/
/* ref#28 */
.searchStepText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #e1474a;
}

/*The font style applied to href's in the search boxes
* ie the 'multiple' domains search*/
/* ref#29 */
.searchLink {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #0067ac; 
	font-weight: bold;
	text-decoration: none;
}

/*The standard background colour for searches*/
/* ref#16 */
.searchBackGround { 	

}
.mainBackGroundCenter table{width:640px !important}

/*Another background color for the boxes around the search.
* This colour is used in the first box beneath the member
* login.  It can be set to the same as above for consistency*/
/* ref#17 */
.searchBackGroundAlt1 {
	background-color: #FfDd99;
}

/*As above except for the second box, ie the one on the right*/
/* ref#18 */
.searchBackGroundAlt2 {
	background-color: #FfDd99;
}

/*The attributes of text that appears in the body
of the mainpage*/
/*The appearance of the main header in any body*/
/* ref#34 */
.bodyMainHeader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000065; 
	text-decoration: none;
}

/*The font style for the sub heading text in the body*/
/* ref#37 */
.bodySubHeader {  
	font-family:  Arial, Helvetica, sans-serif;  
	font-size: 14px; 
	font-style: normal; 
	font-weight: 900; 
	line-height: normal; 
	color: #336699; 
	text-decoration: none}

/*Standard text in a body*/
/* ref#35 */
.bodyText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	font-weight: normal;
}

/*Small text in a body*/
/* ref#36 */
.bodySmall {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: normal;
}

/*Small bold text in a body*/
.bodySmallBold {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;
}

/*Very small text used for errors */
/* ref#38 */
.bodyVerySmall {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #000000; 
	font-weight: normal;
}

/*The appearance of a link in the body text*/
/* ref#39 */
.bodyLink {
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #0067ac; 
	font-weight: bold;
	text-decoration: none;
}

/*The footer stuff*/
/*The style applied to the text and links in the footer*/
/* ref#30 */
.footerText { font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	text-align: center; 
}

/* ref#31 */
.footerLink { font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000099; 
	text-decoration: none; 
	text-align: center; 
}

/* ref#32 */
.footerLinkSmall { 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	text-align: center; 
}

/* ref#33 */
.footerBackGround {

}

/*******************************************************
* Here is the part the reseller will need to edit to get
* the step decider include to look right
*******************************************************/

/*The attributes of the step decider part on the right*/
/*The style for the number of the selected section*/
/* ref#40 */
.stepDeciderSelectedStepText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
}

/*The standard number text for non selected sections*/
/* ref#41 */
.stepDeciderStepText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #a6a6a6;
}

/*The first style applied to the text of the selected section.*/
/* ref#42 */
.stepDeciderSelectedText {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	line-height: normal; 
	color: #CC0000;
}

/*An alternate colour applied to the selected step's text.
* This is applied to the second row of text and there after
* in the selected step*/
/* ref#43 */
.stepDeciderSelectedTextAlt {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	line-height: normal; 
	color: #336699; 
	text-decoration: none;
}

/*The standard style applied to the text in the non selected steps.*/
/* ref#44 */
.stepDeciderText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	line-height: normal; 
	color: #a6a6a6;
	text-decoration: none;
}

/*The background color of the selected step*/
/* ref#45 */
.stepDeciderSelectedBackGround {
	background-color: #f2f2f2;
}

/*The background colour of non selected steps*/
/* ref#46 */
.stepDeciderBackGround {
	background-color: #f7f7f7;
}

/*This is the text for the currency selector table */
/* ref#49 */
.currency 
{	
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	color: #336699; 
	text-decoration: none;
}

/*This is the border color for the currency selector table */
/* ref#50 */
.currencyBorder
{	
	background-color: #cccccc;
}

/*This is the background color for the currency selector table */
/* ref#51 */
.currencyBackGround
{	
	background-color: #FfDd99;

}


/* the following are for the pricing table: */
/* ref#52 */
.priceHead {  
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 8pt; 
			color: #FFFFFF; 
			font-weight: normal;
			background-color: #000099}

/* ref#53 */
.priceText {  
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 8pt; 
			color: #336699; 
			font-weight: normal;
}

/* ref#54 */
.pricerow1
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	background-color:	#CCCCFF;
}

/* ref#55 */
.pricerow2
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	background-color:	#CCFFFF;
}

/* ref#56 */
.pricerow3
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	background-color:	#FFCC99;
}

/* ref#57 */
.pricerow4
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	background-color:	#FFCCFF;
}

/* ref#58 */
.pricerow5
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	background-color:	#FFCCDD;
}

/*This will be the style applied to the floating back to the top link */
.backToTop {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #CC0000;
	font-weight: normal;
}







/* Indicates if user is logged in in the Admin site. */

.adminstatus
{
	color: #ffffff;
	background-color: #000088;
}

/* Hyperlink styles on the Admin site. */

.adminlink
{
	color: #99ffcc;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}
.adminlink:link
{
	color: #99ffcc;
}
.adminlink:visited
{
	color: #77ddaa;
}


/* heading for pricing info */
.tddatavsbl {  
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 7pt; 
			color: #336699; 
			font-weight: bold}			

/* text for pricing info */
.tddatavs {  
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 7pt; 
			color: #000000; 
			font-weight: normal}	
			
					
/* samll text in footer */
.footerSmall { 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: normal; 
	color: black; 
	text-decoration: none; 
	text-align: center; 
}

/*
 * Background of the whois page. Otherwise defaults to main page background
 * which is grey for the new page style
 */
.whoisBody    {
      font-family: Tahoma, Arial;
      font-size: 8pt;
      color: #000000;
      text-decoration: none;
      background-color: #FFFFFF;
      text-align: center;
}


/* 
 * the first color of the alternating color series of
 * the summary pages
 */
.summarymenutitle0 {
    cursor:pointer;
    margin-top: 2px;
    background-color:#ddeeff;
    color:#000000;
    width:440px;
    padding:0px;
    text-align:center;
    font-weight:bold;
    border-left:1px solid darkblue;
    border-top: 1px solid darkblue;
    border-right: 1px solid darkblue;
    border-bottom: 0px solid darkblue;
}

/* 
 * the second color of the alternating color series of
 * the summary pages
 */
.summarymenutitle1 {
    cursor:pointer;
    margin-top: 2px;
    background-color:#FFFAF0;
    color:#000000;
    width:440px;
    padding:0px;
    text-align:center;
    font-weight:bold;
    border-left: 1px solid darkblue;
    border-top: 1px solid darkblue;
    border-right: 1px solid darkblue;
    border-bottom: 0px solid darkblue;
}

/* 
 * the submenu page of the summary
 */
.summarysubmenu {
    margin-bottom: 0.5em;
    text-align:justify;
    border-left:1px solid darkblue;
    border-top: 1px solid darkblue;
    border-right: 1px solid darkblue;
    border-bottom: 1px solid darkblue;
}



.pricingBody    {
        font-family: Tahoma, Arial;
        font-size: 8pt;
        color: #000000;
        text-decoration: none;
        background-color: #FFFFFF;
        text-align: center;

}

.hostingComparisonTable
{
        background-color: white;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
}
.hostingPriceFeaturesTable
{
        background-color: white;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
}
.loginBorder
{
border:none !important;
background:none !important;
}
.loginBox input{padding:2px;width:170px !important;border:1px solid #ccc !important}
select,.loginBoxButton{padding:4px;border:1px solid #ccc !important}
.loginBoxButton{width:100px}


.loginControlPanel
{
        background-color: white;
}
ul.wizard{padding:0 !important}
#consoleWrapper{padding:0 0 0 10px !important}
.wizard li a, .wizard li span{padding:2px !important}
.orderBox{border:none !important}
h1, h2, h3, h4, h5, #taskbutton{font-family:Arial, Helvetica, sans-serif }





img, hr, fieldset {
    border: medium none;
}
img.floated_left {
    border: medium none;
    float: left;
    margin: 0 10px 10px 0;
}
img.floated_right {
    border: medium none;
    float: right;
    margin: 0 0 10px 10px;
}
img.floated_none {
    border: medium none;
    clear: both;
    margin: 10px 0 0;
}
h1, h2, h3, h4, p, ul, ol, li, hr, br, form, fieldset, dl, dt, dd {
    margin: 0;
    padding: 0;
	list-style:none;
}
br, hr {
    height: 0;
}
address {
    font-style: normal;
}
.clr {
    clear: both;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
body {
    color: #666666;
    font-family: Arial,Verdana,Serif;
    font-size: 11px;
    text-align: left;
}
p {
    line-height: 140%;
    margin: 10px 0;
}
#top_box p {
    color: #FFFFFF;
}
#details div {
    color: #999999;
    font-size: 10px;
}
address {
}
.quote {
    background: url("../images/icons/quote.gif") no-repeat scroll left top transparent;
    clear: both;
    color: #666666;
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 150%;
    margin: 10px auto;
    padding: 10px 15px;
    text-indent: 25px;
}
.big_quote {
    background: url("../images/icons/quote.gif") no-repeat scroll left top transparent;
    color: #3399CC;
    display: block;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    line-height: 150%;
    margin: 10px auto;
    padding: 10px 15px;
    text-indent: 25px;
}
.quote2 {
    background: none repeat scroll 0 0 #F0F9FD;
    border: 1px solid #CCCCCC;
    color: #333333;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 15px;
}
.blockquote {
    color: #666666;
    display: block;
    float: right;
    font-family: georgia;
    font-size: 20px;
    font-style: italic;
    line-height: 160%;
    margin: 0 0 5px 15px;
    padding: 10px;
    width: 600px;
}
.attention {
    background: url("../images/message_info.png") no-repeat scroll 20px center #E9FAD0;
    border: 1px solid #AEE756;
    color: #444444;
    display: block;
    font-size: 10px;
    margin: 0 auto;
    padding: 14px 14px 14px 67px;
}
.auto_thumbs {
    float: right;
    margin: 0 0 15px 15px;
}
h1, h1.contentheading {
    color: #FB7000;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 5px 0 0;
    padding: 0;
}
#mainbody #content_headers h1 {
    color: #CCCCCC;
    font-size: 37px;
    letter-spacing: -3px;
}
.componentheading {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}
h2, .sectiontableheader {
    color: #FF6600;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 100%;
    margin: 0;
    padding: 5px 0;
}
.contentheading {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 5px 0;
}
h3 {
    color: #666666;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 120%;
    margin: 0;
    padding: 5px 0;
}
#left_column h3 {
    color: #F0E5DD;
    font-size: 17px;
    letter-spacing: -0.5px;
    line-height: 100%;
    margin: 0;
    padding: 10px 0;
}
#left_column .moduletable_menu_services h3 {
    background: url("../images/services_h3.gif") no-repeat scroll left top transparent;
    display: block;
    height: 39px;
    margin: 0;
    padding: 0;
    text-indent: -2000px;
    width: 250px;
}
#left_column .moduletable_contact h3 {
    background: url("../images/contact_h3.gif") no-repeat scroll left top transparent;
    display: block;
    height: 39px;
    margin: 0;
    padding: 0;
    text-indent: -2000px;
    width: 250px;
}
#links_wrap h3 {
    color: #EA5D12;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    padding: 5px 0;
	text-align:left;
}
h4 {
    color: #999999;
    font-size: 15px;
    font-weight: bold;
    line-height: 110%;
    margin: 0;
    padding: 5px 0;
}
h5 {
    color: #346A76;
    font-size: 14px;
    font-weight: bold;
    line-height: 110%;
}
h6 {
    color: #346A76;
    font-size: 12px;
    font-weight: bold;
    line-height: 110%;
}
ul.menu_top a:link, ul.menu_top a:visited {
    color: #3399CC;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 5px 30px;
    text-align: left;
    text-decoration: none;
    width: 210px;
}
ul.menu_top a:hover {
    color: #333333;
    font-weight: bold;
}
ul.menu_top li.active a {
    color: #333333;
    font-weight: bold;
}
ul.menu_left a:link, ul.menu_left a:visited {
    background: url("../images/icons/arrow_black.gif") no-repeat scroll left center transparent;
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
    display: block;
    margin: 0;
    padding: 1px 0 1px 10px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
ul.menu_left a:hover {
    color: #333333;
}
ul.menu_left li.active a {
    color: #333333;
    font-weight: bold;
}
ul.menu_features a:link, ul.menu_features a:visited {
    background: url("../images/icons/ul_li.gif") no-repeat scroll left center transparent;
    color: #3399CC;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 2px 12px;
    text-align: left;
    text-decoration: none;
}
ul.menu_features a:hover {
    color: #333333;
}
ul.menu_features li.active a {
    color: #333333;
    font-weight: bold;
}
ul.menu_links a:link, ul.menu_links a:visited {
    background: url("../images/icons/arrow_black.gif") no-repeat scroll left center transparent;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
ul.menu_links a:hover {
    color: #FB7000;
}
ul.menu_links li.active a {
    color: #FB7000;
    font-weight: bold;
}
ul.latestnews a:link, ul.latestnews a:visited {
    color: #666666;
    display: block;
    margin: 0;
    padding: 2px 0;
    text-align: left;
    text-decoration: none;
}
ul.latestnews a:hover {
    color: #3399CC;
}
ul.latestnews li.active a {
    color: #333333;
}
ul.latestnews li {
    color: #333333;
    height: 15px;
}
a:link, a:visited {
    color: #FB7000;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
.readon, .details {
    font-size: 11px;
    font-weight: bold;
}
.moduletable_menu ul {
    list-style: none outside none;
    padding: 0;
}
.moduletable_menu #mainlevel_top li, .moduletable_menu .menu_footer li {
    display: inline;
}
#content_full .moduletable_menu ul, #content_full .moduletable_menu_services ul {
    list-style: none outside none;
    padding: 0;
}
#content_full .moduletable_menu ul li, #content_full .moduletable_menu_features ul li {
    line-height: normal;
}
#content_full ul {
    list-style: disc outside none;
    padding: 10px;
}
#content_full ol {
    list-style: decimal outside none;
    padding: 0 0 10px;
}
#content_full li {
    line-height: 130%;
    margin: 0 0 0 15px;
}
#content_full ul.ticked li {
    background: url("../images/icons/ticked.gif") no-repeat scroll left center transparent;
    list-style: none outside none;
    padding: 0 0 0 15px;
}
#content_full #right_column li, #content_full #left_column li {
    line-height: 150%;
    margin: 0 0 0 5px;
}
.button {
background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    color: #000000;
    float: left;
    margin-right: 5px;
    padding: 4px 20px;
    width: 75px;
	text-align:center;
}
.button:hover {
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF;
    cursor: pointer;
}
.inputbox {
    border: 1px solid #CCCCCC;
    color: #444444;
    padding: 2px 5px;
}
#modlgn_passwd.inputbox, #modlgn_username.inputbox, #mod_search_searchword.inputbox {
    width: 90%;
}
#mod_login_username.inputbox, #mod_login_password.inputbox {
    width: 188px;
}
textarea.inputbox {
    line-height: 150%;
    padding: 5px;
}
.searchtext {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    color: #000000;
    padding: 1px;
}
.yellowbutton {
    background: none repeat scroll 0 0 #FB7000;
    border: 1px solid #999999;
    color: #FFFFFF;
}
.yellowbutton:hover {
    background: none repeat scroll 0 0 #555555;
    border: 1px solid #999999;
    color: #FFFFFF;
}
body {
    background: none repeat scroll 0 0 #313131;
    margin: 0;
    padding: 0;
}
#wrapper_full {
    margin: 0;
    padding: 0;
    width: 100%;
}
#wrapper {
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
#top_full {
    clear: both;
    float: left;
    height: 80px;
    margin: 0 auto;
    width: 100%;
}
#top_wrap {
    height: 80px;
    margin: 0 auto;
    width: 1000px;
}
#top_left {
    float: left;
    position: relative;
    width: 500px;
}
#top_logo {
    left: 10px;
    position: absolute;
    top: 15px;
}
#top_slogan {
    left: 210px;
    position: absolute;
    top: 17px;
}
#top_right {
    float: right;
    position: relative;
    width: 500px;
}
#top_login {
    color: #FFFFFF;
    position: absolute;
    right: 190px;
    top: 55px;
}
#top_login a {
    color: #CCCCCC;
}
#top_login a:hover {
    color: #FF6600;
}
#live_chat {
    position: absolute;
    right: 10px;
    top: 10px;
}
#top_contact {
    position: absolute;
    right: 190px;
    top: 25px;
}
#menu_full {
    clear: both;
    float: left;
    height: 35px;
    margin: 0 auto;
    width: 100%;
}
#menu_wrap {
    background: none repeat scroll 0 0 #4C4C4C;
    height: 35px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
    z-index: 999;
}
#menu {
    z-index: 999;
}
#mates_rates {
    position: absolute;
    right: 20px;
    top: 8px;
}
#home_header_full {
    clear: both;
    float: left;
    height: 290px;
    margin: 0 auto;
    width: 100%;
}
#home_header_wrap {
    background: url("../images/headers/header_bg.jpg") no-repeat scroll left top transparent;
    height: 290px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#home_header_wrap #logo_links {
    height: auto;
    position: absolute;
    right: 110px;
    top: 75px;
    width: 171px;
}
#home_header_wrap #logo_links .floated_left {
    margin: 1px 0;
}
#top_box_full {
    clear: both;
    float: left;
    margin: 0 auto;
    width: 100%;
}
#top_box_wrap {
    background: none repeat scroll 0 0 #181818;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
#top_box {
    width: 1000px;
}
#top_box .moduletable {
    margin: 0 0 15px;
    padding: 0 20px 0 0;
}
#top_box_1 {
    float: left;
    margin: 0 0 0 20px;
    width: 32%;
}
#top_box_2 {
    float: left;
    width: 33%;
}
#top_box_3 {
    float: left;
    width: 33%;
}
#back_header_full {
    clear: both;
    float: left;
    height: 100px;
    margin: 0 auto;
    width: 100%;
}
#back_header_wrap {
    border-bottom: 3px solid #D7D5D5;
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#content_full {
    clear: both;
    float: left;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#left_column_wrap {
    float: left;
    height: auto;
    margin: 0 auto;

}
#left_column {
    float: left;
    height: auto;
    margin: 0 auto;
    width: 200px;
}
#left_column .bf_form_row {
    margin: 0;
    padding: 0;
}
#left_column .bf_form_row #fullname, #left_column .bf_form_row #emailaddress, #left_column .bf_form_row #phonenumber {
    margin: 0;
    padding: 0;
    width: 220px;
}
#left_column .bf_form_row #yourmessage {
    height: 100px;
    margin: 0 0 10px;
    padding: 0;
    width: 220px;
}
#left_column #form_submit_button {
    width: 100px;
}
#left_column .moduletable, #left_column .moduletable_menu, #left_column .moduletable_menu_services, #left_column .moduletable_contact {
    margin: 0 0 15px;
}
#left_column .moduletable img {
    text-align: center;
}
#content_wrap {
    background: url("../images/content_wrap_bg.gif") repeat-y scroll left center #FFFFFF;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
#content_body_wrap {
    height: auto;
    margin: 0 auto;
    padding: 0;

	width:240px;
}
#mainbody {
    float: left;
    padding: 0 0 0 20px;
    width: 680px;
}
#mainbody #breadcrumbs {
    margin: 5px 0;
}
#mainbody #content_headers {
    clear: both;
}
#mainbody #content_headers .floated_none {
    margin: 3px 0;
    padding: 0;
}
#mainbody #content_bottom_box {
    clear: both;
}
#mainbody #content_bottom_box .moduletable {
    float: left;
    margin: 0 20px 0 0;
    padding: 20px 0;
}
#mainbody_content_body {
    padding: 0 10px;
}
#links_full {
    clear: both;
    float: left;
    margin: 0 auto;
    width: 100%;
}
#links_wrap {
    background: none repeat scroll 0 0 #454545;
    border-bottom: 1px solid #555555;
    border-top: 3px solid #D7D5D5;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
	font-size:11px;
}
#links_wrap *{	font-size:11px;}
#links_box {
    padding: 5px 0 0 20px;
    position: relative;
}
#links_1 {
    float: left;
    width: 170px;
}
#links_2 {
    float: left;
    width: 160px;
}
#links_3 {
    float: left;
    width: 160px;
}
#links_4 {
    float: left;
    width: 160px;
}
#links_5 {
    float: left;
    width: 160px;
}
#links_6 {
    float: left;
    width: 160px;
}
#details_full {
    background: none repeat scroll 0 0 #333333;
    clear: both;
    float: left;
    height: 40px;
    margin: 0 auto;
    width: 100%;
}
#details_wrap {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}
#details {
    background: url("../images/details_bg.gif") no-repeat scroll center top transparent;
    height: 40px;
    width: 1000px;
}
#details_left {
    float: left;
    height: 40px;
    width: 500px;
}
#details_right {
    float: left;
    height: 40px;
    position: relative;
    width: 500px;
}
#details_right .moduletable {
    position: absolute;
    right: 5px;
    text-align: right;
    top: 5px;
}
#footer_full {
    clear: both;
    float: left;
    margin: 0 auto;
    width: 100%;
}
#footer_wrap {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}
#footer {
    margin: 0;
}
.small, .createdate, .modifydate, .pathway {
    color: #666666;
    font-size: 10px;
    line-height: 150%;
}
.modifydate {
    color: #CCCCCC;
    font-style: italic;
}
.pathway {
    padding: 15px 0;
}
.blog_more {
    background: none repeat scroll 0 0 #8A7E49;
    margin: 0 0 15px;
    padding: 15px;
    text-align: left;
}
.contentpaneopen {
    width: 100%;
}
.sectiontableheader img {
    padding-left: 8px;
}
.contentpane .sectiontableheader {
    padding: 5px;
}
.contentpane .sectiontableheader, .contentpane .sectiontableheader a {
    color: #CCCCCC;
    font-size: 14px;
    font-weight: bold;
}
.contentpane .sectiontableheader a:hover {
    color: #FFFFFF;
}
.contentpane a.category {
    color: #CCCCCC;
}
.sectiontableentry1 td {
    background: none repeat scroll 0 0 #554E2F;
    padding: 5px;
}
.sectiontableentry2 td {
    padding: 5px;
}
.sectiontableentry1 a, .sectiontableentry2 a {
    color: #CCCCCC;
}
.sectiontableentry1 a:hover, .sectiontableentry2 a:hover {
    color: #FFFFFF;
}
.search {
    margin: 0 0 20px;
}
#searchForm {
    background: none repeat scroll 0 0 #444444;
    margin: 0 0 15px;
    padding: 15px;
    text-align: left;
}
#searchForm .contentpaneopen {
    margin: 0;
    padding: 0 0 15px;
}
#searchForm div div {
    clear: both;
}
.yoo-tooltip-toggler {
    color: #3699CC;
    font-weight: bold;
}
#mainbody ul.jwts_tabbernav li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#hxdmoomenu ul {
    float: left;
    padding: 0;
    z-index: 998;
}
#hxdmoomenu ul li {
    display: block;
    padding: 0;
    z-index: 999;
}
#hxdmoomenu ul li a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: arial,verdana,serif;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}
#hxdmoomenu ul li .separator {
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: arial,verdana,serif;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}
#hxdmoomenu ul li a:hover {
    display: block;
}
#hxdmoomenu ul li.active a {
    background: url("../images/icons/menu_arrow.png") no-repeat scroll center bottom #999999;
    color: #FFFFFF;
    display: block;
}
#hxdmoomenu ul li:hover, #hxdmoomenu ul li.active {
    background: none repeat scroll 0 0 #999999;
}
#hxdmoomenu ul li:hover a, #hxdmoomenu ul li.active a {
}
#hxdmoomenu ul li ul li {
    background: none repeat scroll 0 0 #DDDDDD;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
div#hxdmoomenu ul li ul li a, div#hxdmoomenu li.active li a {
    color: #666666;
    display: block;
    float: none;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: none;
    width: 200px;
    z-index: 999;
}
#hxdmoomenu ul li ul li a:hover {
    color: #FB7000;
}
#hxdmoomenu li.active li a {
}
#hxdmoomenu ul ul li a:hover, #hxdmoomenu ul li.active.parent ul a:hover {
    background: none repeat scroll 0 0 #999999;
    display: block;
    width: 200px;
}
#hxdmoomenu ul li.sfhover:hover ul li:hover, #hxdmoomenu ul li ul li:hover, #hxdmoomenu ul li ul li.active {
    background: none repeat scroll 0 0 #FFFFFF;
}
#hxdmoomenu ul li:hover ul li a, #hxdmoomenu ul li.active ul li a {
    background: none repeat scroll 0 0 transparent;
}
#hxdmoomenu ul li ul li:hover a, #hxdmoomenu ul li ul li.active a {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
}
#hxdmoomenu ul ul ul {
    margin-left: 0;
    margin-top: 0;
}
.copy_code {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;
    display: block;
    margin: 20px 0;
    padding: 10px;
}
code {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;
    display: block;
    margin: 20px 0;
    padding: 10px;
}
div.icemegamenu ul#icemegamenu li a.iceMenuTitle, div.icemegamenu ul#icemegamenu li span.separator, div#subMenusContainer a.iceMenuTitle, div#subMenusContainer span.separator {
    height: 25px !important;
    line-height: 25px !important;
}
div.icemegamenu ul#icemegamenu {
    background: none repeat scroll 0 0 transparent !important;
}
div.icemegamenu ul#icemegamenu li a.iceMenuTitle, div.icemegamenu ul#icemegamenu li span.separator, div#subMenusContainer a.iceMenuTitle, div#subMenusContainer span.separator {
    color: #EBEBEB;
    text-shadow: none !important;
}
div.icemegamenu ul#icemegamenu li {
    border-right: 1px solid #666666;
}
div.icemegamenu ul#icemegamenu li.active a.iceMenuTitle, div.icemegamenu ul#icemegamenu li.active span.separator, div#subMenusContainer li.active a.iceMenuTitle, div#subMenusContainer li.active span.separator, div.icemegamenu ul#icemegamenu li:hover a.iceMenuTitle, div.icemegamenu ul#icemegamenu li:hover span.separator {
    color: #F26822;
}
div.formBody {
    margin-right: 5px;
}
.topNavBar a{color:#fff}

#logonform fieldset{background:#fff}
input[type="text"], input[type="password"], textarea{    border: 1px solid #CCCCCC !important;
    padding: 2px;
    width: 175px !important;}
	#DomainSearchBox input[type="text"]{padding:5px !important;width:300px !important}