/* This Css controls most all the Fonts for the application except the admin part, there's a separate css file : adminstyle.css that controls the fonts for the admin system . */
<!--

/* Main Application Fonts and font colors*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.mainTitle {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	letter-spacing: 1.5px;
}

a:link {
	COLOR: #0000FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a:visited {
	COLOR: #0000FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a:hover {
	COLOR: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

.searchTable {
	border: 1px solid #808080;
	background-color: #eeeeee;
}
.adminbar {
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:3px;
	background-color: #eeeeee;
}
.adList {
	border: 1px solid #fafafa;
}
.dateLine {
	border-bottom:solid;
	border-bottom-color:#cccccc;
	border-bottom-width:2px;
	background-color: #eeeeee;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	width: 90%; 
	text-align: left;
	margin-top: 5px;
	padding-left: 10px;
}

/* Format for the PIC/IMG/Video Tags */

.listpic {
color:#FF0000;
font-weight: bold;
}

/* Flag Buttons */

a.flag:link, a.flag:visited, a.flag:hover{
	font: small-caption;
	padding: 1px;
	background-color: #fafafa;
	color: #000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a.flag:link, a.flag:visited {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a.flag:hover {
	background-color:#ffffff;
	border-bottom: 2px solid #cecece;
	border-top: 2px solid #8a8a8a;
	border-right: 1px solid #cecece;
	border-left: 1px solid #8a8a8a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.managepreactive{
	background-color:#D3A950;
}

.manageactive{
	background-color:#99ff99;
}

.managefeatured{
	background-color:#e6ccff;
	/*border-color:#6633cc;
	border-width: 2px;
	border-style:solid;*/
}




-->
