/* Generic styling */
body		{	background-color: #ffffff;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #333333;
			cursor: help; }

hr		{	color: #000000;
			height: 1px; }

h1, h2, h3, h4, h5, h6, legend
		{	font-family: Georgia, "New York", Times, serif;
			font-weight: bold; 
			color: #7dc421; }

h1.Title	
		{	font-size: 16px;
			background-image: url(/files/images/template/h1_title.gif);
			background-position: bottom left;
			background-repeat: no-repeat;}

h2		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 14px;
			color: #f0b20c; }

h3		{	font-size: 12px;
			color: #333333;}

h4, h5, h6	{	font-size: 10px; }


sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

td		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }


/* Generic styles for content cells */
td.Content
		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			color: #666666; }

#Footer	td	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
				font-size: 10px;
				color: #999999;
				background-color: #e6e6e6; }

#Bread		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px; }

.Border		{	border-top: solid #000000 5px;
				border-bottom: sold #ffffff 2px; }

/* For data tables */
table.Data	{	border-collapse: collapse;
			border: 1px solid #a0c840;
			background-color: #ffffff; }

table.Data td	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			border-bottom: 1px solid #a0c840;
			border-left:  1px solid #a0c840; }

table.Data th, table.Data td.asTH
		{	background-color: #a0c840;
			color: #ffffff;
			font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			border-left:  1px solid #ffffff; }

#TopBanner
		{	background-image: url(/files/images/template/bg_banner.gif);
			background-position: top left;
			background-repeat: repeat-x; }
			
			
/* For application errors */
.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(/files/images/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat;
			color: #000000; }


/* Navigation Styles */


#SubNav 	{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
				font-size: 11px;
				color: #ffffff; }

/* All content links, or unstyled links */
a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #f0b20c; }

a:hover		{	color: #7ac61b; }


/* Sub-navigation Links */
#SubNav a:link, #SubNav a:visited, #SubNav a:hover, #SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	display: block;
			text-decoration: none;
			background-color: #7ac61b;
			color: #ffffff; }

#SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	background-color: #f0b20c; }

#SubNav a:hover, #SubNav a.Sel:hover
		{	background-color: #f0b20c; }


/* Footer Links */
		
#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #ffa200; }

#Footer a:hover	{	text-decoration: none;
					color: #666666; }

/* Breadcrumb Links */
#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: ffa200; }

#Bread a:hover	{	text-decoration: none;
					color: #666666; }
