﻿/* overriden HTML styles */
a:active
{
    color: #FF0000;
}
input.smallcheck
{
    height: 15px;
    width: 15px;
}
.smalltextcolored
{
    font-size: 8pt;
    color: #CC6600;
    font-family: Arial;
}
.smalltext
{
    font-size: 8pt;
    font-family: Arial;
}
.smalltextbold
{
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
}

/* custom styles (names are OK)*/
/* custom styles (names are OK)*/
.bodybold
{
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
}
.bodybold2
{
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: white;
}

.bodyboldmasterheader
{
    font-size: 22pt;
    font-family: Arial;
    font-weight: bold;
    color: BLACK;
}


.download
{
    font-size: 10pt;
    font-family: Arial;
}
.bodyLink
{
    font-size: 10pt;
    font-family: Arial;
    text-decoration: none;
    color: #FFFFFF;
}

.blue-body
{
    background-color: #E8F1FF;
    border: 1px solid #c1c1c1;
    font-size: 9pt;
    font-family: Tahoma;
}

.blue-body-bold
{
    font-size: 12pt;
    font-family: Arial;
    color: White;
    font-weight: bold;
}

.caption
{
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}
.tabview
{
    font-family: arial;
    color: #ffffff;
    font-size: 10;
    text-decoration: none;
    text-align: center;
}
.tabview:hover
{
    font-family: arial;
    color: #ffcc99;
    font-size: 11;
    text-decoration: none;
    text-align: center;
}
.tableheader
{
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
    font-family: Arial;
    background-color: #C0C0C0;
}
.tableitem
{
    font-size: 10pt;
    font-family: Arial;
}
.tableitemTable
{
    font-size: 10pt;
    font-family: Arial;
    background-color: #DDDDDD;
}
.alttableitem
{
    font-size: 10pt;
    font-family: Arial;
    background-color: #FFEDC9;
}
.tablefooter
{
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
    font-family: Arial;
    background-color: #C0C0C0;
}
.errorNew
{
    color: #FF0000;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}
.error
{
    color: #FF0000;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}
.confirmation
{
    color: #006600;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}
.bottomnav
{
    font-size: 10pt;
    font-family: Arial;
    color: #CCCCCC;
    text-decoration: none;
}
.bottomnav:hover
{
    font-size: 10pt;
    font-family: Arial;
    color: #FFCC99;
    text-decoration: none;
}
.topnav
{
    font-family: arial;
    color: #ffffff;
    font-size: 11;
    text-decoration: none;
    font-weight: bold;
}
.topnav:hover
{
    font-family: arial;
    color: #ffcc99;
    font-size: 11;
    text-decoration: none;
}
.smalltext
{
    font-family: Arial;
    font-size: 8pt;
}
.smalltextWhite
{
    font-family: Arial;
    font-size: 8pt;
    color: White;
}
.smalltextbold
{
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
}
.footer
{
    color: #CCCCCC;
    font-size: 7pt;
    font-family: verdana;
}
.whitebackground
{
    background-color: #FFFFFF;
}
.signupinfo
{
    font-size: 8pt;
    font-family: Arial;
    background-color: #FFCC99;
}

/* top menu */
#topmenu
{
    background: #8ca1ae;
    border-top: 1px solid white;
    padding: 0 0 0 0px;
    font-family: Tahoma;
    height: 23px;
    overflow: hidden;
}
#topmenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#topmenu ul li
{
    float: left;
}
#topmenu ul li a
{
    display: block;
    font-size: 80%;
    font-weight: bold;
    padding: 5px 6px;
    background: #8ca1ae;
    color: white;
    text-decoration: underline;
    white-space: nowrap;
}
#topmenu ul li a:visited
{
}
#topmenu ul li a:hover
{
    text-decoration: underline;
}
#topmenu ul li a.active
{
    background: #aac3d2;
    text-decoration: underline;
}


/*NEW NAMED STYLES*/
.secondarynav
{
    font-size: 8pt;
    height: 8pt;
    color: #cc0000;
    font-family: verdana;
    text-decoration: none;
}
.secondarynav:hover
{
    font-size: 8pt;
    height: 8pt;
    color: #000000;
    font-family: verdana;
    text-decoration: underline;
}
.homepagehead
{
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
    color: #CC0000;
    height: 15pt;
}
.pagetitle
{
    font-family: Arial;
    font-size: 10pt;
    color: #CC6600;
    font-weight: bold;
}
.pagetitlebig
{
    font-family: Arial;
    font-size: 16pt;
    color: #CC6600;
    font-weight: bold;
}
.heading1
{
    font-family: Arial;
    font-size: 10pt;
    color: #CC6600;
    font-weight: bold;
}
.bodycolored
{
    font-size: 8pt;
    color: #CC6600;
    font-family: Arial;
}
.viewproftable
{
    background-color: #FFFFCC;
    font-size: 10pt;
    font-family: Arial;
}
.bodyhighlighted
{
    font-size: 10pt;
    font-family: Arial;
    color: #CC6600;
}
.warning
{
    color: #FF0000;
    font-family: Arial;
    font-size: 10pt;
}
.key
{
    font-family: Arial;
    color: #000099;
    font-size: 8pt;
}
.description
{
    font-family: Arial;
    color: #000099;
    font-size: 8pt;
}
.icontext
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #666666;
}
.grouppagetitle
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #003399;
}
.requiredfield
{
    color: #800000;
    font-family: Arial;
    font-size: 10pt;
}
.treetext
{
    font-size: 8pt;
    color: #00008b;
    font-family: Tahoma;
    text-decoration: none;
    margin-top: 3px;
    padding-left: 4px;
}
.treetextselected
{
    font-weight: bold;
    font-size: 8pt;
    color: #999999;
    font-family: Tahoma;
    text-decoration: none;
    margin-top: 3px;
    padding-left: 4px;
}

.paneltest
{
    background-color: Red;
    color: #ffffdd;
}

/* Rule to fix quirks-mode inheritance behavior */
table, caption
{
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
}


table.entryform tr.section
{
    font-size: 115%;
    font-weight: bolder;
    background-color: gray;
    background: url(../Images/entryform-section.jpg) bottom left no-repeat;
    color: #000;
    border-bottom-color: #DADADA;
    margin: 10px;
}

table.entryform tr.sectionsmall
{
    font-weight: bolder;
    background-color: gray;
    background: url(../Images/entryform-section.jpg) bottom left no-repeat;
    color: #000;
    border-bottom-color: #DADADA;
    margin: 10px;
}

.PBG
{
    background-color: #ffffff;
}

.GH
{
    background-color: #dd7511;
    text-align: left;
    color: #ffffdd;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: Bold;
}

.GHO
{
    background-color: #dd7511;
    text-align: left;
    color: #ffffdd;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: Bold;
}

.GHS
{
    background-color: #dd7511;
    color: #ffffff;
    text-align: left;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: Bold;
}

.DGH
{
    background-color: #dd7511;
    color: #000000;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: Bold;
    cursor: default;
}

.DG
{
    border-style: solid;
    border-width: 1px;
    border-color: #CC6600;
    background-color: #eeeeee;
    background-image: url("/Images/navbg.gif");
}

.DDI
{
    font-weight: Bold;
    color: DarkBlue;
    font-family: Tahoma;
    font-size: 8pt;
    margin-top: 3px;
    padding-left: 4px;
    cursor: default;
}

.DI
{
    color: DarkBlue;
    font-family: Tahoma;
    font-size: 8pt;
    text-decoration: none;
    margin-top: 3px;
    padding-left: 4px;
}

.IO
{
    color: Red;
    font-family: Tahoma;
    font-size: 8pt;
    text-decoration: Underline;
    margin-top: 3px;
    padding-left: 4px;
    cursor: hand;
}

.IS
{
    color: DarkBlue;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: Bold;
    margin-top: 3px;
    padding-left: 2px;
    text-indent: 1px;
}

.IT
{
    color: DarkBlue;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: Bold;
    margin-top: 5px;
    padding-left: 2px;
    cursor: hand;
}



table.stats
{
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #fff;
    background-color: #666;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.stats td
{
    background-color: #CCC;
    color: #000;
    padding: 4px;
    text-align: left;
    border: 1px #fff solid;
}

table.stats td.hed
{
    background-color: #666;
    color: #fff;
    padding: 4px;
    text-align: left;
    border-bottom: 2px #fff solid;
    font-size: 12px;
    font-weight: bold;
}





.CheckBoxChecked
{
    background: url(../images/TripleStateCheckBox/Checked.gif);
    background-color: White;
    width: 14px;
    height: 14px;
    border: solid 1px black;
}

.CheckBoxUnChecked
{
    background: url(../images/TripleStateCheckBox/UnChecked.gif);
    width: 14px;
    height: 14px;
    border: solid 1px black;
}

.CheckBoxUnDefined
{
    background: url(../images/TripleStateCheckBox/UnDefined.gif);
    background-color: White;
    width: 14px;
    height: 14px;
    border: solid 1px black;
}

.defaultTripStateCheckBox span
{
    font-size: 10px;
    font-family: Arial;
}
#myform
{
    padding: 10px;
    background-color: #eee;
    width: 350px;
    border: 1px solid #ccc;
}
#myform h3
{
    font-weight: normal;
}
#myform label
{
    font-size: 10pt;
}
#myform input[type=text]
{
    font-size: 10pt;
    width: 45px;
}
#email
{
    display: none;
}
.CategoryName
{
    font-family: Verdana;
    color: #075488;
    font-size: 10pt;
    text-align: center;
    text-decoration:none;
}
.CategoryName a
{
    font-family: Verdana;
    color: #075488;
    font-size: 10pt;
    text-align: center;
    text-decoration:none;
}
.CategoryName a:hover
{
    text-decoration:underline;
}
.DownloadTitle
{
    font-family: Tahoma;
    color: #075488;
    font-size: 12pt;
    text-align: right;
    text-decoration:none;
}
.DownloadTitle a
{
    font-family: Tahoma;
    color: #075488;
    font-size: 12pt;
    text-align: right;
    text-decoration:none;
}

.DownloadTitle a:hover
{
    font-family: Tahoma;
    color: #075488;
    font-size: 12pt;
    text-align: right;
    text-decoration:underline;
}

.DownloadAuthor
{
    font-family: Tahoma;
    color: #CCC;
    font-size: 10pt;
    text-align: right;
}

.DownloadIssue
{
    font-family: Tahoma;
    color: #666;
    font-size: 10pt;
    text-align: right;
}

.Magazine
{
    font-family:Verdana;
    font-size:10pt;
    color:#666;
    text-decoration:none;
}


.Magazine a
{
    font-family:Verdana;
    font-size:10pt;
    color:#666;
    text-decoration:none;
}


.Magazine a:hover
{
    font-family:Verdana;
    font-size:10pt;
    color:#666;
    text-decoration:underline;
}

a:link {text-decoration:none;}      /* unvisited link */
a:visited {text-decoration:none;}  /* visited link */
a:hover {text-decoration:none;}  /* mouse over link */
a:active {text-decoration:none;}  /* selected link */
