body {
	position: relative;
  	background-color: #EEEEEE;
}

a { color: #666666;}
a:hover { color: #666666;}
a.thumbnail:hover { border-color: #666666; }

hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #EEEEEE;
}

/* iframe, object, embed{max-width: 100%;} */


/* Nav
-------------------------------------------------- */
.navbar .navbar-inner {
  background: #CC0000;
  border-bottom: 1px solid #FFFFFF;
  padding: 0px 0;
}

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover {
  color: #FFFFFF;
  background: transparent;
}

.navbar .nav > li > a {
  font-size: 12px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.navbar .nav > li > a:hover {
  color: #FFFFFF;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  color: #666666;
  background-color: transparent;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #FFFFFF;
  background-color: transparent;
  /* -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); */
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background-color: #FFFFFF;
  background-image: -moz-linear-gradient(top, #366180, #0077B3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#366180), to(#0077B3));
  background-image: -webkit-linear-gradient(top, #366180, #0077B3);
  background-image: -o-linear-gradient(top, #366180, #0077B3);
  background-image: linear-gradient(to bottom, #366180, #0077B3);
  background-repeat: repeat-x;
}


/* Brand
-------------------------------------------------- */

body > .navbar .brand {
    /*font-family: 'Pacifico', cursive;*/
    font-family: 'Open Sans', sans-serif;
  	padding-right: 0;
  	padding-left: 0;
  	font-size: 40px;
  	font-weight: bold;
    margin-left: 10px;
  	color: #000;
  	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  	text-decoration: none;
  	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}


/* Homepage Hero
-------------------------------------------------- */
.headingcta {
  background-color: #EEEEEE;
}

.headingcta h1 {
  font-size: 80px;
  line-height: 80px;
  text-shadow: 2px 3px 1px #444444;
  color: #FFFFFF;

}

.headingcta p.cta-text {
  color: #eeeeee;
  text-shadow: 1px 1px 1px #37647e;
}

/* Homepage Social Buttons
-------------------------------------------------- */

.homepage-social {
	padding: 15px 0;
	text-align: center;
	background-color: #888888;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 18px;
	text-decoration: none;
  	color: #FFFFFF;
}

.homepage-social-buttons {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
  	font-size: 24px;
}

.homepage-social-buttons li {
	display: inline-block;
  	padding: 0 0 0 0;
	font-size: 24px;
}

.homepage-social a {
  text-decoration: none;
  color: #FFFFFF;
}

.homepage-social a:hover {
  text-decoration: none;
  color: #EEEEEE; 
}

/* Homepage Content
-------------------------------------------------- */

.homepage-content {
	color: #333333;
  padding: 40px 0 0 0;
}

.homepage-content h1 {
	margin: 60px 0 10px;
	font-size: 60px;
	font-weight: 200;
	line-height: 1;
	letter-spacing: -1px;
}

.homepage-content .byline {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	color: #999;
}

.homepage-content img {
	display: block;
	margin: 0 auto 30px auto;
}

.homepage-content h2 {
	font-weight: 200;
	margin-bottom: 5px;
}

.homepage-content p {
	font-size: 16px;
	line-height: 1.5;
}

.examples img {
max-width: 100%;
margin: 0 auto;
}

.home-thumbs {
  text-align: center;
}


.input-large {
  padding: 9px 14px;
}

/* Faded out hr */
hr.soften {
  	height: 1px;
  	margin: 70px 0;
  	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  	border: 0;
}


/* Homepage Heading
-------------------------------------------------- */


.home {
	padding: 71px 0 0 0;
}

.home p {
	font-size: 40px;
	font-weight: 200;
	line-height: 1.25;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}


/* Inner Pages
-------------------------------------------------- */

#page-content {
  padding: 0px;
}

.page-header {
  padding-bottom: 0px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #DDDDDD;
}

.inner-header {
  padding: 75px 0 0 0;
  background: #666666; 
  border-bottom: 1px solid #666666; 
}

.inner-header h1 {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #37647e;
}


/* New gTLD
-------------------------------------------------- */

.new-gtld-header {
  padding: 0px;
  background: #2c4952; 
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #666666; 
}

.white-header {
  padding: 0px;
  border-top: 1px solid #FFFFFF;
  background: #FFFFFF; 
}

.nowlive {
  color:#FFFFFF;
  background-color: #5bb75b !important; 
}

.new-gtld-separator{
 position:relative;  
}

.new-gtld-separator .new-gtld-text{
  position:absolute;
  text-align: center;
  width: 100%;
  top:0px;
}
.new-gtld-separator .new-gtld-text h1{
  margin-bottom: .65em;
  font-size: 60px;
  font-weight: 200;
  color: #FFFFFF;
}
.new-gtld-separator .new-gtld-text h2{
  color: #DDDDDD;
  font-size: 24px;
  font-weight: 400;
 /* line-height: 22px; */
  margin: -30px 0 10px 0;
  
}


/* Sidebar
-------------------------------------------------- */
#sidebar {
  padding: 40px 0 0 0;
}

#sidebar-2 {
  padding: 0;
}

.widget {
  margin: 0 0 40px 0;
}

.widget h4 {
  border-bottom: 3px solid #DDDDDD;
  padding-bottom: 5px;
}

/* Portfolio
-------------------------------------------------- */
#portfolio-filter {
  margin: 0 0 15px 0;
  }

.thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius:0;
  background: #f5f5f5;
}

/* Blog
-------------------------------------------------- */
#blog-content {
  padding: 0 20px 0 0;
}

h3.post-title {
  margin: 10px 0 5px 0;
  line-height: 28px;
}

.blog-post .meta {
  padding: 0 0 10px 0;
}

.blog-post .span6 p {
  margin: 10px 0;
}

/*  Comments
 -------------------------------------------------- */

.comments-list {
  border-bottom: 1px dotted #ced8df;
  margin: 27px 0 45px;
  padding: 0 0 30px;
  overflow: hidden;
}

        .comment {
          border-top: 1px dotted #ced8df;
          list-style: none;
          margin: 30px 0 0;
          padding: 35px 0 0;
        }

        .comment:first-child {
          border-top: none;
          margin-top: 0;
          padding-top: 0;
        }

          .comment > article {
            margin: 0;
            overflow: hidden;
          }

            .comment .avatar {
              background: #fff;
              margin: 0 0 5px 0;
              position: relative;
              width: 70px;
              z-index: 1;
            }

            .comment .comment-meta { margin-bottom: 0; }

              .comment .author, .comment .author a {
                color: #54555a;
                margin: 0;
              }

              .comment .author .comment-reply-link { font-size: 11px; }

              .comment .date, .comment .date a {
                color: #adb3b8;
                font-style: italic;
                margin: 1px 0 5px;
              }

                .comment .author a:hover, .comment .date a:hover { color: #f15a23; }

          .comment .children {
            margin: 0;
            padding: 30px 0 0 70px;
            position: relative;
          }

.comment .children .comment {
  border-top: 1px dotted #ced8df;
  margin: 30px 0 0;
  padding: 35px 0 0;
  position: relative;
}

.comment .children .comment:first-child { margin-top: 0; }


.comments-form .input-block {
  float: left;
  margin: 0 30px 20px 0;
}

/* Elements
-------------------------------------------------- */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #3c6e91;
}


/* Landing Page
-------------------------------------------------- */

.box {
    background:#fff;
    box-shadow:none;
    border:1px solid #ddd;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:30px 80px 60px 80px;
    margin-top:15px;
    margin-bottom:60px;
    text-align: left;
}

.drop-shadow {
   position:relative;
}

.drop-shadow:before,
.drop-shadow:after {
   content:"";
   position:absolute;
   z-index:-1;
    bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   box-shadow:0 15px 15px rgba(0, 0, 0, 0.7);
   -webkit-transform:rotate(-2deg);
   -moz-transform:rotate(-2deg);
   -o-transform:rotate(-2deg);
   transform:rotate(-2deg);
}

.drop-shadow:after{
   right:10px;
   left:auto;
   -webkit-transform:rotate(2deg);
   -moz-transform:rotate(2deg);
   -o-transform:rotate(2deg);
   transform:rotate(2deg);
}

/* Footer
-------------------------------------------------- */

.footer {
	padding: 30px 0;
	margin-top: 70px;
	color: #666666;
  background-color: #EEEEEE;
  border-top: 4px solid #CC0000;
  border-bottom: 4px solid #CC0000;
}

.footer p {
	margin-bottom: 10px;
	color: #666666;
}

.footer-links {
  width: 49%;
  display: inline-block;
}

.footer .icon-large {
  font-size: 22px;
  text-align: center;
  padding-right: 4px;
}

.footer h3 {
  font-size: 22px;
  line-height: 31.5px;
}

.footer li {
  border-bottom: 1px solid #666666;
  padding: 5px 0;
  margin-right: 30px;
}

.footer-social {
  font-size: 50px;
  margin: 30px 0 0 0;
}

.footer-social a{
  color: #666666;
  text-decoration: none;
}

.footer-social a:hover{
  color: #CC0000;
  text-decoration: none;
}

/* Sidenav Inner page
-------------------------------------------------- */

/* prevent column from collapsing when affixing */
.span3 {
  min-height: 1px;
}

.inner-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.inner-sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.inner-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.inner-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.inner-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.inner-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.inner-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.inner-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.inner-sidenav .active .icon-chevron-right,
.inner-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.inner-sidenav.affix {
  top: 40px;
}
.inner-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .inner-container {
    max-width: 970px;
  }
  .inner-sidenav {
    width: 258px;
  }
  .inner-header {
  padding: 75px 0 0 0;
  }
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .inner-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }
  
  .inner-header {
  padding: 75px 0 0 0;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  .home {
    padding: 20px 0 0 0;
  }
  
  .headingcta {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  
  .headingcta h1 {
    font-size: 60px;
  }

  p.cta-text {
    font-size: 20px;
  }

  /* Adjust sidenav width */
  .inner-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .inner-sidenav.affix {
    top: 0;
  }
  
}

/* Tablet
------------------------- */
@media (max-width: 768px) {
  /* Remove any padding from the body */
 body {
    padding-top: 0;
  }

.headingcta {
    padding: 0px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
  /*  margin-right: -20px;
    margin-left:  -20px;*/
  }

.headingcta h1 {
    font-size: 60px;
    text-align: center;
  }

.home p {
  text-align: center;
}

.inner-header {
  	padding: 5px 0px;
  	margin-top: -20px; /* Offset bottom margin on .navbar */
  }

.headingcta p,
.headingcta .btn {
    font-size: 24px;
  }

.homepage-content .span4 {
    margin-bottom: 40px;
  }

.box {
        padding:15px;
    }

.homepage-social {
    /*margin: 0 -20px;*/
  }

.show-grid [class*="span"] {
    margin-bottom: 5px;
  }

.footer {
   /* margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;*/
  }

.footer p {
    margin-bottom: 9px;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
body {
    padding-top: 0;
  }

  /* Change up some type stuff */
h2 small {
    display: block;
  }

.headingcta h1 {
    font-size: 60px;
  }
.headingcta p,
.headingcta .btn {
    font-size: 20px;
  }
.headingcta .btn {
    display: block;
    margin: 0 auto;
  }

 .subhead h1,
 .subhead p {
    text-align: center;
  }
  
.homepage-content h1 {
    font-size: 40px;
  }
  
 .inner-header {
  	padding: 0px;
  	margin-top: -20px; /* Offset bottom margin on .navbar */
	/*padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
    margin-right: -20px;*/
  }

.example-sites {
    margin-left: 0;
  }
.example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
.example-sites .thumbnail > img {
    max-width: 270px;
  }

table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

 
.footer .pull-right {
    float: none;
  }
}






/*! Makes the dropdown menus appear when hovering */

.sidebar-nav {
    padding: 9px 0;
	margin-right: 15px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}



/* HELP */

.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;
    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: 12px;
}

.helpmenuitemoff {
    color: #666666;
	cursor: pointer;
    height: 28px;
    background: url(/images/help/menu_li_background.png) no-repeat;
    font-size: 12px;
}

.helpmenulist {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}


/* DOMAINS */

.domain_red
{
    font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
    BACKGROUND-COLOR: #CC0000;
	padding: 10px;
}

.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;
}

