
BODY {
background-color : #EAFCFF;
background-image : url(bg_Result.jpg);
color : MidnightBlue;
scrollbar-base-color : #C4D3D8;
background-repeat : no-repeat;
}
.TransparentBg {
filter : progid:DXImageTransform.Microsoft.Chroma
(
Color = #E4F3F8
);
}
.PageTitleBar {
background-color : #535892;
filter : progid:DXImageTransform.Microsoft.Gradient
(
gradientType = 1,
startColorStr = #434882,
endColorStr = #7378B2
);
width : 100%;
}
.PageTitleTxt {
color : White;
margin : 4px;
font-size : 12pt;
font-weight : bold;
text-align : center;
}
.PageContainer {
margin : 5px;
text-align : center;
}
.PageFooter {
margin-left : 2%;
margin-right : 2%;
font-size : 8pt;
}
.Page_LoadingTxt {
font-size : 12pt;
font-weight : bold;
}
.Page_ChangedSignal {
color : Black;
font-weight : bold;
}
A:link, A:visited {
text-decoration : underline;
color : MidnightBlue;
font-weight : bold;
}
A:link.FieldValue, A:visited.FieldValue {
color : Black;
}
A:hover {
text-decoration : underline;
color : Red;
font-weight : bold;
}
A:hover.FieldValue {
color : Red;
}
.Subtitle {
color : #800000;
}
.Subtitle_bold {
color : #800000;
font-weight : bold;
}
.Hanging5px {
margin-left : 5px;
}
.Hanging8px {
margin-left : 8px;
}
.Hanging10px {
margin-left : 10px;
}
.Hang15pxFLBack5px {
margin-left : 15px;
text-indent : -5px;
}
TABLE.DlgBox {
border : 1px solid Black;
}
TD.DlgBox {
background-color : #D2E1EA;
scrollbar-base-color : #C1C9BE;
border : 4px outset;
}
.DlgBox_FieldLabel {
text-align : right;
font-weight : bold;
}
.DlgBox_FieldLabel_noalign {
font-weight : bold;
}
TABLE.StaticGrid
{
border-collapse : collapse;
border : 1px solid Black;
}
TH.StaticGrid
{
background-color : #4B508A;
color : white;
border-right : 1px solid White;
font-weight : bold;
}
TD.StaticGrid
{
color : Black;
border-top : 1px solid #B4B4B4;
}
TD.StaticGrid_noborder
{
color : Black;
}
TR.StaticGrid
{
background-color : #D7E6EF;
}
TR.StaticGrid_odd
{
background-color : #DFEEF7;
}
TR.StaticGrid_even
{
background-color : #D7E6EF;
}
TR.StaticGrid_sel
{
background-color : White;
}
.Info_InfoHTML {
color : black;
font-weight : bold;
}