.bodytext, input, select, checkbox, td, textarea
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
}

.smalltd
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 1px;
}

img
{
    vertical-align: bottom;
}
embed
{
    vertical-align: bottom;
}

.lists, UL, OL
{
    margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
}

.entryheader
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 16px;
    color: #4468A7;
    font-weight: bold;
}

.bottomnavlink A
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.bottomnavlink A:visited
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.bottomnavlink A:hover
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #E61829;
    font-weight: normal;
    text-decoration: none;
}

.bottomnavlinkactive
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #E61829;
    font-weight: normal;
    text-decoration: none;
}

.topnavlink A
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #1B4693;
    font-weight: bold;
    text-decoration: none;
}

.topnavlink A:visited
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #1B4693;
    font-weight: bold;
    text-decoration: none;
}

.topnavlink A:hover
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #9DC7EB;
    font-weight: bold;
    text-decoration: none;
}

.topnavlinkactive
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #9DC7EB;
    font-weight: bold;
    text-decoration: none;
}

.header
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 14px;
    color: #4468A7;
    font-weight: bold;
}

.bodytextlink A
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #D94040;
    font-weight: normal;
}

.bodytextlink A:visited
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #D94040;
    font-weight: normal;
}

.bodytextlink A:hover
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #D94040;
    font-weight: normal;
    text-decoration: none;
}

.subhead
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    color: #183F85;
    font-weight: bold;
}

.requiredtext
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #CC0000;
}

.whitetext
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}


.alerttext
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #FF0000;
    font-weight: bold;
}

.vbalert
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #663399;
    font-weight: bold;
}


.cmsalert
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #0066CC;
    font-weight: bold;
}

.highlight
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    background-color: Yellow;
}


/*TABLES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TableHeader
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #333399;
    padding: 3pt;
}
.TableHeader a:visited
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #333399;
}
.TableHeader a:link
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #333399;
}
.TableAlternatingRow
{
    background-color: #CCCCCC;
}
.Table
{
    padding: 0px;
    border: 2px solid #333399;
    width: 100%;
}
.Table tr td
{
    border: 1px solid #333399;
    padding: 3pt;
    vertical-align: top;
}
.Table tr th
{
    border: 1px solid #333399;
    padding: 3pt;
}
.TableSelectedRow
{
    background-color: #99CCFF;
}
.TableFixedHeader
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #333399;
    padding: 3pt; /*position: relative;    top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);*/
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}
.TableStandard
{
    padding: 0px;
    border: 2px solid #333399;
}
.TableRowModifiedAdd
{
    background-color: #99CCFF;
}
.TableRowModifiedEdit
{
    background-color: #99CCFF;
}


.TableRowModifiedDelete
{
    background-color: #99CCFF;
    text-decoration: line-through;
}
.TableNestedHeader
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    background-color: #333399;
    padding: 3pt;
}
.TableRowExactMatch
{
    background-color: #99CCFF;
}
/*ERROR CALL OUTS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.errors
{
    border: 2px solid red;
    color: red;
    margin: 5px 0px;
    padding: 15px;
    background: #fff url(../../images/icon-warning.gif) no-repeat 5px 50%;
}
.errors ul
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
    list-style: square;
}
.popuperror
{
    /*border: 2px solid red;*/
    color: red;
    margin: 5px 0px;
    padding: 5px;
    background: #fff url(../../images/icon-warning.gif) no-repeat 5px 50%;
}
.popuperror span
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
}

/*Hyperlink style for ASP~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bodytextlink:link
{
    font-size: 11px;
    color: #D94040;
    font-weight: normal;
}
.bodytextlink:visited
{
    font-size: 11px;
    color: #D94040;
    font-weight: normal;
}
.bodytextlink:hover
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #D94040;
    font-weight: normal;
    text-decoration: none;
}






.hanging-indent
{ 
    float: right; width: 635px;
}