.domain_table_grey
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    LINE-HEIGHT: 1.6;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #666666
}

.texttext
{
    FONT-SIZE: 11px;
    LINE-HEIGHT: 1.8;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	color:#000000;
}

.table_top
{
	PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    LINE-HEIGHT: 1.8;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #CC0000;
}

.table_white
{
	PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-SIZE: 11px;
    LINE-HEIGHT: 1.8;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
}



/* Accordion */

.accordion-group {
  margin-bottom: 3px;
  border: none;
}
.accordion-group .accordion-heading {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444444;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-color: #eeeeee #eeeeee #c8c8c8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-group .accordion-heading a {
  color: #444444;
  font-size: 13px;
  font-weight: 600;
}
.accordion-group .accordion-heading a:hover {
  text-decoration: none;
}
.accordion-group.open .accordion-heading {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8ab15a;
  background-image: -moz-linear-gradient(top, #94ba65, #7ba349);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#94ba65), to(#7ba349));
  background-image: -webkit-linear-gradient(top, #94ba65, #7ba349);
  background-image: -o-linear-gradient(top, #94ba65, #7ba349);
  background-image: linear-gradient(to bottom, #94ba65, #7ba349);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff94ba65', endColorstr='#ff7ba349', GradientType=0);
  border-color: #7ba349 #7ba349 #536e31;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #608039;
}
.accordion-group.open .accordion-heading a {
  color: #ffffff;
}


/* 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,
.award_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: 12px;
	font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}



/* Special grid styles
-------------------------------------------------- */

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #666666;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}
.show-grid:hover [class*="span"] {
  background: #FF0000;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
  background-color: #666666;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
  background-color: #666666;
}



.centered
{
    text-align:center !important;
}
.right-aligned
{
    text-align:right !important;
}
.left-aligned
{
    text-align:left !important;
}


.invoicing-home-content p {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	line-height: 1.8;
	margin-bottom: 24px;
	font-size: 1.167em;
	word-spacing: -1px;
}

/* LEASED LINE BUTTON EXPERIMENT */

	#leased-line-button {
		text-align: center;
		padding: 0 0 20px 0;
	}
	
	#leased-line-button ul {
		padding:0;
		margin-left:0;
	}
	
	#leased-line-button ul li {
		display: inline-table;
		position:relative;
		margin: 10px 3px 0 3px;
		text-align: center;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #EEEEEE;
	}
	
	#leased-line-button ul li:first-child {
		margin-left:0;
	}
	
	#leased-line-button ul li:last-child {
		margin-right:0;
	}
		
	#leased-line-button ul li:hover {
		background: #CC0000;		
	}
	
	#leased-line-button ul li:active {
		background: url('/images/transparant-10.png') repeat top left;
	}
	
	#leased-line-button ul li a {
		position:relative;
		padding: 10px 24px 4px;
		display: block;
		white-space: nowrap;
		color: #666666;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
	#leased-line-button ul li a:hover {
		color: #FFFFFF;
		text-decoration:none;
	}
	
	#leased-line-button ul li a span {
		display: block;
		margin-top: 5px;
		font-size:12px;
	}
	

