/*****************
/ debug formatting
/****************/
.xd { background-color: #F00; }
.xd2 { background-color: #0F0; }
.xd3 { background-color: #00F; }

html {
    /* height: 100%; is for attaching the footer to the page bottom or viewport bottom whichever is longer */
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
    /* height: 100%; is for attaching the footer to the page bottom or viewport bottom whichever is longer */
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #374659;
	line-height: 20px;
	word-spacing: normal;
	text-align: justify;
	cursor: default;
}


/* 
  reset inputs - for auto styling on Apple / Safari
*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 4px;
}

/************************
/ default input formatting
/***********************/
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 16px;
  padding: 4px 6px;
  /*margin-bottom: 10px;*/
  font-size: 14px;
  line-height: 16px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/*input,
textarea,
.uneditable-input {
  width: 206px;
}*/

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(2, 66, 138, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 26px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 26px;
}

select {
  /*width: 220px;*/
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  /*outline: thin dotted #333;
  outline: 5px auto rgba(2, 66, 138, 0.8);
  outline-offset: -2px;*/
  border-color: rgba(2, 66, 138, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
}

.big-input {
	font-size:28px !important;
	line-height:28px !important;
	padding: 2px 4px !important;
}
select.big-input {
	height: auto !important;
}
input[type="text"].big-input {
	height: auto !important;
}
input[type="textarea"].big-input {
	height: auto !important;
}
.big-input.big-input-sld {
	width:40%;	
}
.big-input.big-input-sld-trans {
	width:65%;	
}
.big-input.big-input-tld {
	width:120px;	
}


/* main body management */
div#wrapper {
	/*width:790px;*/
	margin:0 auto;
	padding:0;
	border:0px;
	vertical-align:top;
	
	background:#FFF;
	
    /* the following 4 items are for attaching the footer to the page bottom or viewport bottom whichever is longer */
	position:relative; 
	height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
/* div#middle-wrap is for attaching the footer to the page bottom or viewport bottom whichever is longer */
div#middle-wrap {
	height:auto !important; /* real browsers */
    position:relative; 
	padding-top: 108px; /* room for header */
	padding-bottom: 320px; /* room for footer */
}

div.head-banner {
    position:relative;
	background: #000;
}
div.head-banner img {
	opacity: 0.5;
	height: 210px;
}
div.head-banner-text-container {
    position:absolute;
	z-index: 10;
	top: 60px;
	width: 100%;
}
div.head-banner-text {
    position:relative; 
	margin: 0 auto;
	width: 800px;
}
div.white-cover {
	background: #fff none;
}

.head-banner-text h1,
.head-banner-text p {
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #fff;
}
.head-banner-title-a {
	font-size: 32px;
	font-weight: 700;
	color: #749AE0;
}
.head-banner-title-b {
	font-size:32px;
	font-weight: 700;
	color: #fff;
}

@media (min-width: 1099px) {
  div.head-banner-text-container {
	top: 65px;
  }
  div.head-banner img {
	height: 220px;
  }
}
@media (min-width: 1299px) {
  div.head-banner-text-container {
	top: 75px;
  }
  div.head-banner img {
	height: 240px;
  }
}
@media (min-width: 1499px) {
  div.head-banner-text-container {
	top: 85px;
  }
  div.head-banner img {
	height: 260px;
  }
}

#where-to-start {
    position:absolute;
	cursor:pointer;
	bottom: 0;
}
div.head-banner-blue-band {
	z-index: 10;
	width: 100%;
	background-image: -o-linear-gradient(top, rgba(38,80,170,.7), rgba(28,61,128,.7));
	background-image: -moz-linear-gradient(top, rgba(38,80,170,.7), rgba(28,61,128,.7));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(38,80,170,.7)), color-stop(rgba(28,61,128,.7)));
	background-image: -webkit-linear-gradient(top, rgba(38,80,170,.7), rgba(28,61,128,.7));
	background-image: -ms-linear-gradient(top, rgba(38,80,170,.7), rgba(28,61,128,.7));
	background-image: linear-gradient(top, rgba(38,80,170,.7), rgba(28,61,128,.7));
}
div.head-banner-blue-band-text {
    position:relative; 
	margin: 0 auto;
	width: 800px;
}
.head-banner-blue-band-text h1 {
	color: #fff;
	margin: 12px 0 0 0;
	display: inline-block;
}
.head-banner-blue-band-text p {
	color: #fff;
	margin: 0 0 12px 0;
	display: inline-block;
}
.head-banner-blue-band-text a,
.head-banner-blue-band-text a:visited,
.head-banner-blue-band-text a:link {
	color: #fff;
	text-decoration: none;
}
.head-banner-blue-band-text a:hover {
	color: #ddd;
	text-decoration: underline;
}

#getting-started {
	width: 100%;
	background-image: -o-linear-gradient(top, rgba(38,80,170,1), rgba(28,61,128,1));
	background-image: -moz-linear-gradient(top, rgba(38,80,170,1), rgba(28,61,128,1));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(38,80,170,1)), color-stop(rgba(28,61,128,1)));
	background-image: -webkit-linear-gradient(top, rgba(38,80,170,1), rgba(28,61,128,1));
	background-image: -ms-linear-gradient(top, rgba(38,80,170,1), rgba(28,61,128,1));
	background-image: linear-gradient(top, rgba(38,80,170,1), rgba(28,61,128,1));
}

#home-glyph-row {
	margin-top: 3em;
	margin-bottom: 4em;
}
#home-glyph-row h3,
#home-glyph-row p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
#home-glyph-row a h3,
#home-glyph-row a:link h3,
#home-glyph-row a:visited h3 {
	font-size: 1.75em;
	color: #374659;
	opacity: .7;
	text-decoration: none;
}
#home-glyph-row a:hover h3 {
	color: #000000;
	text-decoration: none;
}
#home-glyph-row img {
	width: 180px;
	opacity: .7;
	border: none;
}
#home-glyph-row a:hover img {
	opacity: .8;
}
div.home-service-detail {
	margin: 0 45px;
}
img.home-service-detail {
	margin: 25px 45px;
}
img.home-service-detail:hover {
	opacity: .8;
}
div.gold-button-halo {
	display: inline-block;
	margin: 10px 25px;
	padding: 10px;
	background: #FFF0D5;
	border: 1px #FFD991 solid;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
div.service-detail {
	margin: 0 35px 25px 0;
	width: 50%;
}
img.service-detail {
	margin: 25px 25px;
	max-width: 300px;
}
div.service-detail-mini {
	margin: 0 20px 20px 0;
	width: 65%;
}
img.service-detail-mini {
	margin: 50px 45px 0 20px;
	max-width: 230px;
}



#headerPortal {
	width:776px;
	height:240px;
	margin:0 auto;
	background:#000000 url("../images/logo-portal.jpg") top right no-repeat;
	border:1px solid #000000;
}
table#doc {
	width:770px;
	margin:0 auto;
	padding:0;
}
table#doc td#docTD {
	padding:0;
}
#mainData {
	margin:10px auto;
	width:960px;
	/*background: #FFFFFF url("../images/pho-page_background.jpg") top left repeat-y ;*/
	border:0px;
	/*height:280px;*/
}
table#mainData td#mainTD, 
table#mainData td.mainTD {
	vertical-align:top;
	/*padding:8px 30px 8px 30px;*/
	/*height:280px;*/
}

table#mainData #tablehead {
	clear:both;
	padding:14px 0 14px 5px;	
	color: #555;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.75;
	font-size: 18px;
	font-weight:700;
	/*text-align:left;*/
	/*vertical-align:middle;*/
}
.boxlegend img { display: none; }

blockquote {
	border-left:#fffcf5 12px solid;
	border-left-color:#FFF0CA;
}
blockquote p, blockquote h3  {
	margin-left: 10px;
}

