/*
	tables and tabs (hu_table0 is without borders, hu_table1 with frame+columns (not rows), hu_table2 full )
*/

/* table w/o borders */

.hu_table0 {
        margin-top: 1ex;
        margin-bottom: 1ex;
	border-collapse: collapse;
}

.hu_table0 TH {
        border: none;
	padding: 4px 6px 5px 6px;
}

.hu_table0 TH A {
        font-weight: bold;
}

.hu_table0 TH A.overlay, .hu_table0 TH A.tooltip {
        font-weight: bold;
}

.hu_table0 TD {
	vertical-align: baseline;
        border: none;
	padding: 4px 6px 4px 6px;
}

/* table w/ frame border & column lines */

.hu_table1 {
        margin-top: 1ex;
        margin-bottom: 1ex;
	border-collapse: collapse;
	border: 1px solid #000000;
}

.hu_table1 TH {
	border-width: 0px 1px 2px 1px;
	border-style: solid;
	border-color: #000000;
        padding: 3px 5px 4px 5px;
}

.hu_table1 TH A {
        font-weight: bold;
}

.hu_table1 TH A.overlay, .hu_table1 TH A.tooltip {
        font-weight: bold;
}

.hu_table1 TD {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #000000;
        padding: 4px 5px 4px 5px;
}

.hu_table1 TD A {
}

.hu_table1 TD A.overlay, .hu_table1 TD A.tooltip {
}

/* table w/ full borders */

.hu_table2 {
        margin-top: 1ex;
        margin-bottom: 1ex;
	border-collapse: collapse;
}

.hu_table2 TH {
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #000000;
        padding: 3px 5px 4px 5px;
}

.hu_table2 TH A {
        font-weight: bold;
}

.hu_table2 TH A.overlay, .hu_table2 TH A.tooltip {
        font-weight: bold;
}

.hu_table2 TD {
	border: 1px solid #000000;
        padding: 3px 5px 4px 5px;
}

.hu_table2 TD A {
/*        font-weight: bold; */
}

.hu_table2 TD A.overlay, .hu_table2 TD A.tooltip {
/*        font-weight: normal; */
}

.hu_trbk {
	/*nobackground-color: #d0d8e1; #e4e4e4 */
	background-color: #f4f4f4; /* #e4e4e4 */
}


/* table w/o horzontal lines */

.hu_table3 {
        margin-top: 1ex;
        margin-bottom: 1ex;
	border-collapse: collapse;
}

.hu_table3 TH {
        border-bottom: 1px solid #bcbcbc;
	padding: 7px 8px 6px 8px;
}

.hu_table3 TH A {
        font-weight: bold;
        white-space: nowrap;
}

.hu_table3 TH A.overlay, .hu_table0 TH A.tooltip {
        font-weight: bold;
}

.hu_table3 TD {
	vertical-align: baseline;
        border-bottom: 1px solid #bcbcbc;
	padding: 7px 8px 6px 8px;
}

.hu_table3 TD A {
        white-space: nowrap;
}

/* tabs */

.hu_ltabs {
	background-color: white;
	float: left;
	clear: both;
	padding: 0;
	width: 100%;
/*	height: 29px;*/
	margin: 0 0 9px 0;
}

/*
	input elements
*/

/* input widgets */

.hu_itxt {
        border: solid 1px #001e5b;
        background-color: #ffffff;
	color: #000000;
        font-family: Verdana, Arial;
	font-size: 100%;
	vertical-align: baseline;
}


.hu_idrd2  { /* will use system widget for dropdown */
	font-family: Verdana,Arial;
	font-size: 100%;
}

.hu_idrd  { /* will use browser drawn widget for dropdown */
	background-color: #ffffff;
	border: solid 1px #001e5b;
	color: #000000;
	font-family: Verdana,Arial;
	font-size: 100%;
}

.hu_ialt {
	vertical-align: text-bottom;
}

.hu_ialt2 {
	background-color: #ffffff;
	vertical-align: text-bottom;
}

/* background span */

.hu_ispan { /* input control background SPAN */
	text-align: left;
	white-space: nowrap;
	position: relative;
	top: -1px;
}

.hu_ispan_err { /* input control background SPAN on error */
	background-color: #cc0000;
	padding: 4px;
}

/* tool tips */

.hu_tooltip { /* underline dashed; use default boldness */
	color: black;
	border-bottom: 1px dashed #f32ed4; 
	font-weight: normal !important;
}

.hu_tooltip:HOVER, .hu_tooltip1:HOVER, .hu_tooltip2:HOVER, .hu_tooltip3:HOVER { 
	text-decoration: none; 
}

.hu_tooltip1 { /* no underline; default boldness */
}

.hu_tooltip2 { /* no underline, normal */ 
	font-weight: normal !important; 
}

.hu_tooltip3 { /* underline, normal */ 
	border-bottom: 1px dashed #f32ed4; 
	font-weight: normal !important; 
}
.hu_tooltip4 { /* underline, normal, black */
	color: black;
	border-bottom: 1px dashed #f32ed4; 
	font-weight: normal !important; 
}

body.htmlx a.hu_tooltip2, body.htmlx a.hu_tooltip3, body.htmlx a.hu_tooltip4 {
        font-weight: normal !important;
}

