/***********************************************************************************
	Default Formating - Retain Structure 

	You can change the values within but do not add additional elements 
	to each class or id.

***********************************************************************************/

html, body {
	background-color:#000000;
	margin:0px 0px 0px 0px;
	height: 100%;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ff6600;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ff6600;
	scrollbar-shadow-color: #ff6600;
	scrollbar-track-color: #000000;
}
.dlbg {
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(../images/dl-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 25px;
	color: #FF6600;
	font-weight: bold;
}

div#fullview {
	height:100%;
	position:absolute; 
}

/***********************************************************************************
	Formating for links
***********************************************************************************/

a {
	font-size:13px;
	text-decoration:underline;
	color: #ff6600;
}

a:hover{
	font-size:13px;
	text-decoration:underline;
	color: #ffffff;
}

a.navi {
	font-size:10px;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
}

a.navi:hover {
	font-size:10px;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	text-decoration:underline;
	color: #333333;
}


a.navi_service {
	font-size:12px;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
}

a.navi_service:hover {
	font-size:12px;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	color: #ff6600;
}

a.navi_gn {
	font-size:11px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	color: #ff6600;
}

a.navi_gn:hover {
	font-size:11px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	color: #ffffff;
}

a.navi_breadcrumbs {
	font-size:12px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration: underline;
	color: #ffffff;
}

a.navi_breadcrumbs:hover {
	font-size:12px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	color: #ff6600;
}
/***********************************************************************************
	Formating for content
***********************************************************************************/
div {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	color: #ffffff;
	text-align:left;
}

p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 12px;
	color: #ffffff;
	text-align:justify;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	color: #ff6600;
	text-align:justify;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 11px;
	color:#ff6600;
	text-align:left;
}

h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10px;
	color: #ffffff;
	text-align:justify;
}

h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
	color: #003366;
	text-align:justify;
}

ul, ol {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #ffffff;
	text-align:left;
}

img.box {
	padding: 10px 10px 7px 10px; 
}
/***********************************************************************************
	Formating for form fields
***********************************************************************************/

#form_h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding:0px 0px 0px 20px;
	font-weight:bold;
	width: 30%;
	color: #003366;
}

#form_h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding:0px 5px 0px 25px;
	color: #003366;
}

/***********************************************************************************
	Formating for template
***********************************************************************************/
#banner {
	vertical-align:bottom;
	height: 250px;      							/*insert the height of the banner here*/
	background-color: #ffffff;
	margin: 0px;
	background-image: url(../images/bgheader.gif);
	background-repeat: repeat-x;
	text-align:center
}

#main {
	vertical-align:top;
	height: auto;
	background-color: #333333;
}

#navigation {
	height: 41px;   							/*insert the height of the navigation bar here*/
	background-color: #333333;
	vertical-align:bottom;
	padding-bottom: 0px;
}

#footer {
	vertical-align:top;
	height: 20px;      							/*insert the height of the footer here*/
	background-color: #993300;
	text-align:center; 								/*position of copyright statements etc*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	padding: 10px 10px 10px 0px;
	vertical-align: bottom;
}

#bgrepeat {
	background-color:#FFFFFF;	
}

/***********************************************************************************
	Panel layouts (Index)
***********************************************************************************/
.panel_01{
	width: auto;
	padding: 10px 0px 10px 0px; 
	vertical-align:top;
	background-image:url(../images/line.gif);
	background-position: right;
	background-repeat:repeat-y;
	text-align:center;
}

.panel_02{
	width: 100%;
	padding: 0px 0px 0px 0px; 
	vertical-align:top;
	text-align:center;
	background-color:#333333;
}

.panel_03{
	width: auto;
	padding: 10px 0px 10px 0px; 
	vertical-align:top;
	background-image:url(../images/line.gif);
	background-repeat:repeat-y;
	text-align:left;
}

/***********************************************************************************
	Anything below is for unique styling. 
	Use only if necessay.
***********************************************************************************/

.top_area{
	vertical-align:top;
	height: 20px;
	background-color:#cccccc;	
}

.logo_area{
	vertical-align:top;
	height: 61px;
	background-color:#cccccc;	
}

.bgrepeat_01{
	vertical-align:top;
	height: 1px;
	background-color:#333333;	
}

.affiliate_area{
	vertical-align:top;
	height: 86px;
	background-color:#ffffff;	
	background-image: url(../images/antiants_rv_06.gif);
	background-repeat:no-repeat;
	background-position: right;
}

.content {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 20px;
	font-size: 11px;
	color: #333333;
	text-align:justify;
}

.horizontal {
	margin: 0px 0px 0px 0px;
	color: #ff6600;
	
}

.panel_04{
	width: 200px;
	vertical-align:top;
	text-align: center;
}

.panel_05{
	width: auto;
	padding: 5px 5px 5px 15px; 
	vertical-align:top;
	text-align:left;
	border-left: 1px solid #ffffff;
}

.panel_a{
	width: auto;
	padding: 10px 0px 10px 0px; 
	vertical-align:top;
	background-color:#FF9900;
	text-align:center;
}

.panel_b{
	width: 698px;
	padding: 0px 0px 0px 0px; 
	vertical-align:top;
	text-align:center;
	background-color:#FF9900;
}

.panel_c{
	width: auto;
	padding: 10px 0px 10px 0px; 
	vertical-align:top;
	background-color: #FF9900;
	text-align:left;
}

.form_title{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}

div.box_gn_top {
	padding: 5px 5px 5px 15px;
	background-color: #999999;
	width: 230px;
	font-weight: bold;
	color: #990000;
}

div.box_gn_bot {
	padding: 5px 5px 5px 15px;
	background-color:#666666;
	width: 230px;
}

.popupWindows {
	border: 5px solid #FF6600;
}
.tableColor {
	border: 0.05em dotted #3c3c3c;
	background-color:#3c3c3c;
}