.boxheader {background-color: #4982C0; color: #ffffff; font-weight: bold; border:#FFFFFF thin solid;}
.boxsubtitlelabel {background-color: #FFB422; color: #3C2200; font-weight: normal; border:#FFFFFF thin solid;}
.boxsubtitle {background-color: #6598CF; color: #ffffff; font-weight: bold; border:#FFFFFF thin solid;}
.boxrowlabel {background-color: #FFD793; color: #1A3548; font-weight: normal; border:#FFFFFF thin solid;}
.boxrowdata {background-color: #ECF1F9; color: #3C2200; font-weight: normal; border:#FFFFFF thin solid;}
.boxrowalt {background-color: #E2ECF5; color: #3C2200; font-weight: normal; border:#FFFFFF thin solid;}

table {
	border-collapse:collapse;
	border-spacing:0;
}
table#data td#data {
	vertical-align:top;
	padding:6px 6px 6px 6px;
}
table#mainData table#data {
	border:1px solid #000000;
}
table.data {
	/*border:1px solid #0081BF;*/
	/*background:#FFFFFF;*/
}
table.data2, div.data2 {
/*	border:1px solid #e3ecfb; */
	border-bottom:1px solid #C0D5F5;
	background:#FFFFFF;
}
/* surfalot added: */
table#mainData td#mainTD div.awform table.data td.data,
div#middle div.awform table.data td.data {
	padding: 6px 0 4px 12px;
}

.TabTitleBar {
	clear:both;
	background:#000000 url("../images/bluebar.png") repeat-x;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;	
	line-height:30px;
	text-align:left;
	color:#FFFFFF;
	font-weight:700;
	padding-left:10px;	
	vertical-align:middle;
}

.TabTitleBar a:link, .TabTitleBar a:hover, .TabTitleBar a:visited { color:#FFAA09; }
/* table#mainData table.data td {
	border:0px;
}
table.data td, table#mainData td {
	padding:5px;
}
table.data td, table#mainData td td { padding:2px; } */
/* main body management */
.clear {
	clear:both;
}

fieldset {
	border:0px;
	vertical-align:middle;
}
img {
	border:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:700;
	-webkit-margin-before:0em; /* reset chrome, safari issues */
	-webkit-margin-after:0em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:0.75em;
}
h5 {
	font-size:0.50em;
}
h6 {
	font-size:0.25em;
}
p {
	-webkit-margin-before:0em; /* reset chrome, safari issues */
	-webkit-margin-after:0em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}
/*body, div, dl, dt, dd, pre, h1, h2, h3, h4, h5, h6, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0; 
}*/
body, form, input, textarea, select, img {
	margin:0;
	padding:0; 
}
select {
  padding: 4px 6px;
}

.row_0, .row1_0, .row1_01,
tr.row_0, tr.row1_0, tr.row1_01 {
	background-color:#FFFFFF;
}
.row_0 td, .row1_0 td, .row1_01 td,
tr.row_0 td, tr.row1_0 td, tr.row1_01 td {
	color:#000000;
}
.row_1, .row1_1, .row1_11,
tr.row_1, tr.row1_1, tr.row1_11 {
	background-color:#EEF2F7;
}
.row_1 td, .row1_1 td, .row1_11 td,
tr.row_1 td, tr.row1_1 td, tr.row1_11 td {
	color:#000000;
}
.helpdeskdiv .row1_0 td {
	padding: 20px 4px 20px;
	color:#000000;
}
.helpdeskdiv .row1_1 td {
	padding: 10px 4px 10px;
	color:#000000;
}
.row_1 td a, .row1_1 td a, .row1_11 td a,
tr.row_1 td a, tr.row1_1 td a, tr.row1_11 td a {
	color:#555;
}
.row_0 td a, .row1_0 td a, .row1_01 td a,
tr.row_0 td a, tr.row1_0 td a, tr.row1_01 td a {
	color:#555;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
sup, sub {
	line-height:1px;
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}

ul, ol {
	list-style:none;
	margin-left:5px;
	padding-left:5px;
}
ol.faq {
	list-style:decimal;
	margin-left:15px;
	padding-left:15px;
	font-weight:700;
}
ul.square, ul.square li,
ol.square, ol.square li {
	list-style:square;
	margin-left:15px;
	padding-left:15px;
}
ul.circle, ul.circle li,
ol.circle, ol.circle li {
	list-style:circle;
	margin-left:15px;
	padding-left:15px;
}
ul.terms, ul.terms li {
	list-style:circle;
	margin-left:10px;
	padding-left:10px;
}
ol.terms, ol.terms li {
	list-style: decimal;
	margin-left:10px;
	padding-left:10px;
}
ol.faq p {
	font-weight:400;
	padding-right:10px;
	padding-bottom:10px;
	color:#666666;
}
a, a:hover, a:visited{
	font-weight:500;
	color:#006697;
	text-decoration:none;
}
a:hover{
	text-decoration:;
}
.middle a.contrast-link {
	font-weight:500;
	text-decoration:none;
    box-shadow: inset 0 -4px 0 #66CDFF;
}
.middle a.contrast-link:hover {
	font-weight:500;
	color:#006697;
	text-decoration:none;
	background-color: #66CDFF;
}

.forlinks a, .forlinks a:hover, .forlinks a:visited {
	color:#FFFFFF;
	font-weight:400;
	font-size:1.2em;
}
.forlinks a:hover {
	color:#ffc149;
}

/******** search div ********/
div#blockDiv {
	position:absolute;
	width:270px;
	height:100px;
	border:1px solid #597291;
	background:#374659;
	text-align:center;
	z-index:1;
	visibility:hidden;
	top:-1000px;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);  /* horiz offset, vert offset, blur radius, spread distance, color */
       -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
}
div#blockDiv div#blockDivText {
	color:#fff;
	font-weight:700;
	display:block;
	padding-top:10px;
	margin-top:8px;
	height:40%;
	position:relative;
	display:block;
}
/******** Fancyform ********/
.checked, .unchecked, .selected, .unselected {
	margin:0;
	padding:1px;
	padding-left:34px;
	background-position:12px center;
	background-repeat:no-repeat;
	border:0px;
	clear:both;
	cursor:pointer;
	font-weight:400;
}
.checked{
	background-color:transparent;
	background-image:url("../images/checkbox_on.png");
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQjlDNjJFQUZBQTNFNjExQkUxQ0E4OTIxNkMzNThCQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1REYxNTkzNkQwMDAxMUU2OTJCM0IyQTQ5QkNGM0E4RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1REYxNTkzNUQwMDAxMUU2OTJCM0IyQTQ5QkNGM0E4RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjNDNzc0RkRDRkU2MTFCQjIzQTlCRTg5MEY0MkVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRCOUM2MkVBRkFBM0U2MTFCRTFDQTg5MjE2QzM1OEJBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YWmSHwAAA0xJREFUeNqclGtIU3EUwM+9d246lbRMt5r4iDBCKEIrw0dgIQoakRZSYmUhFmX5oXeY+CGrL32JMoISo4hJ0UuxNDGykbTSntMUm9vcnHvc7e51t/vof8cGWlbUhXMP3HPO73/Oued/MJ7n4T8eKZICJMuR9GdsVQ6DAPpX8QfYXVduvxo8cE6pm9Bb2xmGy8MEg1KpFCPyJSS7kCz8UyoKhcKlsxGOtofDS0mnF6RRYsuWwswPopD9IpLDf6tHJpODwyeOuds5FGO1u2HaQoGf9iSkyqSLw6CqkKZxHP/McdwvjZPL5bEQEZfYdl8dpzM6wDRDAktTsG/7htcN+0tGwqBgOYlJSYbstTnvJRGimwSBDYQhDMutN5gch85c7iwZn7SByWwH1kdCaWHmcFnxxkc1zaoOXHCMjIyE5ORk0FmJpPrm+6UfR6eOoOC1gi3AcCudLl/t+daewjHtTJzRTAYhRbnpcKCmvKNncOrJ53G7NghalJAAPW8t0P74U7TeRCZevTOQS9NMrZdmlwDwR1taews+fTMmGaYdwNAkZGfK4FhtCWgmHL23Ho2OCkkHQSJCBEYzBVbSDU43DaPfZ2SX2/qzcIxvunD9RY7q/fe0IARlsmxpNNtYXwZfNWPQeE2tFpIOMoTXlMkMNdtWoRMsrG6aIqKjxND1UpOpNdgXDGn0KWaLC/xeEuJjMGdzw1ZebzAuoH0uFIkHwn0MZuT1uECv10ND9To3G/AFLDYKDCYS736lSZkyWoH22ECM+eiW45V9breLohw2EIlwGHlQwc8BEQQOThI5435qb/m6NxzjAdrrAD8CMD4bYAzFnjxY1i9XpHVbZqad4ggCsJ/GIwgSPgpG3aTOWVaU8zR3TcoI53ehOXECi3Rd1WZVdnZW187TffekEoLFsF+HFQ9pm2CMjiLSvwwNVJ+q25SQnryQ4bkA7KnI96xfnZL6TvVsd1Ml/xz5ZYRjZoPCA9mOpB7HMQnDeFZotZNwoq4YVOoxqNmRL1UNqqWxUpECn5vKjflAx0IVVqF+xQv9wggJ5GWlwus3apAgL3RIOMYeOvjsbBA23z5C+0UoWdgIhHD/0N9hfneRke+cjOY8KJBDyvcvm+6HAAMA0cWn6fG+0h4AAAAASUVORK5CYII=");
}
.unchecked{
	background-color:transparent;
	background-image:url("../images/checkbox_off.png");
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEMzRCMjZERUY0OUNFNjExQkUxQ0E4OTIxNkMzNThCQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MTAzNzRERkNGRkQxMUU2QUZDMDlBREM3M0M0REY1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MTAzNzRERUNGRkQxMUU2QUZDMDlBREM3M0M0REY1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA2NjNDNzc0RkRDRkU2MTFCQjIzQTlCRTg5MEY0MkVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQzNEIyNkRFRjQ5Q0U2MTFCRTFDQTg5MjE2QzM1OEJBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hrQWnQAAAKNJREFUeNpiXLVqFQMlIDQ0FEwzMVAJwAxiA+KJQPwWiP8TwO+gatmQDWKB0l1AnEek5YJQtd+BuALdoFgo/ROIrxAwSAeI2YE4FZtBQlD6FhCbEDDoEhDrIumhTWCPGjSUDIKlo3fQdKEGxGcI6FFH0oNh0GIgzoemWGMiHTEHm0FlQMwIzSqCBAx4D7W4FptBv6Auyic3jBj///9PlcAGCDAAWmAjOO0wL9EAAAAASUVORK5CYII=");
}
.selected{
	background-color:transparent;
	background-image:url("../images/radiobox_on.png");
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3RTg0MzYzNkYyOUNFNjExQkUxQ0E4OTIxNkMzNThCQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEFFNTUyRENGNEUxMUU2ODRENEUzOTFCOURBNThGRiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEFFNTUyQ0NGNEUxMUU2ODRENEUzOTFCOURBNThGRiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlFMjkwMDUxNEJDRkU2MTE5QkRFQTA1MEQ1REI4ODM1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdFODQzNjM2RjI5Q0U2MTFCRTFDQTg5MjE2QzM1OEJBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+fqsZQQAAAYJJREFUeNqsk8srxFEUx+fByKywsLLxqjFkrMlGiPgX7MgsJDaYhZLZWRARys7foJTHzp4MUh75AxgbRh6T79XnTtc0v4maU5/u6dxzzr3nnnv8dd0LvlJIwMMeFcviSrzBJbboXxKFxLo4F9MiIiqgBZvZ2xKVbmBZXpI90evYPsUteiP+5vBx0SwGxXv+jVacJKaUhKjlVhH0BHtGeij1R/w8dqs4E0GREX3ixOP9usQBpX2JmLiwNxoliZEkSUypq+JRPKGH2EviGyQ2V9oA6wcPaWRJTIoaUY2+yN4mvrlYm6iB9V6k0UcKlDXG+oxvLjZQgr/4q2t3rPWUYWS3QNAOaxW+Rh7cRPus5SKOPiPWKDWNPs9eHF8jh27728QpXXgV/UXa30n7w7S/Q6TsjVJiGz3MKXNOmbacWXGEj4+YlHujYiNyg96UN1LHXiNiDENiQ2SdWbQjYpNkucmwTVKo/WZjQrTzk6/5eC9mDLDFeOyM1/S7YoKm/vOZvgUYAEIKV5xdPe5QAAAAAElFTkSuQmCC");
}
.unselected{
	background-color:transparent;
	background-image:url("../images/radiobox_off.png");
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3RTg0MzYzNkYyOUNFNjExQkUxQ0E4OTIxNkMzNThCQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1REIwMjIxM0NGNEIxMUU2OTYyQkU4RkEzRjFCRTVEQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1REIwMjIxMkNGNEIxMUU2OTYyQkU4RkEzRjFCRTVEQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlEMjkwMDUxNEJDRkU2MTE5QkRFQTA1MEQ1REI4ODM1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdFODQzNjM2RjI5Q0U2MTFCRTFDQTg5MjE2QzM1OEJBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Om6tDgAAAVpJREFUeNqsk7tKA1EQhjfxhlba2HuDGEF77SSFoo8RMIWFVhrQysZKERQV9AXSCxZqlyfwhuAFnyA2EvES/Ae+XSaLm0TIwMcZ5sz858yenVSpVAraYemEeFbsiHvxAXfEsq0IdYt9cS1WRUb0wDgx2zsSvb6wMyZyJnIu9i2e8EfIt8OXxJiYF5/xG+06EWulKAa5VQa/yJ7ZLK3WtTbBKWZVBLdFxR1UIZYjx6xAbSSUFx34W6Lc4IHK5ATU5L3QHOsXH7KZHZIb1YZCw6wvsXaS7I3cqDbdhn+x7tWeWYfEQAvF/eSavXqhc9YuXqKZFcg1u/BCp+IHf0PMNBCZFpv4VnPihW7EMX4fp6zH2rR21sQlOQE1Vhuk3PQnjcgj/mhspK6SRsQCC+JA1NwshiMSitS4yWIo8tfz28aymBR74oEf713cEpviY1eTpt+bFa3852f6FWAAu51MVvf4sz0AAAAASUVORK5CYII=");
}
.leftcol{
	float:left;
	clear:left;
	width:50%;
}
.rightcol{
	float:left;
	clear:right;
	width:50%;
}
/******** General styles ********/
.overline {
	border-bottom:1px dotted #666666;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
.sline {
	border-bottom:1px dotted #666666;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
.dline {
	border-bottom:1px dotted #666666;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
hr {
	border:0px;
	height:1px;
	color:#555;
	border-bottom:1px dotted #555;
}
.width-100 { width:100%; }
.width-99  { width:99%;  }
.width-98  { width:98%;  }
.width-97  { width:97%;  }
.width-96  { width:96%;  }
.width-95  { width:95%;  }
.width-90  { width:90%;  }
.width-85  { width:85%;  }
.width-80  { width:80%;  }
.width-75  { width:75%;  }
.width-70  { width:70%;  }
.width-65  { width:65%;  }
.width-60  { width:60%;  }
.width-55  { width:55%;  }
.width-50  { width:50%;  }
.width-45  { width:45%;  }
.width-40  { width:40%;  }
.width-35  { width:35%;  }
.width-33  { width:33%;  }
.width-30  { width:30%;  }
.width-25  { width:25%;  }
.width-20  { width:20%;  }
.width-15  { width:15%;  }
.width-10  { width:10%;  }
.width-5   { width:5%;   }
.width-2   { width:2%;   }
.width-1   { width:2%;   }

.pb-2 { padding-bottom:2px; }
.pb-5 { padding-bottom:5px; }
.pb-10 { padding-bottom:10px; }
.pb-20 { padding-bottom:20px; }

.pt-2 { padding-top:2px; }
.pt-5 { padding-top:5px; }
.pt-10 { padding-top:10px; }
.pt-20 { padding-top:20px; }

.mt-2 { margin-top:2px; }
.mt-5 { margin-top:5px; }
.mt-10 { margin-top:10px; }
.mt-20 { margin-top:20px; }

.mb-2 { margin-bottom:2px; }
.mb-5 { margin-bottom:5px; }
.mb-10 { margin-bottom:10px; }
.mb-20 { margin-bottom:20px; }

.ml-2 { margin-left:2px; }
.ml-5 { margin-left:5px; }
.ml-10 { margin-left:10px; }
.ml-20 { margin-left:20px; }

.mr-2 { margin-right:2px; }
.mr-5 { margin-right:5px; }
.mr-10 { margin-right:10px; }
.mr-20 { margin-right:20px; }

.p-2 { padding:2px; }
.p-5 { padding:5px; }
.p-10 { padding:10px; }
.p-15 { padding:15px; }
.p-20 { padding:20px; }

.vlt { vertical-align:top; }
.vlm { vertical-align:middle; }
.vlb { vertical-align:bottom; }
.ac { text-align:center; }
.ar { text-align:right; }
.al { text-align:left; }
.alc { 	margin:0 auto; }

.w-20 { width:20px; }
.w-40 { width:40px; }
.w-50 { width:50px; }
.w-60 { width:60px; }
.w-70 { width:70px; }
.w-75 { width:75px; }
.w-80 { width:80px; }
.w-85 { width:85px; }
.w-90 { width:90px; }
.w-95 { width:95px; }
.w-98 { width:98px; }
.w-99 { width:99px; }
.w-100 { width:100px; }
.w-110 { width:110px; }
.w-115 { width:115px; }
.w-120 { width:120px; }
.w-125 { width:125px; }
.w-130 { width:130px; }
.w-150 { width:150px; }
.w-200 { width:200px; }
.w-300 { width:300px; }
.w-400 { width:400px; }
.w-500 { width:500px; }
.w-550 { width:550px; }
.w-600 { width:600px; }
.w-620 { width:620px; }
.h-10 { height:10px; }
.h-90 { height:10px; }

.bg-white { background-color:#FFFFFF; }
.bg-black { background-color:#000000; }
/******** General styles ********/

div#newsImage {
	position:relative;
	width:80px;
	height:100%;
	float:left;
	background-color:#FFFFFF;
	text-align:center;
}
div#cartImage {
	position:relative;
	width:130px;
	height:100%;
	float:right;
	text-align:center;
}
ol.ra {
	list-style-image:url("../images/bullet-orange.gif");
	list-style-position:inherit;
	padding:0 0 0 20px;
	margin:5px;
}
input, textarea {
	/*font:100% Arial, Helvetica, sans-serif;*/
	font-weight:400;
	font-size:14px;
	/*border:1px solid #0081BF;*/
/*	padding:5px 3px 3px 7px; */
/*	background:url("../images/form-bg.gif") no-repeat;
	margin:2px;
 */
}
select {
	/*font:100% Arial, Helvetica, sans-serif;*/
	font-weight:400;
	font-size:14px;
	/*border:1px solid #0081BF;*/
/*	color:#FFFFFF;
	background-color:#000000;
	padding:3px 1px 3px 1px; */
	margin:2px;
}
a.bluecheck {
	padding-left:36px;
	background:url("../images/blue-check-trans.png") no-repeat 15px 50%;
}
a.bluecheck:hover {
	padding-left:36px;
	background:url("../images/square-blue-trans.png") no-repeat 15px 50%;
}
a.toTop {
	display:block;
	padding:10px 0px 10px 0px;
	width:100%;
	background:url("../images/24-em-up-trans.png") no-repeat 15px 50%;
	background-position:right;
	text-align:left;
	vertical-align:middle;
	text-align:right;
	text-decoration:none;
}
a.mainTop {
	display:block;
	padding:10px 0px 10px 0px;
	width:25px;
	background:url("../images/24-em-up-trans.png") no-repeat 15px 50%;
	background-position:center;
	vertical-align:middle;
}
input[type="image"], .noborder {
	border:0px;
	background:transparent;
	margin-bottom:-2px;
	padding:0px;
}
/******************* RSS Feeds ********************/
.feed-button {
  padding:10px 0;
}
.feed-button a {
	padding:10px 15px 10px 36px;
	background:url("../images/feed-icon-14x14-trans.png") no-repeat 15px 50%;
}
.feed-button a:hover {
	background:url("../images/feed-icon-14x14-trans.png") no-repeat 15px 50%;
}
.feed-list {
  margin:0 0 15px 15px;
  padding:0;
  list-style-type:none;
}
.feed-list li {
  margin:0 0 10px 0;
  padding:0;
  list-style-type:none;
}
.feed-list li a, a#rssfeed {
  padding:0 0 0 19px;
  background:url("../images/feed-icon-14x14-trans.png") no-repeat 0 50%;
  list-style-type:none;
}
.rssclass{
	padding:3px;
	display:block;
}
.rsstitle {
	font-weight:700;
	padding:0;
	/*background:url("../images/tag.gif") no-repeat 0 50%;*/
	color:#555;
	display:block;
}
.rsstitle a {
	text-decoration:none;
}
.rssdate {
	color:#FFB422;
	font-style:italic;
	padding-bottom:5px;
	display:block;
	height:20px;
}

.rssmessagebox.title {
	padding: 0 10px;
	border: #f6f6f6 1px solid;
	background: #fdfdfd;
}
.rssmessagebox.description{
	padding: 0 10px;
	border: #f6f6f6 1px solid;
	text-align: left;
	border-top: none;
	display:block; display:block;
}

/******************* RSS Feeds ********************/
/******************* CSS used to style the form in createacct.php ********************/
.awform fieldset { 
	margin-top:10px; 
	margin-bottom:10px;
	-webkit-border-radius: 3px 3px 3px 3px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 3px 3px 3px 3px;
		    border-radius: 3px 3px 3px 3px;
}

.awform legend {
	margin-bottom:10px;
	margin-left:-2px;
	border-bottom:0px;
	color:#fff;
	font-size:1.1em;
	font-weight:400;
	border: 1px solid #eee;
	background: none #2650AA;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
}
.awform legend::before {
  content: "\00a0";
}
.awform legend::after {
  content: "\00a0";
}

.margin-5 {
	margin:-5px;
}
form.awform, div.awform {
	margin:0px;
	/*margin-top:-10px;*/
	padding:0px;
}

.awform fieldset {
	padding:10px 10px 16px 10px;
	border: 1px solid #eee;
	background: none #fcfcfc;
	color:#000000;
}
.awform fieldset fieldset {
	padding:2px 2px 8px 8px;
}
.awform fieldset a {
	color:#0081BF;
}
.awform fieldset fieldset {
	background:none;
}
/* surfalot added */
table#mainData td#mainTD form.awform table td, 
table#mainData td.mainTD form.awform table td {
	padding:0 0 10px 0;
}

.awform fieldset td, table .awflike td {
	padding:2px 0;
	/*padding:5px 10px 7px 0;*/
	/*border-bottom:1px solid #0081BF;*/
}
.awform fieldset td.paddZero {
	padding:0px 5px 0px 20px;
	margin-left:50px;
}

/* ******* */ 
/* infobox */ 
.infobox fieldset, form.infobox, div.infobox { 
    margin-top:10px; margin-bottom:10px; 
	border: 1px  solid #0081BF;
	background-image:url('../images/bgg.png');
	color:#000000;
	padding:0px 10px 16px 10px;
	text-align:left;
	-webkit-border-radius: 3px 3px 3px 3px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 3px 3px 3px 3px;
		    border-radius: 3px 3px 3px 3px;
}
.infobox legend {
	border-bottom:0px;
	color:#000000;
	margin-bottom:10px;
	margin-left:-2px;
	font-size:1.2em;
	font-weight:700;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
}
.infobox fieldset a {
	color:#0081BF;
}
.infobox fieldset fieldset {
	background:none;
}
.infobox fieldset td {
	padding:3px 3px 3px 3px;
/*	border-bottom:1px solid #0081BF;*/
}

form {
	margin:0px;
}

.red {
	color:#FF0000;
}
.green {
	color:#008800;
}
.grey {
	color:#999999;
}
.blue {
	color:#003366;
}
.orange {
	color:#FFAA09;
}
.black {
	color:#000000;
}
.bold {
	font-weight:700;
}
.italic {
	font-style:italic;
}
.uline {
	text-decoration:;
}
.center {
	text-align:center;
}
.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.trebu {
	font-family:"Trebuchet MS";
}
.success {
	color:#008800;
	padding:5px 15px 10px 20px;
	background:url("../images/mini-check.gif") no-repeat 15px 50%;
}
.failure {
	color:#FF0000; 
	padding:5px 15px 10px 20px;
	background:url("../images/chk_off-trans.png") no-repeat 15px 50%;
}
div#rssnewsPageIndex {
	height:170px;
	overflow:auto;
}
div#rssnewsPageOther {
	overflow:auto;
}
/* Dynamic toolip Div imanage.php */
div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0; top:0; z-index:10000;
	background-color:#FFFFFF;
	border:2px solid #2650AA;
	width:350px;
	padding:4px;
	color:#000000;
	font-size:11px;
	line-height:1.5;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);  /* horiz offset, vert offset, blur radius, spread distance, color */
       -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px 5px 5px 5px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 5px 5px 5px 5px;
		    border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
    opacity: 0.96;
}
#uvmenu li a.IDPon, #uvmenu li a.IDPon:hover, #uvmenu li a.IDPon:visited {
	color:#008800;
	padding-left:25px;
	background:url("../images/ID_protected.gif") no-repeat 15px 50%;
	background-position:left;
	text-decoration:none;
	display:block;
}
#uvmenu li a.IDPoff, #uvmenu li a.IDPoff:hover, #uvmenu li a.IDPoff:visited {
	color:#FF0000;
	padding-left:25px;
	background:url("../images/ID_notprotected.gif") no-repeat 15px 50%;
	background-position:left;
	text-decoration:none;
	display:block;
}
strong { font-weight:700; }
input.red {
	color:#FF0000;
}
input.blue {
	color:#0000FF;
}
div#content-top {
	border-top:1px solid #000000;
	background:#000000 url("../images/menuBG.png") repeat-x;
	height:35px;
}
div#content {
	width:772px;
	background:#333333;
	color:#FFFFFF;
	vertical-align:top;
	padding-right:2px;
	padding-left:2px;
	padding-top:5px;
	padding-bottom:2px;
}

