BODY 
{
	background-color: #eee;
	background-image: URL(../images/Grad_bck.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
A {
	color : #000000;
	text-decoration : none;	
}
A:link {
	color : #333333;
	text-decoration : none;	
}
A:active {
	color : #333333;
	text-decoration : none;
}
A:hover {
	color: #333333;
	text-decoration : underline;	
}

/* INPUT and Entry Controls */

INPUT
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* Checkboxes and Radio buttons inheirit the above style - eliinate borders using noborder */
.noborder INPUT
{
	border-style: none;
}
.noborder
{
	border-style: none;
}
.input-highlight
{
	color: #f00;
	background-color: #ff9;
	border: 2px solid #f00;
}
SELECT
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 8pt;
}
TEXTAREA
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 8pt;
}
BUTTON
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 8pt;
}
.search-title 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #be0f34;
	padding: 2px 2px 2px 4px;
	border-left: #A2A2A2 1px solid;
	border-right: #A2A2A2 1px solid;
	border-top: #A2A2A2 1px solid;
}
.menu-link
{
	padding-bottom: 4px;
	font-weight: bold;
	color: #333;
	list-style: none;
	padding: 0px 10px;
	margin: 2px;
}
.menu-link A
{
	color: #333;
	text-decoration: none;
}
.menu-link A:hover
{
	color: #be0f34;
	text-decoration: none;
}
.menu-link LI
{
	margin: 0px;
	padding: 0px 15px;
}
.menu-link LI A
{
	padding-bottom: 0px;
	font-weight: normal;
	background: transparent url(../images/bullet_open.gif) no-repeat left center;
	text-decoration: none;
	display: block;
	padding-left: 17px;
}
.menu-link LI A:hover
{
	color: #be0f34;
	background: transparent url(../images/bullet_close_red.gif) no-repeat left center;
}
.menu-link-x LI A:hover
{
	background: transparent url(../images/bullet_close_brown.gif) no-repeat left center;
	background: transparent url(../images/bullet_close_extend.gif) no-repeat left center;
	background: transparent url(../images/bullet_close_outline.gif) no-repeat left center;
}
A.hot
{
	color: #be0f34;
	font-weight: bold;
}
.pc-link A
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.pc-link A:hover
{
	color: #be0f34;
}
.content-body 
{
	padding: 20px;
}
.content-footer 
{
	padding: 10px;
	color: #999;
}
.content-submenu
{
	padding: 20px 5px 0px 10px;
}
.content-submenu-footer
{
	padding: 0px 5px 10px 10px;
}
.main-nav-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #be0f34;	
	padding: 2px 2px 2px 4px;
}
.main-content-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #be0f34;	padding: 2px;
}


/* Form and List Styles */


.form-body
{
}
TABLE .form-body
{
	border: 2px solid #36c;
	background-color: #FBFDF5;
}
.form-title
{
	font-family: Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #666;
	letter-spacing: 4px;
}
.form-category
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background-color: #36c;
	padding-left: 5px;
}
.form-caption
{	
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-indent: 3px;
}
.form-caption-required
{	
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	text-indent: 3px;
	background-image: url(images/required.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 20; 
}
.form-entry
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.form-long-text
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	width: 400px;
	padding: 15px;
}
.form-links
{	
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}
.form-error
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #e00;
}
.form-scrollablelist
{
	overflow: auto;
}
#searchContainer
{
	background: transparent url(../images/searchContainer.jpg) no-repeat top left;
	line-height: 40px;
	margin-top: 20px;
}