/**
 * $Revision: 1.1 $
 * $Date: 2005/02/25 02:44:36 $
 */

/* default styles */
body {
margin: 0;
padding: 0;
}

body, h1, h2, h3, h4, p, div, th, td, li {
font-family: arial, verdana, helvetica, sans-serif;
}

h1 {
margin-top: 0;
font-size: 180%;
font-weight: normal;
color: #003300;
}

h2 {
font-size: 150%;
font-weight: normal;
color: #003300;
}

h3 {
font-size: 120%;
color: #003300;
}

h4 {
margin: 0;
color: #003300;
}

a {
text-decoration: underline;
color: #003399;
}

a:visited {
text-decoration: underline;
color: #990066;
}

a:hover {
text-decoration: underline;
color: red;
}

a:active {
text-decoration: underline;
}


/* header styles */
td.navtop {
color: #ffffff;
font-weight:bold;
background-color: #336600;
}

a.navtop, a.navtop:visited, a.navtop:hover, a.navtop:active {
text-decoration: none;
color: #ffffff;
font-weight:bold;
}

a.navtop:hover {
text-decoration: underline;
}

td.motif {
background-color: #336600;
background-image : url(../images/chrome/motif.gif);
background-position: top;
background-repeat: no-repeat;
}

td.tagline {
background-color: #003300;
color: #ffffff;
font-size: 11px;
}


/* breadcrumb navigation */
div.breadcrumb {
margin: 10px 0 10px 5px;
font-size: 0.85em;
}

div.main-padding {
margin: 0;
padding: 0 5px 0 5px;
}

/* content area */
div.content {
margin: 0 10% 30px 20px;
}


/* left navigation styles */
td.navleft {
padding: 0 5px 50px 5px;
}

p.navleft {
padding: 1px 0 1px 0;
margin: 0;
}

strong.navleft {
background-color: #ffffff;
color: #003300;
}

ul.navleft {
margin: 0;
padding: 0;
}

li.navleft {
padding: 0;
list-style: none;
}

ul.navleftsub {
margin: 0;
padding: 0;
}

li.navleftsub {
font-size: 0.85em;
list-style: none;
line-height: 0.85em;
padding: 1px 0 1px 0;
margin: 0;
}

a.navleft, a:visited.navleft, a:active.navleft  {
text-decoration: none;
color: #003399;
}

a.navleftsub, a.navleftsub:visited, a.navleftsub:active {
text-decoration: none;
color: #003399;
}

a.navleft:hover, a.navleftsub:hover {
text-decoration: underline;
color: #ff0000;
}


/* footer styles */
hr.footer {
padding: 0;
margin: 5px 0 0 0;
border: none;
border-top: 1px solid #cc6600;
height: 1px;
}

table.footer {
width: 100%;
}

div.footer {
margin: 0;
padding: 0 0.5em 2em 10px;
font-size: 0.85em;
font-weight: normal;
}

div.change-text-size {
margin: 0;
padding: 0 10px 2em 0.5em;
font-size: 0.85em;
font-weight: normal;
display: none;
text-align: right;
}

/* standard table data presentation. used for levels+ */
table.tableData {
border: 1px solid #003300;
margin-left: -1px;
margin-right: -1px;
}

table.tableData {
width: 95%;
}

table.tableData th {
background-color: #cda480;
color: #003300;
}

table.tableData td {
padding: 5px 5px 5px 5px;
margin: 0 1px 0 1px;
}

table.tableData tr.shaded {
background-color: #eee1d5;
}

img.alignRight {
float: right;
}

img.icon {
border: 0px;
}