/* ** container ** */
.container { *zoom: 1; padding: 0; }
.container:before,
.container:after { display: table; line-height: 0; content: ""; }
.container:after { clear: both; }

/* *************************
** header
** *************************/
#header {
	position: fixed;
	margin: 0;
	padding: 0;
	height: 112px;
	line-height: 112px;
	width: 100%;
	display: block;
	background-color: #374659;
	z-index: 500;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}
#header.sticky {
	height: 49px;
	line-height: 49px;
}

#header #account-header {
	top: 0;
	position: relative;
	display: block;
	height: 36px;
	line-height: 36px;
	background-color: #2B3746;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
#header.sticky #account-header {
	top: -36px;
}
#header.sticky #account-header > div > div {
	min-height: 1px; /* prevents div in header from releasing it's space when hidden */
}
#header #account-header #menu,
#header.sticky #account-header #menu {
	float: right;
}
#header #account-header #menu li a,
#header.sticky #account-header #menu li a {
	font-size: 12px !important;
}

#header #account-header ul#menu .a {
	color: #F29D00;
}

/* ***************************
** account menu on top account bar
** ***************************/
#account-header ul#menu {
	margin:0 24px 0 0;
	padding:0;
	height: auto;
	line-height:17px;
}
#account-header ul#menu > li > a {
	margin:0 0 0 38px;
	padding:9px 10px 9px 10px;
	line-height:normal;
	border-bottom: none;
}




#header #logo-header {
	top: 36px;
	position: absolute;
	margin: 0;
	padding: 12px 0 12px 0;
	height: 51px;
	line-height: 51px;
	width: 100%;
	border-top: #597291 1px solid;
	border-bottom: #000 1px solid;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
#header.sticky #logo-header {
	top: 0;
	padding: 2px 0;
	height: 44px;
	line-height: 44px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.45);  /* horiz offset, vert offset, blur radius, spread distance, color */
       -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.45);
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.45);
}

#header img.logo {
	margin:0;
	padding:0;
	width: 220px;
	height: 50px;
	border: none;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}
#header.sticky img.logo {
	margin:0;
	padding:0;
	width: 180px;
	height: 43px;
	border: none;
}

#header #navmenu {
	margin: 8px 0 8px 0;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}
#header.sticky #navmenu {
	margin: 4px 0 4px 0;
}

#header,
.header p,
.header a,
.header h1 {
	color:#555;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	line-height:1.75;
}
.headbox {
	text-align:left;
	color:#FFF;
	font-size:12px;
	font-weight:400 !important;
}
.headbox a,
.headbox a:link,
.headbox a:hover,
.headbox a:visited,
.headbox a:active {
	color:#FFF;
	font-size: 12px;
	font-weight:400 !important;
	text-decoration:none;
}
.headbox a:hover {
	color:#CCC;
}

/* titlenav */
#titlenav {
  display:block;
  margin-bottom: 10px;
}
#titlenav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
#titlenav ul li { 
	display: inline; 
	padding: 3px 8px;
}
#titlenav ul li a { 
	text-decoration: none; 
}


/* *************************
** middle
** *************************/
#middle {
	margin: 15px 0 15px 0;
}
#middle,
.middle p,
.middle a,
.middle li,
.middle h1,
.middle h2 {
	color: #555;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.75;
}
.middle a:hover {
	color:#999;
}
.middle a.grey,
.middle a.grey:hover {
	color:#aaa;
}
.middle h1 {
	font-size: 28px;
	font-weight: 700;
}
.middle h2 {
	font-size: 15px;
	font-weight:700;
}
.middle h2.blue {
	color:#2650AA;
}
.middle h2.for-sale-cateogries {
	font-size: 20px;
	font-weight: 800;
}

.middle.padded {
	padding: 5px;
}

/* ** table formatting ** */
.table-format tr {
	background: inherit;
}
.table-format tr td:first-child {
	padding-left: 6px;
}
.table-format tr:nth-child(2n+3) {
	background: rgba(0, 0, 0, 0.05);
}
.table-format.hot tr:nth-child(n+2):hover {
	background: rgba(255, 215, 16, 0.10) !important;
	cursor:pointer;
}
.table-format tr:nth-child(-n+1) {
	background: #FFB422;
	color: #fff;
}
.table-format tr:nth-child(-n+1) a {
	color: #fff;
}
.table-format tr:nth-child(-n+1) a:hover {
	text-decoration:;
}
.table-format tr td {
	padding: 6px;
}
.table-format tr:nth-child(-n+1) td {
	padding: 1px 6px;
}
.table-format a {
	text-decoration:none;
}
.table-format a:hover {
	color: #999;
	text-decoration:none;
}
.table-format tr:nth-child(-n+1) a.asc { 
	padding-right: 16px;
	background: no-repeat right center;
	background-image: url("../images/arrow-up.png");
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjZFNTA1MjA5QjcxMTFFNjlFQThERDNEQjQxM0JDRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjZFNTA1MjE5QjcxMTFFNjlFQThERDNEQjQxM0JDRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNkU1MDUxRTlCNzExMUU2OUVBOEREM0RCNDEzQkNGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNkU1MDUxRjlCNzExMUU2OUVBOEREM0RCNDEzQkNGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl6Yxy0AAABeSURBVHjaYvj//z8DEmYD4gQgZkEWZ0BTFPsfAuLwKboLVXQXl6KC/6igAF2RIBB/RFP0ESoOVzT1P3YwFaZI7T9+oAZSdIqAolMsDAwM64H4OBD/YcAEIPkXAAEGAN7q/j3adUfnAAAAAElFTkSuQmCC");
}
.table-format tr:nth-child(-n+1) a.desc { 
	padding-right: 16px;
	background: no-repeat right center;
	background-image: url("../images/arrow-down.png");
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTY1QjI4QTE5QjcwMTFFNjlDNEVERDhFNDkxQjhBNzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTY1QjI4QTI5QjcwMTFFNjlDNEVERDhFNDkxQjhBNzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NjVCMjg5RjlCNzAxMUU2OUM0RUREOEU0OTFCOEE3NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NjVCMjhBMDlCNzAxMUU2OUM0RUREOEU0OTFCOEE3NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pvl63pgAAABjSURBVHjaYvz//38lAwODBBD/YcAELED8ggGo6NR//OAUSJEaAUVqIEUgPBWHApA4A0yRIBB/RFPwESoOVwTCBWiKCmByyIpA+C5UwV1kcXRFcVBFsfgUsQBxAhCzIYsDBBgAHloAYfZZ28cAAAAASUVORK5CYII=");
}

.table-format.skip tr:nth-child(2n+3) {
	background: rgba(0, 0, 0, 0.00);
}
.table-format.skip tr:nth-child(2n+3) {
	background: rgba(0, 0, 0, 0.05);
}

.table-format.lite tr:nth-child(-n+1),
.table-format.lite .boxtitle, 
.table-format.lite td.boxtitle {
	background: rgba(0, 0, 0, 0.06);
}
.table-format.lite tr:first-child td:first-child {
	-webkit-border-radius: 4px 0 0 0; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 0 0 0;
		    border-radius: 4px 0 0 0;
}
.table-format.lite tr:first-child td:last-child {
	-webkit-border-radius: 0 4px 0 0; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 0 4px 0 0;
		    border-radius: 0 4px 0 0;
}
.table-format.lite tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 0 0 0 4px;
		    border-radius: 0 0 0 4px;
}
.table-format.lite tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 0 0 4px 0;
		    border-radius: 0 0 4px 0;
}

