/*[webpath]http://localhost/css/forms.css*/
DIV.row
{
	clear: both;
	padding: 0;
	margin: 1px 0 5px;
}
DIV.splitLeft
{
	float: left;
	width: 49%;
}
DIV.splitRight
{
	float: left;
	width: 49%;
	text-align: left;
}
DIV.row SPAN.label
{
	float: left;
	margin: 3px 0 0;
	width: 24%;
	text-align: right;
}
DIV.row SPAN.formw
{
	float: right;
	margin: 3px 0 0;
	width: 75%;
	text-align: left;
}
DIV.row SPAN.formw INPUT.wide
{
	width: 400px;
}
DIV.row SPAN.formAuto
{
	float: left;
	margin: 3px 0 0;
	width: auto;
	text-align: left;
}
DIV.row SPAN.left
{
	float: left;
	text-align: left;
	font-weight: bold;
	color: #000000;
	width: 30%;
}
DIV.row SPAN.right
{
	float: right;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	font-weight: bold;
	color: #000000;
	width: 65%;
}
DIV.row SPAN.scheduleOptions
{
	float: right;
	text-align: right;
	padding-left: 0;
	margin-left: 0;
	width: 31%;
	color: #4D2604;
}
DIV.row SPAN.scheduleOptions A
{
	text-decoration: underline;
	color: #4D2604;
}
.flushLeft
{
	float: left;
	text-align: left;
	width: 67%;
	overflow: hidden;
	height: 2em;
}
.flushRight
{
	float: right;
	text-align: right;
	padding-left: 0;
	margin-left: 0;
	width: 31%;
}
DIV.row SPAN.left-large
{
	float: left;
	text-align: left;
	color: #000000;
	width: 70%;
}
DIV.row SPAN.fixedForm
{
	float: left;
	margin: 3px 0 0;
	width: 400px;
	text-align: left;
}
DIV.row SPAN.left A, DIV.row SPAN.right A, .nav-container UL LI SPAN.flushLeft A, .nav-container UL LI SPAN.flushRight A
{
	color: #4D2604;
	text-decoration: none;
}
DIV.row SPAN.left A:hover, DIV.row SPAN.right A:hover, .nav-container SPAN.flushLeft A:hover, .nav-container SPAN.flushRight A:hover
{
	color: #FF6800;
}
DIV.row SPAN.right-small
{
	float: right;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	color: #000000;
	width: 25%;
}
DIV.spacer
{
	clear: both;
}
.employeeRowInput
{
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	width: 200px;
}
.empAvailDiv
{
	height: 250px;
	overflow: scroll;
}
.editAvailTimes
{
	float: left;
	width: auto;
	text-align: center;
	padding: 0 0 0 5px;
}
