/* Blue STYLE SHEET
*/

a:link,a:active,a:visited { color : #000; }
a:hover		{ text-decoration: none; color : #000; }


.footer a 	{ text-decoration: underline; color : #ffffff; }
.footer a:link 	{ text-decoration: underline; color : #ffffff; }

.footer a:active	{ text-decoration: underline; color : #ffffff; }
.footer a:visited	{ text-decoration: underline; color : #ffffff; }

.footer a:hover	{ text-decoration: none; color : #ffffff; }

.footer a, .footer a:link, .footer a:visited {
	color: #fff;
	text-decoration: none;
        
}


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; }

/* TEMPLATE EDITOR STYLES */
td.templateEditorHead	{ background-color: #D6D3EE; }
td.templateEditorNew	{ background-color: #EEEEFF; }

.unnamed1 {  font-family: Verdana; font-size: 12px; color: #FFF;}

a:link.unnamed1,a:active.unnamed1,a:visited.unnamed1 { padding-left: 5px; font-size: 1.2em; color : #FFF; text-decoration: none;}
a:hover.unnamed1 {color: #666666;}

.navbg {
background-color: #0A1E83;
}

.menuheading{
color: #FFF;
background: url('images/subtitle_here_blue.jpg');
height: 29px;
height: 29px;
text-align: center;
width: 228px;
}

a:link.navmenulink,a:active.navmenulink,a:visited.navmenulink  {
width: 220px; 
height: 12px;
padding-left: 10px;
color: #FFF;
text-decoration: none;
}
a:hover.navmenulink {
color: #666;
}