/* ** div alignment ** */
.align-middle-parent {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.align-middle-child {
	position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.valign-middle-parent {
    display: table;
}
.valign-middle-child {
	display: table-cell;
	vertical-align: middle;
}

.align-center-child {
	margin: 0 auto;
	width: 220px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}

/* ** div alignment ** */
div.pagination {
	/*margin-top: 20px;*/
}
a.pagelink:link, 
a.pagelink:active, 
a.pagelink:visited,
a.pagelink {
	display: inline-block;
	margin: 0;
	padding: 1px 3px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#FFB422;
	background: #FFF none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #FFB422;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
}
a.pagelink:hover { color:#FFF; }
a.pagelink:hover { background: #FFB422 none !important; }

span.pagination-curpage {
	display: inline-block;
	margin: 0;
	padding: 1px 3px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#fff;
	background: #FFB422 none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #FFB422;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
}

span.pagination-disabled {
	display: inline-block;
	margin: 0;
	padding: 1px 3px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#CCC;
	background:#FFF none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #BBB;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
}

/* ** SEO plan styling ** */
.plan-detail-title {
	font-size:17px;
	font-weight:400;
	line-height: 18px;
	padding: 5px 10px;
	background: #FFB422;
	color: #FFF;
}
.plan-detail-body {
	padding: 2px 12px 16px 12px;
}
.plan-detail-body .status {
	font-size:16px;
}
.plan-detail-body .hlt {
	color: #111;
}
.plan-detail-body a,
.plan-detail-body a:link,
.plan-detail-body a:active,
.plan-detail-body a:visited {
	color: #2650AA;
	text-decoration: ;
}
.plan-detail-body a:hover {
	color: #1C3D80;
	text-decoration: ;
}
.plan-detail-body a.navButton {
	color: #fff;
	text-decoration: none;
}
.plan-detail-body a.navButton:hover {
	color: #fff;
	text-decoration: none;
}

/* product box styling */
.product-box {  
	margin: 0;
	padding: 2px 0;
	width: auto;
	height: auto;
	color:#555;
	background: #FFF none;
	/*text-shadow: 0 0.5px 0.5px #CE8600;*/
	border: 1px solid #eee;
	-webkit-border-radius: 2px 2px 2px 2px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 2px 2px 2px 2px;
		    border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 0.5px 0 rgba(0, 0, 0, 0.200);
}
.product-name-box {
	margin: 0;
	padding: 8px;
	width: auto;
}
.product-name-box h2 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: 700;
	color: #2650AA !important;
}
.product-price-box {
	position: relative;
	margin: 0;
	padding: 6px 12px;
	width: auto;
	/*height: 35px;*/
	background: #2650AA none;
	color: #FFF;
}
.product-price-box.dkblue {
	background: #1C3D80 none;
}
.product-price-box.yellow {
	background: #FFB422 none;
}
.product-price-box.green {
	background: #1BCC1B none;
}
.product-box .pricing-currency {
	position:relative;
	top: -15px;
	font-size: 18px;
	color: #eee;
	line-height: normal;
}
.product-box .pricing-dollars {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 36px;
}
.product-box .pricing-cents {
	position:relative;
	top: -15px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}
.product-box .pricing-term {
	font-size: 12px;
	font-style:italic;
	color: #eee;
	line-height: normal;
}
.product-price-box.yearly {
	padding: 0 16px;
}
.product-price-box.yearly .pricing-text {
	font-style:italic;
}
.product-price-box.yearly .pricing-currency {
	top: -4px;
	font-size: 11px;
}
.product-price-box.yearly .pricing-dollars {
	font-size: 17px;
	line-height: 28px;
}
.product-price-box.yearly .pricing-cents {
	top: -4px;
	font-size: 10px;
}
.product-price-box.yearly .pricing-term {
	font-size: 9px;
}
.product-box-spacer {
	height: 5px;
}
.banner-flag {
	position: absolute;
	right: -5px;
	top:-8px;
	z-index:100;
}


/* **************
** other assorted middle specialties
** ************** */
ul.plain-list{ 
	margin: 0;
	padding: 0;
	list-style: none; 
}
ul.plain-list li{ 
	margin: 6px 0;
	padding: 0;
}
ul.yellowcheck { 
	margin: 0;
	padding: 0;
	list-style: none; 
}
ul.yellowcheck li { 
	margin: 0;
	padding: 0;
	padding-left: 25px;
	background: no-repeat center left;
	background-image: url("../images/yellow-checked-mark.png");
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5QkY4MDIwNUY3ODlFNjExQjU1MkIyOTU2MTNERkRCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQTBCNDczRjg5RjcxMUU2OTZCMkU2NDg5OTgzNDBDMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQTBCNDczRTg5RjcxMUU2OTZCMkU2NDg5OTgzNDBDMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDRjgwMjA1Rjc4OUU2MTFCNTUyQjI5NTYxM0RGREIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlCRjgwMjA1Rjc4OUU2MTFCNTUyQjI5NTYxM0RGREIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QuJAngAAALNJREFUeNpi/P//PwMlgIVhmz45+niA+CsQ/2ciQ7MfEL8F4rlAzMRChubVQMwGxIlA/IeJTM0woMJEgeYjIHGYASDnHAWZSIJmTyD+wgTVDAoQKyDej2YIXs2QaGRgyAdiRqikDNQQRyDWIqQZBEAuiAXi10iKQIYcJkYzzIDLQOyMZogEMZphBjDgMISgZmQDcBmCVzO6AeiGENQMiwUGLIZoA/EnIP5JKIUxUpqdAQIMAGCcNiWgYPuhAAAAAElFTkSuQmCC");
}
ul.yellowcheck li.nobullet { 
	background-image: none;
}
.yellowcheckmark { 
	padding-left: 25px;
	background: no-repeat center left;
	background-image: url("../images/yellow-checked-mark.png");
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5QkY4MDIwNUY3ODlFNjExQjU1MkIyOTU2MTNERkRCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQTBCNDczRjg5RjcxMUU2OTZCMkU2NDg5OTgzNDBDMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQTBCNDczRTg5RjcxMUU2OTZCMkU2NDg5OTgzNDBDMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDRjgwMjA1Rjc4OUU2MTFCNTUyQjI5NTYxM0RGREIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlCRjgwMjA1Rjc4OUU2MTFCNTUyQjI5NTYxM0RGREIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QuJAngAAALNJREFUeNpi/P//PwMlgIVhmz45+niA+CsQ/2ciQ7MfEL8F4rlAzMRChubVQMwGxIlA/IeJTM0woMJEgeYjIHGYASDnHAWZSIJmTyD+wgTVDAoQKyDej2YIXs2QaGRgyAdiRqikDNQQRyDWIqQZBEAuiAXi10iKQIYcJkYzzIDLQOyMZogEMZphBjDgMISgZmQDcBmCVzO6AeiGENQMiwUGLIZoA/EnIP5JKIUxUpqdAQIMAGCcNiWgYPuhAAAAAElFTkSuQmCC");
}


.altdiv { 
	margin: 34px 0 26px; 
	padding: 26px 0 32px; 
	position: relative;
    background: #f8f8f8 url("../images/page-inset-bottom.jpg") no-repeat center bottom;
	background: #f8f8f8 url("data:image/png;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxQkNBOUZFQzVGMTExRTY4RkJCODAxQzMxMEM0NTEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxQkNBOUZGQzVGMTExRTY4RkJCODAxQzMxMEM0NTEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjFCQ0E5RkNDNUYxMTFFNjhGQkI4MDFDMzEwQzQ1MTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjFCQ0E5RkRDNUYxMTFFNjhGQkI4MDFDMzEwQzQ1MTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAGAqADAREAAhEBAxEB/8QAcAABAQEBAQEAAAAAAAAAAAAAAAIDAQQKAQEAAAAAAAAAAAAAAAAAAAAAEAAABAUDAgIHCAMAAAAAAAAAAQQGk9QFFVYRAgPB00FRITFhEoM1VXGhEyMUJRY2kUKSEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwD7s1HMr2aFwpN3Nrr6du7jLT7ff3EA8P6urafLOQz8vfTd0BhvV1oz+V8pF4ab0/TkMB5ty+u7TMioijeRercXIk0P/PMQDM6i4S1/YVJl4fmI++A5cXD9AUxUffAcOpOLwb6k/io+8AyOoOgvVQVG74qPvAJuLq+gc8VH3wEbqo7CPQm2p3l5lyoeqggE3V24yqioJkBnvqjsPXRtqyPw05UWn3KAGN0eONq4qKYALo8cbVxUUwAXR442riopgAujxxtXFRTABdHjjauKimAE76o7j9BttQR+Z8qLqoAY3N4Y5zxkPfALm8Mc54yHvgFzeGOc8ZD3wHDqjwIjP+NqD9n4yHrzgIuzyxZTGp8yAXZ5YspjU+ZALs8sWUxqfMgF2eWLKY1PmQC7PLFlManzICN1WeWv9XVRkPRSAi7PLF1cdDMAF2eWLq46GYALs8sXVx0MwAXZ5YurjoZgAuzyxdXHQzABdnli6uOhmAC7PLF1cdDMAF2eWLq46GYALs8sXVx0MwAXZ5YurjoZgAuzyxdXHQzABdnli6uOhmAC7PLF1cdDMAF2eWLq46GYALs8sXVx0MwAXZ5YurjoZgAuzyxdXHQzABdnli6uOhmAC7PLF1cdDMAF2eWLq46GYALs8sXVx0MwAXZ5YurjoZgAuzyxdXHQzABdnli6uOhmAC7PLF1cdDMAF2eWLq46GYALs8sXVx0MwAXZ5YurjoZgBe2rPLX+rqoyHqpAXdnliymNT5kAuzyxZTGp8yAXZ5YspjU+ZALs8sWUxqfMgF2eWLKY1PmQFlVHgZEf8bUF7PxkPTnAdubwxznjIe+AXN4Y5zxkPfALm8McURkPfAbbao7vSRNtQZ+ZcqKYAVdHjjauKimAC6PHG1cVFMAF0eONq4qKYALo8cbVxUUwAXR442riopgBtsqjsLTVtqzPx15UWn3qAGl1duMqoqCZAVtqjsM9DbanYXmfKh6KDAXcXV9A54qPvgKKoOg/XQVG34qPvANSqTi8W+pL4qPvAO3Fw/QFMVH3wHSqLhPT9hUkXj+Yj74DTavru4yI6Io2Ef8AsfIk0L/nmMB6diutEfyvlMvHXen68hAN/wBXVtPlnIR+Xvpu6A9yfmV79S5km7h009O7dxnr9nubjAf/2Q==") no-repeat center bottom;
}
.altdiv:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
    background: url("../images/page-inset-top.jpg") no-repeat center top;
	background: url("data:image/png;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE0MThDQzg5QzVGMTExRTY5NUNCQjQwRDMxRDNGRUVGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE0MThDQzhBQzVGMTExRTY5NUNCQjQwRDMxRDNGRUVGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTQxOENDODdDNUYxMTFFNjk1Q0JCNDBEMzFEM0ZFRUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTQxOENDODhDNUYxMTFFNjk1Q0JCNDBEMzFEM0ZFRUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAGAqADAREAAhEBAxEB/8QAbgABAAMBAQEAAAAAAAAAAAAAAAIDBAEFCgEBAAAAAAAAAAAAAAAAAAAAABAAAAIJAgMHAwUAAAAAAAAAAAIBktIDBBQFVQcREiFBk4GhwdEiVAZhQhNicoKyIxEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A+6iPLSUpLOndFTx2b0ITy46agPIS7+LaJ1fw2n7SeQDKd18V19MTD68/SjwQAwvXfwjeb80TA7/u3FJr26oAUJdfAeO6KgFXbICP4sf+6p6rvyAcM6x9pxioDsKTwQAzmcY/++Ogfp6CsgIS+PPfwShWQFDyHxnu/wBY+n7v1Ed695QEJfF/v6ao6ZAQPD4z0Ntj6ahHNOwmvcUBRLYzuVOUIwAS2M7lTlCMAEtjO5U5QjABLYzuVOUIwAS2M7lTlCMAOGh8Z8EIqEBryMghGAFEtjS4wPTKyAS2NLjA9MrIBLY0uMD0ysgOGhsZaJ3VGA289XZdP6gKJbFNxpvTdsgEtim403pu2QCWxTcab03bIBLYpuNN6btkAlsU3Gm9N2yAimGxZrwqNOT/AAJ4EAQlsWXCmqFYAJbFlwpqhWACWxZcKaoVgAlsWXCmqFYAJbFlwpqhWACWxZcKaoVgAlsWXCmqFYAJbFlwpqhWACWxZcKaoVgAlsWXCmqFYAJbFlwpqhWACWxZcKaoVgAlsWXCmqFYAJbFlwpqhWACWxZcKaoVgAlsWXCmqFYAJbFlwpqhWACWxZcKaoVgAlsWXCmqFYAJbFlwpqhWACWxZcKaoVgAlsWXCmqFYAJbFlwpqhWACWxZcKaoVgAlsWXCmqFYAJbFlwpqhWACWxZcKaoVgAlsWXCmqFYATRDYs141GnI/gTxIAlLYpuNN6btkAlsU3Gm9N2yAS2KbjTem7ZAJbFNxpvTdsgEtim403pu2QF5YbGWiNtRgNvLR2XT+oDstjS4wPTKyAS2NLjA9MrIBLY0uMD0ysgLyw+NOKDVCA15pSQjADstjO5U5QjABLYzuVOUIwAS2M7lTlCMAEtjO5U5QjABLYzuVOUIwAvJD4z0Luj6alHJOwmveUBOXxf7+mqOmQE3cPjPd/lH0/d+kjvXuKAvl8ee/glCsgJlcY/8AsjoH6+grIDQV1j7ThFQHaUnigB38WP8A3VPVd+QCSHXwHhtioBV2yA0OnfwjeX8MTA7/ALNpSa9miAG0jr4rr6omH15elHigBqQ7+LaI0fw2n7SeQD14AtJQk0kd0ZPDfsQhHLhroA//2Q==") no-repeat center top;
}
.altdiv.tight-top {
	margin-top: -10px; 
}
.altdiv.tight-top:before {
	background: none;
    height: 0;
}

.acc-highlighted {
	padding: 6px;
	/*background-color: #FFB422;*/
}
.grayed {
	color: #999 !important;
}
.other-cart-config-titles {
	font-weight: 700;
}
.other-cart-config-titles2 {
	font-size: 12px;
	padding-bottom: 10px;
}
.other-cart-config-row {
	background-color: #FFFFFF;
}
.other-cart-config-row2 {
	background-color: #F8F8F8;
}
.other-cart-config-row2 td.other-cart-config-titles {
	padding-top:20px;
}

form[name="frmCart"] table tr:last-child td {
	padding-top: 20px;
}

.pricing {
	font-weight:500;
	font-size:28px;
	color:#555;
}
.pricing-term {
	font-weight:500;
	font-size:14px;
	color:#555;
}
.pricing-tag {
	font-weight:400;
	font-size:16px;
	color:#777;
}
.superscript {
	vertical-align: super;
	font-size: 20px;
}
.skinny {
	margin:0 !important;
	padding:0 !important;
	line-height:1 !important;
}
.thin {
	margin:6px 0 !important;
	padding:0 !important;
	line-height: normal !important;
}

.lastlogin {
	color: #bbb !important;
	font-size:12px;
}

.rssnewsPageWelcome {
	padding: 12px;
}
.anchor {
	line-height: 0;
}

.green-text {
	color: #008017;
}

table.product-list td {
	line-height: 26px;
}
table.product-list {
	margin-top: 16px;
}
.addon-order-confirmation tr:nth-child(-n+3) td:first-child {
	width:45%;
}
.addon-order-confirmation tr:nth-child(-n+3) td:last-child {
	font-weight: 700;
}

a.hmanage-domain-link {
	color: #555 !important;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.75;
}
a.hmanage-domain-link:hover {
	color:#888 !important;
}

.manage-lightBox {
	padding: 5px 7px;
	background: #fafafa; /* #2B3746 */
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
}

div.g-recaptcha div {
	margin: 10px auto;
}
.whoisresult {
	max-width: 600px;
	margin: 0 auto;
}

.contact-phone,
.contact-phone a {
	font-size: 28px;
	line-height: 28px;
	color: #374659;
}
.contact-email,
.contact-email a {
	font-size: 20px;
	line-height: 20px;
	color: #374659;
}

.login-notes,
.login-notes a {
	font-size: 13px !important;
	line-height: 1.75 !important;
}
.login-namepass {
	font-size: 1.4em !important;
	line-height: 1.4em !important;
	height:auto !important;
}

.domain_list p {
	margin: 12px 8px;
}
.domain_list h2 {
	color: #777
}
.domain_list a {
	font-size: 1.2em;
	line-height: 1.2em;
	height:auto;
	color: #555
}

h2.subtitle {
	color: #2650AA;
	font-weight:700;
	font-size:21px;
	margin-bottom: 4px;
}

.ssl-pricing {
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}
.ssl-pricing h2 {
    margin: 0;
}
.ssl-pricing,
.ssl-pricing h2 {
	position:relative;
	display:inline-block;
	
	font-size: 18px;
	line-height: 1.75;
	font-weight: 700;
}
.ssl-pricing .superscript {
	vertical-align: super;
	font-size: 10px;
}
.grid_8.alc {
	float:none;
	position:relative;
	display:block;
}

.head-title-a {
	font-size:38px;
	font-weight: 700;
	color: #666666;
}
.breakout-title-a {
	font-size:32px;
	font-weight: 700;
	color: #2650AA;
}
.breakout-title-b {
	font-size:32px;
	font-weight: 700;
	color: #555;
}

li#proplus {
	border: 1px #eee solid;
	display: inline-block;
	padding-right: 4px;
	cursor: pointer;
}
div#proplus-checkbox {
	float:left;
	width: 14px;
	height: 18px;
}
div#proplus-checkbox.checked,
div#proplus-checkbox.unchecked {
	padding-left: 8px;
	background-position: 4px 3px;
}
div.proplus-details {
	float:left;
}
.displaynone {
	display: none;
}