/* Breadcrumbs */

.signup-breadcrumb 
{
	font: 11px Arial, Helvetica, sans-serif;
	background-image: url('/images/signup-breadcrumb/bc_bg.gif');
	background-repeat:repeat-x;
	height:30px;
	line-height:30px;
	color:#888;
	border:solid 1px #cacaca;
	width:100%;
	overflow:hidden;
	margin:0px auto;
	padding:0px;
	border-radius:3px;
}

.signup-breadcrumb li
{
	list-style-type: none;
	float: left;
	padding-left: 10px;
	display: inline-block;
	cursor: default;
}

.signup-breadcrumb a 
{
    height:30px;
	display: inline-block;
	background-image: url('/images/signup-breadcrumb/bc_separator.gif');
	background-repeat:no-repeat; 
	background-position:right;
	padding-right: 15px;
	text-decoration: none;
	color:#333333;
	outline:none;
}

.signup-breadcrumb a:hover
{
	color: #35acc5;
}


/*-- Destination Pull-Down --*/

.destination-pull {

}
.destination-pull ul {
  margin: 0;
  list-style: none;
}
.destination-pull ul li {
  margin: 0;
  text-align: left;
  
}
.destination-pull ul li:last-child {
  border-bottom: none;
}


/*-- Accordian Panel --*/

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #FFFFFF;
  background-color: #CC0000;
  border-color: #FFFFFF;
}

.panel-heading a {
    color: #FFFFFF;
}
.panel-heading a:hover {
    color: #FFFFFF;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}


.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;
}

.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;
}


.domain_name_basket {
    border: 1px solid #099DB7;
    background-color: #eee;
    position: fixed;
    right: 20%;
    top: 5%;
    z-index: 9999;
    border-radius: 2px;
    padding: 1%;
    min-width: 250px;
    max-width: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#domain_count {
    color: #df0101;
    font-weight: 700;
    font-size: 1.5em;
    padding: 5px;
    font-family: Arial,Helvetica,sans-serif;
    border-radius: 1em;
    position: relative;
    left: -40px;
}

#domain_name_list {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 250px;
}

table.bank_account_table {
    border-collapse: collapse;
}

table.bank_account_table input {
    width: 10px;
    margin-left: -1px;
}
