/****************************************************************** 

   The following stylesheet elements allow you to control fonts,
   colors, and spacing in the Instant Reseller System 

******************************************************************/


/* controls basic properties of the entire document */
body { 
	background-color: #CCCCCC; 
	text-color: #000000; 
	color: #000000; 
}


/* a.shead controls look of important links on the site */
a.shead { 
	font-family: Verdana,Arial,Helvetica; 
	font-weight: 800; 
	font-color: #009900; 
	color: #009900; 
	font-size: 10pt;
}


/* a.visited controls links that were already visted */
a.visted { color:#F9C100; }


/* .stext controls text that is at the header of sections */
.stext { 
	font-family: Verdana,Arial,Helvetica; 
	font-weight:400; 
	font-color: #000000; 
	font-size: 10pt; 
	color : #000000;
}


/* .pagetitle controls the look of page titles */
.pagetitle { 
	clear: left; 
	color: #0033CC; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 25pt; 
	font-variant: normal;
	font-weight: 800; 
	page-break-after: always; 
	position: static; 
	text-align: left; 
}


/* .functiontext controls text that describes functions */
.functiontext { 
	font-family: Verdana,Arial,Helvetica; 
	font-weight:800; 
	font-color:#000000; 
	font-size: 14pt; 
	color: #000000; 
}


/* .fieldtext controls text in fields */
.fieldtxt { 
	font-family: Verdana,Arial,Helvetica; 
	font-weight:600; 
	font-color: #000000 
	font-size: 10pt; 
}


/* .notavailable controls text for domains that aren't available */
.notavailable { color: #AAAAAA; }


/* .available controls text for domains that are available */
.available { color: #663300; }


/* .domain controls text for domains */
.domain { color: #000000; }


/* .error controls text for errors */
.error { 
	color: #FF0000; 
	font-weight: 800; 
}