/* **************
** footer
** ************** */
#footer {
	margin: 20px 0 0 0;
	padding: 20px 0;
	display: block;
	background-color: #2B3746; /* #2B3746 */
	border-top: 1px solid #4E657E;
	border-top-color: #4E657E;
	
	width: 100%;
    position:absolute;
	bottom:65px;
}
#footer .container_24 {
	padding:10px 0;
}
.footbox {
	text-align:left;
	color:#FFF;
	font-size: 12px;
	font-weight:400 !important;
}
.footbox a,
.footbox a:link,
.footbox a:hover,
.footbox a:visited,
.footbox a:active {
	color:#FFF;
	font-size: 12px;
	font-weight:400 !important;
	text-decoration:none;
}
.footbox a:hover {
	color:#CCC;
}
.footbox h2 {
	margin:5px 0;
	padding:0;
	color:#FFB422;
	font-size:15px;
	font-weight:700 !important;
}
.footbox p {
	margin:5px 0;
	padding:0;
}
.footbox p img {
	margin-bottom:8px;
}
.footbox.statement p {
	font-size:12px;
	text-align: justify;
	color:#CCC;
}
ul.footlist {
	margin:0;
	padding:3px 0;
	list-style-type: none;
}
ul.footlist li {
	margin:4px 0;
	padding:0;
}
#copyright {
	padding: 10px 0;
	background-color: #374659; /* #374659 */
	border-top: 1px solid #597291;
	border-top-color: #597291;
	
    position:absolute;
	bottom:0;
	width: 100%;
}
.copyrightbox {
	/*width:100%;*/
	padding: 4px 0;
	text-align:left;
	color:#CCC;
	font-size: 12px;
	font-weight:400 !important;
}
.copyrightbox a,
.copyrightbox a:link,
.copyrightbox a:hover,
.copyrightbox a:visited,
.copyrightbox a:active {
	color:#CCC;
	font-size: 12px;
	font-weight:400 !important;
	text-decoration:none;
}
.copyrightbox a:hover {
	color:#BBB;
}

.inpSubmit, #bigButton {
/*	padding: 2px 4px;
	font:12px/100% Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-weight:700;
	color:#FFFFFF;
	background:#2B3746;
	line-height:12px;
	border: 1px solid #597291;
	-webkit-border-radius: 3px 3px 3px 3px;
	   -moz-border-radius: 3px 3px 3px 3px;
		    border-radius: 3px 3px 3px 3px;*/
	display: inline-block;
	margin: 0;
	padding: 5px 6px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#FFF;
	background: #FFB422 none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	cursor:pointer;
	/*text-shadow: 0 0.5px 0.5px #CE8600;*/
	border: 1px solid #F49F00;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
.inpSubmit:hover, #bigButton:hover {
/*	background:#000;
	cursor:pointer;
	color:#FFFFFF;*/
	background: #F29D00 none;
	color:#FFF; 
}

.topnavbar {
	width:676px;
	vertical-align:top;
	border:0px;
}
.topminilinks {
	width:100px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	border:0px;
}
.editselected { border:solid 1px #FFAA09; }
.editunselected { }
.editunselectedwithtext { border:solid 1px #333333; }
textarea { overflow:auto; }
.boxtitle, td.boxtitle {
	padding-left: 6px;
	background: #FFB422;
	color:#FFFFFF;
	font-weight:400;
}
.subboxtitle, td.subboxtitle {
	padding-left: 6px;
	font-size: 16px;
	color:#555;
	font-weight:400;
	border-bottom: 1px solid #FFB422;
}

/* Createacct.php */
form.ccaform {
	margin:5px;
	padding:5px
}
.ccaform fieldset { 
	margin-top:10px; 
	margin-bottom:10px;
	-webkit-border-radius: 3px 3px 3px 3px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 3px 3px 3px 3px;
		    border-radius: 3px 3px 3px 3px;
}
.ccaform legend, .ccaform label {
	margin-bottom:10px;
	margin-left:-2px;
	border-bottom:0px;
	color:#fff;
	font-size:1.1em;
	font-weight:400;
	border: 1px solid #eee;
	background: none #2650AA;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
}

.ccaform legend::before {
  content: "\00a0";
}
.ccaform legend::after {
  content: "\00a0";
}

.ccaform fieldset {
	padding:10px 10px 16px 10px;
	border: 1px solid #eee;
	background: none #fcfcfc;
	color:#000000;
}
.ccaform fieldset a {
	color:#0081BF;
}
.ccaform fieldset fieldset {
	background:none;
}

.ccaform fieldset td {
	padding:5px 10px 7px;
}
.ccaform fieldset table td.ccaHeader {
	/*background:#000000;*/
	font-weight:700;
	color:#555;
	height:18px;
	padding:4px 4px 4px 14px;
}
.ccaform .internal {
	border:1px solid #666666;
}
/* Domain list (checkboxs) tips style: ToolTip */
.tip {
	color:#fff;
	width:212px;
	z-index:13000;
}
.tip-title {
	/*font-weight:bold;*/
	font-size:11px;
	margin:0;
	color:#FFB422;
	padding:8px 8px 4px;
	/*background:url("../images/bubble.png") top left;*/
	background: #2B3746;
	text-align: left;
}
.tip-text {
	font-size:11px;
	padding:4px 8px 8px;
	/*background:url("../images/bubble.png") bottom right;*/
	text-align:left;
	color:#FFFFFF;
	background: #374659;
}
table.footerTable {
	height:120px;
	background:#FFFFFF;
}
form#langSelect input {
	width:25px;
	height:20px;
	border:1px solid #A6B9DC;
	background:#333333;
	color:#FFFFFF;
	font-weight:700;
	padding:0;
	margin:0px;
	margin-top:-1px;
	margin-left:-2px;
}
#currency_select select {
	padding:0;
	margin:0px;
}
form#langSelect select {
	margin:0px;
	margin-right:2px;
	padding:0;
}
.zeroPadding select {
	padding:0px;
	margin:0px;
}
table.totalRecords {
/*	border-top:1px solid #eee;
	border-bottom:1px solid #eee;*/
/*	font-weight:700;*/
	color:#555;
/*	background:#FAFAFA;*/
	/*background-image:url('../images/bgg.png');*/
}
table.totalRecords a {
	color:#0081BF;
}
table.totalRecords td { padding: 1px 8px; }

.small { font-size:smaller !important; }

a.inplink, a.inplink:visited, input.submitinput {
	display:inline-block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	background:#000000 url("../images/menuBG.png") repeat-x;
	border:1px solid #333333;
	font-weight:700;
	text-decoration:none;
	text-align:center;
	min-width:100px;
	color:#FFFFFF;
	margin:5px;
	float:right;
}
a.inplink:hover, input.submitinput:hover {
	background:#000000 url("../images/menuhover.gif") repeat-x;
	text-decoration:none;
	min-width:100px;
	color:#FFFFFF;
}
.float-right { float:right; }
.float-left  { float:left;  }
.relative { position: relative; }
/* paging */
div.paging {
	background-color:#FFFFFF;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	display:block;
	/*min-width:460px;*/
}
div.paging ul#paging {
	margin: 0;
	padding: 0;
}
div.paging ul#paging li {
	display:inline;
	font-size:0.75em;
}
div.paging ul#paging li a,
div.paging ul#paging li.next a, 
div.paging ul#paging li.previous a {
/*	background:#000000 url("../images/menuBG.png") repeat-x;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #0081BF;
	font-weight:400;*/
	display: inline-block;
	margin: 0;
	padding: 1px 3px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#FFB422;
	background: #FFF none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #FFB422;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
}

div.paging ul#paging li a:hover,
div.paging ul#paging li.next a:hover, 
div.paging ul#paging li.previous a:hover {
	color:#FFF;
	background: #FFB422 none !important; 
	border: 1px solid #FFB422 !important;
}


div.paging ul#paging li.next a, div.paging ul#paging li.previous a {
}

div.paging ul#paging li a:hover,
div.paging ul#paging li.next a:hover,
div.paging ul#paging li.previous a:hover {
	background:#000000 url("../images/menuhover.gif") repeat-x;
	border:1px solid #000000;
	color:#FFFFFF;
}
div.paging ul#paging li.next-off,
div.paging ul#paging li.previous-off {
/*	border:1px solid #ccc;
	color:#999;
	padding:5px 10px 5px 10px;
	width:100px;*/
	display: inline-block;
	margin: 0;
	padding: 1px 3px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#CCC;
	background:#FFF none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #BBB;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;

}
div.paging ul#paging li.page { color:#719c95; }
div.paging ul#paging li.active {
	background:#FFFFFF;
	padding: 1px 3px;
	color:#CCC;
	font-weight: 500;
	border: 1px solid #BBB;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
}
div.paging ul#paging li.active

/* Sams Whois */
div#samswhois {
	margin-top:30px;
	text-align:center;
	font-size:10px;
	color:#aaaaaa;
}
.swPositioner{
	text-align:left;
	width:100%;
}
.swForm{
	text-align:center;
}
.swHeading{
	font-weight:700;
	text-align:center;
	margin-bottom:0px;
}
.swDomain {
	width:100px;
	text-align:right;
}
.swTld{
}
.swSubmit{
}
.swSecureImage{
	border:0px;
}
.swSecureCode{
	width:60px;
}
.swInfo{
	font-size:10px;
	color:#000000;
	padding:5px;
	text-align:center;
}
.swResults{
	text-align:left;
}
.swStatus{
	border-top:2px dotted #3d658b;
	padding:5px;
	text-align:center;
	width:500px;
}
.swServer{
	border-top:2px dotted #3d658b;
	text-align:center;
	padding:10px;
	color:#3d658b;
}
.swData{
	padding:4px;
	color:#666666;
}
.swHilight{
	font-weight:700;
	color:#FF0000;
}
.swError{
	font-weight:bold;
	color:#FF0000;
}
/* Form Validation Boxes */
.error_f {
	border:1px dotted #FF0000;
	margin:5px;
	background-color:#FFFFFF;
	width:100%;
}
.error_f p {
	margin:5px;
	color:#FF0000;
}
.error_f p span {
	font-size:1.1em;
	color:#000;
	margin:5px 0px 0px 0px;
}
div#ajaxLoad {
	background:url("../images/ajaxLoad.gif") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#0000FF;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
span#uNameError {
	background:url("../images/chk_off-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#FF0000;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
span#uNameAvailable {
	background:url("../images/chk_on-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#006600;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
/* Contact.php */
#cfData {
	overflow:hidden;
	margin-bottom:10px;
	display:none;
}
#cfData.ajax-loading {
	padding:20px 0;
	background:url("../images/progress_bar.gif") no-repeat;
	background-position:center bottom;
	text-align:center;
	padding-bottom:20px;
	color:#333333;
	font-size:1.6em;
	display:block;
}
.sendmail-error {
	color:#FF0000;
}
.invisible {
	display:none;
}
div#contactError {
	display:block;
	width:98%;
	border:2px outset #FF0000;
	margin:0 auto;
	padding:5px;
	margin-bottom:15px;
}
div#contactError ul, div#contactSuccess ul { margin-left:25px; }
div#contactError ul li, div#contactSuccess ul li { list-style-type:none; list-style-image:url("../images/icon_arrow_b.gif"); color:#CC0000; }
div#contactSuccess {
	display:block;
	width:98%;
	border:2px outset #006600;
	margin:0 auto;
	padding:5px;
}
a#contactSuccess {
	display:block;
	width:200px;
	height:20px;
	padding-top:7px;
	font-size:12px/100%;
	font-family:Arial, Helvetica, sans-serif;
	background:url("../images/successBG.jpg") left bottom repeat-x;
	border:1px solid #006600;
	cursor:pointer;
	font-weight:700;
	text-decoration:none;
	margin:5px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	bottom:0;
	left:37%;
	margin-top:10px;
	margin-bottom:5px;
}
a#contactSuccess:hover {
	background:url("../images/successBGflip.jpg") left bottom repeat-x;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}
.smallError {
	display:block;
	background:#FFEEEE;
	color:#FF0000;
	border:1px solid #FF0000;
	text-align:center;
	font-weight:700;
}
.block { display:block; }
.inline { display:inline; }

