

.fieldNormal {
	border: 2px solid #fff;
}
.fieldActive {
	border: 2px solid #9ccfff;
}
.fieldMandatory,
.fieldError,
.fieldRed {
	border: 2px solid red;
}
.fieldGreen {
	border: 2px solid #a0cb3e;
}

/* *******************************************************************************************
 *         Tables - dataTable, for displaying data in lists                                  *
 ******************************************************************************************* */

.dataTable {
	width: 100%;
}
.dataTableMarginTop {
	margin-top: 35px;
}
.dataTableMarginBottom {
	margin-bottom: 35px;
}
.dataTable TH {
	padding: 2px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #4a8aad;
	white-space: nowrap;
}
.dataTable TD {
	padding: 2px 10px;
	border-left: 1px solid #fff;
}
.dataTable TH.first,
.dataTable TD.first {
	border-left: 0;
}
.dataTable TR.tr_odd TD {
	background-color: #fff;
}
.dataTable TR.tr_even TD {
	background-color: #eff7ff;
}
.dataTable TR.tr_last TD {
	border-bottom: 1px solid #4a8aad;
}


.dataTable .paging {
	padding: 4px 10px;
	border-top: 1px solid #4a8aad;
	border-bottom: 1px solid #4a8aad;
	text-align: center;
}
.dataTable .paging A {
}
.dataTable .paging A:active,
.dataTable .paging A:hover {
}
.dataTable .paging .dim {
	color: #999;
}
.dataTable .paging .active {
	color: #000;
}


.dataTable A.sortable {
	display: block;
	float: left;
	padding-right: 15px;
	background: transparent url(/images_gui/icons/sortable_white.gif) right 1px no-repeat;
}
.dataTable A.sortable:link,
.dataTable A.sortable:visited,
.dataTable A.sortable:hover,
.dataTable A.sortable:active {
	color: #fff;
	background-color: transparent;
}
.dataTable A.sortableAsc {
	background-image: url(/images_gui/icons/sortable_white_up.gif);
}
.dataTable A.sortableDesc {
	background-image: url(/images_gui/icons/sortable_white_dn.gif);
}


/* inc_list_documents_XX.jsp */

.dataTable TR.hilite TD {
	font-weight: bold !important;
}

.dataTableDocListingPage TD {
	padding: 3px 10px;
}



/* *******************************************************************************************
 *         Tables - formTable, for displaying forms                                          *
 ******************************************************************************************* */

.formTable {
	width: 100%;
}
.formTableMarginTop {
	margin-top: 35px;
}
.formTableMarginBottom {
	margin-bottom: 35px;
}
.formTable TH {
	padding: 3px 10px 4px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #4a8aad;
}
.formTable TD {
	padding: 2px;
	text-align: left;
}
.formTable TR.formHeight TD {
	padding-top: 5px;
	padding-bottom: 5px;
}
.formTable TD TD {
	padding: 0 !important;
}
.formTable TH.first,
.formTable TD.first {
	padding-right: 10px;
	white-space: nowrap;
}
.formTable TR.tr_odd TD {}
.formTable TR.tr_even TD {}
.formTable TR.tr_last TD {
	border-bottom: 1px solid #4a8aad;
}
.formTable TR.tr_odd TD TD {}
.formTable TR.tr_even TD TD {}
.formTable TR.tr_last TD TD {
	border-bottom: 0 !important;
}
.formTable TR.spaceTop TH,
.formTable TR.spaceTop TD {
	padding-top: 10px;
}
.formTable TR.spaceBottom TH,
.formTable TR.spaceBottom TD {
	padding-bottom: 10px;
}
.formTable TR.space TH,
.formTable TR.space TD {
	padding-top: 10px;
	padding-bottom: 10px;
}
.formTable HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #4a8aad;
	border: none;
}
html>body .formTable HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #4a8aad;
	border: 0px solid #4a8aad;
}
.formTable HR.grey {
	color: #ccc;
}
html>body .formTable HR.grey {
	background-color: #ccc;
	border-color: #ccc;
}


