* {
    -webkit-overflow-scrolling: touch;
}

img {
    border: none;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #cfcfcf;
}

blockquote {
    margin: 0;
    position: relative;
    border: 1px dashed rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 5px;
    padding-left: 40px;
    margin-bottom: 10px;
}

blockquote:before {
    content: '\201c';
    font-size: 50px;
    font-family: Georgia;
    color: rgba(0,0,0,.2);
    position: absolute;
    left: 5px;
    top: 0;
}

blockquote footer {
    text-align: right;
    padding: 10px 0;
    font-style: italic;
}

blockquote footer:before {
    content: '-';
    margin-right: 3px
}

blockquote footer a {
    text-decoration: none;
    color: #333;
}

    blockquote footer a:hover {
        color: #08c;
    }

/* Column containers. */
.column-container,
.column-container.three {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

    .column-container.two {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .column-container.four {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .column-container.five {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

@media all and (max-width: 768px) {

    .column-container,
    .column-container.two,
    .column-container.three,
    .column-container.four,
    .column-container.five {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}


#main_div 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2.0;
	text-decoration: none;
    padding: 5px;
}

.red {
	text-decoration: none;


	color: #cc0000;
}
.red a:link{
	text-decoration: none;
	color: #cc0000;
}

.red a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.text_bottom_big {
	font-size: 24px;
	font-weight: bold;
	color: #606069;
	LINE-HEIGHT: 0.6;
	font-family: Arial, Helvetica, sans-serif;
}

.text_bottom
{
	FONT-SIZE: 9px;
	LINE-HEIGHT: 2;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	color:#000000;
}

.centered
{
    text-align: center !important;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.priceinputleft
{

	border-right: none;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	width:10;
	background-color:white;
	color:Blue
}
.font-family
{

	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	border-left: none;
	border-top: solid 1px gray
}

/* Text - DO NOT TOUCH */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}

input[type="checkbox"] {
    margin: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea,
select 
{
  font-family: Verdana;
  font-size : 11px;
  color: #111;
  background-color:#fff;
  border:1px solid #aaa;
  padding: 4px;
  border-radius: 2px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea {
  -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.1s, box-shadow linear 0.2s;
	 -moz-transition: border linear 0.1s, box-shadow linear 0.2s;
	  -ms-transition: border linear 0.1s, box-shadow linear 0.2s;
	   -o-transition: border linear 0.1s, box-shadow linear 0.2s;
		  transition: border linear 0.1s, box-shadow linear 0.2s;
    border-radius: 2px;
      -webkit-appearance: none;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]
textarea:disabled {
  background-color: #ebebe4;
  color: #545454;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: 1px rgb(82, 168, 236) \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

form 
{
	display:inline;
}

select { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	LINE-HEIGHT: 1.8;
}


.text_info_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.9;
	text-decoration: none;
	padding: 5px;
	background-color: #e3e3e3;
	border: 1px solid #aaa;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	border-radius:3px;
	color:#111;
    position:relative;
}

    .text_info_box.inline {

        display: inline-block;
    }

.font-family {

	BORDER-RIGHT: #cc0000 1px solid;
	PADDING-RIGHT: 5px;
	BACKGROUND-POSITION: right;
	BORDER-TOP: #cc0000 1px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(../images/hosting/email/email_middle.gif);
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #cc0000 1px solid;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #cc0000 1px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	color: #000000;
}

.content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-decoration: none;
	color: #000000;
}

.content a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-decoration: none;
	color: #000000;
}

.content a.visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-decoration: none;
	color: #000000;
}

.font-family a.hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-decoration: underline;
	color: #000000;
}


/* Drop-down Menu Text - DO NOT TOUCH */

.text_dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-decoration: none;
}

/* Search Bar */

#searchbar {
    color:#fff; 
    box-shadow:none; 
    background: #cc0000; 
    border: none; 
    width: 50%; 
    position: relative; 
    z-index: 1; 
    float:right; 
    display:none; 
    margin-left:-100%; 
    margin-top:-11px; 
    font-size: 22px;
}

#mobilesearchbar {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    border-radius:0;
}

#searchbar::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
    opacity:  0.85;
}

#searchbar:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  0.85;
}

#searchbar::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  0.85;
}

#searchbar:-ms-input-placeholder{ /* Internet Explorer 10-11 */
   color:    #fff;
   opacity:  0.85;
}

#searchbarcancel {
    padding-right:2px; 
    color:#fff;  
    z-index: 1; 
    float:right; 
    font-size: 30px; 
    display:none; 
    position:relative; 
    text-decoration: none; 
    margin-top:-10px; 
    margin-left:-100%;
}

/* Top Menu Links */

.top_menu {
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #873251;
	border-left:1px solid #BBD5CC; 
	display: block;
	height: 31px;
	list-style: none;
}

.top_menu li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 31px;
	list-style: none;
}

.top_menu li a:hover {
	background: #cc0000;
	color: #FFFFFF;
	text-decoration: none;
	list-style: none;
}

.top_menu li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.top_menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


/* Top Menu Right End Links */

.font-family {
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #873251;
	border-left:1px solid #BBD5CC; 
	border-right:1px solid #BBD5CC;
	display: block;
	height: 31px;
	list-style: none;
}

.top_menu_end li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 31px;
	list-style: none;
}

.top_menu_end li a:hover {
	background: #cc0000;
	color: #FFFFFF;
	text-decoration: none;
	list-style: none;
}

.top_menu_end li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.top_menu_end li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


/* top menu by logo */

.top_menu_nav {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.top_menu_nav li {
	margin-top: 0px;
	list-style: none;
	color: #FFFFFF;
	background-color: #CD0708;
}
.top_menu_nav li a {
	text-decoration: none;
	width: 85px;
	color: #FFFFFF;
	line-height: 1.7;
	display: block;
}

.top_menu_nav li a:hover {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #CD0708;
	background: #EEEEEE;
	text-decoration: none;
}

.top_menu_nav li a:link {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
}

.top_menu_nav li a:visited {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
}

.top_menu_nav li div {
	margin-top: 0px;
	list-style: none;
	color: #FFFFFF;
	background-color: #CD0708;
}
.top_menu_nav li div a {
	text-decoration: none;
	width: 85px;
	color: #FFFFFF;
	line-height: 1.7;
	display: block;
}

.top_menu_nav li div a:hover {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #CD0708;
	background: #EEEEEE;
	text-decoration: none;
}

.top_menu_nav li div a:link {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
}

.top_menu_nav#font-family li div a:visited {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
}


/* left hand menu */

.border_nav {
	border-bottom: 1px solid #873251;
	border-left: 1px solid #873251;
	border-right: 1px solid #873251;
}
.font-family {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.left_nav li {
	margin-top: 0px;
	list-style: none;
	color: #000000;
}
.left_nav li a {
	text-decoration: none;
	width: 150px;
	color: #000000;
	line-height: 1.8;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	display: block;
}

.left_nav li a:hover {
	border-bottom: 1px solid #BBD5CC;
	border-left: 1px solid #BBD5CC;
	border-right: 1px solid #BBD5CC;
	color: #000000;
	background: #BBD5CC;
	text-decoration: none;
}

.font-family li a:link {
	border-bottom: 1px solid #BBD5CC;
	border-left: 1px solid #BBD5CC;
	border-right: 1px solid #BBD5CC;
	color: #000000;
	text-decoration: none;
}

.left_nav li a:visited {
	border-bottom: 1px solid #BBD5CC;
	border-left: 1px solid #BBD5CC;
	border-right: 1px solid #BBD5CC;
	text-decoration: none;
}

/* Left Hand Menu - For pull downs */

.left_nav_right {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
}
.left_nav_right li {
	margin-top: 0px;
	list-style: none;
	color: #000000;
	text-align: right;
}
.left_nav_right li a {
	text-decoration: none;
	width: 165px;
	color: #000000;
	line-height: 1.8;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	display: block;
	text-align: right;
}

.left_nav_right li a:hover {
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
	color: #000000;
	background: #CCD0D1;
	text-decoration: none;
	text-align: right;
}

.left_nav_right li a:link {
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
	color: #000000;
	text-decoration: none;
	text-align: right;
}

.left_nav_right li a:visited {
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
	color: #000000;
	text-decoration: none;
	text-align: right;
}


/* SIGNUP Top of left hand menu */

.left_nav_signup {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
.left_nav_signup li {
	margin-top: 0px;
	list-style: none;
	background: #172331;
	color: #15D00B;
	text-transform: uppercase;
}

.left_nav_signup li div {
	margin-top: 0px;
	list-style: none;
	background: #172331;
	color: #15D00B;
	display: block;
	text-transform: uppercase;
}

.left_nav_signup li div a{
	text-decoration: none;
	width: 150px;
	line-height: 1.8;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	display: block;
	color: #15D00B;
	font-weight: bold;
	background: #172331;
	text-transform: uppercase;
}

.left_nav_signup li div a:hover {
	color: #15D00B;
	background: #172331;
	text-transform: uppercase;
}

.left_nav_signup li div a:link{
	color: #15D00B;
	font-weight: bold;
	background: #172331;
	text-transform: uppercase;
}
.left_nav_signup li div a:visted{
	color: #15D00B;
	font-weight: bold;
	background: #172331;
	text-transform: uppercase;
}

/* Top of left hand menu */

.left_nav li div {
	margin-top: 0px;
	list-style: none;
	color: #FFFFFF;
}

.left_nav li div a{
	text-decoration: none;
	width: 150px;
	line-height: 1.8;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	background: #cc0000;
}

.left_nav li div a:hover {
	color: #FFFFFF;
	background: #cc0000;
}

.left_nav li div a:link{
	color: #FFFFFF;
	font-weight: bold;
	background: #cc0000;
}
.left_nav li div a:visted{
	color: #FFFFFF;
	font-weight: bold;
	background: #cc0000;
}


/* Top of left hand menu - pulldown */

.left_nav_pull {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/open.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.left_nav_pull li {
	margin-top: 0px;
	list-style: none;
	color: #000000;
}
.left_nav_pull li a {
	text-decoration: none;
	width: 165px;
	color: #000000;
	line-height: 1.8;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	display: block;
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
	
}
.left_nav_pull li a:hover {
	display: block;
	color: #000000;
	background: #CCD0D1;
	text-decoration: none;
	background-image: url(../images/open.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.left_nav_pull li a:link {
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
	color: #000000;
	text-decoration: none;
}
.left_nav_pull li a:visited {
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
	color: #000000;
	text-decoration: none;
}

.greybar {
	background-image: url(../images/grey_bar.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 2.5;
}

.greybarbg {
	/*background-image: url(../images/grey_bar_background.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	margin: 0px;
}

.verticaldots {
	border: 1px solid #A1A1A1;
}

.pictureborder {
	padding: 4px;
	border: 1px solid #000000;
}.lefttile {
	background-image: url(../images/left_tile.gif);
	background-repeat: repeat-x;
}
.righttile {
	background-image: url(../images/right_tile.gif);
	background-repeat: repeat-x;
}


.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-decoration: none;
	padding: 2px;
	color: #000000; 
}
.smalltext a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-decoration: none;
	padding: 2px;
	color: #000000; 
}
.smalltext a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-decoration: underline;
	padding: 2px;
	color: #000000; 
}
.smalltext a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-decoration: none;
	padding: 2px;
	color: #000000; 
}

.vsmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	text-decoration: none;
	padding: 2px;
	color: #000000; 
}
.vsmalltext a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	text-decoration: underline;
	padding: 2px;
	color: #000000; 
}
.vsmalltext a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	text-decoration: underline;
	padding: 2px;
	color: #000000; 
}
    .vsmalltext a:link {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 1.4;
        text-decoration: underline;
        padding: 2px;
        color: #000000;
    }


.table_top, .table_top td { 
	background-color: #c00;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	LINE-HEIGHT: 1.6;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px !important;
	margin: 2px !important;
}

.table_top_padded { 
	background-color: #c00; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	LINE-HEIGHT: 1.6;
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 5px;
	margin: 2px;
}

.table { 
	background-color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	LINE-HEIGHT: 1.6;
	color: #000000; 
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	padding: 5px !important;
	margin: 2px !important;
}

.table_padded { 
	background-color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	LINE-HEIGHT: 1.6;
	color: #000000; 
	PADDING: 5px;
	MARGIN: 2px;
}

.table-striped tr td.table {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s
}

.table-striped tr:hover td.table {
    background-color: #ddd !important;
}

/* Coloured rows. */
.table-striped tr.green_row td.table {
    background-color: #e2f0b6;
}

.table-striped tr.green_row:hover td.table {
    background-color: #D3E992 !important;
}

.table-striped tr.pink td.table {
    background-color: #ffd9d9;
}

.table-striped tr.pink:hover td.table {
    background-color: #ffcaca !important;
}

.pictureborder {
	border: 1px solid #CD0708;
	padding: 0px;
}

.texttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8;
	text-decoration: none;
}


/* CPS COMPARISON ETC - DO NOT TOUCH */

.comparetabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CD0708;
	padding-top: 5px;
	padding-bottom: 5px;
}
.comparetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.signupform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.signuptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.6;
}
.signuptext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: bold;
	color: #cc0000;
	line-height: 1.6;
}
.signuptext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: bolder;
	line-height: 1.6;
}
.signuptext4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
}
.bottom2
{
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/box/bottom2.gif);
	TEXT-TRANSFORM: uppercase;
	PADDING-TOP: 6px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
.bottom3
{
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/box/bottom3.gif);
	TEXT-TRANSFORM: uppercase;
	PADDING-TOP: 6px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
.bottom4
{
	FONT-WEIGHT: bolder;
	PADDING-TOP: 6px;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(../images/box/bottom4.gif);
	COLOR: #CD0708;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
.product_txt
{
	BORDER-RIGHT: #CD0708 1px solid;
	PADDING-RIGHT: 5px;
	BACKGROUND-POSITION: right 50%;
	BORDER-TOP: #CD0708 1px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #CD0708 1px solid;
	LINE-HEIGHT: 1.3;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #CD0708 1px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.menutop {
	background-repeat: no-repeat;
}

/* Quotes */

.quotescroll_from {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
	padding-bottom: 5px;
}

.quotescroll_quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	padding-bottom: 10px;
}

.quotescroll {
	padding-left: 5px; 
	padding-top: 5px;
	padding-right: 5px;
	overflow: auto;
	height: 140px;
	
	background: #fff;
	border: 1px solid #BBD5CC;
	
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #86858B;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #ccc;
}
.red {
	text-decoration: none;
	color: #CC0000;
}
.red a:link{
	text-decoration: none;
	color: #CC0000;
}

.red a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.green {
	text-decoration: none;
	color: #119502;
}
.green a:link{
	text-decoration: none;
	color: #119502;
}

.green a:hover {
	text-decoration: underline;
	color: #119502;
}
.horizontaldot
{
	BACKGROUND-POSITION: center 50%;
	BACKGROUND-IMAGE: url(../images/horizontal_dot.gif);
	BACKGROUND-REPEAT: repeat-x
}

.table_green
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 1.6;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #119502;
}

