﻿/* New CCR Style */

/* ---- OVERALL DEFAULTS ---- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#F0F0F0;
}

/* ---- MAJOR PAGE SECTION ---- */

#container {
	width: 640px;
	margin: 10px auto;
}

#masthead {
	width: 100%;
}

#navigation {
    font-size:x-small;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
    width: 100%;
    background-color: black;
}

#content {
    width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.left
{
	width: 260px;
	float: left;	
}

.right
{
	width: 360px;
	float: right;
	padding-right: 5px;
}

.clear
{
	margin-top: 15px;
	width: 100%;
	clear:both;
}

#footer {
	text-align: center;
	clear: both;
	width: 100%;
}

/* ---- Masthead Styles ---- */

/* ---- Navigation Styles ---- */

#navigation ul {
    display: inline;
    text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 2px;
	border: 1px solid black;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	padding: 3px;
	border: 1px solid black;
}

#navigation a:hover {
	color: #343201;
	text-decoration: none;
	border: 1px solid black;
	background-color: white;
}

/* ---- Content Styles ---- */

P.splash{padding:14px 0px 0px 0px}
th {font-family:verdana,arial,sans-serif;font-size:13px;color:#FFFFFF;}

.main_page
{
	width:100%;
}

#content h4 {font-family:arial, sans-serif}
#content a:link {color:#990000}
#content a:visited {color:#990000}
#content a:hover {color:#990000}

.style1 {}

/* ---- DataEntry Styles ---- */

.dataentry
{

}

.dataentry table {
	
}

.dataentry tr {
	color:navy;
	border:none;
}

.dataentry th {
	color:Maroon;
}

.selected {
	background-color:#CCFFFF;
}

.dataentry a {
    text-decoration: none;
	padding: 3px;
	border: none;
}

.dataentry a:hover {
	color:blue;
	text-decoration: none;
	padding: 3px;
	border: none;
	font-weight:bolder;
}

/* ---- Footer Styles ---- */

#footer {
	font-size:xx-small;
}

#footer p {
	color: #808080;
	margin-top: 5px;
}

#footer a:link {color:#990000}
#footer a:visited {color:#990000}
#footer a:hover {color:#990000}
/*#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}

#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
*/


