.standard { padding-left: 10px; padding-right: 10px; font-size: 10pt; color: black; font-family: 'Arial'; }
.white { font-size: 9pt; color: white; font-family: 'Arial'; }
.black { font-size: 9pt; color: black; font-family: 'Arial'; }

A:link { font-size: 11pt; color: #2A2E9A; font-family: 'Arial'; text-decoration: none; font-weight: bold; }
A:visited { font-size: 11pt; color: #2A2E9A; font-family: 'Arial'; text-decoration: none; font-weight: bold; }
A:active { font-size: 11pt; color: #2A2E9A; font-family: 'Arial'; text-decoration: none; font-weight: bold; }
A:hover { font-size: 11pt; color:#FF7D1D; font-family: 'Arial'; text-decoration: none; font-weight: bold; }

h1           { color: #474D65; font-family: arial, helvetica, verdana; font-size: 18pt; font-weight: bold;               text-align: none }
h2           { color: #474D65; font-family: arial, helvetica, verdana; font-size: 16pt; font-weight: bold;               text-align: none }
h3           { color: #474D65; font-family: arial, helvetica, verdana; font-size: 13pt; font-weight: bold;               text-align: none }
h4           { color: #474D65; font-family: arial, helvetica, verdana; font-size: 12pt; font-weight: bold;               text-align: none }
h5           { color: #474D65; font-family: arial, helvetica, verdana; font-size: 10pt; font-weight: normal;               text-align: none }
h6           { color: #474D65; font-family: arial, helvetica, verdana; font-size: 8pt; font-weight: normal;               text-align: none }
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;
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; color : #ffffff;}

.required {
color: #FF0000;
background-color : transparent;
}

.lightText {
color: #FFFFFF;
background-color : transparent;
}

tr, td, th {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
/* TEMPLATE EDITOR STYLES */
td.templateEditorHead	{ background-color: #D6D3EE; }
td.templateEditorNew	{ background-color: #EEEEFF; }

