/* Edit screens */
div.EditForm 
{
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 9px;
}

table.EditForm
{
	width:100%;
	background-color: #1E262D;
}

table.EditForm tr.TopRow
{
	vertical-align:top;
}

table.EditForm tr td.Title
{
	width:30%;
	text-align:right;
	vertical-align: top;
}

	table.EditForm tr td.Title.Middle {
		vertical-align: middle;
	}

table.EditForm tr td.Control
{
	width:69%;
	text-align:left;
	vertical-align: top;
	padding-left:3px;
}

table.EditForm input, table.EditForm select, table.EditForm textarea
{
	padding-left: 3px;
	width:expression(this.type == "checkbox" ? "18px" : "180px");
}

table.EditForm input.Email
{
	behavior: url(/wso/cscripts/control_email.htc);
}

table.EditForm input.SearchControl
{
	behavior: url(/wso/cscripts/control_search.htc);
}

table.EditForm input.TextBoxRightAlign
{
	text-align:right;
}

table.EditForm textarea
{
	height:72px;
}

table.Squeezed
{
	table-layout: auto;
}

a.Violator
{
	color: #000000;
	cursor: hand;
	text-decoration: underline;
}

span.Asterisk
{
	width:7px;
	text-align:left;
	vertical-align: top;
	color:#ff0000;
}

/* Custom */
DIV.pitchesAttribute
{
	width: 174px;
	height: 44px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	padding: 1px 1px 1px 1px;
	cursor: default;
}

TABLE.pitchesAttribute
{
	border-style: none;
	border-width: 0;
	border-collapse: collapse;
}

TD.pitchesAttribute
{
	width: 178px;
}

input.numericField
{
	width: 70px!important;
	text-align: right;
}

input.phoneField
{
	width: 120px!important;
}