body
{
	background-color:#8FB263;
	background-image:url("/images/banner_bg.jpg");
	background-repeat:no-repeat;
	background-position:0px 0px;
}

h1
{
	font-family:Times New Roman, Times, serif;
	font-size:28px;
	font-weight:300;
	color:black;
}

table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

.loginbox
{
    border-style:solid;
	border-color:#008800;
    border-width:0px;
	margin-top:10px;
}

div.copyright
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
}

a
{
	color:#2B5700;	/*#336600*/
	text-decoration:underline;
}

a:hover
{
	color:#FFFF00;
	text-decoration:underline;
}

a.nav
{
	font-family:Times New Roman, Times, serif;
	font-size:15px;

	color:#336600;
	/*margin:8px;*/
	line-height:13px;
	font-weight:700;
	text-decoration:none;
}

a.nav:hover
{
	font-family:Times New Roman, Times, serif;
	font-size:15px;

	color:#FFFF00;
	/*margin:8px;*/
	line-height:13px;
	font-weight:700;
	text-decoration:none;
}

a.letter
{
	font-family:Times New Roman, Times, serif;
	font-size:15px;

	color:#336600;
	font-weight:700;
	text-decoration:underline;
}

a.letter:hover
{
	font-family:Times New Roman, Times, serif;
	font-size:15px;

	color:#FFFF00;
	font-weight:700;
	text-decoration:underline;
}

img.verticalad
{
	margin-bottom:10px;
}

.error_message
{
	font-weight: bold;
	background-color: orange;
	color: black;
	padding: 5px;
}

/* Styles for missing elements when doing a form validation via javascript */
.missinginp { background-color: yellow; }
.validinp   { background-color: none; }


/* Styles for the overseeding schedule page */

#overseeding-schedule-body { background: none; width: 7.5in; }
#overseeding-schedule-body h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:20pt;
	font-weight:300;
	color:black;

}
#featuredCourse { width:100% }
#seedingContainer {width: 100%; }
.clear { clear: both; height: 1px; }
#seedingTable { width: 100%; z-index: 1000;}
#seedingTable th { text-align: left; }
/*#seedingTable th.sortedup{ background: url('images/up_arrow.gif') right no-repeat; }
#seedingTable th.sorteddown{ background: url('images/down_arrow.gif') right no-repeat; }*/
#seedingTable td { border: solid 1px #000; z-index: 10001;  }
#seedingTable .status_0 { background-color: #33CC00; color: black; }
#seedingTable .status_1 { background-color: yellow; color: black; }
#seedingTable .status_2 { background-color: red; color: white; }
#seedingTable .status_3 { background-color: #99CC00; color: black; }
#seedingTable .status_4 { background-color: green; color: white; }

/* Conditions/Rates UI Bootstrap Tabs */

form.tab-form .tab-content {
	border: 2px solid black;
	background-color: white;
}

form.tab-form .tab-pane {
	margin: 20px 20px;
}

form.tab-form .nav-link {
	border: 2px solid black;
	background-color: white;
	text-decoration: none;
}
