/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ff9414;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ff9414;
	}
.infoBack {
	background-color: #DAE37F;
	background-image: url(images/infoBackGreen.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.mainTableBack {
	background-color: #FFFFFF;
	background-image: url(images/greyBack.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.BottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7BC42;
}
.Text12px {
	 FONT-SIZE: 12px;
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.Text11px {
	 FONT-SIZE: 11px;
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BG-tile {
	background-image: url(images/bg-tile-main.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #6db82a;
}
.shadow-tile-left {
	background-image: url(images/shadow-tile-main-left.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.shadow-tile-right {

	background-image: url(images/shadow-tile-main-right.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.Gradient-Bottom-Up {
	background-image: url(images/gradient-botm-up.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.BG-NavImage {
	background-image: url(images/navBack.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.shadow-tile-botm {
	background-image: url(images/shadow-tile-main-botm.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a.HyperGreen11px:link {
	color:#5ba62c;
	font-size: 11px;
}
a.HyperGreen11px:visited {
	color:#5ba62c;
	font-size: 11px;
}
a.HyperGreen11px:active {
	color:#5ba62c;
	font-size: 11px;
}
a.HyperGreen11px:hover {
	color:#1b6435;
	font-size: 11px;
}
.TextDkGreen11px {
color:#1b6435;
font-size: 11px;
}
a.HyperDkGreen11px:link {
	color:#1b6435;
	font-size: 11px;
}
a.HyperDkGreen11px:visited {
	color:#1b6435;
	font-size: 11px;
}

a.HyperDkGreen11px:active {
	color:#1b6435;
	font-size: 11px;
}

a.HyperDkGreen11px:hover {
	color:#5ba62c;
	font-size: 11px;
}

.OrangeBold12px {
	font-size: 12;
	color: #E57F16;
	font-weight: bold;
}
.WhiteText10px {
	font-size: 10px;
	color: #FFFFFF;
}.cellBorder {
	border: 1px solid #000000;
}
.Gradient-tile-gray {
	background-image: url(images/gradient-tile-gray.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a.SubNav:link {
	background-color:#cccccc;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
}
a.SubNav:visited {
	background-color:#cccccc;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
}
a.SubNav:active {
	background-color:#aeaeae;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
}
a.SubNav:hover {
	background-color:#aeaeae;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
}