.table_amber
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 1.6;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ece756;
}

.table_blue
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 1.6;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #79A5BE;
}

.table_red
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 1.6;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #DC5656;
}

.table_grey {
	background-color: #666666 !important; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	LINE-HEIGHT: 1.6;
	color: #FFFFFF; 
	font-weight: bold;
	padding: 2px;
	margin: 2px;
}

.table_grey_padded {
	background-color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	LINE-HEIGHT: 1.6;
	padding: 2px;
	margin: 2px;
	color: #FFFFFF; 
	font-weight: bold;
}

.table2 {

	background-color: #EEEEEE; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	LINE-HEIGHT: 1.6;
	color: #000000; 
}
.tableheading2 {

	FONT-WEIGHT: bolder;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 1.6;
	COLOR: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #BBD5CC;
	PADDING-TOP: 4px;
	PADDING-BOTTOM: 3px;
}
.backtotop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #cc0000;
	text-decoration: underline;
}

/* Reseller FAQ Styles */

.faq_txt_extra {
	FONT-SIZE: 11px;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	COLOR: #000000;
	BORDER: #FFFFFF 1px solid;
	BACKGROUND-COLOR: #EEEEEE;
}

.faq_txt_extra a {
	FONT-SIZE: 11px;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	COLOR: #000000;
}