/* Check.php  */
#domainPrices {
	/* border:1px solid #0081BF; */
	width:100%;
	background:#FFFFFF;
	color:#555;
	font-weight:normal;
	/* border-bottom:#0074E8 thin solid; */
}
#domainPrices td {
border-bottom:#D8E4FA 1px solid;
}
#domainPrice .CollapsiblePanel {
	margin:0px;
	padding:0px;
	border:0px;
}
#domainPrice .CollapsiblePanelTab {
	border-bottom:2px dotted #000000;
	cursor:pointer;
}
#domainPrice .CollapsiblePanelContent {
	margin:0px;
	padding:4px;
	background:url("../images/blank.gif") repeat;
}
#domainPrice .CollapsiblePanelOpen .CollapsiblePanelTab, .CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background:#000000 url("../images/bgbar.jpg");
}
#domainPrice tr.row_0 td, #domainPrice tr.row1_0 td, #domainPrice tr.row1_01 td {
	background-color:#FFFFFF;
	color:#000000;
}
table#domainPrices th {
	background: #2650AA;
	padding:2px 4px 2px 14px;
	color:#FFFFFF;
	font-weight:700;
}
table#domainPrices th:hover { color:#FFFFFF; }
table#domainPrices .sortedASC {
	background: #2650AA;
}
table#domainPrices .sortedDESC {
	background: #2650AA;
}
table#domainPrices thead tr th {
	background: #2650AA;
	color:#CCCCCC;
}
table#domainPrices .tableHeaderOver {
	cursor:pointer;
	color:#000000;
}
table#domainPrices tr.hide {
	display:none;
}
/* INFO DIVS */
.info, .success, .warning, .error, .validation, .alert, .done, .validation, .failure {
    border:1px solid;
    padding:5px 10px 5px 50px;
    background-repeat:no-repeat;
    background-position:10px center;
	width:92%;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:15px;
	-webkit-border-radius: 3px 3px 3px 3px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 3px 3px 3px 3px;
		    border-radius: 3px 3px 3px 3px;
}
.info.sm, .success.sm, .warning.sm, .error.sm, .validation.sm, .alert.sm, .done.sm, .validation.sm, .failure.sm {
	width:80%;
}
.info {
    color:#00529B;
    background-color:#BDE5F8;
    background-image:url("../images/info.jpg");
}
.success, .done {
    color:#4F8A10;
    background-color:#DFF2BF;
    background-image:url("../images/success.jpg");
}
.warning, .alert {
    color:#9F6000;
    background-color:#FEEFB3;
    background-image:url("../images/warning.jpg");
}
.error, .failure {
    color:#D8000C;
    background-color:#FFEEEE;
    background-image:url("../images/error.jpg");
}
/* Accordion related CSS */
#accordion {
    width:560px;
    margin-top:0px;
	border:0px;
	border-bottom:1px solid #e4edfa;
	margin:0 auto;
}
.paneHead {
	color:#000;
	margin:0;
	font-weight:700;
	background:#000000;
	height:22px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:left;
	padding-right:0px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:0px;

}
.paneHead:hover {
	background-color:#3d658b;
	color:#FFFFFF;
}
.accordionContents {
    background:#FFFFFF;
    overflow:auto;
	border-right:5px solid #000000;
	height:300px;
}
.activePanel {
	background:#000000;
	color:#000000;
}
.toggler {
	display:block;
}
.togglerHolder {
	/*width:750px;
	margin:auto;*/
}
.elementHolder {
	position:relative;
	height:42px;
	/*width:500px;*/
	padding:12px;
	/*margin:auto;*/
}
.elements {
	padding:8px 22px;
	/*position:absolute;
	text-align:center;
	height:35px;
	width:450px;
	top:120%;
	left:15%;
	margin-left:-50px;
	margin-top:-50px;
	vertical-align:middle;*/
}
.toggler {
	/*height:21px;*/
	margin:8px;
}
.actog {
	text-decoration: none;
	color:#FFF;
	background: #FFB422 none;
	font-weight: 500;
	font-family: inherit;
	cursor:pointer;
	/*text-shadow: 0 0.5px 0.5px #CE8600;*/
	border: 1px solid #F49F00;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
div#generatedPassword {
	min-width:100px;
	width:100px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px 3px 3px 7px;
	background:url("../images/form-bg.gif") no-repeat;
	border:1px solid #3B9ACC;
	margin:2px;
	display:none;
}
a#generatePassword,a#generatePassword:hover {
	background:url("../images/lock-trans.png") no-repeat;
	min-width:16px;
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:16px;
	text-decoration:none;
}
.disabledInput,.disabledInput:hover {
	background-color:#DDDDDD;
	color:#333333;
	/*font-weight:700;*/
}
input:disabled,
select:disabled,
textarea:disabled,
button:disabled,
input:disabled:hover,
select:disabled:hover,
textarea:disabled:hover,
button:disabled:hover {
	background-color: rgba(0, 0, 0, 0.025);
	border: 1px solid #f4f4f4;
	color:#333333;
}

/* pricelist.php styles */
.pl-dataheader p,
.pl-datarow p {
	margin: 0;
	padding: 1px 10px;
}
.pl-dataheader {
	background: #2650AA;
}
.pl-dataheader p {
	color: #fff;
}
.pl-datarow {
	padding: 12px 0;
}
.pl-datarow:nth-child(odd) {
	background: #ececec;
}
.pl-descrow {
	
}
.pl-inforow {
	
}
.pl-domain {
	width:175px;
	text-align: left;
	padding-left: 20px;
}
.pl-domain p {
	font-weight:bold;
}
.pl-minyears {
	width:100px;
	text-align: center;
}
.pl-register {
	width:165px;
	text-align: center;
}
.pl-renew {
	width:145px;
	text-align: center;
}
.pl-transfer {
	width:145px;
	text-align: center;
}
.pl-info {
	padding-left: 20px;
}
.desc-title {
	font-style: italic;
	color: #999;
}


/* check.php styles */
#domainPanel-wrapper{
}
#domainPanel {
	padding:0;
	/*border:1px solid #FFFFFF;*/
}
#domainPanel .dom-box-5 {
	width: 114px;
}
#domainPanel .dom-box-6 {
	width: 90px;
}
#domainPanel .domainmain {
	/*height: 530px;*/
	overflow: auto;
}
#userPanel {
	padding:0;
	margin:0;
	border:1px solid #FFFFFF;
}
#userPanel .tab-container {
	/*min-height:360px;*/
}
#userPanel div.domainmain {
	min-height: inherit;
	height: 300px;
	overflow-y: scroll;
}
#userPanel div.welcomemain {
	min-height: inherit;
	/*height: 220px;*//* moved to code for decision */
	overflow-y: scroll;
}
#userPanel .info, 
#userPanel .success, 
#userPanel .warning, 
#userPanel .error, 
#userPanel .validation, 
#userPanel .alert, 
#userPanel .done, 
#userPanel .validation, 
#userPanel .failure,
.info.acc-refill {
	width:auto !important;
	border: #FFB422 dotted 1.5px !important;
	padding: 6px 10px;
	background-image: none !important;
	background-color: rgba(255, 215, 16, 0.10) !important;
}
.info.acc-refill td,
.info.acc-refill p {
	color: #555;
	font-size: 14px;
}


#userPanel .welcome-alert a {
	display: block;
	margin: 0;
	padding: 6px 12px;
	width: auto;
	height: auto;
	color: #F00;
	background: rgba(255, 255, 0, 0.100);
	font-weight: 500;
	font-family: inherit;
	font-size: 15px;
	line-height: 15px;
	cursor:pointer;
	/*text-shadow: 0 0.5px 0.5px #CE8600;*/
	border: 1px solid rgba(255, 255, 0, 0.250);
	-webkit-border-radius: 2px 2px 2px 2px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 2px 2px 2px 2px;
		    border-radius: 2px 2px 2px 2px;
	/*box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);*/
}
#userPanel .welcome-alert a:hover {
	background: rgba(255, 255, 0, 0.200);
}

/*
* link-stack
*/
.link-stack div,
.link-stack li {
	margin: 0;
	padding: 0 5px 6px 5px;
	clear:both;
}
.link-stack div:hover,
.link-stack li:hover {
	background: rgba(255, 215, 16, 0.10) !important;
	cursor:pointer;
}
.link-stack a,
.link-stack a:hover {
	color: #555;
	text-decoration:none;
}

.link-stack-col div {
}
.link-stack-col div.hot:hover {
	background: rgba(255, 215, 16, 0.10) !important;
	cursor:pointer;
}
.link-stack-col a,
.link-stack-col a:hover {
	color: #555;
	text-decoration:none;
}

.link-stack-view div {
	margin: 0;
	padding: 3px 5px;
}
.link-stack-view div:hover {
	background: rgba(255, 215, 16, 0.10) !important;
	cursor:pointer;
}
.link-stack-view a:hover {
	color: #555;
	text-decoration:none;
}
.link-stack-view a:nth-child(2n) {
	color:#FFF;
	background: #eee none;
	border: #ddd;
}
.link-stack-view a:nth-child(2n).hover {
	color:#FFF;
	background: #FFB422 none;
	border: 1px solid #F49F00;
}


#userStats {
	padding:0;
	margin:0;
}
ul.autocompleter-choices {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #7c7c7c;
	border-left-color:#c3c3c3;
	border-right-color:#c3c3c3;
	border-bottom-color:#ddd;
	background-color:#fff;
	text-align:left;
	z-index:50;
	background-color:#fff;
}
ul.autocompleter-choices li {
	position:relative;
	margin:-2px 0 0 0;
	padding:0.2em 1.5em 0.2em 1em;
	display:block;
	float:none !important;
	cursor:pointer;
	font-weight:normal;
	white-space:nowrap;
	font-size:1em;
	line-height:1.5em;
}
ul.autocompleter-choices li.autocompleter-selected {
	background-color:#444;
	color:#fff;
}
ul.autocompleter-choices span.autocompleter-queried {
	display:inline;
	float:none;
	font-weight:bold;
	margin:0;
	padding:0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:#9FCFFF;
}

.removeLink, .removeLink:hover, .removeLink:visited {
	background:url("../images/chk_off-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	color:#FF0000;
	text-align:left;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}
.cartRemoveItem, .cartRemoveItem:hover, .cartRemoveItem:visited {
	display:inline;
	text-align:left;
	height:15px;
	padding-right:10px;
	padding-left:5px;
	text-decoration:none;
	text-indent:-9999em;
}
.yourpacksdata {
	padding-left:20px;
	font-weight: normal;
	/*background:url("../images/blue-check-trans.png") left no-repeat; */
}
div.yourstats, div.restrans, div.yourpacks {
	padding-left:20px;
	font-weight:700;
	font-size:1.1em;
	margin-bottom:8px;
}
div.yourstats {	/*background:url("../images/stats-trans.png") left no-repeat;*/ border-bottom:1px dotted #000000; }
div.yourpacks {	/*background:url("../images/package-icon.png") left no-repeat;*/ border-bottom:1px dotted #000000; }
div.restrans {	background:url("../images/transactions-trans.png") left no-repeat; border-top:1px dotted #000000; }
.regsitrarLeft { display:block; width:100%; height:100%; border:1px solid #0081BF; z-index:9999; }
.regsitrarLeftContents { padding:5px; }
input#sendEEP {
	background:url("../images/transactions-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	color:#008800;
	text-align:left;
	text-decoration:none;
	border:0px;
}
.rtrntomgmt, .rtrntomgmt:hover, .rtrntomgmt:visited {
	background:url("../images/return-trans.png") left no-repeat;
	padding-left:20px;
	display:block;
	color:#FF0000;
	text-align:left;
	height:15px;
	padding-bottom:5px;
	text-decoration:none;
	margin:0 auto;
	margin-top:5px;
	width:160px;
}
div#watermarklogo { position:absolute; top:0; right:0; }
div.hsignup { margin-left:5px; margin-bottom:10px; }
h2.hsignup {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/wand-trans.png") left no-repeat;
	padding-left:20px;
	margin-bottom:20px;
}
h2.addoption {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/addoption-trans.png") left no-repeat;
	padding-left:20px;
}
h2.configure {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/configure-trans.png") left no-repeat;
	padding-left:20px;
}

.login {	padding-top:0px; }
.login_credentials {
	margin:0 auto;
	padding:12px 12px 12px 200px;
	border:1px solid #000000;
	background:#FFFFFF url("../images/login_screen.png") no-repeat;
	background-position:30px center;
	text-align:left;
}
.enter {background:url("../images/login_l.png") no-repeat left;margin:8px 0px;width:90px; line-height:20px;}
.newaccount {background:url("../images/login_l.png") no-repeat left;margin:8px 0px;width:170px; text-align:left; line-height:20px;}
.enter_inner {background:url("../images/login_r.png") no-repeat right;padding:6px 0px 6px 8px; line-height:20px;}
.newacct_inner {background:url("../images/newacct_r.png") no-repeat right;padding:6px 0px 6px 8px; line-height:20px;}

.enter_inner input, .newacct_inner input {border:none;background:none;padding:0px;margin:0px;cursor:pointer;font-family:Tahoma,'Open Sans',sans-serif;font-size:12px; text-align:left; color:#000000; line-height:20px;}
.enter_inner input:hover, .newacct_inner input:hover {border:none;background:none;padding:0px;margin:0px;cursor:pointer;font-family:Tahoma,'Open Sans',sans-serif;font-size:12px; color:#000000; line-height:20px;}
ul.whyregister li {
	list-style-type:square;
	margin-left:10px;
}
/* index.php */
#mainData table.indexPlan {
	width:180px;
	height:200px;
}
#mainData table.indexPlan td.paneHead {
	background:#000000 url("../images/bluebar.png") repeat-x;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:25px;
	text-align:left;
}
#mainData table.indexPlan td.panelContents {
	background:#FFFFFF;
	height:178px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}
.linux-hosting {
	background:url("../images/linux-hosting-trans.png") no-repeat;
}
.windows-hosting {
	background:url("../images/windows-hosting-trans.png") no-repeat;
}
#mainData table.indexPlan td.panelContents div.panelContents {
	display:block;
	border:1px solid #005082;
}
#mainData table.indexData td.panelContents2 {
	background:#FFFFFF;
	height:402px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}
#mainData table.indexData td.panelContents2 div.panelContents2 {
	display:block;
	border:1px solid #005082;
	height:402px;
	padding:5px;
}
#mainData table.indexPlan td.panelContents strong {
	font-weight:700;
	color:#FF0000;
}
ul.plans {
	margin-top:50px;
	margin-left:5px;
	margin-bottom:5px;
	text-align:left;
}
ul.plans li {
	padding-left:20px;
	background:url("../images/bullet-grey.gif") no-repeat 0px 50%;
}
ul.indexCart {
	margin-top:166px;
	margin-left:5px;
	margin-bottom:5px;
	text-align:left;
}
ul.indexCart li {
	padding-left:20px;
	background:url("../images/bullet-grey.gif") no-repeat 0px 50%;
}
#mainData table.indexPlan a.order {
	display:block;
	text-align:center;
	font-weight:700;
	color:#FF0000;
	text-decoration:;
	text-transform:uppercase;
}

