/******************************************************
/* FORM BASICS
/*****************************************************/
.TextBox, textarea, select, 
.StateControl input, .StateControlList input, 
.Button, label, .InputLabel
{
	vertical-align: middle;
}

input,
textarea,
.DropItems li,
select, option
{
	font-size: 11px;
	font-family: Georgia, Garamond, Times, Serif;
	color: #666;
	line-height: normal;
}

/******************************************************
/* BLOCKS
/*****************************************************/
.FormBlock
{
}

.InputBlock
{
	clear: both;
	margin-bottom: 5px;
}

.CompactForm
{
}

.CompactForm .InputBlock
{
	clear: none;
	float: left;
	width: 50%;
}

.CompactForm .Wide
{
	clear: left;
	float: none;
}

/******************************************************
/* LABELS
/*****************************************************/
label, 
.InputLabel, 
.DisplayLabel
{
	font-weight: bold;
	line-height: 18px;
}

.InputBlock label,
.InputBlock .InputLabel
{
	float: left;
	width: 150px;
	margin-right: 5px;
}

.StateControl label, 
.StateControlList label
{
	float: none;
	font-weight: normal;
}

.CompactForm label
{
	float: none;
	display: block;
}

.CompactForm .InputBlock .CheckBox label
{
	display: inline;
}

/******************************************************
/* TEXTBOX
/*****************************************************/
.TextBox
{
	padding: 1px;
	border: solid 1px #ccc;
}

input.TextBox
{
	width: 150px;
}

textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}

input.SmallInput
{
	width: 50px;
}

.Wide input.TextBox, .Wide .TextBox input, 
.Wide select, .Wide select option
{
	width: 250px;
}

.WideInput
{
	width: 500px;
}

/******************************************************
/* select BOX
/*****************************************************/
select, select option
{
	width: 150px;
}

select.SmallInput, .SmallInput option
{
	width: 50px;
}


/******************************************************
/* STATE CONTROLS (checkbox & radiobutton)
/*****************************************************/
.StateControl
{
	clear: both;
	display: block;
}

.StateControl input,
.StateControlList input
{
	float: left;
	margin-right: 3px;
}

.StateControl label,
.StateControlList label
{
	margin-left: 18px;
	display: block;
	width: auto;
	_height: 1px;
}

.InputBlock .StateControl
{
	padding-left: 155px;
	_padding-left: 158px;
}

.StateControlList TD 
{
	padding: 0;
	vertical-align: top;
}


html>body .StateControl input,
html>body .StateControlList input
{
	margin-top: 3px;
	margin-bottom: 3px;
}

/******************************************************
/* BUTTONS
/*****************************************************/
.ButtonBlock
{
	clear: both;
	margin: 15px 0;
	text-align: right;
}

.ButtonBlock .Button,
.InputBlock .Button
{
	margin-left: 5px;
}

/******************************************************
/* ERRORS
/*****************************************************/
.ErrorLabel
{
	color: #c00;
}

.ErrorList
{
	margin-left: 155px;
}

.ErrorList UL
{
	color: #c00;
	list-style: none none;
	margin: 0;
}

.ErrorIndicator
{
	color: #FF0000;
	margin-left: 5px;
	vertical-align: top;
}

.CompactForm .ErrorList
{
	margin-left: 0;
}


/******************************************************
/* STYLED select BOX
/*****************************************************/
.DDL
{
	float: left;
	border: solid 1px #ccc;
	background: #fff url(/Images/DropDownListBg.gif) right center no-repeat;
	width: 131px;
	padding-right: 17px;
	display: block;
}

.DDL .Display 
{
	padding: 1px;
	margin: 0 1px;
	border-width: 0;
	cursor: default;
	background-color: Transparent;

	width: 127px;
	_width: 129px;
}

html > body .DDL .Display
{
	margin: 1px;
}


.DDL .Display:focus,
.DDL input.Focus,
.DropItems .Active,
.DropItems .Active A
{
	background-color: ;
	color: ;
}

.DropItems
{
	border: solid 1px #ccc;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background-color: #fff;
	cursor: default;
	text-align: left;
	z-index: 200;
}

.DropItems li
{
	margin: 0;
	padding: 1px;
	cursor: default;
	width: auto;
}

.DropItems A
{
	display: block;
	_height: 1px;
}

.DropItems A:hover
{
	text-decoration: none;
}

/******************************************************
/* CLEAR SPACER
/*****************************************************/
.FormBlock:after,
.InputBlock:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .FormBlock,
* html .InputBlock
{
	height: 1px;
}
/* End hide from IE-mac */
