

body {
	margin:0px;
	font-family:arial;
	font-size:10pt;
	background-color:#FFFFFF;
	color:#666;
}

td {
	font-size:10pt;
}

form {
	margin:0px;
}

img {
	border:0px;
	vertical-align:middle;
}


#content {
	text-align:left;
	padding:10px 0px 10px 0px;
	border-right:1px solid #DDD;
	border-left:1px solid #DDD;

}

a:active {
	color:#990000;
}

a {
	color:#990000;
	text-decoration:none;
}

a:link {
	color:#990000;
}


a:hover {
	color:#FF8000;
}

.required {
	color:#990000;
	font-weight:bold;
}

/* page styles ---------------*/

hr {
	color: #fff; 
	background-color: #fff;
	border: 1px dotted #CC0000;
	border-style: none none dotted; 
	margin: 3px 0px 8px 0px;
}


h2 {
	color:#800000;
	font-size:14pt;
	font-family:tahoma;
	letter-spacing:3px;
	font-weight:normal;
	margin-bottom:10px;
}

h4 {
	color:#800000;
	font-size:15pt;
	font-family:arial narrow, tahoma;
	letter-spacing:1px;
	font-weight:normal;
	margin-bottom:7px;	
}

h4 .grey {
	color:#808080;
}

h5 {
	color:#808080;
	font-size:12pt;
	font-family:arial narrow, tahoma;
	letter-spacing:1px;
	font-weight:normal;
	margin-bottom:5px;	
}

/* navigation ------------- */
#topnav {
	width:100%;
	color:#FFF;
	padding-top:10px;
	font-size:10pt;
	font-family:tahoma;
}

#topnav a {
	margin-right:20px;
	margin-left:10px;
	color:#FFF;
	text-decoration:none;

	font-size:14px;
}


#subnav {
	padding-left:20px;
	padding-top:5px;
	background-color:#FFF;
	color:#800000;
	height:30px;
}

#subnav a {
	padding: 0px 10px 0px 10px;
}

#footer {
 background-color:#DDD;
 text-align:center;
 color:#666;
 padding:5px 1px 5px; 1px;
 width:95%;
 margin:auto;
}


#footer a {
 color:#666;
 text-decoration:none;
}

#footer a:hover {
 color:#666;
 text-decoration:underline;
}


.gr {
	color:#666;
	text-decoration:none;
}

/* dropshadow ***************** */
.dropshadow{
	float:left;
	clear:left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	padding: 0px;
}
.dropshadowinnerboxthumb{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 0px solid #999999;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.dropshadowinnerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:1px;
	margin: 0px 0px 0px 0px;
}



/* Pricing ****************/
.tblPricing {
	border:1px solid #666;
	border-collapse:
	collapse;width:400px;
}

.tblPricing td {
	padding:2px;
}
.tblPricing thead td {
	font-weight:bold;
	text-align:center;
}
.tblPricing .delim {
	background-color:#CCC;
	font-weight:bold;
	color:#000;
	text-align:left;
}

.tblPricing tfoot td {
	font-weight:bold;
}

.divFrameList {
	overflow:auto;
	height:300px;
}



/* Reseller *****************/
.maintitle {
	border:1px solid #999;
	background-color:#EEE;
	padding:3px;
	color:#000;
	font-weight:bold;
}



/* admin data table ********/

.data {
	border-collapse:collapse;
	font-size:10pt;
	font-family:arial;
}
.data td {
	border: 1px solid #808080;
	font-size:9pt;
	font-family:arial;
	padding-right:2px;
	padding-left:3px;

}

.data thead {
	background-color: #FFFFCC;
	font-weight:bold;
}



/**** message */
.error {
	color:#990000;
	padding:20px;
}