#mainData table.indexData {
	width:370px;
	height:200px;
}
#mainData table.indexData td.paneHead {
	background:#000000 url("../images/bluebar.png") repeat-x;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:25px;
	text-align:left;
}
#mainData table.indexData td.panelContents {
	background:#FFFFFF;
	height:178px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	border-top:0px;
}
#mainData table.indexData td.panelContents div.panelContents {
	display:block;
	border:1px solid #005082;
	padding:5px;
	height:100%;
}

#mainData table#indexIntro {
	width:750px;
}
#mainData table#indexIntro td {
	margin:0;
	padding:0;
}
#mainData td.paneHead {
	background:#000000 url("../images/bluebar.png") repeat-x;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:25px;
	text-align:left;
}
#mainData table#indexIntro td.panelContents {
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:left;
	border-top:0px;
}
#mainData table#indexIntro td.panelContents div.panelContents {
	display:block;
	border:1px solid #005082;
	padding:0px;
	height:100%;
}
.idimage {
	background-image:url("../images/opacity_index_left-trans.png");
	margin:0px;
	padding:0px;
}
a.check { display:block; }
a.check:hover {
	text-decoration:none;
	background:#000000 url("../images/menuBG.png") repeat-x;
}
a.cartCheckOut,
a.processButton,
input[type="submit"].processButton { 
	display: inline-block !important;
	margin: 0;
	padding: 10px 14px !important;
	/*padding-top: inherit !important;
	padding-right: inherit !important;*/
	width: auto !important;
	height: auto !important;
	text-decoration: none !important;
	color:#FFF;
	background: #2650AA none !important;
	font-weight: 500 !important;
	font-family: inherit !important;
	font-size: 15px !important;
	line-height: 15px !important;
	cursor:pointer;
	border: 1px solid #597291;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
a.cartCheckOut:link, 
a.cartCheckOut:active, 
a.cartCheckOut:visited,
a.cartCheckOut:hover,
a.processButton:link, 
a.processButton:active, 
a.processButton:visited,
a.processButton:hover,
input[type="submit"].processButton:link, 
input[type="submit"].processButton:active, 
input[type="submit"].processButton:visited,
input[type="submit"].processButton:hover { color:#FFF; }
a.cartCheckOut:hover,
a.processButton:hover,
input[type="submit"].processButton:hover { background: #1C3D80 none !important; }

a.navButton,
input[type="button"].navButton { 
	display: inline-block;
	margin: 0;
	padding: 8px 10px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#FFF;
	background: #2650AA none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #2650AA;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
a.navButton:link, 
a.navButton:active, 
a.navButton:visited,
a.navButton:hover,
input[type="button"].navButton:active, 
input[type="button"].navButton:hover { color:#FFF; }
a.navButton:hover,
input[type="button"].navButton:hover { background: #1C3D80 none !important; }

a.navButton.navButton-bigbutton,
button.navButton.navButton-bigbutton,
input[type="submit"].navButton.navButton-bigbutton,
input[type="button"].navButton.navButton-bigbutton { padding: 8px 12px !important; font-size: 18px; line-height: 18px; }


a.cancelButton,
button.cancelButton,
input[type="submit"].cancelButton,
input[type="button"].cancelButton { 
	display: inline-block;
	margin: 0;
	padding: 4px 6px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#FFF;
	background: #C40000 none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #C40000;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
a.cancelButton:link, 
a.cancelButton:active, 
a.cancelButton:visited,
a.cancelButton:hover,
button.cancelButton:active, 
button.cancelButton:hover,
input[type="submit"].cancelButton:active, 
input[type="submit"].cancelButton:hover,
input[type="button"].cancelButton:active, 
input[type="button"].cancelButton:hover { color:#FFF; }
a.cancelButton:hover,
button.cancelButton:hover,
input[type="submit"].cancelButton:hover,
input[type="button"].cancelButton:hover { background: #B00000 none !important; }
a.cancelButton.inpSubmit,
button.cancelButton.inpSubmit,
input[type="submit"].cancelButton.inpSubmit,
input[type="button"].cancelButton.inpSubmit { 
	background: #C40000 none !important;
}

a.viewButton,
button.viewButton,
input[type="submit"].viewButton,
input[type="button"].viewButton {  
	display: inline-block;
	margin: 0;
	padding: 2px 4px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#FFF;
	background: #FFB422 none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	cursor:pointer;
	/*text-shadow: 0 0.5px 0.5px #CE8600;*/
	border: 1px solid #F49F00;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
a.viewButton:link, 
a.viewButton:active, 
a.viewButton:visited,
a.viewButton:hover,
button.viewButton:active, 
button.viewButton:hover,
input[type="submit"].viewButton:active, 
input[type="submit"].viewButton:hover,
input[type="button"].viewButton:active, 
input[type="button"].viewButton:hover { color:#FFF; }
a.viewButton:hover,
button.viewButton:hover,
input[type="submit"].viewButton:hover,
input[type="button"].viewButton:hover { background: #F29D00 none !important; }

a.viewButton.viewButton-larger,
button.viewButton.viewButton-larger,
input[type="submit"].viewButton.viewButton-larger,
input[type="button"].viewButton.viewButton-larger { padding: 4px 8px !important; }

a.viewButton.viewButton-inline,
button.viewButton.viewButton-inline,
input[type="submit"].viewButton.viewButton-inline,
input[type="button"].viewButton.viewButton-inline { line-height: 1em !important; padding: 0 3px !important; }

a.viewButton.viewButton-largerfont,
button.viewButton.viewButton-largerfont,
input[type="submit"].viewButton.viewButton-largerfont,
input[type="button"].viewButton.viewButton-largerfont { padding: 3px 6px !important; font-size: 14px; line-height: 14px; }

a.viewButton.viewButton-bigbutton,
button.viewButton.viewButton-bigbutton,
input[type="submit"].viewButton.viewButton-bigbutton,
input[type="button"].viewButton.viewButton-bigbutton { padding: 6px 8px !important; font-size: 18px; line-height: 18px; }

a.viewButton.viewButton-green,
button.viewButton.viewButton-green,
input[type="submit"].viewButton.viewButton-green,
input[type="button"].viewButton.viewButton-green { color: #FFF; background: #1BCC1B none !important; border: 1px solid #16A916 !important; }
a.viewButton.viewButton-green:hover,
button.viewButton.viewButton-green:hover,
input[type="submit"].viewButton.viewButton-green:hover,
input[type="button"].viewButton.viewButton-green:hover { background: #01AE01 none !important; border: 1px solid #16A916 !important; }

a.viewButton.viewButton-grey,
button.viewButton.viewButton-grey,
input[type="submit"].viewButton.viewButton-grey,
input[type="button"].viewButton.viewButton-grey { color: #FFF; background: #E0E0E0 none !important; border: 1px solid #D9D9D9 !important; }
a.viewButton.viewButton-grey:hover,
button.viewButton.viewButton-grey:hover,
input[type="submit"].viewButton.viewButton-grey:hover,
input[type="button"].viewButton.viewButton-grey:hover { background: #FFB422 none !important; border: 1px solid #FFB422 !important; }

a.viewButton.viewButton-dgrey,
button.viewButton.viewButton-dgrey,
input[type="submit"].viewButton.viewButton-dgrey,
input[type="button"].viewButton.viewButton-dgrey { color: #FFF; background: #D0D0D0 none !important; border: 1px solid #C9C9C9 !important; }
a.viewButton.viewButton-dgrey:hover,
button.viewButton.viewButton-dgrey:hover,
input[type="submit"].viewButton.viewButton-dgrey:hover,
input[type="button"].viewButton.viewButton-dgrey:hover { background: #FFB422 none !important; border: 1px solid #FFB422 !important; }

a.viewLink,
a.viewLink:link, 
a.viewLink:active, 
a.viewLink:visited {
	color: #2650AA;
}
a.viewLink:hover {
	color: #000;
	text-decoration: underline;
}

.textButton.inpSubmit {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	border: #fff 1px solid;
	color: #555;
	background: transparent;
	line-height: 1.75;
	box-shadow: none;
}
.textButton.inpSubmit:hover,
.textButton.inpSubmit input[type="submit"]:hover,
.textButton.inpSubmit:focus,
.textButton.inpSubmit input[type="submit"]:focus {
	background: transparent;
}

.infoIcon {
	display: inline-block;
	margin: 0;
	padding: 2px 6px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#2650AA;
	background: none;
	font-weight: 800;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	cursor:pointer;
	/*text-shadow: 0 0.5px 0.5px #CE8600;*/
	/*border: 1px solid #F49F00;*/
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
.infoIcon:hover,
.infoIcon:focus { color:#1C3D80; background: none !important; }



td.cExtrasItem { width:200px; font-weight:400; }
/*various package display tables*/
div#pkg {
	padding:5px;
}
#pkg table.pkgtable {
	width:100%;
	border:1px solid #A8C6E0;
	background:#FFFFFF;
}
#pkg table.pkgtable td.pkgtabletitle {
	background:url("../images/bluebar.png") repeat-x;
	color:#FFFFFF;
	font-weight:700;
	padding-left:10px;
}
#pkg table.pkgtable td.descr {
	background:#EEF2F7;
	color:#000000;
	width:75%;
	border-right: 1px solid #A8C6E0;
	padding: 10px;
	vertical-align:top;
}
#pkg table.pkgtable td.order {
	color:#000000;
	width:25%;
	padding: 5px;
	vertical-align:bottom;
}
#pkg table.price {
	width:100%;
	padding-bottom:5px;
}
#pkg td.term {
	color:#000000;
	width: 75%;
	font-weight:700;
	border-bottom:dashed thin #A8C6E0;
}

#pkg td.price {
	color:#333333;
	text-align:right;
	border-bottom:dashed thin #A8C6E0;
}
.boxtitle a.boxlink, a.boxlink, a.boxlink:visited {
	color:#FFF1D7;
	text-decoration:none;
}
.boxtitle a:hover, a.boxlink:hover { color:#FFAA09; text-decoration:none; }

.helppop p {
font-family:'Open Sans',sans-serif;
font-size:14px;
}
.helppop li {
font-family:'Open Sans',sans-serif;
font-size:14px;
padding:3px 0px 3px 0px;
margin:0px 0px 0px 12px;
list-style:circle;
}


/* Root = Horizontal, Secondary = Vertical */
div#navmenu { 
	float:right;
	margin-right:20px;
}
div#phheader {
}

/* HOME Side Menu */
.arial { font-family:Arial, Helvetica, sans-serif; }
.hmhead {
	color:  #D5EAFF;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 0px 0px 4px;
}
.bborder { border-bottom:#D8E4FA 1px solid; }
.bborder-dk { border-bottom:#B4CBF5 2px solid; }

table#menu2 {
	width:136px; /*For KHTML*/
	display:block;
	padding: 0px 2px 0px 2px;
}
table#menu2 a#hmmain {
	padding: 0px 0px 0px 8px;
	float:none !important; /*For Opera*/
	float:left; /*For IE*/
	display:block;
	text-decoration:none;
	height:auto !important;
	height:1%; /*For IE*/
	font-weight: 700;
	font-size: 12px;
}
table#menu2 a#hmsub {
	padding: 0px 0px 0px 14px;
	float:none !important; /*For Opera*/
	float:left; /*For IE*/
	display:block;
	text-decoration:none;
	height:auto !important;
	height:1%; /*For IE*/
	font-size: 12px;
}
table#menu2 td {
	width:136px;
	float:left; /*For IE 7 lack of compliance*/
	display:block !important;
	display:inline; /*For IE*/
	line-height:21px;
	height:22px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:inherit;
	padding-right:inherit;
}
table#menu2 a:hover,
table#menu2 td:hover a,
table#menu2 td.iehover a {
    background:#2B3746; 
	color:#FFF;
}

/* ***************************
** Main Horizontal menu 
** ***************************/
ul#menu {
	margin:0;
	border:0 none;
	padding:0 0 0 12px;
	/*width:776px;*/ /*For KHTML*/
	list-style:none;
	height:34px;
	line-height:17px;
	display:block;
}
ul#menu li {
	margin:0;
	border:0 none;
	padding:0;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
	/*height:30px;*/
}

ul#menu ul {
	margin:0;
	border:0 none;
	padding:5px 0;
	width:170px;
	list-style:none;
	display:none;
	left:0;
    background:#fefefe;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	position:absolute;
	z-index: 4998;
}
ul#menu ul.admin {
	left: inherit;
	right:0;
}
ul#menu ul li.adminlink {
    background:#2650AA;
}
ul#menu ul li.adminlink a {
	color: #FFF;
}

ul#menu ul.littlewide {
	width:200px;
}
ul#menu ul.xtrawide {
	width:230px;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
	clear:both;
	display:block;
	font:1px/0px serif;
	content:".";
	height:0;
	visibility:hidden;
}
ul#menu .a {
	border-bottom:2px solid #FFB422;
}

ul#menu .b {
	background: #fff;
	color: #F29D00;
}

ul#menu .c {
	color: #F29D00;
}

ul#menu .d {
	color: #F29D00;
}

ul#menu .e {
	color: #F29D00;
}

ul#menu .f {
	color: #F29D00;
}

ul#menu .g {
	color: #F29D00;
}

ul#menu .h {
	color: #F29D00;
}

ul#menu .i {
	color: #F29D00;
}

ul#menu .j {
	color: #F29D00;
}

ul#menu .k {
	color: #F29D00;
}

ul#menu ul li {
	width:170px;
	/*height:30px;*/
	float:left; /*For IE 7 lack of compliance*/
	display:block !important;
	display:inline; /*For IE*/
}
ul#menu ul.littlewide li {
	width:200px;
}
ul#menu ul.xtrawide li {
	width:230px;
}

