/* MAIN STYLES */
BODY
{
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial,Helvetica,sans-serif;
	color: #23238e;
}

h1, h2
{
	font-family: Arial,Helvetica,sans-serif;
	color: #23238e;
	text-align: left;
}

h3, h4
{
	font-family: Arial,Helvetica,sans-serif;
	color: #23238e;
	margin-left: 20px;
}

h5, h6
{
	font-family: Arial,Helvetica,sans-serif;
	text-align: Left;
	margin-left: 35px;
}

P
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 32px;
	margin-right: 12px;
}
li
{
	font-family: Arial, Helvetica, sans-serif;
}
/*here below*/
a:link, a:active, a:visited
{
	color: #006699;
}
a:hover
{
	text-decoration: underline;
	color: #DD6900;
}
hr
{
	height: 0px;
	border: solid #000000 1px;
	border-top-width: 1px;
}

/* TABLE STYLES */
table.form_main
{
	background-color: #FFFFFF;
}
td.row_main
{
	background-color: #FFFFFF;
}

/* 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;
	background-color: transparent;
}

td.row1_1
{
	background-color: #006699;
}
td.row2_1
{
	background-color: #DEE3E7;
}
td.row3_1
{
	background-color: #D1D7DC;
}
.adminListingLeft_1
{
	color: #ffffff;
	background-color: transparent;
}

/* for alternating image listings */
td.image_row_0
{
	background-color: #D6D3EE;
}
td.image_row_1
{
	background-color: #FFFFFF;
}

/* for alternating search result listings */
td.search_row_0
{
	background-color: #D6D3EE;
}
td.search_row_1
{
	background-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;
}


/* TEXT STYLES */
.small
{
	font-size: 10px;
}

.required
{
	color: #FF0000;
	background-color: transparent;
}

.lightText
{
	color: #FFFFFF;
	background-color: transparent;
}


/* TEMPLATE EDITOR STYLES */
td.templateEditorHead
{
	background-color: #D6D3EE;
}
td.templateEditorNew
{
	background-color: #EEEEFF;
}







