body {
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 70%;
	margin-left:0px;
	margin-right:0px;
	min-width: 765px;
	}	

td, th { font-family: Verdana, Arial, Helvetica, sans-serif; }

input, textarea {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
}

input.box {
    margin: 3px 0;
    padding: 2px 2px 1px 2px;
}

input.text-short {
    width: 175px;
}

input.button {
    width: 100px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

form fieldset {
  border-color: #999999;
  background-color: #E5EAF1;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 10;
}

form fieldset legend {
	padding: 3px;
	border: 1px solid #999999;
	color: #555555;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

.registrationForm {
 	width: 600px; 
}


.registrationForm label {
	display: block;
	float: left; 
	width: 180px; 
}


label { 
	display: inline;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	margin-bottom:5px; /* set top margin same as form input - textarea etc. elements */
	
}

input, textarea, select, submit {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin-bottom:5px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	font-size: .9em;
	color: #333333;
}

textarea { overflow: auto; }

form small {
	color: #666666;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

strong { color: #336699}



h4, h5 {
	font-size: 1em;
	color: #003366;
	line-height: normal;
	margin: auto 0px 5px;
}
a h1 {
	text-decoration:none;
}
h1 {
	color: #003366;
	font-size: 1.5em;
	line-height: normal;
	margin: 20px 0px 0px;
}
h2 {
	color: #336699;
	font-size: 1.3em;
	line-height: normal;
	margin: 0px 0px 5px;
}
h3 {	
	font-size: 1em;
	color: #666666;
	line-height: normal;
	margin: auto 0px 5px;
}
.testimonialBox {
	background-color: #E5EAF1; 
	border: #336699; 
	border-style: dashed;
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin;
}

a:link { color: #336699; }
a:visited {	color: #336699;	}
a:hover {	}

.table1{ background-color: #666666; }

.td0 { background-color: #FFFFFF;	}	
.td1, h1#pageHeading { font-weight: bold; color: #FFFFFF; background-color: #003366; }
.td2 { font-weight: bold; color: #FFFFFF; background-color: #666666; }
.td3 { font-weight: bold; background-color: #CCD6E3; }
.td5 { color: #FFFFFF; background-color: #003366; }
.divider { background-color: #FFFFFF; }

.errorMsg {
	font-weight: bold;
	color: #990000;
}
.tableHeader{ background-color: #E5EAF1; }
.tableData { background-color: #FFFFFF; font-size: 0.8em;}

.message {
	font-weight: bold;
	color: #003366;
	margin: 10px;
	padding: 3px;
	border: #336699; 
	border-style: dashed;
	border-width: thin; 
}

.comment {
	margin-bottom: 0.5em;
	padding:10px;
	overflow: auto;
}

.client {
	background-color: #E5EAF1;
}

.blitz {
	background-color: #EEEEEE;
}


.full {
	width: 100%;
}

	
#contentHeader {
	background-color:#FFFFFF;
	padding:10px;
	margin: 0px;
	border-bottom: 1px solid #336699; 
	}
	
#content {
	background-color:#FFFFFF;
	padding:10px;
	margin: 0px;
}
	
#footer { 
	background-color: #003366; 
	color: FFFFFF; 
	padding: 5px;	
	}
	
#subFooter { background-color: #FFFFFF; padding: 5px;	}

#footer a:link, .footer a:visited {
	color: FFFFFF; 
	text-decoration: none;
}

#formArea {
	background-color:#D9E0EA;
	padding:10px;
}

#header h1 {
	margin: 0px;
}

#header {
	padding-right:10px;
	height: 70px;
	background-color:#FFFFFF;
	background-image: url(/blitz/images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
#subHeader h1 {
	margin-top:30px;
	margin-bottom:10px;
}

#subHeader{
	padding:10px;
	height: 50px;
	background-color:#FFFFFF;
	background-image: url(/blitz/images/home_header2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px solid #336699; 
}



#menu {
}


#menu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #003366;
	float: left;
	width: 100%;
}

#menu ul a { 
	display: block;
	text-decoration: none;
	padding: 0.4em 1em;
	border-right: 1px solid;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #336699;
}

#menu ul li {
	float: left;
}


#menu ul li ul, #menu ul ul li {
	width: 14em;
}


#menu ul ul li a {
	font-weight: normal;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

#menu ul li ul {
	position: absolute;
	display: none;
	background-color: #EEEEEE;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	list-style: none;
	margin-left: -1px;

}


#supportTicket, #supportTicketForms {
	position: relative;
}



#supportTicketComments, #supportTicketCommentForm {
	margin-right: 320px;
	overflow: hidden;
}

