/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */
html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #efefef;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: .9em;
	line-height: 1.1;
}

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	width: 730px;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-weight: bold;
	color: #65A5E6;
	border-bottom:none;
}

.heading2 {
	font-family: Tahoma;
	font-size: 1.75em;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 1.5em
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}

.clientarealinks a {
	color: #555555;
}

#body-content
{
	width:90%;
	padding:2px;
}


/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

.header_seperator { clear: both; height: 8px; background: #dedede; color: #000; margin:2px 0 2px 0;}
.body_seperator { clear: both; height: 4px; background: #dedede; color: #000; margin:2px 0 2px 0;}
.section_seperator { 
	clear: both; height: 2px; color: #000; margin:2px 0 2px 0;
	border-bottom: dashed 1px #CCC;
}
.breadcrumb_seperator { clear: both; height: 1px; background: #dedede; color: #000; margin:2px 0 2px 0;}


form fieldset {
  clear: both; /* note that this clear causes inputs to break to left in ie5.x mac */
  border-color: #000;
  border-width: 1px 0 0 0;
  border-style: solid none none none; /* Just a line at the top */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0 0 0 0;
}

form fieldset.blank {
  clear: both; /* note that this clear causes inputs to break to left in ie5.x mac */
  border-color: #000;
  border-width: 0 0 0 0;
  border-style: none none none none; /* Just a line at the top */
  padding: 2px;        /* padding in fieldset support spotty in IE */
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 1.5em;
  padding: 4px 4px;
}


form.ContactUs {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;

/* Our text area is abt 950 px wide, so stay inside that max.
Otherwise calculate a larger than lable + padding + input + info-box
*/
	min-width: 650px;
	max-width: 680px;
	width: 820px; 
}

form.ContactUs  div
{
/*	width: 712px;   */
	clear: left;
	display: block;
	/* IE recommended fix for clearing floats */
	zoom: 1;
}

/* Setup label to left of input */
form.ContactUs div label.left 
{
	display:block; /* block float the labels to left column, set a width */
	float:left;
	margin:0 0 5px; /* set top margin same as form input - textarea etc. elements */
	padding:5px 10px;
	text-align:right;  /* Make lable appear next to input */
	width:140px; /* Increase of label wraps */
	font-weight: bold;
}

/* Setup inputs */
form.ContactUs div select, form.ZenCartInfo div textarea, form.ContactUs div input.inputText, form.ContactUs div input.inputPassword {
  width: 300px;
  margin: 0 0 0 0;
}

form.ContactInfo {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;

/* Our text area is abt 950 px wide, so stay inside that max.
Otherwise calculate a larger than lable + padding + input + info-box
*/
	min-width: 650px;
	max-width: 680px;
	width: 820px; 
}

form.ContactInfo  div
{
/*	width: 712px;   */
	clear: left;
	display: block;
	/* IE recommended fix for clearing floats */
	zoom: 1;
}

/* Setup label to left of input */
form.ContactInfo div label.left 
{
	display:block; /* block float the labels to left column, set a width */
	float:left;
	margin:0 0 5px; /* set top margin same as form input - textarea etc. elements */
	padding:5px 10px;
	text-align:right;  /* Make lable appear next to input */
	width:140px; /* Increase of label wraps */
	font-weight: bold;
}

/* Setup inputs */
form.ContactInfo div select, form.ZenCartInfo div textarea, form.ContactInfo div input.inputText, form.ContactInfo div input.inputPassword {
  width: 300px;
  margin: 0 0 0 0;
}


/* Used by jQuery validate plugin */
input.error { border: 1px dotted red; }
label.error { color: red; padding-left: .5em; vertical-align: top; } 

.warning {
	color:#F00;
}

.ReCaptchaDIV{
	clear:both;
	margin: 0 auto;
	width: 60%;
}


/* Buttons */
.buttons, .buttons_right { text-align: right; padding: 5px 5px 5px 0;}
.buttons_center {text-align:center; padding: 5px 5px 5px 0;}
.buttons_left {text-align:left; padding: 5px 5px 5px 0;}
.left_articles .buttons { float: right; height: 20px; }

.bluebutton, .bluebtnlong,.bluebtn  {
	padding: 1px 4px 1px 4px;
	color: #fff;
	text-decoration: none;
	background: #39c;
	font-size: .9em;
}
.bluebutton:hover, .bluebutton:focus,.bluebtnlong:hover,.bluebtnlong:focus,.bluebtn:hover,.bluebtn:focus 
{ 
	background:#CACACA; 
	color: #fff; 
}

.redshopsite, .reditalic{
	color:#9a0500;
	font-style: italic;
}

/* --------------------------------------------------------------
   HEADERS
-------------------------------------------------------------- */

h1 {
	display: block;
	background-color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
/*   height: 35px; */
	color: #2E6194;
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCC;
}

h1.noborder {
	border-bottom:none;
}

h2 {
	display: block;
	background-color: #FFF;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #CCC;
}
h2.noborder {
	border-bottom:none;
}
h3 {
	display: block;
	background-color: #FFF;
	font-size: 1.1em;
	color:#666;
	padding: 0;
	margin: 0 0 15px 0;
/* 	border-bottom:1px solid #666; */
}


/* --------------------------------------------------------------
   List Items
-------------------------------------------------------------- */
ul{padding:0 0 0 6px; margin: 0 0 0 2px;}
ol{padding:0 0 0 6px; margin: 0 0 0 2px;}
li{padding:0 0 0 2px; margin-left:10px; list-style:inherit}
li.disc {list-style-type: disc}
li.circle {list-style-type: circle}
li.square {list-style-type: square}
li.none {list-style-type: none}


/* --------------------------------------------------------------
   Client Area
-------------------------------------------------------------- */
.green
{
	color:#090;
	letter-spacing:1px;
}

.breadcrumb_seperator { clear: both; height: 1px; background: #dedede; color: #000; margin:2px 0 2px 0;}

#BreadCrumbBar
{
	margin-top: 7px;
	margin-right: 10px;
	font-size: .75em;
	color: #abcdef;
/*	text-shadow: #000000 2px 2px 2px; */
	background-color: #34251F;
}
#BreadCrumbBar
{
	float: left;
	margin-left: 15px;
}
.breadCrumb
{
	display: inline;
}

.breadcrumb{
	font: bold .8em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
}

.breadcrumb a{
	background: transparent url("/images/breadcrumbw.gif") no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
	color: navy;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.clientareatext {
	padding: 2px;
	margin: 2px 2px;
	font-size: 1.2 em;
	color:#000000;
	}
	
.center
{
	margin-left: auto;
	margin-right:auto;
}

.youtube
{
	text-align:center;
	border:none;
}

.centerblock
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

/* footer  */
#footer 
{
	clear:both; 
	padding: 20px 0 10px 0;
	text-align:center;
}
#nojavamenu
{
	clear:both; 
	padding: 20px 0 10px 0;
	text-align:left;
}

.textcontent{ 
	position: relative;
	width: 100%;
	margin: 0 0;
}


/* ********************************
Domain Renewals
********************************** */
input.domainext{ 
	width: 5em; 
	border: 1px;
	color: #000; 
	font-weight:normal;
	border-color:#336699;
	border-style:solid;
	border-width:1px;
}
select.domainext{
	background-color:#FFF;
	border: 1px;
	border-color:#336699;
	border-style:solid;
	height:1.7em;
	margin:0 0;
	padding:0;
	vertical-align:middle;
}
