#app_form {
	font-family:verdana;
	font-size:11px;
}

#app_form h3{
	font-size:16px;
	margin-top:0px;
	background:#bbcf18;
	width:100%;
	padding:3px 0;
	color:#fff;
}
h4{
	font-size:14px;
	margin-top:0px;
	width:100%;
	padding:3px 0;
	color:#000;
	font-family:verdana;
}

#app_form td{
	background:#f1f1f1;
	padding:0px 1px 5px 1px;
}
#app_form table{
	background:#fff;
}

#app_form .header{
	background:#fff;
}

#app_form .textbox{
	border:1px solid #333;
	font-family:verdana;
	font-size:12px;
	height:18px;
}

#app_form .textbox_invalid{
	border:1px solid #ff0000;
	font-family:verdana;
	font-size:12px;
	height:18px;
}

#app_form .r_textbox{
	border:0;
	margin:0 5px;
}

#app_form .r_textbox_invalid{
	border:1px solid #333;
	background:#ff0000;
	margin:0 5px;
}

body{
margin:0px;
padding:0px;
}


.urbangreymenu{
width: 900px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #ee2e24; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-align: center;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #776100;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.f_row {
background-color:#786101;
color:#FFFFFF;
font-weight:bold;
font-family:verdana;
font-size:13px;
}
.rows {
background-color:#F1F1F1;
color:#000000;
font-weight:bold;
font-family:verdana;
font-size:13px;
}