/* Root Menu */
ul#menu a {
	padding:9px 22px 9px 22px;
	border-bottom:#374659 2px solid;
	float:none !important; /*For Opera*/
	float:left; /*For IE*/
	display:block;
	color:#555;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	text-decoration:none;
	height:auto !important;
	height:1%; /*For IE*/
}
ul#menu > li > a {
	color:#FFF;
}
ul#menu a.close {
	border-right:0;
}
/* Root Menu Hover Persistence */
ul#menu > a:hover,
ul#menu li:hover > a,
ul#menu li.iehover > a {
	/* background:#2B3746; */
	color: #F29D00;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
	border:0 none;
	padding:9px 5px 9px 22px;
	float:none;
	opacity: .95;
}
/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a { 
    background:#FFAA09;
	color:#FFFFFF;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
	background:#FFAA09;
	color:#FFFFFF;
}
/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
	background:#FFAA09;
	color:#FFFFFF;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
	background:#FFAA09;
	color:#FFFFFF;
}
/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
	background:#FFAA09;
	color:#FFFFFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
	display:none;
	position:absolute;
	top:0;
	left:170px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
	display:none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
	display:block;
}


/* ***************************
** vertical menu for users menus
** ***************************/
#uvmenu {
	font-size:11px;
	width: 14em;
	border:0;
	background-color: #FFFFFF;
	float:right;
	width:175px;
}
#uvmenu div.TabTitleBar, #uvmenu div.CollapsiblePanelTab, div.RegTitleBar {
	background:#005082 url("../images/bluebar.png") repeat-x;
	border-top:1px solid #0081BF;
	border-bottom:1px solid #005082;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-family:"Century Gothic";
	font-weight:700;
	font-size:1.2em;
	height:25px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:left;
	padding-left:10px;
	cursor:pointer;
}
#uvmenu ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type:none;
}
#uvmenu li {
	border-bottom: 1px solid #005082;
	margin: 0;
}
#uvmenu li a.closed, #uvmenu li.closed {
	border-bottom:0;
	margin: 0;
}
#uvmenu li a {
	display: block;
	padding:0 0 0 5px;
	border-left:1px solid #005082; 
	border-right:1px solid #005082; 
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	font-weight:400;
}
#uvmenu li a:hover {
	border-left:1px solid #005082;
	border-right:1px solid #005082;
/*	background-color: #FFFFFF; */
	color: #FFFFFF;
	font-weight:700;
	background:#FFB422; 
}
#uvmenu .CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border:0;
}
#uvmenu .CollapsiblePanelTab {

}
#uvmenu .CollapsiblePanelContent {
	margin:0px;
	padding:0px;
	background:url("../images/blank.gif") repeat;
}
#uvmenu div.vmenuSep {
	clear:both;
	height:5px;
	display:block;
}


/* Member page Menu */
.childTab {
	border:0px;
	background:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.tab-wrapper {
	/*padding:3px;*/
	margin:0;
	background: #fff;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 6px 6px 6px 6px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 6px 6px 6px 6px;
		    border-radius: 6px 6px 6px 6px;
	
	clear:both;
}
.tab-menu {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
	display:block;
	position:relative;
	top: +2px;
}
.tab-menu li {
	margin:0;
	padding:0;
	float:left;
	line-height:2em;
}
.tab-menu li a {
	margin:0;
	padding:4px 10px;
	background: none;
	border-left:1px solid #FFFFFF;
	color:#555;
	width:150px;
}
.tab-menu li a:hover,
.tab-menu li a:focus {
	background:#000000;
	color:#FFFFFF;
	text-decoration:none;
	border-left:1px solid #FFFFFF;
	background: #F29D00;
	-webkit-border-radius: 6px 6px 0 0; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 6px 6px 0 0;
		    border-radius: 6px 6px 0 0;
}
.tab-menu li.tab-selected a {
	text-decoration:none;
	color:#333;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	-webkit-border-radius: 6px 6px 0 0; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 6px 6px 0 0;
		    border-radius: 6px 6px 0 0;
}


#maincontent {
	width:568px; /* 572px in HTML */
	border:0px none;
	margin:0 auto;
	padding:0;
}

.h220 { height:220px } 
.h270 { height:270px } 
ul.homeboxes {
	margin:0;
	padding:10px 0 10px 24px;
	list-style-type: disc;
}
ul.homeboxes li, p.homeboxes {
	font-size:11px;  
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:1.5;
	color:#004379;
	text-align:left;
}
ul.homeboxes li a {
	color:#D20000;
}

#maincontent .mainleft {
	width:9px;
	background: url("../images/pho-sub-background-left.png") top no-repeat ;
}
#maincontent .main {
	width:554px;
	background: url("../images/pho-sub-background-mid.png") top repeat-x ;
}
#maincontent .mainright {
	width:9px;
	background: url("../images/pho-sub-background-right.png") top no-repeat ;
}

#maincontent .main h1 {
	padding: 14px 0px 0px 12px;
	margin:0 auto;
	color:#80cdff;
	font-size:12px;
	font-weight:normal;
}
#maincontent .main h2 {
	padding: 0px 0px 14px 12px;
	margin:0 auto;
	color:#FFFFFF;
	font-size:18px;
	font-weight:500;
}
#maincontent .main h3 {
	padding: 12px 0px 1px 9px;
	margin:0 auto;
	color:#004379;
	font-size:12px;
	line-height:1.25;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#maincontent .main h4 {
	padding: 1px 0px 12px 8px;
	margin:0 auto;
	color:#004379;
	font-size:14px;
	line-height:1.25;
	font-weight: 700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#maincontent .main p {
	padding: 0px 6px 10px 8px;
	margin: 0 auto;
	font-size:12px;
	line-height:1.25;
	color:#004379;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#maincontent .main ul {
	padding: 0px 6px 8px 8px;
	margin: 0 auto;
}
#maincontent .main ul li {
	color:#004379;
	font-size:12px;
	line-height:1.25;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#maincontent .main ul.orangecheck li {
	margin:4px 0 2px 0px !important;
	padding:0 0 6px 22px !important;
	list-style-type:none;
	background:url(../images/pho-check-small-gold-glazed.jpg) no-repeat;
}
#maincontent .main ul.custom li {
	margin:2px 0 2px 0px !important;
	padding:0 0 2px 12px !important;
	list-style-type: none;
	background: none;
	color: #FF0000;
	font-size:13px;
	line-height:1.25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* **************** */
/* content table    */
#maincontent .main #contenttable {
	padding: 0;
	margin: 0px 20px 0px 10px;
}
#maincontent .main #contenttable td {
	padding: 1px 1px 1px 1px;
	margin: 0 auto;
	line-height: 1.5;
	color: #003866;
	text-align:left;
}

/* **************** */
/* SSL Certs        */
#maincontent .main #producttable {
	padding: 0;
	margin: 0px 20px 0px 10px;
}
#maincontent .main #producttable td {
	padding: 3px 1px 3px 1px;
	margin: 2px;
	line-height: 1.5;
	color: #003866;
}
#maincontent .main #producttable td.certsbs {
	background-color: #009900;
}
#maincontent .main #producttable td.certrapid {
	background-color: #9a2c2c;
}
#maincontent .main #producttable td.certgeotrust {
	background-color: #ff6c00;
}
#maincontent .main #producttable td.certname {
	font-size:16px;
	font-weight:700;
}
#maincontent .main #producttable td.certprice {
	font-size:16px;
	text-align:right;
	font-weight:700;
}
#maincontent .main #producttable td.certdesc {
	font-size:11px;
}
#maincontent .main #producttable hr.hrdiv {
	padding: 0;
	margin:  3px 0px 3px 0px;
}


/* **************** */
/* tall-title-box */
#tall-title-box .boxleft {
	width:4px;
	background: url("../images/pho-sub-ad-03-top-titled-left.png") top no-repeat ;
}
#tall-title-box .box {
	width:280px;
	background: url("../images/pho-sub-ad-03-top-titled-bg.png") top repeat-x ;
}
#tall-title-box .boxright {
	width:4px;
	background: url("../images/pho-sub-ad-03-top-titled-right.png") top no-repeat ;
}

/* **************** */
/* tall-notitle-box */
#tall-notitle-box .boxleft {
	width:4px;
	background: url("../images/pho-sub-ad-03-top-left.png") top no-repeat ;
}
#tall-notitle-box .box {
	width:280px;
	background: url("../images/pho-sub-ad-03-top-bg.png") top repeat-x ;
}
#tall-notitle-box .boxright {
	width:4px;
	background: url("../images/pho-sub-ad-03-top-right.png") top no-repeat ;
}

#tall-notitle-box .boxbottomleft, #tall-title-box .boxbottomleft {
	width:4px;
	background: url("../images/pho-sub-ad-03-bot-left.png") top no-repeat ;
}
#tall-notitle-box .boxbottom, #tall-title-box .boxbottom {
	width:280px;
	background: url("../images/pho-sub-ad-03-bot-bg.png") top repeat-x ;
	text-align: right;
}
#tall-notitle-box .boxbottomright, #tall-title-box .boxbottomright {
	width:4px;
	background: url("../images/pho-sub-ad-03-bot-right.png") top no-repeat ;
}

/* ***************** */
/* short-notitle-box */
#short-title-box .boxleft {
	width:4px;
	background: url("../images/pho-sub-ad-05-top-titled-left.png") top no-repeat ;
}
#short-title-box .box {
	width:556px;
	background: url("../images/pho-sub-ad-05-top-titled-bg.png") top repeat-x ;
}
#short-title-box .boxright {
	width:4px;
	background: url("../images/pho-sub-ad-05-top-titled-right.png") top no-repeat ;
}

/* ***************** */
/* short-notitle-box */
#short-notitle-box .boxleft {
	width:4px;
	background: url("../images/pho-sub-ad-05-top-left.png") top no-repeat ;
}
#short-notitle-box .box {
	width:556px;
	background: url("../images/pho-sub-ad-05-top-bg.png") top repeat-x ;
}
#short-notitle-box .boxright {
	width:4px;
	background: url("../images/pho-sub-ad-05-top-right.png") top no-repeat ;
}

#short-notitle-box .boxbottomleft, #short-title-box .boxbottomleft {
	width:4px;
	background: url("../images/pho-sub-ad-05-bot-left.png") top no-repeat ;
}
#short-notitle-box .boxbottom, #short-title-box .boxbottom {
	width:556px;
	background: url("../images/pho-sub-ad-05-bot-bg.png") top repeat-x ;
	text-align: right;
}
#short-notitle-box .boxbottomright, #short-title-box .boxbottomright {
	width:4px;
	background: url("../images/pho-sub-ad-05-bot-right.png") top no-repeat ;
}

/* **************************** */
/* notitle-content-open-bot-box */
#notitle-content-open-bot-box .boxleft {
	width:4px;
	background: url("../images/pho-sub-contentbox-02-top-left.png") top no-repeat ;
}
#notitle-content-open-bot-box .box {
	width:556px;
	background: url("../images/pho-sub-contentbox-02-top-bg.png") top repeat-x ;
}
#notitle-content-open-bot-box .boxright {
	width:4px;
	background: url("../images/pho-sub-contentbox-02-top-right.png") top no-repeat ;
}
#notitle-content-open-bot-box .boxbottomleft {
	width:4px;
	background: url("../images/pho-sub-ad-05-bot-left.png") top no-repeat ;
}
#notitle-content-open-bot-box .boxbottom {
	width:556px;
	background: url("../images/pho-sub-ad-05-bot-bg.png") top repeat-x ;
	text-align: right;
}
#notitle-content-open-bot-box .boxbottomright {
	width:4px;
	background: url("../images/pho-sub-ad-05-bot-right.png") top no-repeat ;
}

/* **************************** */
/* notitle-content-box */
#notitle-content-box .boxleft {
	width:4px;
	background: url("../images/pho-sub-contentbox-01-top-left.png") top no-repeat ;
}
#notitle-content-box .box {
	width:556px;
	background: url("../images/pho-sub-contentbox-01-top-bg.png") top repeat-x ;
}
#notitle-content-box .boxright {
	width:4px;
	background: url("../images/pho-sub-contentbox-01-top-right.png") top no-repeat ;
}
#notitle-content-box .boxbottomleft {
	width:4px;
	background: url("../images/pho-sub-contentbox-01-bot-left.png") top no-repeat ;
}
#notitle-content-box .boxbottom {
	width:556px;
	background: url("../images/pho-sub-contentbox-01-bot-bg.png") top repeat-x ;
	text-align: right;
}
#notitle-content-box .boxbottomright {
	width:4px;
	background: url("../images/pho-sub-contentbox-01-bot-right.png") top no-repeat ;
}

/* **************************** */
/* notitle-info-box             */
#notitle-info-box .boxtop {
	width:140px;
	background:url("../images/pho-home-menu-other-features-top.jpg") top no-repeat ;
}
#notitle-info-box {
	width:140px;
	background:#e5edfb url("../images/pho-home-menu-other-features-bg.jpg") top repeat-y ;
}
#notitle-info-box .boxbot {
	width:140px;
	height:6px;
	background: url("../images/pho-home-menu-other-features-bot.jpg") bottom no-repeat ;
}

/* **************************** */
/* notitle-ad-box-affiliate     */
#notitle-ad-box-affiliate .boxtop {
	width:140px;
	background:url("../images/pho-sidebox-ad-top.jpg") top no-repeat ;
}
#notitle-ad-box-affiliate {
	width:140px;
	background:#e5edfb url("../images/pho-sidebox-ad-bg.jpg") top repeat-y ;
}
#notitle-ad-box-affiliate .boxbot {
	width:140px;
	background: url("../images/pho-sidebox-ad-bot.jpg") bottom no-repeat ;
}
#notitle-ad-box-affiliate h2 {
	padding:10px 0 0 0;
	margin:0;
	color:#4183CB;
	font-size:13px;
	line-height:1;
	font-weight: 700;
	font-family:Arial, Helvetica, sans-serif;
}

/* **************************** */
/* notitle-ad-box-affiliate     */
#notitle-ad-box-plain .boxtop {
	width:140px;
	background:url("../images/pho-sidebox-ad-plain-top.jpg") top no-repeat ;
}
#notitle-ad-box-plain {
	width:140px;
	background:#e5edfb url("../images/pho-sidebox-ad-plain-bg.jpg") top repeat-y ;
}
#notitle-ad-box-plain .boxbot {
	width:140px;
	background: url("../images/pho-sidebox-ad-plain-bot.jpg") bottom no-repeat ;
}


#maincontent .main #notitle-content-open-bot-box p.TipStyle  {
	margin:0 0 0 30px;
	padding:2px 0 2px 35px;
}
#maincontent .main #tall-notitle-box p.unchecked,
#maincontent .main #tall-notitle-box p.checked,
#maincontent .main #tall-title-box p.unchecked,
#maincontent .main #tall-title-box p.checked   {
	margin:0 0 0 0;
	padding:2px 0 2px 35px;
}
