/* enter news form
*/
.formheadings {
color: #ffffff;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: normal;
}

.formheadingssmall {
color: #ffffff;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-weight: normal;
}

.formbody{
/*background-color: #000000;*/
margin-left: 0;
margin-top: 0;
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, Sans-Serif;
}
/* news article title
*/
.newsarticletitle {
color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-weight: bold;
}

/* user details name title
*/
.userdetailstitle {
color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 20px;
font-weight: bold;
}

/* left navigation menu
*/
.leftnavmenuheadings {
	/*background-color: #000000;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #423c84;
	white-space: nowrap;
	font-weight: bold;
}

.leftnavmenuheadings a, .leftnavmenuheadingssel a{
	/*background-color: #000000;*/
	font-weight: normal;
	font-size: 11px;
	color: #423c84;
	text-decoration: none;
}

.leftnavmenuheadings a:hover, .leftnavmenuheadingssel a:hover{
	/*background-color: #000000;*/
	font-size: 11px;
	color: #423c84;
	text-decoration: underline;
}

.leftnavmenuheadingssel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #423c84;
	white-space: nowrap;
	font-weight: bold;
	/*background-color: #000000;*/
}

/* for subheadings
undereath page title see View Keywords
*/
.bodysmallcolored{
/*background-color: #000000;*/
margin-left: 0;
margin-top: 0;
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, Sans-Serif;
}

/*
to be similar to list links
see search_news_keyword
*/
.listlinks a { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color:#ffffff; 
}

.listlinks a:hover { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: normal;
text-decoration: underline;
}
.listlinks a:visited { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: normal;
color:#ffffff; 
}

/*
.listlinks a:visited { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-weight: normal;
color:#708090;  
}
*/
/*
up/down table arrow sorting links
see view_table_details.php
*/
.arrowlinks a { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #FFFFFF; 
}

.arrowlinks a:hover { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: normal;
text-decoration: underline;
color:#ffffff; 
}

/*
table options menu on view_table_details
*/
.tableoptionmenu a { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-weight: bold;
color:#ffffff; 
text-decoration: underline;
}

.tableoptionmenu a:hover { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
color:#ffffff;  
}

.tableoptionlinks a { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: normal;
color:#ffffff; 
text-decoration: none;
}

.tableoptionlinks a:hover { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: normal;
text-decoration: underline;
color:#ffffff;  
}

/* 
for view_news.php and view_product.php where option on top (such as year 2007) is selected
*/
.selectedoptionfont{
font-size: 12px;
color:#1795f7; 
font-family: Arial, Helvetica, Sans-Serif;
}

/*
class for data tables such as L2 and products
uses a special case for since IE doesn't support hover except in a tags


.datatable tr, td
{ behavior: url('css/IEFixes.htc');
}
  
.datatable tr:hover, tr.hover{
	background: #BEB2D8;

}
*/



/*
custom class for default font text
*/
.defaultfont{
font-size: 12px;
color:#000000; 
font-family: Arial, Helvetica, Sans-Serif;
}


td{
color: #000000;
font-size : 12px;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: normal;
}


li { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color:#ffffff;  
}

li a { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color:#ffffff; 
}
li a:link { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color:#ffffff; 
}

li a:visited { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color:#ffffff;   
}

li a:active { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

li a:hover { 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

