/* Bar Transparent */
.barTR
{
 background-color:transparent;
}

/* Bar Background */
.barBG
{
 background-color:#DADBDF;
 scrollbar-face-color:#B2B8DB;
 scrollbar-highlight-color:#DADBDF;
}

/* Bar Background */
.barBG2
{
 background-color:#C5C7D0;
 scrollbar-face-color:#B2B8DB;
 scrollbar-highlight-color:#C5C7D0;
}

/* Bar Background */
.barBG3
{
 background-color:#B7BBCA;
 scrollbar-face-color:#B2B8DB;
 scrollbar-highlight-color:#B7BBCA;
}


/* Bar Window Title */
.barWT
{
 background-color:#1F4B8C;
}

/* Bar Title */
.barT
{
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#DADBDF);
}

/* Bar Title Selected */
.barTS
{
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DADBDF, endColorstr=#FFFFFF);
}

/* Bar Tool Bar */
.barTB
{
 background-color:#1F4B8C;
}

/* Bar Option Bar */
.barOB
{
 background-color:#1F4B8C;
}

/* Bar Fields */
.barF
{
 background:#ECEEF2;
}

/* Bar Fields Selected */
.barFS
{
 background:#ECEEF2;
 /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C7C8CC, endColorstr=#FFFFFF);*/
}

TABLE#selFamilies TD.barV
{
	/*background-color:transparent;*/
}

/* Bar Values */
.barV
{
 background-color:#F3F3FA;
}

/* Bar Values Over */
.barVO
{
 background-color:#C5C7D0;
}

/* Bar Values Selected */
.barVS
{
 background-color:#CDCDD4;
}

/* Bar Values LastRead - Notifications */
.barVLR
{
 background-color:#96FF96;
}

/* Bar Values UnRead - Notifications */
.barVUR
{
 background-color:#9696FF;
}

/* Bar Values Current */
.barVC
{
 background-color:#BDCAFF;
}

/* Bar Check Box */
.barCB
{
 background-color:#ECEEF2;
}

/* Bar Check Box Disabled */
.barCBD
{
 background-color:#DBDCDE;
}

/* Bar Select Box Title */
.barSBT
{
 background-color:white;
}

/* Bar Select Box Button */
.barSBB
{
 border:1 ridge white;
 background-color:#2D3185;
}

/* Bar Radio Box Bar */
.barRBB
{
 border:1 solid black;
 background-color:white;
}

/* Bar Radio Box Mark */
.barRBM
{
 background-color:#003F57;
 filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
}

/* Combo-Box */
.combobox
{
 background-color:white;
 color:#5F5E64;
 font:'10 Verdana';
}

/* Label Window Title */
.labelWT
{
 font:'11 Verdana';
 color:white;
}
.quadratinoWT
{
 font:'11 Wingdings';
 color:white;
}
/* Label Title Big */
.labelTB
{
 font:'bolder 15 Verdana';
}

/* Label Title Medium */
.labelTM
{
 font:'bolder 11 Verdana';
}

/* Label Title Small */
.labelTS
{
 font:'9 Verdana';
}

/* Label Login */
.labelLI
{
 color:#6E84AB;
 font:'11 Verdana';
 font-weight:bolder;
}

/* Label Option Bar */
.labelOB
{
 color:white;
 font:'11 Verdana';
}

/* Label Field */
.labelF
{
 color:black;
 font:'11 Verdana';
}

TABLE#tDocs TD
{
 color:black;
 font:'11 Verdana';
}

/* Label Value */
.labelV
{
 color:black;
 font:'11 Verdana';
}

/*** MOD 27-03-2006 ***/
.labelVInt, .labelVReal, .labelVDate
{
 color:black;
 font:'11 Verdana';
 text-align:right;
 margin-right: 10pt;
}

.labelVString
{
 color:black;
 font:'11 Verdana';
 text-align:left;
 margin-left: 5pt;
}
/*** END MOD 27-03-2006 ***/

/* Label Value Italic */
.labelVDI
{
 color:#4A4A4A;
 font:'italic 11 Verdana';
}

/* Label Value Default */
.labelVD
{
 color:black;
 font:'bolder 11 Verdana';
}

/* Label Value Error (red text)*/
.labelVE
{
 color:red;
 font:'11 Verdana';
}

/* Label Value Link */
.labelVL
{
 color:#0000AB;
 font:'bolder 12 Verdana';
 cursor:hand;
}

/* Label Button */
.labelB
{
 color:white;
 font:'11 Verdana';
}

/* Label Button Over */
.labelBO
{
 color:#FFCC00;
 font:'11 Verdana';
 cursor:hand;
}

/* Label Button Selected */
.labelBS
{
 color:#FFCC00;
 font:'11 Verdana';
 cursor:hand;
}

/* Label Menu */
.labelM
{
 color:black;
 font:'11 Verdana';
}

/* Label Menu Over */
.labelMO
{
 color:#FFCC00;
 font:'11 Verdana';
 cursor:hand;
}

/* Label Menu Button Selected */
.labelMS
{
 color:#FFCC00;
 font:'11 Verdana';
 cursor:hand;
}

/* Button */
.button
{
 background-color:#1F4B8C;
 color:white;
 font:'11 Verdana';
 border:0;
 height:17;
}

label#cButton
{
	color: white;
}
/* Flat Button */
.flatButton
{
 color:white;
 background-color:#1F4B8C;
 border:none;
 font:'11 Verdana';
 height:17;
}

/* Flat Button Over */
.flatButtonOver
{
 color:#FFCC00;
 background-color:#1F4B8C;
 border:none;
 font:'11 Verdana';
 cursor:hand;
 height:17;
}
.quadratinoOver
{
 color:#FFCC00;
 background-color:#1F4B8C;
 font:'11 Wingdings';
 border:none;
 cursor:hand;
}
/* Flat Button Pressed */
.flatButtonP
{
 color:#FFCC00;
 background-color:#1F4B8C;
 border:none;
 font:'11 Verdana';
 cursor:hand;
 height:17;
}


/* Flat Button Disabled*/
.flatButtonDisabled
{
 color:#919BB9;
 background-color:#1F4B8C;
 border:none;
 font:'11 Verdana';
 cursor:default;
 height:17;
}


/* Radio-Box */
.radiobox
{
 color:#63B8FF;
 font:'11 Verdana';
}

/* Edit-Box */
.edit
{
 background-color:#FFFFFF;
 border:1 solid #777777;
 font:'11 Verdana';
 cursor:text;
}

/* Edit-Box Highlighted */
.editH
{
 background-color:#CCCCCC;
 border:1 solid #777777;
 font:'11 Verdana';
}

/* ScrollBar*/
.scroll
{
 scrollbar-face-color:#B2B8DB;
 scrollbar-highlight-color:#DADBDF;
}

/*** MOD 28-03-2006 ***/
/* family tree table */
.familyTree
{
}
/*** END MOD 28-03-2006 ***/
