/*Default Style Sheet*/ 

h1, h2, .head1, .head2 { color: #2E5191;}
.colbody .head2 { color: maroon;}
.head2bm, h2 {background-color:#E4E8F1; border-bottom: 1px solid gray; font-weight: bold; font-size: 12pt; color: #244786; margin-bottom:5px; padding-left:5px}
h3 {color: #c86a02; margin-bottom:0px; font-size: 10pt;}
h4 {margin-bottom:0px;}

/*On Default Pages, we do not want body links underlined*/
a:link { color: #000099; text-decoration: none; }
a:visited { color: #333366; text-decoration: none; }
a:hover    { color: #660033; text-decoration: underline; } 

/*Lists*/
ul {margin-left:17px;}
li { background-position: 0.3em; padding-left: .4em; }
/*This fixes non-IE windows*/
html>body ul { padding-left: 5px; }
html>body li { padding:0px }

/*Covers many hidden things*/
.hid {display:none}

.head3bm {font-size:10pt; font-weight:bold; color: #660033; margin-top:6px; margin-bottom:0px;}

/*Mainframe Styles*/
a {color: #000099; text-decoration:none}
p a:link, p a:visited {text-decoration:underline;}

/*Right Navigation Items*/

/*This section determines the default colors of link states*/
div.rightnav a:link {color: #006599;}
div.rightnav a:visited {color: #006599;}
div.rightnav a:hover {color: #660033;}


/*This section defines the background color of the highlight of the section you are on*/
div.rightnav div.activemenu,  div.rightnav div.activesubmenu  {background-color:#D9D9E7;}

/*Elements*/
/*Enclosing Box and Section Header*/
.ebhead {background-color: #006599;}
div.secthdr span {background-color: #006599;}

.sectbox  {background-color:#E4E8F1; font-weight: bold; font-size: 12pt; color: #006599; padding-left:5px;}




/*Newsgroup Header Box */
.tabheader {background-color: #006599;}

/*AppNavBar specific styles*/
th  { color: #ffffff; background-color: #006599; border: #006599; }
.colheader      { background-color: #FFFFFF; color: #000000; }
.darkback       { background-color: #006599; }
.lightback      { background-color: #FFFFFF; }

/*TabBar styles*/
.activetab {background-color:#006599;}
.inactivetab {background-color:#D9D9E7;}


/*Older Legacy Styles*/

.step           { background-color: #006599; }
.appnavbar .tabbody .selectedmenu   { background-color: #006599; color: #FFFFFF;}
.oddrow         { background-color: #D9D9E7; }
.appnavbar      { background-color: #FFFFFF; }
.button         { background-color:#C0C0C0; color:#000000; }
.tab            { background-color: #D9D9E7; }
.acttab         { background-color: #006599;}
.tabbody        { background-color: #FFFFFF; color: #000000; border-color: #006599; }






/*In Page Editor */
.editbut  {background-color:green; color:white; font-weight:bold; width:35px; display:none; text-align:center;}

/*Internal Product Page Right Column*/
.rightcol { border: 1px solid #2D5694;}
.rightcol .colhead { border-bottom:1px solid black; background-color:#006699; color:white; font-weight:bold; padding-left:5px}
.rightcol .colbody { background-color:#ECEFF0; padding:8px;}
.rightcol .colbody form{ margin:0px;}
.rightcol .colbody ol, .rightcol .colbody ul {margin-left:25px; margin-top:2px;}


