/* *************************** */

.helpText
{
    padding: 2px 4px;
    color: white; 
    background-color: #6a6a6a;
}

div.helpIcon
{
	float: left;
    background: url("../../images/Framework/help.gif") no-repeat 0 1px;
    width: 12px;
	cursor: help;
}

label acronym
{
	text-decoration: none;
	/* color: #4165b2; */
	cursor: help;
	font-weight: bold;
	color: #4b4b4b;
	font-size: 11px;
	font-family: Arial;
	border: 0;
}

.CompactForm .ButtonBlock
{
	padding-left: 0;
}

INPUT.TextBox,
.TextBox INPUT,
TEXTAREA,
SELECT,
.RadioButton,
.RadioButton INPUT,
.RadioButtonList INPUT, 
.CheckBox,
.CheckBox INPUT,
.CheckBoxList INPUT, 
.Button,
LABEL,
.InputLabel,
LABEL IMG
{
	vertical-align: middle;
}

.ButtonBlock .CompactForm .Button,
.InputBlock .CompactForm .Button
{
	margin-left: 0;
	margin-right: 5px;
}

.ButtonBlock
{
	padding-bottom: 6px;
}

.ButtonBlock .Button
{
	background-color: #4d5a78;
	border: 1px solid #272d3d;
	padding: 1px 6px 2px 6px;
}

.ButtonBlock a.Button
{
	text-decoration: none;
	font-size: 10px;
	color: White;
	font-weight: bold;
}

.ButtonBlock a.Button:hover
{
	text-decoration: underline;
}

.ButtonBlock .SmallButton
{
	background-color: #f9f9f9;
	border: 1px solid #eeeeee;
	padding: 1px 6px 2px 6px;
}

.ButtonBlock a.SmallButton
{
	text-decoration: none;
	font-size: 10px;
	color: #7e7e7e;
	font-weight: normal;
}

.ButtonBlock a.SmallButton:hover
{
	text-decoration: none;
	color: #212121;
	border: 1px solid #898989;
}

.ButtonBlock INPUT.Button
{
	font-family: Tahoma;
	font-size: 11px;
	background: #ffffff url(/Images/Framework/button_bkg.png) left center repeat-x;
	border: solid 1px #8E8F8F;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}

.ButtonBlock INPUT.Button:hover
{
	background: #ffffff url(/Images/Framework/button_hover_bkg.png) left center repeat-x;
	border: solid 1px #3C7FB1;
}

.ButtonBlock INPUT.SmallButton
{
	font-family: Tahoma;
	font-size: 10px;
	background: #ffffff url(/Images/Framework/button_bkg.png) left center repeat-x;
	border: solid 1px #8E8F8F;
	padding: 2px 3px;
	margin: 0 2px 8px 0;
}

.ButtonBlock INPUT.SmallButton:hover
{
	background: #ffffff url(/Images/Framework/button_hover_bkg.png) left center repeat-x;
	border: solid 1px #3C7FB1;
}

.EditBlock
{
	width: 450px;
}



.TextBox, textarea, select, 
.StateControl input, .StateControlList input, 
.Button, label, .InputLabel
{
	vertical-align: middle;
}

input,
textarea,
select, option
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
}

.FormBlock
{
}

.InputBlock
{
	clear: both;
	margin-bottom: 8px;
}

.FloatBlock
{
	float: left;
	width: 154px;
	margin-bottom: 0;
	margin-right: 10px;
}

.CompactForm
{
}

.CompactForm .InputBlock
{
	clear: none;
	float: left;
	width: 50%;
}

.CompactForm .Wide
{
	clear: left;
	float: none;
}

label, 
.InputLabel, 
.DisplayLabel
{
	font-weight: bold;
	line-height: 18px;
}

.InputBlock label,
.InputBlock .InputLabel
{
	float: left;
	width: 150px;
	margin-right: 5px;
}

.FloatBlock label,
.FloatBlock .InputLabel
{
	float: left;
	width: 135px;
	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
{
	padding: 1px;
	border: solid 1px #cacaca;
}

input.TextBox
{
	width: 150px;
}

textarea
{
	width: 300px;
	height: 100px;
	overflow: auto;
}

input.SmallInput
{
	width: 50px;
}

.Wide input.TextBox, .Wide .TextBox input, 
.Wide select, .Wide select option
{
	width: 300px;
}

.Narrow input.TextBox, .Narrow .TextBox input, 
.Narrow select, .Narrow select option
{
	width: 135px;
}

.WideInput
{
	width: 500px;
}

select, select option
{
	width: 150px;
}

select.SmallInput, .SmallInput option
{
	width: 50px;
}

.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;
}

* html .StateControl label,
* html .StateControlList label
{
	height: 1px;
}

.InputBlock .StateControl
{
	padding-left: 155px;
}

* html .InputBlock .StateControl
{
	padding-left: 158px;
}

.StateControlList td 
{
	padding: 0;
	vertical-align: top;
}


html>body .StateControl input,
html>body .StateControlList input
{
	margin-top: 3px;
	margin-bottom: 3px;
}

.ButtonBlock
{
	clear: both;
	margin: 10px 0;
	text-align: left;
}

.BlockHeader .ButtonBlock
{
	margin-bottom: 0;
}


.ButtonBlock .Button,
.InputBlock .Button
{
	margin-right: 5px;
}

.ErrorLabel
{
	color: #c00;
}

.ErrorList
{
	margin-left: 155px;
}

.ErrorList ul
{
	color: #c00;
	list-style-type: none;
	margin: 0;
}

.ErrorIndicator
{
	color: #FF0000;
	margin-left: 5px;
	vertical-align: top;
}

.CompactForm .ErrorList
{
	margin-left: 0;
}

.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 */

/******************************************************
/* CHECKBOX & RADIOBUTTON LISTS
/*****************************************************/

.RadioButtonList TD,
.CheckBoxList TD 
{
	vertical-align: middle;
}

.CheckBoxList BR, 
.RadioButtonList BR
{
	display: block;
	margin-bottom: 5px;
}

.CheckBoxList INPUT,
.RadioButtonList INPUT
{
}

.CheckBoxList LABEL,
.RadioButtonList LABEL
{
	float: none;
	clear: none;
	width: auto;
}