.faq_txt_extra a:link{
	FONT-SIZE: 11px;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.faq_txt_extra a:visited {
	FONT-SIZE: 11px;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.faq_txt_extra a:hover {
	FONT-SIZE: 11px;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.producttxtextra {
	FONT-SIZE: 11px;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.producttxtextraborder {
	BORDER-RIGHT: 1px solid #cc0000;
	BORDER-TOP: 1px none #cc0000;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px solid #cc0000;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	BORDER-BOTTOM: 1px solid #cc0000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.producttxtwin
{
	BORDER-RIGHT: #cc0000 1px solid;
	PADDING-RIGHT: 5px;
	BACKGROUND-POSITION: right 50%;
	BORDER-TOP: #cc0000 1px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(../images/dedicated/windows/middle.jpg);
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #cc0000 1px solid;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #cc0000 1px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}

/* Product Info Boxes */

.boxbottom
{
	BACKGROUND-POSITION: 50% top;
	BACKGROUND-IMAGE: url(../images/box2/bottom_side.gif);
	BACKGROUND-REPEAT: repeat-x
}
.boxtop
{
	BACKGROUND-POSITION: 50% top;
	BACKGROUND-IMAGE: url(../images/box2/top_side.gif);
	BACKGROUND-REPEAT: repeat-x
}
.boxleftside
{
	BACKGROUND-IMAGE: url(../images/box2/left_side.gif);
	BACKGROUND-REPEAT: repeat-y
}
.boxrightside
{
	BACKGROUND-IMAGE: url(../images/box2/right_side.gif);
	BACKGROUND-REPEAT: repeat-y
}
.boxtop3
{
	BACKGROUND-IMAGE: url(../images/box3/top_side.gif);
	BACKGROUND-REPEAT: repeat-x
}
.boxbottom3
{
	BACKGROUND-IMAGE: url(../images/box3/bottom_side.gif);
	BACKGROUND-REPEAT: repeat-x
}
.boxleft3
{
	BACKGROUND-IMAGE: url(../images/box3/left_side.gif);
	BACKGROUND-REPEAT: repeat-y
}
.boxright3
{
	BACKGROUND-IMAGE: url(../images/box3/right_side.gif);
	BACKGROUND-REPEAT: repeat-y
}
.bottom2
{
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/hosting/unix/bottom2.gif);
	TEXT-TRANSFORM: uppercase;
	PADDING-TOP: 6px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
.bottom3
{
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/hosting/unix/bottom3.gif);
	TEXT-TRANSFORM: uppercase;
	PADDING-TOP: 6px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
.bottom4
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 20px;
	BACKGROUND-IMAGE: url(../images/hosting/unix/bottom4.gif);
	TEXT-TRANSFORM: uppercase;
	COLOR: #cc0000;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
.bottom5 {

	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/hosting/unix/bottom5.gif);
	TEXT-TRANSFORM: uppercase;
	PADDING-TOP: 6px;
	BACKGROUND-REPEAT: repeat-x;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
.bottom7 {
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/hosting/adslplus/bottom2a.gif);
	TEXT-TRANSFORM: uppercase;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;

}
.bottom8 {
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/hosting/adslplus/bottom3.gif);
	TEXT-TRANSFORM: uppercase;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	padding-top: 6px;

}
.bottom9 {

	FONT-WEIGHT: normal;
	FONT-SIZE: 20px;
	BACKGROUND-IMAGE: url(../images/hosting/adslplus/bottom4.gif);
	TEXT-TRANSFORM: uppercase;
	COLOR: #cc0000;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
.bottom10 {
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/hosting/adslplus/bottom1.gif);
	TEXT-TRANSFORM: uppercase;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	padding-top: 6px;
	padding-left: 6px;


}
.bottom1 {
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/hosting/adslplus/bottom1a.gif);
	TEXT-TRANSFORM: uppercase;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-top: 6px;
	padding-left: 6px;

}
.bottom11 {
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/hosting/adslplus/bottom2.gif);
	TEXT-TRANSFORM: uppercase;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;

}
.bottom12 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	BACKGROUND-IMAGE: url(../images/hosting/adslplus/bottom4.gif);
	TEXT-TRANSFORM: uppercase;
	COLOR: #cc0000;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	vertical-align: middle;

}
.bottom13 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	BACKGROUND-IMAGE: url(../images/hosting/unix/bottom4.gif);
	TEXT-TRANSFORM: uppercase;
	COLOR: #cc0000;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	vertical-align: middle;

}
.bottom14 {

	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(../images/hosting/unix/bottom4.gif);
	TEXT-TRANSFORM: uppercase;
	COLOR: #cc0000;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
.bottom15 {

	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	BACKGROUND-IMAGE: url(../images/hosting/unix/bottom4.gif);
	TEXT-TRANSFORM: uppercase;
	COLOR: #cc0000;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	vertical-align: middle;
}
.bottom16 {

	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	BACKGROUND-IMAGE: url(../images/hosting/adslplus/bottom4.gif);
	TEXT-TRANSFORM: uppercase;
	COLOR: #cc0000;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	vertical-align: middle;
}
.producttxt
{
	BORDER-RIGHT: #cc0000 1px solid;
	PADDING-RIGHT: 5px;
	BACKGROUND-POSITION: right 50%;
	BORDER-TOP: #cc0000 1px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(../images/hosting/unix/background.jpg);
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #cc0000 1px solid;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #cc0000 1px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.productdescription
{
	BORDER-RIGHT: #cc0000 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #cc0000 1px solid;
	PADDING-LEFT: 5px;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #cc0000 1px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #cc0000 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.frontsmalltext {
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 1.7;
	COLOR: #000000;
}

.frontsmalltext a{
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 1.7;
	COLOR: #000000;
}

.frontsmalltext a:hover{
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	line-height: 1.7;
	COLOR: #000000;
}

.frontsmalltext a:link{
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 1.7;
	COLOR: #000000;
}
.producttxtadsl
{
	BORDER-RIGHT: #cc0000 1px solid;
	PADDING-RIGHT: 5px;
	BACKGROUND-POSITION: right center;
	BORDER-TOP: #cc0000 1px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #cc0000 1px solid;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #cc0000 1px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}

.producttxtsdsl {

	BORDER-RIGHT: #cc0000 1px solid;
	PADDING-RIGHT: 5px;
	BACKGROUND-POSITION: right center;
	BORDER-TOP: #cc0000 1px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #cc0000 1px solid;
	CLIP: rect(auto auto auto auto);
	LINE-HEIGHT: 1.3;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #cc0000 1px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}

.darkgrey
{
	FONT-WEIGHT: bolder;
	BACKGROUND-COLOR: #EEEEEE
}

.lightgrey
{
	BACKGROUND-COLOR: #dedbe2
}

a { 
    color: #000; 
    text-decoration: underline; 
}

    a:hover {
        color: #333;
    }

a.b:link { color: #EEEEEE; text-decoration: none; }
a.b:visited { color: #EEEEEE; text-decoration: none; }
a.b:hover { color: #EEEEEE; text-decoration: underline; }
a.nav:link { color: #666666; text-decoration: none; }
a.nav:visited { color: #666666; text-decoration: none; }
a.nav:hover { color: #666666; text-decoration: underline; }
.message { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #c00; }
.page_title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; }
.section_title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; }

.style2 { color:#FFFFFF }


/* Add Account Tabs */

#container
	{
		width: 925px;
		padding: 0px;
		border: 0px solid #ccc;
		background: #fff;
	}

/* Tabs Styles */	
	
#tabnav
	{
		height: 25px;
		margin: 0px;
		padding-left: 0px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	} 
	
#tabnav li
	{
		margin: 0px; 
		padding: 0px;
		display: inline;
		list-style-type: none;
	}
	
.tabs
{
	FONT-SIZE: 11px;
	height: 25px;
	MARGIN: 0px;
	LINE-HEIGHT: 1.2;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	LIST-STYLE-TYPE: none;
	TEXT-DECORATION: none;
}

.tabs LI
{
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
}

.tabs LI A
{
	DISPLAY: block;
	FONT-SIZE: 11px;
	WIDTH: 925px;
	LINE-HEIGHT: 1.2;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.tab_selected
{
	float: left;
	background: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	padding: 2px 20px 2px 20px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666666;
}

.tab_selected A
{
	float: left;
	background: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	padding: 2px 20px 2px 20px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666666;
}

.tab_unselected
{
	float: left;
	background: #EEEEEE;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	padding: 2px 20px 2px 20px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666666;
}

#content .tab_unselected A
{
}

.tab_unselected A:hover
{
	background: #fff;
}

.tabpage
{
	FONT-WEIGHT: normal;
	FLOAT: left;
	PADDING-BOTTOM: 15px;
	MARGIN: 0px;
	BORDER-LEFT: 0px;
	WIDTH: 925px;
	COLOR: #000000;
	LINE-HEIGHT: 1.8;
	PADDING-TOP: 15px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	TEXT-DECORATION: none;
}

.tabpage_icuk_customer
{
	FONT-WEIGHT: normal;
	FLOAT: left;
	PADDING-BOTTOM: 15px;
	MARGIN: 0px;
	BORDER-LEFT: 0px;
	WIDTH: 80px;
	COLOR: #000000;
	LINE-HEIGHT: 1.8;
	PADDING-TOP: 15px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	TEXT-DECORATION: none;
}

TABLE.product_options
{
}

TABLE.product_options TR
{
}

TABLE.product_options TR TD
{
	BORDER-RIGHT: #ccc 1px solid;
	BORDER-TOP: #ccc 1px solid;
	FONT-WEIGHT: normal;
	VERTICAL-ALIGN: top;
	BORDER-LEFT: #ccc 1px solid;
	BORDER-BOTTOM: #ccc 1px solid;
}

TABLE.product_options TR TD.optionname
{
	FONT-WEIGHT: bold;
	BACKGROUND: #ccc;
}

.tabpage TR.features_header TD
{
	FONT-SIZE: 11px;
	LINE-HEIGHT: 1.8;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

#tabpage1 LI
{
	FONT: bold 11px arial, sans-serif;
	LIST-STYLE-TYPE: none;
}

#tabpage2 LI
{
	FONT: bold 11px arial, sans-serif;
	LIST-STYLE-TYPE: none;
}

#tabpage3 LI
{
	FONT: bold 11px arial, sans-serif;
	LIST-STYLE-TYPE: none;
}

#tabpage4 LI
{
	FONT: bold 11px arial, sans-serif;
	LIST-STYLE-TYPE: none;
}

#tabpage5 LI
{
	FONT: bold 11px arial, sans-serif;
	LIST-STYLE-TYPE: none;
}

#tabpage6 LI
{
	FONT: bold 11px arial, sans-serif;
	LIST-STYLE-TYPE: none;
}

#tabpage7 LI
{
	FONT: bold 11px arial, sans-serif;
	LIST-STYLE-TYPE: none;
}

#tabpage8 LI
{
	FONT: bold 11px arial, sans-serif;
	LIST-STYLE-TYPE: none;
}

#tabpage9 LI
{
	FONT: bold 11px arial, sans-serif;
	LIST-STYLE-TYPE: none;
}

.tabpage TD
{
	FONT-SIZE: 11px;
	LINE-HEIGHT: 1.8;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.tabpage P
{
	FONT-SIZE: 11px;
	LINE-HEIGHT: 1.8;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.blah
{
	DISPLAY: none;
}

.nodisplay
{
	DISPLAY: none;
}

.graph { 
	position: relative;
	width: 200px; 
	border: 1px solid #cc0000;
	padding: 1px; 
}

.graph .bar { 
	display: block;
	position: relative;
	background: #cc0000;
	text-align: center;
	text-decoration: bold;
	color: #000000; 
	/* height: 2em; */
	/* line-height: 2em; */

}

/* Blue */

.graph_blue { 
	position: relative;
	width: 200px; 
	border: 1px solid #040478;
	padding: 1px; 
}

.graph_blue .bar { 
	display: block;
	position: relative;
	background: #040478; /* #CD0708 */
	text-align: center;
	color: #FFFFFF; 
	/* height: 2em; */
	/* line-height: 2em; */

}

/* Green */

.graph_green { 
	position: relative;
	width: 200px; 
	border: 1px solid #009900;
	padding: 1px; 
}

.graph_green .bar { 
	display: block;
	position: relative;
	background: #009900; /* #CD0708 */
	text-align: center;
	color: #000000; 
	/* height: 2em; */
	/* line-height: 2em; */

}

/* Yellow */

.graph_yellow { 
	position: relative;
	width: 200px; 
	border: 1px solid #CD0708;
	padding: 1px; 
}

.graph_yellow .bar { 
	display: block;
	position: relative;
	background: #ffff00; /* #CD0708 */
	text-align: center;
	color: #000000; 
	/* height: 2em; */
	/* line-height: 2em; */

}

#report { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333; border:0; background:#ccc; }
	#report td { text-align:center; font-weight:bold; }
	#report th { background:#CDCDDC; font-size:11px; padding:3px; }
	#report tr.first { background:#E6E8E2; }
	#report tr.second { background:#f8f8f8; }
	#report tr.first td, #report tr.second td { border:1px solid #ccc; border-width:0 1px 1px 0; padding:3px; }
	#report tr#recordNav th {
		background:#fff;
		font-size:16px;
		font-weight:bold;
		text-align:center;
		padding:6px 0;
		background:url(images/recordNavBG.png) top repeat-x #ebebeb;
		border-top:1px solid #333;
	}
	#report tr#recordNav .blankFiller { padding:0 76px; }
	
	#report tr#recordNav img { margin:0 45px -6px 45px; }
	
	#report tr#filters { padding:0px; background:#1d4571; }
	#report tr#filters td { border:0; padding:0; margin-left:-1px; }
	
	#exportTable {
		
	}
	#exportTable a { display:block; padding:3px; }
	#exportTable a:hover { background:#ccc; }

	#searchForm {
		width:350px;
		padding:10px 0;
		vertical-align:right;
	}
	
	#searchForm #top {
		background-color: #cc0000;
		width:auto;
		font-size:1px;
	}
	
	#searchForm #bottom {
		background-color: #cc0000;
		width:auto;
		font-size:1px;
		clear:both;
	}
	
	#searchForm .content {
		width:298px;
		background:#EEEEEE;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333;
		padding:0 25px;
		border:1px solid #cc0000;
		border-width:0 1px;
	}
	
	#searchForm p {
		padding:4px;
		margin:0;
	}
	
	#searchForm form { width:298px; padding:10px 0; }
	#searchForm .searchTerms { width:220px; }
	#searchForm .submit { margin-bottom:-5px; }
	#searchForm #searchOptionsToggle {
		background-repeat:no-repeat;
		background-position:0 2px;
		padding-left:15px;
		padding-right:90px;
	}
	#searchForm ul { 
		list-style-type:none; 
		padding:3px;
		margin:0;
	}
	#pageJump {
		font-size:11px;
		margin:2px auto;
	}


.control_bar .button
{
	BORDER-RIGHT: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
	PADDING-RIGHT: 0px;   
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	line-height: 1.6;
	BACKGROUND: #eeeeee;
	MARGIN-BOTTOM: 3px;
	VERTICAL-ALIGN: middle;
	TEXT-TRANSFORM: uppercase; 
	COLOR: #666666;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:22;
	text-align:center;
	vertical-align:middle;
}


#fader
{
   background-color:#000000;
   filter:alpha(opacity=80);
   opacity: 0.8;
   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   height:768px;
   display:none;
}

#popup
{
	background-color: #f0f8ff;
	padding: 5px;
	display:none;
	background:#f9f9f9;
	border:2px solid #eeeeee;
	margin:0;
	padding:8;
	position:absolute;
	left:100px;
	top:50px;
	z-index:98;
	visibility:collapse;
	height:100px;
	margin-top: 10px;
	/*
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
	filter:shadow(color:gray);

}

#pleasewait 
{
	width: 175px;
	height: 45px;
   border:1px solid #aaa;
	position: fixed;
	top: 50%;
    margin-top: -22px;
	left: 50%;
    margin-left: -88px;
	z-index: 100;
	display:none;
	opacity:0.95;
	padding:10px;
	box-shadow:1px 1px 10px rgba(0,0,0,0.5);
	text-shadow:0 1px 0 rgba(255, 255, 255, 1);
	background:#f6f6f6;
}

#pleasewait_img 
{
    text-align:center;
}

#pleasewait span 
{
    color:#222;
    font-weight:bold;
    font-family:Arial,Helvetica,sans-serif;
}

#phoneBook
{
	overflow: auto;
	height: 227px;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 10px;
	border: 1px solid #EEEEEE;
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #86858B;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #ccc;
}

#smslogs
{
	display:none;
	z-index:98;
	visibility:collapse;
}

/* Calendar Styles */
.calendar
{
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
  font-family:Verdana;
  color:#A0A0A0;
}

.calendar table caption
{
  margin:-5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
  font-family:Verdana;
  font-size:13px;
  border-bottom-color:#F3F4F4;
}

.calendar table thead tr
{
	border-bottom:1px solid;
	font-size:12px;
	border-bottom-color:#F3F4F4;
	color:#414141;
}

.calendar table th 
{
	border-bottom:1px solid;
	border-bottom-color:#F3F4F4;
}

.calendar table td
{
	width:200px;
	padding:1px;
	font-size:11px;
	cursor: pointer;
}

.calendar table td#today
{
	padding:0;
	border:1px solid;
	font-size:11px;
	font-weight:bold;
	color:#414141;
	border-color:#c24a4b;
}

.calendar table td#past
{
	padding:0;
	border:1px solid;
	font-size:11px;
	font-weight:bold;
	color:#414141;
	background-color:#D8D8D8;
	cursor:default;
}

.calendar table td a
{
	display:block;
	border-bottom:1px solid;
	font-weight:bold;
	font-size:11px;
	border-bottom-color:#CD0708;
	background-color:#EDF3DE;
}

.calendar table tfoot
{
	border-top:1px solid;
}

.calendar table tfoot td
{
	cursor:default;
}

.calendar table tfoot a
{
	border:none;
	font-weight:bold;
	border-top-color:#F3F4F4;
	background:none;
}

.calendar table tfoot #prev a
{
	text-align:left;
}

.calendar table tfoot #next a
{
	text-align:right;
}

#countryIcon
{
	background:url(/images/flags/united_kingdom.gif) no-repeat right;
	width:32px;
	height:16px;
	z-index:50;
}

.tableheading2
{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 3px;
	COLOR: #000000;
	LINE-HEIGHT: 1.6;
	PADDING-TOP: 4px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #bbd5cc
}

    hr.dashed {

        border: 1px dashed #aaa;
    }

    hr.dotted {

        border: 1px dotted #aaa;
    }

h1 { 
    font-family: "Helvetica Neue", Arial, sans-serif; 
    font-size: 24px; 
    line-height: 26px; 
    padding-top: 5px; 
    color: #666666;
}

h2 { 
    font-family: "Helvetica Neue", Arial, sans-serif; 
    font-size: 20px; 
    line-height: 22px;  
    color: #666666;
}

h3 { 
    font-family: "Helvetica Neue", Arial, sans-serif; 
    font-size: 16px; 
    line-height: 18px; 
    border-bottom: 1px solid #cfcfcf; 
    padding-top: 5px; 
    color: #666666;
}

h4 { 
    font-family: "Helvetica Neue", Arial, sans-serif;  
    font-size: 12px; 
    line-height: 16px; 
    border-bottom: 1px solid #ddd; 
    padding-top: 5px; 
    color: #666666;
}




/* Experimental Graph Boxes */

table.box {
  margin-bottom: 5px;
  margin-top: 2px;
  padding: 0px;
  border-collapse:	collapse;
}

table.one {
	border: solid 1px #5a5a5a;
}

table.texttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}


tr.one {
	background: url(../images/box-one-background.gif) repeat-x;
}

td.boxtitle {
	padding: 0;
}

tr.boxtitle p {
	padding: 0px 0px 1px 5px;
	margin-bottom: 1px;	
	margin-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

td.boxcontent {
padding: 5px 5px 5px 5px;
}

table.content {

  border-collapse:collapse;
  padding: 0px;
  margin: 0px;
  background: #fff url(../img/contentdrop.gif) repeat-x;

}

td.content {

  vertical-align: top;
  padding-left: 10px;
  padding-top: 10px;
  
}

table.layout {

  border-collapse:collapse;
  margin: 0px;
  padding: 0px;
  
}


tr.layout {
	vertical-align: top;
}


td.layout {
	padding: 0px;
}

ul.blocklist {
margin: 0px 0px 0px 0px;
padding: 0;
font-size: 10px;
}

ul.blocklist li {
margin: 0px 0px 1px 0px;
list-style-type: none;
border: 1px solid white;
}

ul.blocklist li a {
padding: 5px 5px 5px 5px;
background: #eeeeee;
font-weight: normal;
text-decoration: none;
display: block;
color: #333;
}

ul.blocklist li a:hover {
background: #ccc;
text-decoration: underline;
color: #333;
}

ul.blocklist li a:visited {
text-decoration: none;
}

ul.blocklist li b {
margin: 0;
padding: 0px 4px 0px 0px;
}

table.trailmenu {
	width: 100%;
	background: white;
	padding: 0px;
	margin-bottom: 2px;
	border: solid 1px lightgrey;
}

table.trailmenu td {
	font-size: 11px
}

div.boxcontent {
	padding: 10px 10px 10px 10px;
}

.spamtrack {
   background-color: #aaa;
   position: relative;
   height: 0.5em;
   width: 10em;
   cursor: pointer;
   z-index: 0;
}

.spamhandle {
   background-image: url(/images/slider.gif);
   position: absolute;
   height: 20px;
   width: 34px;
   top: -0.6em;
   cursor: move;
   z-index: 2;
}

.dedicated_price{
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.white
{
	COLOR: white;
	TEXT-DECORATION: none;
}

#ftpcmds
{
	overflow: auto;
	height: 350px;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 10px;
	border: 1px solid #EEEEEE;
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #86858B;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #ccc;
}

.helpcontentempty {
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 10px;
}

.helpcontent {
	position: relative;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 10px;
	border: 1px solid #EEEEEE;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	font-size: 11px;
	line-height: 1.8;
}

.helpcontentlinks {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 10px 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.helplink {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

.helpcaton {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.helpcatoff {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.helpmenuon {
	display: block;
	border: 1px solid #EEEEEE;
}

.helpmenuoff {
	display: none;
}

.helpmenuitemon {
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	height: 28px;
	background: url(/images/help/menu_li_background.png) no-repeat;
	font-size: 11px;
}

.helpmenuitemoff {
	color: #888888;
	cursor: pointer;
	height: 28px;
	background: url(/images/help/menu_li_background.png) no-repeat;
	font-size: 11px;
}

.helpmenulist {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.pricing_red
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #cc0000;
    line-height:2.2;
}

.pricing_light_grey
{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #EEEEEE;
    line-height:2.2;
}

.pricing_dark_grey
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #666666;
    line-height:2.2;
}

.support_wizard_alert
{
	BORDER-RIGHT: #666666 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #666666 1px solid;
	PADDING-LEFT: 80px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #666666 1px solid;
	LINE-HEIGHT: 1.6;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #666666 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-image: url('/images/default/support_wizard_alert.png');
	background-repeat: no-repeat;
	background-position: left center;
	/*height: 70px;*/
	min-height: 70px;
	BACKGROUND-COLOR: #EEEEEE;
	text-align: middle;
	TEXT-DECORATION: none;
}

.support_wizard_information
{
	BORDER-RIGHT: #666666 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #666666 1px solid;
	PADDING-LEFT: 80px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #666666 1px solid;
	LINE-HEIGHT: 1.8;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #666666 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND: url('/images/default/support_wizard_information.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
	min-height: 70px;
	BACKGROUND-COLOR: #EEEEEE;
	text-align: middle;
	TEXT-DECORATION: none;
}

.support_wizard_help
{
	BORDER-RIGHT: #666666 1px dashed;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #666666 1px dashed;
	PADDING-LEFT: 80px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #666666 1px dashed;
	LINE-HEIGHT: 1.8;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #666666 1px dashed;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND: url('/images/default/support_wizard_help.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	min-height: 30px;
	BACKGROUND-COLOR: #EEEEEE;
	text-align: middle;
	TEXT-DECORATION: none;
}

.support_wizard_question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8;
	text-decoration: underline;
}

.support_wizard_example_notes
{
	BORDER-RIGHT: #666666 1px dashed;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #666666 1px dashed;
	PADDING-LEFT: 10px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #666666 1px dashed;
	LINE-HEIGHT: 1.8;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #666666 1px dashed;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	min-height: 30px;
	BACKGROUND-COLOR: #EEEEEE;
	text-align: center;
	TEXT-DECORATION: none;
}

.do_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.9;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	border-radius:3px;
	color:#006600;
    position:relative;
}

.dont_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.9;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	border-radius:3px;
	color:#BB0000;
    position:relative;
}

.info_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.9;
	text-decoration: none;
	padding: 10px 50px 15px 20px;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	border-radius:3px;
	color:#004F9E;
    position:relative;
}

.info_box:after {
    content: 'i';
    position: absolute;
    right: 5px;
    font-size: 30px;
    font-weight:bold;
    top:50%;
    margin-top: -15px;
    opacity: 0.25;
    line-height: 100%;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #004F9E;
    background-color: #004F9E;
    color: #fff;
    font-family: Georgia, 'Times New Roman', sans-serif;
}

.success_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.9;
	text-decoration: none;
	padding: 10px 50px 10px 20px;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	border-radius:3px;
	color:#006600;
    position:relative;
}

.success_box:after {
    content: '\2713'; /* Tick */
    position: absolute;
    right: 5px;
    font-size: 30px;
    font-weight:normal;
    top:50%;
    margin-top: -15px;
    opacity: 0.3;
    line-height: 100%;
    border-radius: 50px;
    width: 30px;
    text-align: center;
}

.warning_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.9;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	border-radius:3px;
	color:#A87215;
    position:relative;
}

.error_box, .alert_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.9;
	text-decoration: none;
	padding: 10px 50px 20px 20px;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	border-radius:3px;
	color:#BB0000;
    position:relative;
}

.error_box:after {
    content: '!';
    position: absolute;
    right: 15px;
    font-size: 25px;
    font-weight:normal;
    top:50%;
    margin-top: -15px;
    opacity: 0.15;
    line-height: 100%;
    border-radius: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #b00;
    background-color: #b00;
    height: 30px;
    color: #fff;
}

.question_box
{
	BORDER: #666666 1px solid;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 80px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	LINE-HEIGHT: 1.6;
	PADDING-TOP: 5px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-image: url('/images/default/support_wizard_information.png');
	background-repeat: no-repeat;
	background-position: 2%;
	min-height: 70px;
	BACKGROUND-COLOR: #eeeeee;
	text-align: center;
	TEXT-DECORATION: none;
	border-radius:4px;
	margin: auto;
}

/* Close button to go in alert boxes. */
.alert_box_close {
    color: #000;
    position:absolute;
    top:5px;
    right:10px;
    padding:0;
    margin:0;
    background:transparent;
    border:none;
    font-size:20px;
    opacity:0.3;
    font-weight:bold;
    -webkit-appearance:none;
    cursor:pointer;
}

    .alert_box_close:hover {
        opacity:0.4;
    }

    .alert_box_close:active {
        opacity:0.5;
    }

.highcharts-tooltip text {
	line-height: 120%;
}

.LV_validation_message{
	font-weight:bold;
	margin:0px;
}

.LV_valid {
	color:#14BC05;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
   /* border: 1px solid #14BC05; */
}
	
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
   border: 1px solid #1500FF !important;
}

.breadcrumb 
{
	font: 13px HelveticaNeue, Arial, sans-serif;
	height:20px;
	color:#ccc;
	overflow:hidden;
	margin:0px auto;
	padding:0px;
	border-radius:3px;
}

.breadcrumb li
{
	list-style-type: none;
	float: left;
	display: inline-block;
	cursor: default;
}

.breadcrumb a 
{
    height:20px;
	display: inline-block;
	text-decoration: none;
	color:#99dbfc;
	outline:none;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    -ms-transition: 0.1s all;
     transition: 0.1s all; 
}

.breadcrumb a:hover
{
	color: #bae8ff;
	text-decoration: none;
}

.breadcrumb-divider {
    padding: 0px 10px;
}

.breadcrumb-divider::before {
    content: '/';
}

.home 
{
	border: none;
	margin: 7px 0px;
	padding-bottom: 2px;
}

.impersonation_main {
	background-color: #004DA8;
	-webkit-animation: impersonation_glow 4s infinite;
    -moz-animation: impersonation_glow 4s infinite;
    -o-animation: impersonation_glow 4s infinite;
    animation: impersonation_glow 4s infinite;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    -ms-transition: 0.1s all;
     transition: 0.1s all; 
	position: fixed;
	right: 50%;
	top: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	z-index:10000; /* One higher than the nav bar */
	line-height:1;
	color: #f6f6f6;
	border-radius: 0px 0px 3px 3px;
	cursor: default;
	border: 1px solid #eee;
	border-top: none;
	width: 200px;
	margin-right: -100px;
}

.impersonation_text {
	float:left; 
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	line-height: 1.8;
	margin-left: 10px;
	max-width: 170px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.impersonation_close {
	display: inline-block;
	font-size: 14px;
	color: #f6f6f6 !important;
	font-weight:bold;
	margin: 2px;
	margin-left: 5px;
	text-decoration: none;
}

.impersonation_close:hover {
	color: #aaa;
	text-decoration: none;
}

/* CSS3 animation. */

/* Webkit */
@-webkit-keyframes impersonation_glow {

    0% { background-color: #0068a8; }
	10% { background-color: #0071B8; }	
    20% { background-color: #007ECC; }
	30% { background-color: #008AE0; }	
	40% { background-color: #0097F5; }
	50% { background-color: #0AA1FF; }	
    60% { background-color: #0AA1FF; }
	70% { background-color: #0097F5; }
	80% { background-color: #008AE0; }
	90% { background-color: #007ECC; }
    100% { background-color: #0071B8; }
}
/* Gecko */
@-moz-keyframes impersonation_glow {
    0% { background-color: #0068a8; }
	10% { background-color: #0071B8; }	
    20% { background-color: #007ECC; }
	30% { background-color: #008AE0; }	
	40% { background-color: #0097F5; }
	50% { background-color: #0AA1FF; }	
    60% { background-color: #0AA1FF; }
	70% { background-color: #0097F5; }
	80% { background-color: #008AE0; }
	90% { background-color: #007ECC; }
    100% { background-color: #0071B8; }
}
/* Presto */
@-o-keyframes impersonation_glow {
    0% { background-color: #0068a8; }
	10% { background-color: #0071B8; }	
    20% { background-color: #007ECC; }
	30% { background-color: #008AE0; }	
	40% { background-color: #0097F5; }
	50% { background-color: #0AA1FF; }	
    60% { background-color: #0AA1FF; }
	70% { background-color: #0097F5; }
	80% { background-color: #008AE0; }
	90% { background-color: #007ECC; }
    100% { background-color: #0071B8; }
}
/* Trident */
@-ms-keyframes impersonation_glow {
    0% { background-color: #0068a8; }
	10% { background-color: #0071B8; }	
    20% { background-color: #007ECC; }
	30% { background-color: #008AE0; }	
	40% { background-color: #0097F5; }
	50% { background-color: #0AA1FF; }	
    60% { background-color: #0AA1FF; }
	70% { background-color: #0097F5; }
	80% { background-color: #008AE0; }
	90% { background-color: #007ECC; }
    100% { background-color: #0071B8; }
}
/* W3C */
@keyframes impersonation_glow {
    0% { background-color: #0068a8; }
	10% { background-color: #0071B8; }	
    20% { background-color: #007ECC; }
	30% { background-color: #008AE0; }	
	40% { background-color: #0097F5; }
	50% { background-color: #0AA1FF; }	
    60% { background-color: #0AA1FF; }
	70% { background-color: #0097F5; }
	80% { background-color: #008AE0; }
	90% { background-color: #007ECC; }
    100% { background-color: #0071B8; }
}

/* Rotation animation. */

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.domain_red
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #c00;
}

.domain_light_grey
{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #EEEEEE;
}

.domain_dark_grey
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #666666;
}

/* Shopping basket on /domain_search_new.cpl */
.domain_name_basket
{
	border:1px solid #099DB7;
	background-color: #eee;
	border-radius: 3px;
	position:fixed;
	left: 70%;
	top:5%;
	z-index:9999;
	border-radius:2px;
	padding:1%;
	min-width:5%;
	max-width:50%;
	box-shadow: 0 0 5px rgba(0,0,0,.3)
}

#domain_name_list
{
	overflow-x:hidden;
	overflow-y:auto;
	max-height:250px;
}

#domain_count
{
	color:#df0101;
	font-weight:bold;
	font-size:1.5em;
	padding:5px;
	font-family: Arial,Helvetica,sans-serif;
	border-radius: 1em; /* CSS3 only. Causes the scriptaculous effect to have rounded edges. */
	
	/* Relative positioning to place it in the shopping basket */
	position: relative;
	left: -40px;
}

.large_text_domain_search {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	background-image: url(../images/home/home_page_bar.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Popover code */
.popover_white 
{
	display:inline;
	font-family:Helvetica,Arial;
	color:#222;
	min-width:150px;
	max-width:300px;
	background-color:#fff;
	padding:7px;
	position:absolute;
	font-size:13px;
	border-radius:3px;
	border:1px solid #888;
	z-index:2;
	line-height:1.8em;
	text-align:left;
	cursor:default;
	margin-left:15px;
	margin-top:-15px;
	box-shadow: 3px 3px 10px rgba(127, 127, 127, 0.5);
	font-weight:normal;
	opacity:0.95;
}

.popover_white p 
{
	margin-top:10px;
	font-family:Helvetica,Arial;
}

.popover_white:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -22px;
	top: 10px;
	border: 11px solid;
	border-color: transparent #888 transparent transparent;
	z-index:1 !important;
}

.popover_white:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	top: 11px;
	border: 10px solid;
	border-color: transparent #fff transparent transparent;
	z-index:1 !important;
}

/* Bootstrap buttons */

.button 
{
  font-family:Verdana, Helvetica, Arial, Sans-Serif;
  display: inline-block;
  *display: inline;
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
  *line-height: 18px;
  margin-bottom: 0;
  *margin-left: .3em;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  text-decoration:none;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
  border-color: #e3e3e3 #e3e3e3 #bcbcbc;
  border-bottom-color: #b0b0b0;
  -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
		  border-radius: 2px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  /*
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      */
}

.button:hover,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.button:active,
.button.active {
  background-color: #cccccc \9;
}

.button:first-child {
  *margin-left: 0;
}

.button:hover {
  color: #333333 !important;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;


  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	  -ms-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
		  transition: background-position 0.1s linear;
}

.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button.active,
.button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button.disabled,
.button[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}

.button-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  font-family:Helvetica,Arial,sans-serif;
  -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
		  border-radius: 5px;
}

.button-large [class^="icon-"] {
  margin-top: 1px;
}

.button_big {
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
}

.button_huge {
  padding: 5px 10px 5px;
  font-size: 16px;
  line-height: 28px;
  *line-height: 20px;
}

.button_big [class^="icon-"] {
  margin-top: -1px;
}

.button_mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.button_blue,
.button_blue:hover,
.button_orange,
.button_orange:hover,
.button_red,
.button_red:hover,
.button_green,
.button_green:hover,
.button_teal,
.button_teal:hover,
.button_black,
.button_black:hover {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.button_blue.active,
.button_orange.active,
.button_red.active,
.button_green.active,
.button_teal.active,
.button_black.active {
  color: rgba(255, 255, 255, 0.75);
}

.button {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
}

.button_blue {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_blue:hover,
.button_blue:active,
.button_blue.active,
.button_blue.disabled,
.button_blue[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.button_blue:active,
.button_blue.active {
  background-color: #004099 \9;
}

.button_orange {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_orange:hover,
.button_orange:active,
.button_orange.active,
.button_orange.disabled,
.button_orange[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.button_orange:active,
.button_orange.active {
  background-color: #c67605 \9;
}

.button_red {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_red:hover,
.button_red:active,
.button_red.active,
.button_red.disabled,
.button_red[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.button_red:active,
.button_red.active {
  background-color: #942a25 \9;
}

.button_green {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_green:hover,
.button_green:active,
.button_green.active,
.button_green.disabled,
.button_green[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.button_green:active,
.button_green.active {
  background-color: #408140 \9;
}

.button_teal {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_teal:hover,
.button_teal:active,
.button_teal.active,
.button_teal.disabled,
.button_teal[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.button_teal:active,
.button_teal.active {
  background-color: #24748c \9;
}

.button_black {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_black:hover,
.button_black:active,
.button_black.active,
.button_black.disabled,
.button_black[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.button_black:active,
.button_black.active {
  background-color: #080808 \9;
}

    

/* Bootstrap badges and labels */

.label,
.badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  text-decoration:none !important;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  cursor: pointer;
}

.label-gold,
.badge-gold,
.label-gold[href],
.badge-gold[href] {
  background-color: #d4a017;
}

.label-silver,
.badge-silver,
.label-silver[href],
.badge-silver[href] {
  background-color: #808080;
}

.label-bronze,
.badge-bronze,
.label-bronze[href],
.badge-bronze[href] {
  background-color: #6F4E37;
}


.label-red,
.badge-red {
  background-color: #c00;
}

.label-red[href],
.badge-red[href] {
  background-color: #953b39;
}

.label-orange,
.badge-orange {
  background-color: #f89406;
}

.label-orange[href],
.badge-orange[href] {
  background-color: #c67605;
}

.label-green,
.badge-green {
  background-color: #468847;
}

.label-green[href],
.badge-green[href] {
  background-color: #356635;
}

.label-blue,
.badge-blue {
  background-color: #3a87ad;
}

.label-blue[href],
.badge-blue[href] {
  background-color: #2d6987;
}

.label-black,
.badge-black {
  background-color: #333333;
}

.label-black[href],
.badge-black[href] {
  background-color: #1a1a1a;
}
/* Custom icons */

i[class^='icon-'],
span [class^='icon-'],
a [class^='icon-'] {
    display: inline-block !important;
}

.icon-interdns-delete {
  background-image: url("/images/edit_account/delete_small.png");
  width:18px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-wrench {
  background-image: url("/images/edit_account/edit_small.png");
  width:18px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-impersonate {
  background-image: url("/images/edit_account/impersonate.png");
  width:14px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-cog {
  background-image: url("/images/edit_account/root.png");
  width:18px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-plus {
  background-image: url("/images/edit_account/add_small.png");
  width:18px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-ubuntu {
  background-image: url("/images/ubuntu.gif");
  width:20px;
  height:21px;
  background-position: 0px 0px;
}

.icon-interdns-windows {
  background-image: url("/images/windows.gif");
  width:20px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-star {
  background-image: url("/images/edit_account/asset_small.png");
  width:18px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-blue-globe {
  background-image: url("/images/adsl.gif");
  width:20px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-red-arrow {
  background-image: url("/images/parking.gif");
  width:20px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-email {
  background-image: url("/images/emailonly.gif");
  width:25px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-shield {
  background-image: url("/images/spam_small.gif");
  width:20px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-recycle {
  background-image: url("/images/recycle_small.gif");
  width:20px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-download {
  background-image: url("/images/offsite_backup_disabled.gif");
  width:20px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-globe {
  background-image: url("/images/icons/adsl_small.gif");
  width:20px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-socket {
  background-image: url("/images/icons/wlr_small.gif");
  width:20px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-online {
  background-image: url("/images/on.jpg");
  width:19px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-offline {
  background-image: url("/images/off.jpg");
  width:18px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-maintenance {
  background-image: url("/images/amber.jpg");
  width:18px;
  height:20px;
  background-position: 0px 0px;
}

.wlr_fault_background {
	background-image: url("../images/wlr_faults/wlr_date_stamp.png");
    background-repeat: no-repeat;
}

.wlr_fault_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}

.wlr_fault_time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 2.4;
	text-decoration: none;
}

/* Bootstrap popovers */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10010;
  display: none;
  width: 236px;
  padding: 1px;
  font-family:Helvetica,Arial,sans-serif;
  font-size:13px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-bottom: 10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-right: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  z-index: -1;
  content: "";
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}

.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}

.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}

.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .button-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .button + .button,
.btn-toolbar .button-group + .button,
.btn-toolbar .button + .button-group {
  margin-left: 5px;
}
.btn-group > .button {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .button + .button {
  margin-left: -1px;
}
.btn-group > .button,
.btn-group > .dropdown-menu {
  font-size: 11px;
}
.btn-group > .button_mini {
  font-size: 11px;
}
.btn-group > .button_big {
  font-size: 16px;
}
.btn-group > .button:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group > .button:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.btn-group > .button.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .button.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
/*.btn-group > .button:hover,*/
.btn-group > .button:focus,
.btn-group > .button:active,
.btn-group > .button.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  /*
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
      */
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .button_mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .button_big + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  /*
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
      */
}
.btn-group.open .button.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .button_blue.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .button_orange.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .button_red.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .button_green.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .button_teal.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .button_black.dropdown-toggle {
  background-color: #222222;
}
.button .caret {
  margin-top: 8px;
  margin-left: 0;
}
.button_mini .caret,
.button_big .caret {
  margin-top: 6px;
}
.button_big .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .button_big .caret {
  border-bottom-width: 5px;
}
.button_blue .caret,
.button_orange .caret,
.button_red .caret,
.button_teal .caret,
.button_green .caret,
.button_black .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .button {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .button + .button {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .button:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.btn-group-vertical .button:last-child {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.btn-group-vertical .button-large:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.btn-group-vertical .button-large:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* Wells. Boxes sort of embossed into the page. */
.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

div.green_light {
    width: 15px;
    height: 15px;
    background: #6fb269; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #6fb269 1%, #25b51b 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#6fb269), color-stop(100%,#25b51b)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #6fb269 1%,#25b51b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #6fb269 1%,#25b51b 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #6fb269 1%,#25b51b 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #6fb269 1%,#25b51b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fb269', endColorstr='#25b51b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        border-radius: 30px;
    border: 1px solid #358D30;
    margin: 0 auto;
}

div.red_light {
    width: 15px;
    height: 15px;
    background: #da4141; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #da4141 1%, #d31d1d 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#da4141), color-stop(100%,#d31d1d)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #da4141 1%,#d31d1d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #da4141 1%,#d31d1d 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #da4141 1%,#d31d1d 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #da4141 1%,#d31d1d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da4141', endColorstr='#d31d1d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 30px;
    border: 1px solid #B62828;
    margin: 0 auto;
}

div.amber_light {
    width: 15px;
    height: 15px;
background: #ff8800; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ff8800 1%, #ff982b 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#ff8800), color-stop(100%,#ff982b)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ff8800 1%,#ff982b 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ff8800 1%,#ff982b 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ff8800 1%,#ff982b 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ff8800 1%,#ff982b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#ff982b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 30px;
    border: 1px solid #f70;
    margin: 0 auto;
}


div.selection_box {
    border-radius: 3px;
    border: 1px solid #aaa;
}

    div.selection_box .heading {
        padding: 1.5%;
        background: #ddd;
        font-family: HelveticaNeue, Arial, sans-serif;
        border-bottom: 1px solid #aaa;
        position:relative;
    }

        div.selection_box .heading .search_box {
            font-size:12px;
            padding:0.6%;
            border-radius: 2px;
        }

        div.selection_box .heading .title {
            font-size:16px;
            font-weight: bold;
            color: #222;
            text-shadow: 0 1px 0 rgba(255,255,255,0.6);
        }

    div.selection_box .main {
        position:relative;
        overflow-x:hidden;
        overflow-y:auto;
        margin: 0 auto;
        text-align:center;
    }

        div.selection_box .main .no_results {

            padding: 4% 0%;
            font-size:14px;
            font-family: HelveticaNeue, Arial, sans-serif;
        }

        div.selection_box .main .selector_instance {
            background: #f9f9f9;
            width: 50%;
            border:1px solid #aaa;
            border-left:none;
            text-align:left;
            -webkit-transition: background 0.1s;
            -moz-transition: background 0.1s;
            -o-transition: background 0.1s;
            -ms-transition: background 0.1s;
            transition: background 0.1s;
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
            box-sizing: border-box; 
            display:none; 
            position:relative;
            float:left;
            overflow:hidden;     
        }

            div.selection_box .main .selector_instance.wide {

                width: 100%;
            }

        div.selection_box .main .selector_instance.visible {
            display:block;         
        }
            div.selection_box .main .selector_instance:hover {
                background: #E2F4FB;
            }
            div.selection_box .main .selector_instance:active {
                background: #A8DFF4;
            }

            div.selection_box .main .selector_instance.selected {
                background: #A8DFF4;
            }

            div.selection_box .main .selector_instance .radio_button {
                float:left;
                margin-top: 4%;
                margin-right: 3%;
                margin-left: 3%;
            }

            div.selection_box .main .selector_instance .top {
                font-weight: bold;
                white-space:nowrap;
                padding-top:2%;
            }

            div.selection_box .main .selector_instance .bottom {
                white-space:nowrap;
                padding-bottom:2%;
            }

            div.selection_box .main .selector_instance .middle {
                line-height: 3.6;
                padding-top: 2%;
                padding-bottom: 2%;
            }
.add_button {
	text-decoration: underline;
	color: #0099cc;
	cursor:pointer;
}
.add_button:hover {
	color: #33b5e5;
}

.remove_address_box { color: #c00; cursor:pointer; margin-left:5px; font-size:12px; font-weight:bold; }
.remove_address_box:hover { color: #f00; }
.remove_address_box:active { color: #900; }

/* Used on default.aspx */
#invoicing_platform_info {

	border: 1px solid #555;
	margin-bottom: 30px;
}

#invoicing_platform_info #title {

	width:100%;
	color: #fff;
	background: url(../images/box-one-background.gif) repeat-x;
	font-size: 10px;
	font-weight: bold;
}

#invoicing_platform_info #activity_title {

	font-size:12px;
	font-weight:bold;
}

#invoicing_platform_info .activity_stream {

	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 150px;
}

#invoicing_platform_info .activity_stream a {
	text-decoration: none;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-o-transition: color 0.1s;
	-ms-transition: color 0.1s;
	transition: color 0.1s;
	font-size:11px;
}

#invoicing_platform_info .activity_stream a:hover {
	color: #09c;
}

#invoicing_platform_info .activity_stream a span {
	color: #888;
}

#invoicing_platform_info  table {

	padding:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.underline {
    text-decoration: underline;
}

@media all {
	.page-break	{ display: none; }
}
@media print {
	.page-break	{ display: block; page-break-before: always; }
}

/* Code. */
code {
    padding: 2px 4px;
    color: #c00;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    border-radius: 2px;
    text-shadow: none;
}

pre.code {
    display: block;
    padding: 9.5px;
    margin: 0 0 1px;
    font-size: 13px;
    line-height: 20px;
    word-wrap: break-word;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    color: #333;
    text-shadow: none;
    position: relative;
}

pre.code:after {
    content: attr(data-lang);
    right: 5px;
    top: 0;
    position: absolute;
    color: #aaa;
    font-size: 12px;
}

/* Step progression for in forms. */
.staging_progress_container {
    width: 100%;
    margin: 50px auto;
    margin-top: 10px;
    position: relative;
}

    .staging_progress_container .total_progress_bar {
        width: 100%;
        height: 5px;
        border-radius: 5px;

        background: #cccccc; /* Old browsers */
        background: -moz-linear-gradient(top,  #cccccc 0%, #dddddd 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #cccccc 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #cccccc 0%,#dddddd 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #cccccc 0%,#dddddd 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #cccccc 0%,#dddddd 100%); /* W3C */


    }

    .staging_progress_container .current_progress_bar {
        height: 5px;
        border-radius: 5px;
        background: #dd0000; /* Old browsers */
        background: -moz-linear-gradient(top,  #dd0000 0%, #cc0000 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #dd0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #dd0000 0%,#cc0000 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #dd0000 0%,#cc0000 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #dd0000 0%,#cc0000 100%); /* W3C */
        -webkit-transition: width 1s;
        -moz-transition: width 1s;
        -o-transition: width 1s;
        -ms-transition: width 1s;
        transition: width 1s;
    }

    .staging_progress_container .step_container {
        width: 100%;
        margin-top: 10px;
    }

        .staging_progress_container .step_container .step {
            display: inline-block;
            float: left;
            text-align: center;
            color: #aaa;
            font-family: HelveticaNeue, Arial, sans-serif;
            font-size: 13px;
            text-shadow: 0 1px 0 rgba(255,255,255,1);
            cursor: default;
            -webkit-transition: color .5s;
            -moz-transition: color .5s;
            -o-transition: color .5s;
            -ms-transition: color .5s;
            transition: color .5s;
        }

        /* Reduce font size on small screens. */
@media all and (max-width: 500px) {
    .staging_progress_container .step_container .step {
        font-size: 10px;
    }
}

            .staging_progress_container .step_container .step.current_step {
                color: #c00;
            }

            .staging_progress_container .step_container .step.completed_step {
                color: rgba(204, 0, 0, 0.5);
            }

div.jump-list-container {

    display: inline-block;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 250px;
    cursor: default;
}

    div.jump-list-container div.jump-list-title {
       
        font-weight: bold;
    }

    div.jump-list-container div.jump-list-inner {

        max-height: 250px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        div.jump-list-container div.jump-list-inner a {

            display: block;
            text-decoration: none;
            color: #00749b;
            padding: 3px 0;
        }

            div.jump-list-container div.jump-list-inner a:hover {

                color: #0099cc;
            }

abbr {

    cursor: help;
    border-bottom: 1px dotted #222;
}

table.data-table {

    width: 100%;
    border-radius: 3px;
    font-family: Verdana, "HelveticaNeue", Arial, sans-serif;
    font-size: 11px;
    border-collapse: separate;
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 4px;
    border-spacing: 0;

}

    table.data-table.narrow {
        width: auto;
    }

    table.data-table.large {
        font-size: 16px;
        font-family: "HelveticaNeue", Arial, sans-serif;
    }

    table.data-table th {

        background-color: #c00;
        color: #fff;
        padding: 5px;    
        border-left: 1px solid #fff;
        text-align: center;  
        border-top: 1px solid #a00;
        font-weight:bold;
}

    table.data-table.sideways {
        border-top: none;
    }

        table.data-table.sideways th {
            border-top-color: #fff;
        }

        table.data-table.sideways tr:last-child th:first-child:not(.blank-cell),
        table.data-table.sideways tr:first-child td:last-child:not(.blank-cell) {
            border-top-right-radius: 3px;
            border-top: 1px solid #ccc;
        }

    table.data-table.sideways th {
        text-align: left;
    }

        table.data-table tr:first-child th:first-child:not(.blank-cell),
        table.data-table tr:first-child td:first-child:not(.blank-cell) {
            border-top-left-radius: 3px;
            border-top: 0px solid #ccc;
        }

        table.data-table tr:first-child th:last-child:not(.blank-cell),
        table.data-table tr:first-child td:last-child:not(.blank-cell) {
            border-top-right-radius: 3px;
            border-top: 0px solid #ccc;
        }

        table.data-table tr:first-child th:last-child {
            border-top-right-radius: 3px;
            border-top: 0px solid #ccc;
        }

        table.data-table th:first-child {
            border-left: 0px solid #ccc;
        }

        table.data-table tr:first-child td:last-child {
            border-top-right-radius: 3px;
        }

    table.data-table tr:hover td:not(.grey-cell):not(.blank-cell) {

        background-color: #e6e6e6;
    }

    table.data-table td {

        background-color: #fff;
        color: #000;
        padding: 5px;      
        border-left: 1px solid #ccc;
        -webkit-transition: background-color 0.1s;
        -moz-transition: background-color 0.1s;
        -o-transition: background-color 0.1s;
        -ms-transition: background-color 0.1s;
        transition: background-color 0.1s;
        border-top: 1px solid #ccc;
}

    table.data-table tr:last-child td:first-child,
    table.data-table tr:last-child th:first-child {
        border-bottom-left-radius: 3px;
    }

    table.data-table tr:last-child td:last-child,
    table.data-table tr:last-child th:last-child {
        border-bottom-right-radius: 3px;
    }

        table.data-table td.grey-cell,
        table.data-table th.grey-cell {

            background-color: #666;
            color: #fff;
            font-weight: bold;
            border: 1px solid #555;
            border-bottom: none;
        }

        table.data-table td.green-cell,
        table.data-table th.green-cell {

            color: #119502;
            font-weight: bold;
        }

        table.data-table td.amber-cell,
        table.data-table th.amber-cell {

            color: #f80;
            font-weight: bold;
        }

        table.data-table td.red-cell,
        table.data-table th.red-cell {

            color: #c00;
            font-weight: bold;
        }

        table.data-table td.blank-cell,
        table.data-table th.blank-cell {

            background-color: transparent;
            border: none;
        }

        
        table.no-border {
            border : none;
        }
        table.no-border th, table.no-border td {
            border : none;
        }


 .nav-tabs,
.nav-pills {
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
  margin-bottom: 10px;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border: none;
  list-style-type: none;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 36px;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  background-color: #eee;
}
.nav-tabs > li > a:hover {
  border-color: #a00;
  background-color: #c00;
  color: #fff;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 2px solid #fff;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  color: #08c;
}
    .nav-pills > li > a:hover {

          background-color: #ccc;
          cursor: pointer;
          color: #07c
    }
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px 3px 3px 3px;
    padding: 10px;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 0px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* Responsive Tabs. */
@media all and (max-width:500px) {

    .nav-tabs > li > a {

        display: block;
        width: 100%;
        line-height: 20px;
    }

    .nav-tabs > li, .nav-pills > li {

        float: none;
    }
}


.input-prepend,
.input-append {
    display: inline;
}

.input-prepend .add-on:first-child,
.input-append .add-on:last-child {
    vertical-align: top;
    display: inline-block;
    width: auto;
    min-width: 16px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    border: 1px solid #aaa;
}

    .input-prepend > span.add-on,
    .input-append > span.add-on {

        color: #444;
        padding: 2px 3px 6px 3px;
        height: 15px;
        background-color: #ccc;
        font-size: 12px;
    }

    .input-prepend > button.add-on,
    .input-append > button.add-on {

        color: #444;
        padding: 2px 3px 6px 3px;
        height: 15px;
        font-size: 12px;
        box-sizing: content-box;
    }

.input-prepend .add-on:first-child {
    border-radius: 3px 0 0 3px;
    margin-right: -1px;
}

.input-append .add-on:last-child {
    border-radius: 0 3px 3px 0;
    margin-left: -1px;
}

.input-prepend input,
.input-prepend select {
    margin: 0 0 0 -5px;
    border-radius: 0 3px 3px 0;
    padding: 4px;
    height:15px;
    box-sizing: content-box;
}

.input-append input,
.input-append select {
    margin: 0 -5px 0 0;
    border-radius: 3px 0 0 3px;
    padding: 4px;
    height:15px;
    box-sizing: content-box;
}



/* Admin Grid (fixed width specified) */

.admin-grid-container {
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 32%;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #e1e1e1;
}

    .admin-grid-container.window-box {
        border-radius: 4px;
        background-color: #fff;
    }

        .admin-grid-container.window-box .box-title {
            font-family: Verdana, "HelveticaNeue", Arial, sans-serif;
            font-weight: bold;
            font-size: 11px;
            color: #f6f6f6;
            padding-left: 7px;
            padding-right: 7px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            background: #666666; /* Old browsers */
            background: -moz-linear-gradient(top,  #666666 0%, #555555 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#555555)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #666666 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #666666 0%,#555555 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #666666 0%,#555555 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #666666 0%,#555555 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 ); /* IE6-9 */

        }

	.admin-grid-container.no-border,
	.admin-grid-container.no-fill {

		margin-right: 0;
        width: 33%;
        margin-bottom: 0;
	}

	.admin-grid-container .inner {

		padding: 7px;
        overflow: auto;
	}

	.admin-grid-container.no-border {

		border: none;
		border-radius: 0;
	}

	.admin-grid-container.no-fill {

		background-color: transparent;
	}

    .admin-grid-container.disabled {

        opacity: 0.65;
        cursor: not-allowed;
    }

	.admin-grid-container a.block {

		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
		text-decoration: none;
		-webkit-transition: background-color 0.1s;
		-moz-transition: background-color 0.1s;
		-o-transition: background-color 0.1s;
		-ms-transition: background-color 0.1s;
		transition: background-color 0.1s;
	}

	.admin-grid-container a.block:hover {

		background-color: #ddd;
        background-color: rgba(0,0,0,.1);
	}

	.admin-grid-container a.block:hover p {
		
		color: #111;
	}
    
	.admin-grid-container .img-container {

		float: left;
		min-width: 20%;
		text-align: center;
		line-height: 100%;
		margin: 1% 5px 1% 0;
	}

	.admin-grid-container .title {
		font-size: 16px;
		font-family: 'Helvetica Neue', Arial, sans-serif;
		font-weight: bold;
		color: #666;
		line-height: 18px;
		margin-top: 10px;
	}

.admin-grid-container .row {
	display: table-row;
}

.admin-grid-container .row img {
    margin-right: 35px;
    margin-top: 30px;
    clear: both;
}

.admin-grid-container .cell {
	display: table-cell;
	vertical-align: middle;
}
.admin-grid-container .row .cell img {
	margin-right: 15px;
	clear: both;
}

/* Grid (no fixed width specified) */

.alt-grid-container {
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 1%;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #e1e1e1;
}

    .alt-grid-container.window-box {
        border-radius: 4px;
        background-color: #fff;
    }

        .alt-grid-container.window-box .box-title {
            font-family: Verdana, "HelveticaNeue", Arial, sans-serif;
            font-weight: bold;
            font-size: 11px;
            color: #f6f6f6;
            padding-left: 7px;
            padding-right: 7px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            background: #666666; /* Old browsers */
            background: -moz-linear-gradient(top,  #666666 0%, #555555 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#555555)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #666666 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #666666 0%,#555555 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #666666 0%,#555555 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #666666 0%,#555555 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 ); /* IE6-9 */

        }

	.alt-grid-container.no-border,
	.alt-grid-container.no-fill {

		margin-right: 0;
        width: 50%;
        margin-bottom: 0;
	}

	.alt-grid-container .inner {

		padding: 7px;
        overflow: auto;
	}

	.alt-grid-container.no-border {

		border: none;
		border-radius: 0;
	}

	.alt-grid-container.no-fill {

		background-color: transparent;
	}

    .alt-grid-container.disabled {

        opacity: 0.65;
        cursor: not-allowed;
    }

	.alt-grid-container a.block {

		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
		text-decoration: none;
		-webkit-transition: background-color 0.1s;
		-moz-transition: background-color 0.1s;
		-o-transition: background-color 0.1s;
		-ms-transition: background-color 0.1s;
		transition: background-color 0.1s;
	}

	.alt-grid-container a.block:hover {

		background-color: #ddd;
        background-color: rgba(0,0,0,.1);
	}

	.alt-grid-container a.block:hover p {
		
		color: #111;
	}
    
	.alt-grid-container .img-container {

		float: left;
		min-width: 20%;
		text-align: center;
		line-height: 100%;
		margin: 1% 5px 1% 0;
	}

	.alt-grid-container .title {
		font-size: 16px;
		font-family: 'Helvetica Neue', Arial, sans-serif;
		font-weight: bold;
		color: #666;
		line-height: 18px;
		margin-top: 10px;
	}

.alt-grid-container .row {
	display: table-row;
}

.alt-grid-container .row img {
    margin-right: 35px;
    margin-top: 30px;
    clear: both;
}

.alt-grid-container .cell {
	display: table-cell;
	vertical-align: middle;
}
.alt-grid-container .row .cell img {
	margin-right: 15px;
	clear: both;
}



/* Grid (fixed width specified) */

.grid-container {
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 49%;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #e1e1e1;
}

    .grid-container.window-box {
        border-radius: 4px;
        background-color: #fff;
    }

        .grid-container.window-box .box-title {
            font-family: Verdana, "HelveticaNeue", Arial, sans-serif;
            font-weight: bold;
            font-size: 11px;
            color: #f6f6f6;
            padding-left: 7px;
            padding-right: 7px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            background: #666666; /* Old browsers */
            background: -moz-linear-gradient(top,  #666666 0%, #555555 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#555555)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #666666 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #666666 0%,#555555 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #666666 0%,#555555 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #666666 0%,#555555 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 ); /* IE6-9 */

        }

	.grid-container.no-border,
	.grid-container.no-fill {

		margin-right: 0;
        width: 50%;
        margin-bottom: 0;
	}

	.grid-container .inner {

		padding: 7px;
        overflow: auto;
	}

	.grid-container.no-border {

		border: none;
		border-radius: 0;
	}

	.grid-container.no-fill {

		background-color: transparent;
	}

    .grid-container.disabled {

        opacity: 0.65;
        cursor: not-allowed;
    }

	.grid-container a.block {

		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
		text-decoration: none;
		-webkit-transition: background-color 0.1s;
		-moz-transition: background-color 0.1s;
		-o-transition: background-color 0.1s;
		-ms-transition: background-color 0.1s;
		transition: background-color 0.1s;
	}

	.grid-container a.block:hover {

		background-color: #ddd;
        background-color: rgba(0,0,0,.1);
	}

	.grid-container a.block:hover p {
		
		color: #111;
	}
    
	.grid-container .img-container {

		float: left;
		min-width: 20%;
		text-align: center;
		line-height: 100%;
		margin: 1% 5px 1% 0;
	}

	.grid-container .title {
		font-size: 16px;
		font-family: 'Helvetica Neue', Arial, sans-serif;
		font-weight: bold;
		color: #666;
		line-height: 18px;
		margin-top: 10px;
	}

.grid-container .row {
	display: table-row;
}

.grid-container .row img {
    margin-right: 35px;
    margin-top: 30px;
    clear: both;
}

.grid-container .cell {
	display: table-cell;
	vertical-align: middle;
}
.grid-container .row .cell img {
	margin-right: 15px;
	clear: both;
}


p.ad-title {
	font-weight: bold;
	font-family: 'HelveticaNeue', Arial, sans-serif;
	font-size: 1.3em;
	color: #222;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Big Header Titles (Shaun) */

.big_name {
	width:100%;
	text-align:center;
	font-family:Helvetica,Arial,sans-serif;
	font-size:40px;
	color:#222;
	font-weight:bold;
}
.under_name {
	width:100%;
	text-align:Center;
	font-family:Helvetica,Arial,sans-serif;
	color:#555;
	font-size:22px;
}

/* Big Header Titles (PDB) */

#big-header {
  margin-top: 2em;
  margin-bottom: 3em;
  text-align: center;
}
#big-header h1 {
  margin-bottom: .65em;
  font-size: 60px;
  font-weight: 200;
  color: #000;
  line-height: 1;
}
#big-header h2 {
  color: #777;
  font-size: 24px;
  font-weight: 400;
 /* line-height: 22px; */
  margin: -30px 0 10px 0;  
}


/* clearfix */

.clearfix {

	clear: both;
}

/* Bookmark link. */
span.bkmk-trigger {

    position: absolute;
    right: 5px;
    top: 69%;
    margin-top: 0px;
    font-size: 15px;
    color: #f8d30e;
    cursor: pointer;
}

/* Paging controls. */
.paging-controls-container {
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.paging-controls-container .paging-resizer-container {
    position: absolute;
    right: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.paging-controls-container .paging-total-container {
    position: absolute;
    left: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.paging-controls-container .paging-buttons a {
    padding: 3px 4px;
    padding-left: 6px;
    margin: 0 4px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 2px;
    font-size: 14px;
    font-family: "HelveticaNeue", Arial, sans-serif;
}

.paging-controls-container .paging-buttons a:not(.disabled):not(.active):hover {
    background-color: #ccc;
}

.paging-controls-container .paging-buttons a.disabled {
    color: #aaa;
    cursor: default;
}

.paging-controls-container .paging-buttons a.active {
    color: #f6f6f6;
    background-color: #c00;
    cursor: default;
}

.wlr-clock {
    font-size: 14px;
    font-family: "HelveticaNeue", Arial, sans-serif;
    font-weight: bold;
    cursor: default;
}

.wlr-clock span {
    padding: 0 5px;
    color: #fff;
    border-radius: 2px;
    background: #444444; /* Old browsers */
    background: -moz-linear-gradient(top,  #444444 1%, #333333 50%, #0a0e0a 52%, #0a0809 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#444444), color-stop(50%,#333333), color-stop(52%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #444444 1%,#333333 50%,#0a0e0a 52%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #444444 1%,#333333 50%,#0a0e0a 52%,#0a0809 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #444444 1%,#333333 50%,#0a0e0a 52%,#0a0809 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #444444 1%,#333333 50%,#0a0e0a 52%,#0a0809 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
}

.wlr-clock span.wlr-clock-hour,
.wlr-clock span.wlr-clock-minute {
    margin-right: 3px;
}

.wlr-clock span.wlr-clock-hour:after,
.wlr-clock span.wlr-clock-minute:after {
    width: 5px;
    height: 10px;
    content: ':';
    right: -6px;
    position: absolute;
    color: #000;
}

/* Styles for a slider. */
.interdns-slider-track {
    width: 100%;
    background-color: #ccc;
    height: 12px;
    border-radius: 5px;
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(top,  #cccccc 0%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cccccc 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cccccc 0%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cccccc 0%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cccccc 0%,#dddddd 100%); /* W3C */
    box-shadow: inset 0 0 5px rgba(0,0,0,.3);
    position: relative;
}

.interdns-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 2em;
    cursor: e-resize;
    background: #dd0000; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #dd0000 0%, #cc0000 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#dd0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #dd0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #dd0000 0%,#cc0000 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #dd0000 0%,#cc0000 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #dd0000 0%,#cc0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#cc0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: all 0.03s;
    position: absolute;
}
g
.extjs_modal div{
    background-image: none;
    background-color: white !important;
    border-color: none;
    color: black !important;
}
.extjs_modal .x-tool {
    background-image: url("/javascript/extjs/resources/images/default/panel/tool-sprites.gif");
}

.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
    background-image: none !important ;
}


.account_cell { float:left; width:30%; margin-right:1%; margin-left:1%; margin-bottom:2%; }
.account_cell a { text-decoration:none; }
.text_info_box { transition:background linear 0.1s; -webkit-transition:background linear 0.1s; -moz-transition:background linear 0.1s; -o-transition:background linear 0.1s; -ms-transition:background linear 0.1s; }
.text_info_box:hover { background:#ddd; }
.text_info_box:active { background:#ccc; }
.account_image { display:inline; float:left; margin-right:20px; }
.account_text { font-size:1em; height:60px; text-align:center; line-height:55px; }

.well-menu {  
  background-color: #e3e3e3;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  line-height:1;
  color:#666666;
}

.well-menu:hover {

	background-color: #e3e3e3;
    background-color: rgba(0,0,0,.1);
    border-radius: 6px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.modal-body {
  position: relative;
  padding: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.8;
  max-height:90%;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 768px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 850px) {
    .modal-dialog {
        width: 850px;
    }
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.panel-body {
  padding: 15px;
  background-color:#FFFFFF;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  display: block;
  text-decoration:none;
}
.panel-title > a {
  color: inherit;
  text-decoration:none;
  display: block;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

ul.list {
margin: 0;
padding: 0;
}

ul.list li {
margin:6px;
margin-left: 16px;
padding-left: 8px;
list-style: disc;
}

span.popover_control {
	cursor: help;
}

/*--------------------------------------------------------------------
    
    Bootstrap Tooltips
    
----------------------------------------------------------------------*/

.tooltip.left {
    margin-left:-3px;
}
.tooltip.top {
    margin-top: -3px;
}
.tooltip.right {
    margin-left: 3px;
}
.tooltip.bottom {
    margin-top: 3px;
}
.tooltip.in {
    opacity:0.9;
    filter: alpha(opacity=90);
}
.tooltip {
    position:absolute;
    z-index:1030;
    display:block;
    visibility: visible;
    padding:5px;
    font-size:11px;
    font-weight:bold;
    opacity:0;
    filter: alpha(opacity=0);
}
.tooltip.left .tooltip-arrow {
    top:50%;
    right:0;
    margin-top:-5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #c00;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #c00;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #c00;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #c00;
}
.tooltip-arrow {
    position:absolute;
    width:0;
    height:0;
    border-color: transparent;
    border-style:solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: 5px 8px;
    color: #ffffff;
    font-family: Verdana, "HelveticaNeue", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    background-color: #c00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.large-parargraph-statement {
    color: #777;
    font-size: 15px;
    line-height: 25px;
}

.ad-book-background {
  background: url(/images/default/originals/201.png); 
  background-size: cover;
  width: 25px;
  height: 27px;
  position: relative;
  float: left;
}

.ad-book h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  transform: translate(-50%, -50%);
}

.ad-book h2 a {
  color: #FFFFFF;
  text-decoration: none;
  text-shadow:2px 2px 2px #000000;
}

.crm-icon-background {
  background: url(/images/default/originals/306.png); 
  background-size: cover;
  width: 25px;
  height: 25px;
  position: relative;
  float: left;
}

.ad-book-customer-icon-background {
  background: url(/images/default/originals/203.png); 
  background-size: cover;
  width: 25px;
  height: 25px;
  position: relative;
  float: left;
}

/*------------------------------------------------------------------
 
Layout: Pricing

------------------------------------------------------------------- */
#pricing-header {
  margin-top: 2em;
  margin-bottom: 3em;
  text-align: center;
}
#pricing-header h1 {
  margin-bottom: .65em;
  font-size: 60px;
  font-weight: 200;
  color: #000000;
}
#pricing-header h2 {
  color: #777;
  font-size: 24px;
  font-weight: 400;
 /* line-height: 22px; */
 margin: -20px 0 10px 0;
}

.muted {
  color: #999999;
}

/*------------------------------------------------------------------
 
List Styles

------------------------------------------------------------------- */

.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li,
.green_tick li {
	list-style: none;
	margin: 5px 0;
}

.check_list li {background: url(/images/icons/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list  li {background: url(/images/icons/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list  li {background: url(/images/icons/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list  li {background: url(/images/icons/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list  li {background: url(/images/icons/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list  li {background: url(/images/icons/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list  li {background: url(/images/icons/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list  li {background: url(/images/icons/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.green_tick  li {
	background: url(/images/icons/green_tick.png) no-repeat 0% 50%; 
	padding: 0 0 0 25px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