.textTable {
	width: 100%;
}
.textTableMarginTop {
	margin-top: 35px;
}
.textTable TH {
	padding: 3px 10px 4px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #4a8aad;
}
.textTable TD {
	padding: 3px 2px;
}
.textTable TD TD {
	padding: 0 !important;
}
.textTable TH.first,
.textTable TD.first {
	padding-right: 10px;
	white-space: nowrap;
}
.textTable TR.tr_odd TD {}
.textTable TR.tr_even TD {}
.textTable TR.tr_last TD {
	border-bottom: 1px solid #4a8aad;
}
.textTable TR.tr_odd TD TD {}
.textTable TR.tr_even TD TD {}
.textTable TR.tr_last TD TD {
	border-bottom: 0 !important;
}
.textTable TR.spaceTop TH,
.textTable TR.spaceTop TD {
	padding-top: 10px;
}
.textTable TR.spaceBottom TH,
.textTable TR.spaceBottom TD {
	padding-bottom: 10px;
}
.textTable TR.space TH,
.textTable TR.space TD {
	padding-top: 10px;
	padding-bottom: 10px;
}
.textTable HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #4a8aad;
	border: none;
}
html>body .textTable HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #4a8aad;
	border: 0px solid #4a8aad;
}
.textTable HR.grey {
	color: #ccc;
}
html>body .textTable HR.grey {
	background-color: #ccc;
	border-color: #ccc;
}

.textTable LABEL {
	font-weight: bold;
	color: #555;
}



.panelTable {
	width: 100%;
	border: 1px solid #bed6f8;
}
.panelTableFirst {
	margin-bottom: 20px !important;
}
.panelTableMargTop {
	margin-top: 35px !important;
}
.panelTable TH DIV {
	font-weight: bold;
	margin: 1px;
	padding: 2px 3px;
	background: #bed6f8 url(/images_gui/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.panelTable TD {
	padding: 3px 5px !important;
}
.panelTable TD.noPadd {
	padding: 0 !important;
}
.panelTable TR.tr_first TD {
	padding-top: 6px !important;
}
.panelTable TR.tr_last TD {
	padding-bottom: 6px !important;
}

.panelTable HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #bed6f8;
	border: none;
}
html>body .panelTable HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #bed6f8;
	border: 0px solid #bed6f8;
}
.panelTable HR.narrow { /* For Internet Explorer */
	margin: 0;
}
html>body .panelTable HR.narrow { /* For Opera and Gecko-based browsers */
	margin: 4px 0;
}

/* Panel/Box div */



.panelBox {
	margin-bottom: 20px !important;
	border: 1px solid #bed6f8;
}
.panelBox H1 {
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #000;
	margin: 1px;
	padding: 4px 3px;
	background: #bed6f8 url(/images_gui/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.panelBox H2 {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #000;
	margin: 1px;
	padding: 2px 3px;
	background: #bed6f8 url(/images_gui/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.panelBox H2 A {
	text-decoration: none;
	color: #000;
}
.panelBox H2 A:hover,
.panelBox H2 A:active,
.panelBox H2 A:hover SPAN,
.panelBox H2 A:active SPAN {
	text-decoration: underline !important;
	color: #000;
}
.panelBox H2.icon SPAN {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
}
.panelBox H2.iconPlus SPAN {
	background: transparent url(/images_gui/icons/icon_plus.gif) top left no-repeat;
}
.panelBox H2.iconMinus SPAN {
	background: transparent url(/images_gui/icons/icon_minus.gif) top left no-repeat;
}




.panelBox .text {
	padding: 6px 5px !important;
}

.panelBox HR { /* For Internet Explorer */
	margin: 2px 0 2px 0;
	width: 100%;
	height: 1px;
	color: #bed6f8;
	border: none;
}
html>body .panelBox HR { /* For Opera and Gecko-based browsers */
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background-color: #bed6f8;
	border: 0px solid #bed6f8;
}

.panelBox .link_bottom {
	padding: 0 5px 10px 5px;
	font-size: 12px;
}





