/* CSS Document */

/* 
Watermelon Colors 
Dark Green (375)  : #8fd400; 
Light Green (374) : #c1e770;
Red (185)         : #e70033;
Blue (312)        : #00aad2; //Not good on red
*/

/* Tag modifiers */
body{
	background-color: #000000; 
}
p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
img{
	border: 0px;
}

/*ID's*/
#wrapper {width: 700px;margin:0 auto;}
#banner {float:left;width:350px;height:90px;}
#advertisement {float:right;width:350px;height:90px;}
#header {
	clear:both;
	background: url(images/header.png);
	width:695px;
	height:25px;
	padding-left:5px;
	color:#ffffff;	
}
#search {
	background-color: #e70033; 
	width: 700px; 
}
#nav {
	float:left;
	color: #ffffff;
	background-color: #e70033;
	width:140px;
}
#nav p{padding:0px;}
#menu_wrapper{background-color: #e70033;height:100%;width:100%;}
#content {
	float:right;
	width:558px;
	background: #ffffff url(images/background.png) no-repeat center center;
	border-right:2px solid #e70033;
	min-height:550px;
	height:auto !important;
	height:550px;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;

}
#content p{text-align:center; margin: 5px;}
#status {
	text-align: right;
	padding-right: 30px;
	font-weight: bold;
	padding-top:2px;
}
#status span{padding-right: 15px;}
#status a {color:#ffffff;text-decoration: none;}
#status a:hover {color:#ffffff;text-decoration: none;background-color:#8fd400;}
#instructions {
	clear:both;
	width: 500px;
	margin:0 auto;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}
#errors{
	width:500px;
	margin: 0px auto;
	text-align:justify;
	font-size: 12px;
}
#errors span{
	color: #ff0000;
	background-image:url(images/icon_error.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 5px;
}

#footer {
	clear:both;
	background: url(images/footer.png);
	width:700px;
	height:25px;
	text-align:right;
}
#footer a { 
	margin-right:10px;
	padding-top: 5px;
	text-decoration:none;
	color: #ffffff;
	font: Verdana;
	font-size: 12px;
	font-weight: bold;
}

/*Class's*/
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

/*A href links for the nav*/
.navigation {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #e70033;
	display: block;
	padding: 4px;
}
/*This is the hover psuedo class for the nav bar*/
	.navigation:hover {
		background-color: #8fd400;
	}
#dataForm {
	padding-top: 10px;
	margin: 0px auto;
	text-align: center !important;
}
.dataTable {
	background-color: #ffffff;
	border: 1px solid #000000;
	font-size :	12px;
	margin: 0px auto;
	text-align: left;
}
.dataTable th {
	padding-left: 2px;
	padding-right:12px;
	font-family: Century Gothic, Verdana;
	font-weight: bold;
	color: #ffffff;
	background-color: #e70033;
	white-space: nowrap;
}
.dataTable td {
	padding-left: 2px;
}

/*This code is for forms*/
form {
	clear:both;
	text-align:left;
	padding: 0px 10px;
	font: Verdana;
	font-size:12px;
}

form fieldset{
	border-color: black;
	border-width: 1px;
}

form fieldset legend {
	font-size: 120%;
	color: black;
}

form fieldset label {
	float: left;
	width: 125px; /*width of labels*/
	text-align: right;
	padding-right: 75px;
	margin-top:4px;
}
form fieldset input {
	width:200px;
	background-color: #c1e770;
	margin-top:4px;
}

.radio{
	background-color: transparent;
	width:auto;
	text-align: inherit;
	float: none;
}

form fieldset select {
	width:200px;
	background-color: #c1e770;
}
form fieldset textarea {
	width:200px;
	height: 100px;
	background-color: #c1e770;
}
