fieldset {
	border: 0px;
	border-top: 2px solid #666666;
	clear: left;
}
fieldset.fieldset_Narrow, fieldset.fieldset_Narrow_Float {
	clear: left;
	width: 350px;
}
fieldset.fieldset_Narrow_Float {
	float: left;
	clear: none;
}
fieldset.fieldset_Narrow textarea, fieldset.fieldset_Narrow input, fieldset.fieldset_Narrow select,
fieldset.fieldset_Narrow_Float textarea, fieldset.fieldset_Narrow_Float input, fieldset.fieldset_Narrow_Float select
{
	width: 220px;
}
fieldset.fieldset_Narrow input[type="submit"],fieldset.fieldset_Narrow input[type="button"],fieldset.fieldset_Narrow input[type="reset"] {
	width: auto;
}
legend {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
input, textarea, select, iframe {
	width: 596px;
	border: 0px;
	border-bottom: 1px solid #666666;
	border-left: 1px dotted #DDDDDD;
	color: #1F3F69;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	width: auto;
	background: url(../Images/Background_Button_Right.gif) no-repeat right top;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	border: 0px;
	padding: 0px 4px 0px 0px;
}
input[disabled="disabled"], textarea[disabled="disabled"] {
	color: #666666;
}
label {
	display: block;
	text-align: right;
	margin: 6px 0px;
	clear: both;
}
.label_Button {
	display: inline;
	padding: 0px 0px 0px 4px;
	background: url(../Images/Background_Button_Left.gif) no-repeat left top;
	font-size: 13px;
}
label span {
	float: left;
	font-size: 11px;
	color: #333333;
}

.Float {
	float:right;
	position: relative;
	top: -22px;
	border: 1px solid #66CC33;
	background: #CCCCCC;
}
.span_Path_Separator {
	color:#999999;
	padding: 0px 3px;
}
.ec_INFO_Status, .ec_INFO_Message, .ec_INFO_Warning {
	border: 1px solid #D0D9E5;
	background: #DEEFDA;
	padding: 2px 8px;
	margin: 8px 0px;
	color: #414A69;
}
.ec_INFO_Message {
	background: #DEEFDA;
}
.ec_INFO_Warning {
	background:#FFCC66;
}
.NB {
	font-size: 10px;
}
td, th {
	padding: 0px 4px 0px 0px;
}
td {
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
tr:hover {
	background:#CCFFCC;
}
th {
	background: #CCCCCC;
	font-size: 11px;
	text-align: left;
}
#section_Login {
	position:absolute;
	right: 208px;
	top: 32px;
	border: 1px solid #BFB9B9;
	font-size: 10px;
	background: #DCE3ED;
	padding: 3px 8px;
	margin: 0px;
}
#section_Login p {
	padding: 0px;
	margin: 0px;
	clear: left;
}
.table_cell_Small {
	font-size: 80%;
	line-height: 140%;
}