
/* MAIN STYLES */
BODY.admin {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial;
	background-color: #FFFFFF;
}



h1, h2 {
	font-family: Arial;
	text-align: left;
}

h3, h4 {
	font-family: Arial;
}

h5, h6 {
	font-family: Arial;
	text-align: Left;
}

P {
	font-family: Arial;
}
li {
	font-family: Arial;
}
tr, td, th {
	font-family: Arial;
}

TD   {font-family:Arial; font-size: 12px;}
.style3 {color: #FFFFFF}
.style4 {color: #FFFFFF; font-size: 10px;}
a:hover		{ text-decoration: underline; color : #DD6900; }
hr { height: 0px; color: #CCCCCC}

/* TABLE STYLES Main Page Color*/
table.form_main { background-color: #FFFFFF; }
td.form_main { background-color: #FFFFFF; }
/* NEW TABLE STYLE FOR Vertical Layout Control Secondary Layout Color(Light Blue)*/
table.color2_layout { background-color: #a6b3cf; }
td.color2_layout { background-color: #a6b3cf; }

/* for alternating listings in the admin area*/
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
color: #FFFFFF;


/* FORM STYLES */
INPUT, select, textarea, text {
border: 1px #006699 groove;
background-color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #000000;
border-color: #000000;
border-style: solid;
}


.required {
color: #FF0000;
background-color : transparent;
}


/* TEMPLATE EDITOR STYLES */
td.templateEditorHead	{ background-color: #D6D3EE; }
td.templateEditorNew	{ background-color: #EEEEFF; }

.copy   {font-family:Arial; font-size:10px; color:5067AF; text-decoration:none; }
.terms   {font-family:Arial; font-size:10px; color:5067AF; text-decoration:none; }



