A.menu         { font-family: Arial; color: #000000; text-decoration: none; }
A.menu:visited { font-family: Arial; color: #000000; text-decoration: none;}
A.menu:active  { font-family: Arial; color: #000000; text-decoration: none;}
A.menu:hover   { font-family: Arial; color: #000000; text-decoration: none;}
A              { font-family: Arial; color: #000000; text-decoration: underline; }
A:visited      { font-family: Arial; color: #000000; text-decoration: underline;}
A:active       { font-family: Arial; color: #000000; text-decoration: underline;}
A:hover        { font-family: Arial; color: #000000; text-decoration: underline;}
table.adminline	{ border: 1px #000000 solid; }
tr.header td { text-align: center; }
.title      { font-family: Arial; font-size: 16px; font-style: none; text-transform: none; color: #000000; }
.menu       { font-family: Arial; font-size: 12px; font-style: none; text-transform: none; color: #000000; }
.error      { font-family: Arial; font-size: 12px; font-style: none; text-transform: none; color: #FF0000; }
td          { font-family: Arial; font-size: 12px;}
.header     { background-color: #C8C8C8; }
body        { background-color: #FFFFFF; font-family: Arial; font-size: 12px; }
a.dp        { background-image :url(graphics/datePickerPopup.gif);
              width:16px; height:20px; }
a.dp:hover  { background-image:url('graphics/datePickerPopupHover.gif'); }
.hwsPopup
{
    position: absolute;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    left: 200px;
    top: 200px;
    border: 1px solid black;
    overflow: auto;
}
    
.hwsPopup .titlebar
{
    height: 25px;
    overflow: hidden;
    background-color: #5471B6;	
    width: 100%;
}

.hwsPopup .titlebar a
{
    float:right;
    width:19px;	
    height:19px;
    font-family:arial, helvetica, sans-serif;
    font-weight:bold;
    font-style:italic;
    background-color:#A1EFF7;
    text-align:center;
    text-decoration:none;
    margin-top:1px;
    margin-right:2px;
    border:1px solid gray;
}

.hwsPopup .titlebar a:visited{color:black}
.hwsPopup .titlebar a:hover
{
        color:red;
        text-decoration:none;
        background-color:#28AEBD;
        border:1px outset black;	
}
    
.hwsPopup .titlebar .title
{
    display: inline-block;
    margin-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    color: White;
}

.hwsPopup .body
{
    position: relative;
    background-color: White;
    padding: 5px 5px 5px 5px;
}    

.hwsPopup .error
{
color: Red;
}

.hwsOverlay
{
    position: fixed;
    left: 0px;
    top: 0px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    background-color: #ddd;
    width: 100%;
    height: 100%;
}
    
