td,textarea,input,.p1{font-family: Verdana, Arial, sans-serif; font-size:11px;}
select,.p1{font-size:11px;}
SELECT.modifycolumn {width:320px}
SELECT.smallcolumn {width:100px}
SELECT.middlecolumn {width:120px}
SELECT.largecolumn {width:150px}
SELECT.xlargecolumn {width:180px}
SELECT.xxlargecolumn {width:200px}
SELECT.smallrow {width:150px}
SELECT.largerow {width:300px}
p,div,.p2{font-size:11px;line-height:130%;}
.vip{color:ffffff;font-size:12px}
.p3{font-size:14.8px;}
.p4{font-size:14.8px;line-height:130%;}
.p5{font-size:10px;font-family:arial}
.p6{line-height:160%}
.p7{line-height:180%}
.hot{color:ff3300}
a {text-decoration: none;}
a:link{color:000066; text-decoration: none;}
a:visited{color:000066}
a.lb:link,a.lb:visited{color:black}
a.lg:link,a.lg:visited{color:#717171}
a:hover,a.lb:hover{color:red;}
.pw,a.lw:link,a.lw:visited{color:white}
a.ch:link,a.ch:visited{color:697111}
.sinput {border-left:1 ridge #ffffff;border-top:1 ridge #ffffff;border-bottom:1;border-right:1;border-style:ridge;background-color:#cccccc}
.ring{font-family: webdings;font-size:12px;color:000066;}
.off { background-color: white; }
.on  { background-color: #FFFFCC; }

.seloff { background-color: white;width:405px}
.selon  { background-color: #FFFFCC;width:405px}

form {margin: 0px}

font.numberOfEntry {
  color: #FF0000; size: 3; font-style: italic;
}

font.warning {
  color: #FF0000; font-style: italic;
}

font.description {
  color: #6633FF; font-style: italic;
}

font.modifydesc {
  color: #6633FF; font-style: italic;font-size:10px;
}

font.asterisk {
  color: #FF0000;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

tr.header {
  background-color: #FFFF00;
}

tr.modifyHeader {
  background-color: #C9EA8A;
}

td.header {
  padding: 3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 23px;
  font-weight: bold;
  font-style: italic;
}

div.modifyHeader {
  padding: 3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

td.modifyHeader {
  height: 5;
  colspan: 2;
}

td.modifyLabelWarning {
  background-color: #FFCCFF;
  white-space: nowrap;
  text-align: right;
}

td.modifyLabel {
  background-color: #E4F4C6;
  white-space: nowrap;
  text-align: right;
}

td.modifyLabelSystem {
  background-color: #FFCCFF;
  white-space: nowrap;
  text-align: right;
}

td.modifyLabelLDAP {
  background-color: #FFFFCC;
  white-space: nowrap;
  text-align: right;
}

td.modifyValue {
  //background-color: #CCCCFF;
}

tr.navigation {
  border-color: #000000;
  background: #99FF99;
  color: #ffffff;
}

tr.modifyNavigation {
  background: #FFFFCC;
}

td.navigation {
  padding-right: 10;
  font-family: Verdana, Arial, sans-serif;
}

tr.headerDetails {
  background-color: #9DC7F9;
}

td.label {
  white-space: nowrap;
  background-color: #CCFF99;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

td.rawdata {
  background-color: #F7DFF3;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #3333FF;
}

tr.numberOfEntryBar {
  background-color: #CCCCCC;
}

tr.odd { background: #FFFFCC; }
tr.odd:hover { background: rgb(230,255,0); }
tr.even { background: #dddddd; }
tr.even:hover { background: rgb(230,230,255); }
tr.messageBar { background: #CC99FF; }
tr.messageBar:hover { background: rgb(204,204,255); }

td.colSepator {
  background-color: #FFFFFF;
}

td.fieldValue {
  background-color: #FFFFCC;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

td.center {
  text-align: center;
}

td.numeric {
  text-align: right;
}

td.date {
  text-align: center;
}

td.edit {
  text-align: center;
}

td.delete {
  text-align: center;
}

/*
table.modifyParent {
    width: 600px;
}
*/

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#9DC7F9;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

/* ShowTip */
.CTooltip {
  position:absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 380px;
  visibility:hidden;
  font: 8pt 'MS Comic Sans','Arial',sans-serif;
  background-color: #FFFFE6;
  padding: 8px;
  border: 1px solid black;
}

/* Default DOM Tooltip Style */
div.domTT {
    border: 1px solid #333333;
}
div.domTTCaption {
    font-family: serif;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 2px;
    color: #FFFFFF;
    background-color: #333333;
}
div.domTTContent {
    font-size: 12px;
    font-family: sans-serif;
    padding: 3px 2px;
    background-color: #F1F1FF;
}
/* Classic Style */
div.domTTClassic {
    border: 1px solid black;
    background-color: #FBF4D4;
}
div.domTTClassicCaption {
    font-family: serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    padding: 1px 2px;
}
div.domTTClassicContent {
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 1px 2px 0 2px;
}
/* Win9x Style */
div.domTTWin {
  border: 2px outset #BFBFBF;
  background-color: #808080
}
div.domTTWinCaption {
  border: 0px solid #BFBFBF;
  border-width: 1px 1px 0px 1px;
  background-color: #00007F;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
}
div.domTTWinContent {
  border: 1px solid #BFBFBF;
}
/* Overlib Style */
div.domTTOverlib {
    border: 1px solid #333366;
}
div.domTTOverlibCaption {
    font-family: Verdana, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #333366;
}
div.domTTOverlibContent {
    font-size: 10px;
    font-family: Verdana, Helvetica;
    padding: 2px;
    background-color: #F1F1FF;
}
div.domTTMenu {
  width: 150px;
  border: 2px outset #E6E6E6;
}
div.domTTMenuCaption {
  font-size: 12px;
  font-family: sans-serif;
  background-color: #E6E6E6;
}
div.domTTMenuContent {
  padding: 1px 0;
  background-color: #E6E6E6;
}
.menuskin {
        BORDER: #666666 1px solid; VISIBILITY: hidden; FONT: 12px Verdana;
        POSITION: absolute;
        BACKGROUND-COLOR:#C0C0C0;
        background-image:url("Skins/Default/dvmenubg3.gif");
        background-repeat : repeat-y;
        }
#mouseoverstyle {
        BACKGROUND-COLOR: #C9D5E7; margin:2px; padding:0px; border:#597DB5 1px solid;
        }
.menuitems{
        margin:2px;padding:1px;word-break:keep-all;
}
a.navlink:link {color: #000000; text-decoration:none}
a.navlink:visited {color: #000000; text-decoration:none }
a.navlink:hover {color: #003399; text-decoration:none }
.BrightClass{background-color: #D7D7D7; }

div.quote{margin:5px 20px;border:1px solid #CCCCCC;padding:5px;background:#F3F3F3 ;line-height : normal ;
}
div.HtmlCode{margin:5px 20px;border:1px solid #CCCCCC;padding:5px; background:#FDFDDF ;
font-size:14px;font-family:Tahoma;font-style : oblique;line-height : normal ;font-weight:bold;
}

.ui-widget-content td {font-size:0.7em;}
.wrapper{ margin: 20px 0 0 20px;}

.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 95%;
  padding: 15px 10px 10px 20px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal 18px/1 Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: -webkit-repeating-linear-gradient(-106.69924423399362deg, rgba(74,134,232,1) 0, rgba(64,150,238,1) 8%, rgba(64,150,238,1) 13%, rgba(64,150,238,1) 13%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 17%, rgba(14,90,255,1) 100%);
  background: -moz-repeating-linear-gradient(196.69924423399362deg, rgba(74,134,232,1) 0, rgba(64,150,238,1) 8%, rgba(64,150,238,1) 13%, rgba(64,150,238,1) 13%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 17%, rgba(14,90,255,1) 100%);
  background: repeating-linear-gradient(196.69924423399362deg, rgba(74,134,232,1) 0, rgba(64,150,238,1) 8%, rgba(64,150,238,1) 13%, rgba(64,150,238,1) 13%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 15%, rgba(64,150,238,1) 17%, rgba(14,90,255,1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}

.highlight_alternate {
    background-color: #ccf2ff;
}

.highlight_focus {
    background-color: #ffffcc;
}

.highlight_important {
    /* LightSkyBlue */
    background-color: #87CEFA;
}

.highlight_dollar_amt {
    /* SkyBlue */
    /* background-color: #87CEEB */
    /* LightSkyBlue */
    background-color: #87CEFA;

}

#overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.0);
  z-index: 1000;
  cursor: pointer;
  background-image: url('loader_blue.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