.toolbar {
	background: #bed6f8 url(/images_gui/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}
.toolbar LABEL {
	display: block;
	margin: 5px;
	padding-top: 4px;
	font: bold 10px Arial,Helvetica,sans-serif;
	color: #000;
}
.toolbar .iconBtn {
	display: block;
	width: 23px;
	height: 22px;
	margin: 5px 0;
	padding: 0;
	border: 0;
	line-height: 100px; /* IE */
	text-indent: -1000px; /* Gecko */
	background-color: #4e88ad;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	filter: Alpha(opacity=80);
}

.toolbar .iconBtnText {
	display: block;
	height: 22px;
	margin: 5px 0;
	padding: 0 0 0 20px;
	font: 10px Arial,Helvetica,sans-serif;
	color: #fff;
	border: 0;
	background-color: #4e88ad;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	filter: Alpha(opacity=80);
}
.toolbar .textBtn {
	display: block;
	margin: 5px 0;
	font: 10px Arial,Helvetica,sans-serif;
	color: #fff;
	border: 0;
	background-color: #4e88ad;
	cursor: pointer;
	filter: Alpha(opacity=80);
}
.toolbar .iconBtnHover {
	filter: Alpha(opacity=100);
}

.toolbar .iconEdit {
	background-image: url(/images_gui/icons/toolbar/edit.gif);
}
.toolbar .iconSave {
	background-image: url(/images_gui/icons/toolbar/save.gif);
}
.toolbar .iconDelete {
	background-image: url(/images_gui/icons/toolbar/delete.gif);
}
.toolbar .iconAbort {
	background-image: url(/images_gui/icons/toolbar/abort.gif);
}
.toolbar .iconMoveUp {
	background-image: url(/images_gui/icons/toolbar/move_up.gif);
}
.toolbar .iconMoveDn {
	background-image: url(/images_gui/icons/toolbar/move_dn.gif);
}
.toolbar .iconNewBefore {
	background-image: url(/images_gui/icons/toolbar/new_before.gif);
}
.toolbar .iconNewAfter {
	background-image: url(/images_gui/icons/toolbar/new_after.gif);
}

.toolbar .divider {
	display: block;
	width: 9px;
	height: 22px;
	margin: 5px 0;
	font-size: 1px;
	background: transparent url(/images_gui/icons/toolbar/separator.gif) 0 3px no-repeat;
}
.toolbar .posLeft {
	float: left;
	margin-left: 5px;
}
.toolbar .posRight {
	float: right;
	margin-right: 5px;
}



.formBtnAdmin,
.formBtnAdminSmall,
.formBtnAdminSmallActive {
	position: relative;
	background: #4e88ad url(/images_gui/icons/toolbar/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #3e789d;
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
}
.formBtnAdminDisabled,
.formBtnAdminSmallDisabled {
	position: relative;
	background: #b1b8bd url(/images_gui/icons/toolbar/bg_btn_disabled.gif) 0 0 no-repeat;
	border: 1px solid #91989d;
	font-family: Arial,Helvetica,sans-serif;
	color: #91989d;
	cursor: default;
	padding-right: 2px;
	padding-left: 2px;
}

.formBtnAdmin,
.formBtnAdminDisabled {
	font-size: 11px !important;
}
.formBtnAdminSmall,
.formBtnAdminSmallDisabled {
	font-size: 10px !important;
}
.formBtnAdminSmallActive {
	font-size: 10px !important;
	color: #8e8;
	border-color: #000 #ccc #ccc #000;
}

TD.ar,
TR.ar TD,
TD.ar FORM,
TR.ar TD FORM {
	text-align: right !important;
}




.formTable TH.heading,
.dataTable TH.heading,
.panelTable TH.heading {
	margin: 0;
	padding: 0;
	background: transparent;
}
.formTable TH.heading H4,
.dataTable TH.heading H4,
.panelTable TH.heading H4 {
	margin: 0 0 10px 0;
	padding: 3px 10px 4px 10px;
	text-align: left;
	color: #000;
	font: normal 11px Verdana,Geneva,sans-serif;
	background: #bed6f8 url(/images_gui/gradient.png) top left repeat-x;
	border: 1px solid #bed6f8;
}

.formTable TR.tr_last TD {
	border-bottom: 1px solid #4a8aad;
}






DIV.adminMess H3 {
	margin: 15px 0 2px 0;
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #000;
}

DIV.adminMess UL {
	margin: 10px 0 10px 14px;
	padding: 0;
	list-style-type: square;
	list-style-image: url(/images_gui/icons/list_dot_admin.gif);
}
* html DIV.adminMess UL {
	list-style-image: url(/images_gui/icons/list_dot_admin_ie.gif);
}
DIV.adminMess LI {
	padding-bottom: 3px;
}
