/*****************************
* WebTools Style Sheet (CSS) *
******************************/

.wbt_navigator {
}

.wbt_tableheader {
   background-color: LIGHTGREY;
   color: Black;
   text-align: left;
   padding: 2pt;
}

.wbt_tableheader A:link    { color: Black; text-decoration: none; }
.wbt_tableheader A:visited { color: Black; text-decoration: none; }
.wbt_tableheader A:active  { color: Black; text-decoration: none;}
.wbt_tableheader A:hover   { color: #0099FF; text-decoration: overline underline;}

.wbt_tableheaderselected {
   background-color: SKYBLUE;
   color: White;
   text-align: left;
   padding: 2pt;
}

.wbt_tableheaderselected A:link    { color: White; text-decoration: none; }
.wbt_tableheaderselected A:visited { color: White; text-decoration: none; }
.wbt_tableheaderselected A:active  { color: White; text-decoration: none;}
.wbt_tableheaderselected A:hover   { color: #0099FF; text-decoration: overline underline;}

.wbt_table {
}

.wbt_tablealternaterow {
   background-color: ALICEBLUE;
}

.wbt_moduletitle {
   padding: 2;
   font-size: 14pt;
   font-weight: bold;
}

.wbt_copyrights {
   color: #A0A0A0;
   font-size: 8pt;
}

.wbt_copyrights A:link    { color: #A0A0A0; text-decoration: none; }
.wbt_copyrights A:visited { color: #A0A0A0; text-decoration: none; }
.wbt_copyrights A:active  { color: #A0A0A0; text-decoration: none;}
.wbt_copyrights A:hover   { color: Teal; text-decoration: overline underline;}