#supportTicketInfo, #supportTicketCloseForm {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
}

.supportTicketModule {
	background-color: #EEEEEE;
	margin:5px;
	padding:10px;
}


#registrationForm {
	width: 600px; 
}

.siteBillingBox, .contactBoxAdmin {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;	
	background-color: #EEEEEE;

}

.supportTicketBox {
margin: 1em 0;
}
.clear {
	clear:both;
	height:0px;
	line-height: 0;
	font-size: px; /*for IE*/
}	

.fieldData {

}
.fieldName {
	font-weight: bold;

}

#contentContainer {

}

#contentLeftBox {
	margin-right: 250px;
	padding: 10px;
}

#contentRightBox {
	float: right;
	width: 230px;
	padding: 10px;
	background-color: #E5EAF1;

}

.floatLeft {
float: left;
}

.floatRight {
float: right;
}


.hidden { display:none; }



body {
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 75%;
	margin-left:0px;
	margin-right:0px;
	}	

td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; }
strong { color: #336699}
h4, h5 {
	color: #003366;
	line-height: normal;
	margin: auto 0px 5px;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
}
h1 {
	color: #003366;
	font-size: 150%;
	line-height: normal;
	margin: auto 0px 5px;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
}
h2 {
	color: #336699;
	font-size: 130%;
	line-height: normal;
	margin: auto 0px 5px;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
}
h3 {
	color: #444444;
	font-size: 110%;
	line-height: normal;
	margin: auto 0px 5px;
  font-family: Verdana, Helvetica, sans-serif; 
}
blockquote {
	background-color: #CCCC99; 
	border: #666666; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin;
	}
a:link { color: #003366; }
a:visited {	color: #336699;	}
a:hover {	color: #336699;	}

.table1{ background-color: #666666; }

.td1 { font-weight: bold; color: #FFFFFF;	background-color: #003366; }
.td2 { font-weight: bold;	color: #FFFFFF; background-color: #666666; }
.td3 { color: #000000; background-color: #E5EAF1; }

.topheader { font-size: 60%; font-weight: bold; color: #FFFFCC; background-color: #666666; }
.subheader { font-size: 80%; font-weight: bold; color: #FFFFCC; background-color: #336699; }

.sideNav a:link { text-decoration: none;  color: #003366; }
.sideNav a:visited { text-decoration: none;  color: #003366; }	
.sideNavOver a { text-decoration: none; color: #003366; }
.sideNav { background-color: #D9E0EA; font-weight: bold; font-size: 75%; text-decoration: none; }
.sideNavOver {  background-color: #FFFFFF; font-weight: bold; font-size: 75%; text-decoration: none; }

.topNav a:link { text-decoration: none;  color: #FFFFFF; }
.topNav a:visited { text-decoration: none;  color: #FFFFFF; }	
.topNavOver a:link { text-decoration: none;  color: #FFFFFF; }
.topNavOver a:visited { text-decoration: none;  color: #FFFFFF; }
.topNav { background-color: #003366;  color: #FFFFFF; font-size: 75%; text-decoration: none; }
.topNavOver {  background-color: #336699; color: #FFFFFF; font-size: 75%; text-decoration: none; }
.topNav_divider { background-color: #FFFFFF; } 

.sidebar { background-color: #D9E0EA; font-size: 60%; }
.footer {	background-color: #003366; font-size: 60%; color: FFFFFF;	}

.divider { background-color: #003366; } 

.content { background-color: #FFFFFF; }
.contentLeft { background-color: #FFFFFF;	}
.contentRight {	background-color: #EEEEEE; border-style: solid;	border-width:1px;	border-color:#333333;	}
.contentHeader { font-weight: bold; }

.tableBG0 { background-color: #000000; }
.tableBG1 { background-color: #FFFFFF; }
.tableBG2 { background-color: #E5EAF1; }
.tableBG3 {	background-color: #D9E0EA; }
.tableBG4 {	background-color: #336699; }
.tableBG5 { background-color: #003366; }

.tableHeader { background-color: #EEEEEE; }
.tableData { background-color: #FFFFFF; font-size: 65%;}

.errorMsg {
	font-weight: bold;
	color: #CC0000;
}

.message {
	font-weight: bold;
	color: #CC0000;
}
