* {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
}

body {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: .8em;
	background-color: #F6F6FB;
}

body a {
	color: #000;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

input {
	vertical-align: middle;
	margin-right: 3px;
}

.table {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #CACAD9;
}

.actionSetDivider {
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
}

.actionSetDivider a {
	text-decoration: none;
	border-bottom: none;
}

.actionSetDivider img {
	text-align: center;
}

.actionSetDivider td {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 0;
}

.row {
	background-color: #FFF;
	padding-left: 1.0em;
}

.alternateRow {
	background-color: #F6F6F6;
	padding-left: 1.0em;
}

.selectedFocusedRow,.selectedFocusedRow a {
	color: #FFF;
	background-color: #26C;
}

.selectedUnfocusedRow,.selectedUnfocusedRow a {
	background-color: #EED;
}

.heading1 {
	font-weight: bold;
	color: #2C58AA;
}

.headingRow1,.headingRow1 a {
	background-color: #DEE5EE;
	font-weight: bold;
}

.headingRowCell {
	padding-left: .5em;
	padding-right: .5em;
	margin: 0;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #CACAD9;
	border-right: 1px solid #CACAD9;
	font-weight: bold;
	font-size: .85em;
	height: 1.6em;
}

.headingRowCell a {
	text-decoration: none;
	font-weight: bold;
}

.headingRowCell a:hover {
	text-decoration: underline;
}

.headingRowCell a img {
	vertical-align: bottom;
}

.inputTextBox,.selectListBox {
	border: 1px solid #CCC;
	padding: 2px;
	width: 200px;
}

.selectListBoxAutoWidth {
	border: 1px solid #CCC;
	padding: 2px;
	width: auto;
}

.error {
	font-weight: bold;
	color: #f00;
}

tr.error {
	font-weight: bold;
	color: #f00;
	font-style: normal;
}

.heading2 {
	font-weight: bold;
	font-style: italic;
}

.heading3 {
	font-weight: bold;
}

.heading4 {
	font-weight: bold;
	font-style: italic;
}

.layoutTable {
	text-align: left;
}

.layoutCell {
	padding: 2px;
	text-align: left;
}

.label {
	text-align: right;
}

.cell {
	border: solid 0 #CACAD9;
	border-right-width: 1px;
	padding: 2px 8px;
	overflow: hidden;
	white-space: nowrap;
}

.headingRow2,.headingRow2 a {
	font-weight: bold;
	font-style: italic;
	background-color: #CCD;
	color: #667;
}

.headingRow3 {
	font-weight: bold;
}

.headingRow4 {
	font-weight: bold;
	font-style: italic;
}

.inputButton {
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	vertical-align: middle;
}

.wideInputButton {
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width: 50px;
	text-align: center;
	vertical-align: middle;
}

.disabledText {
	color: #7B8694;
}

.textBoxLine {
	vertical-align: middle;
}

.invisibleElement {
	display: none;
	visibility: hidden;
}

#buttonPanelSpacer {
	height: 35px;
}

#buttonPanel {
	background-color: #E5EAF3;
	padding: 5px 10px 10px 10px;
	filter: alpha(opacity = 90);
	opacity: .9;
	z-index: 100;
	border-top: 1px solid #666;
	text-align: right;
}

#buttonPanelWrapper>#buttonPanel {
	height: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

* html,* html body {
	background: #F6F6FB url(about:blank) fixed;
}

* html #buttonPanel {
	height: 35px;
	position: absolute;
	width: expression((( document.documentElement.clientWidth ?
		document.documentElement.clientWidth : document.body.clientWidth) +(
		tempWidth =   document.documentElement.scrollLeft ?
		document.documentElement.scrollLeft : document.body.scrollLeft ) ) +
		'px' );
	left: expression((-   buttonPanel.offsetWidth +(
		document.documentElement.clientWidth ?
		document.documentElement.clientWidth : document.body.clientWidth) +(
		tempLeft =   document.documentElement.scrollLeft ?
		document.documentElement.scrollLeft : document.body.scrollLeft ) ) +
		'px' );
	top: expression((-   buttonPanel.offsetHeight +(
		document.documentElement.clientHeight ?
		document.documentElement.clientHeight : document.body.clientHeight) +(
		tempTop =   document.documentElement.scrollTop ?
		document.documentElement.scrollTop : document.body.scrollTop ) ) +
		'px' );
	overflow: hidden;
}

* html #buttonPanel iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}

* html #buttonPanel input {
	filter: alpha(opacity = 100);
}

.disabled {
	background-color: #F6F6F6;
	color: #CCC;
}

.separator {
	width: 100%;
	border-bottom: 1px solid #A5B7D2;
}

.errorPanel {
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}

.resizeBar {
	background-color: #e4e4ec;
}

.listTable {
	table-layout: fixed;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	word-wrap: normal;
	white-space: nowrap;
}

h4 {
	font-weight: bold;
	margin: 0;
}

.offScreen {
	position: absolute;
	left: -999em;
	top: -999em;
}

.noStyleFieldset {
	margin: 0;
	padding: 0;
	border: 0 solid transparent;
}

.noStyleFieldset legend {
	color: #000;
}

.logon_body {
	background-color: #fff;
}

.logon_firstInstruction {
	font-family: Tahoma;
	font-size: .85em;
	font-weight: bold;
}

.logon_secondInstruction {
	font-family: Tahoma;
	font-size: .85em;
}

.logon_input {
	padding: 5px;
	margin-right: 100px;
}

.logon_input_label {
	font-family: Tahoma;
	font-size: .85em;
}

.logonTextBox {
	width: 200px;
}

.logonSelectBox {
	width: 202px;
}

.logon_credentials {
	padding: 15px;
}

.logon_table {
	padding: 25px;
	border: 1px solid #CACAD9;
	background-color: #F5F5F5;
	text-align: right;
}

.logon_button_pos {
	text-align: right;
	padding-top: 15px;
	position: relative;
	right: 126px;
}

.action_label {
	padding: 2px;
	text-align: right;
	float: left;
	width: 100px;
	clear: left;
}

.action_input {
	padding: 2px;
	text-align: left;
}