/* General Styles */

body {
    text-align: center;
    padding: 0;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.6em;
    margin: 0px;
}

details {
    padding-left: 8px;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

.imageLink:hover {
    background: transparent;
}

img {
    z-index: 30;
}

div.center { 
    text-align: center; 
}

img.scale { 
    max-width: 100%; 
}

img.header {
    position: absolute;
    top: 10px;
    right: 10px;
}

img.text { 
    height: 16px;
    vertical-align: text-bottom;
}

img.screen { 
    width: 100%;
}

img.button { 
    width: 30px;
}

span.right { 
    float: right;
}

td.toolbar
{ 
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 10px;
}

ul.limitations {
	columns: 4;
}

/* Layout */

#container {
    width: 900px;
    margin: 0px auto;
    text-align: left;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-right: 10px solid;
    border-bottom: 10px solid;
    border-left: 10px solid;
}

.clearer {
    clear: both;
}

#pageHeader {
    height: 115px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
}

#pageHeader #grad {
    left: 0px;
    top: -10px;
    height: 72px;
}

#pageHeader #grad img {
    width: 100%;
    height: 100%;
}

#pageHeader h1 {
    color: #fff;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 15px;
    font-size: 2.5em;
    line-height: normal;
    letter-spacing: normal;
}

#pageHeader h2 {
    color: #fff;
    margin: 0;
    position: absolute;
    top: 70px;
    left: 15px;
    font-weight: normal;
    font-size: 1.2em;
    line-height: normal;
    letter-spacing: normal;
    white-space: nowrap;
}

#contentContainer {
    border-width: 1px;
    position: relative;
    z-index: 2;
}

#contentContainer #content {
    padding: 15px;
}

#footer {
    padding: 0;
    width: 100%;
}

#footer p {
    margin: 0;
    padding: 15px 15px 5px;
}

/* Toolbar Styles */

#navcontainer {
    height: 31px;
    position: relative;
    z-index: 3;
}

#navcontainer #current {
}

#navcontainer .currentAncestor {
}

#navcontainer form {
    float: right;
    text-align: left;
    padding-left: .8em;
    width: 175px
}

#navcontainer form fieldset {
    border-style: none;
}

#navcontainer form .search {
    width: 93%;
    font-size: .95em;
    line-height: 1.2em
}

/* Parent - Level 0 */

#navcontainer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 5;
}

#navcontainer li {
    position: relative;
    display: inline;
    float: left;
    font-weight: bold;
}

#navcontainer a {
    display: block;
    padding: 6px 15px 6px;
    text-decoration: none;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */

#navcontainer ul ul {
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0;
    display: none;
    z-index: 6;
    font-size: 0.9em;
    padding: 0 0;
}

#navcontainer ul ul li {
    display: block;
    border-left: medium solid #004C99;
    border-right: medium solid #004C99;
}

#navcontainer ul ul li:last-of-type {
    border-bottom: medium solid #004C99;
}

#navcontainer ul ul a {
    padding: 5px 15px;
    display: block;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current {
}

/* Child Level 3 */

#navcontainer ul ul ul {
    position: absolute;
    left: 110px;
    top: 0;
    font-size: 1em;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
}

#navcontainer ul ul ul ul a:hover {

}

div#navcontainer ul ul, 
div#navcontainer ul ul ul, 
div#navcontainer ul li:hover ul ul, 
div#navcontainer ul li:hover ul ul ul, 
div#navcontainer ul li:hover ul ul ul ul, 
div#navcontainer ul li:hover ul ul ul ul ul {
    display:none;
}

div#navcontainer ul li:hover ul, 
div#navcontainer ul ul li:hover ul, 
div#navcontainer ul ul ul li:hover ul, 
div#navcontainer ul ul ul ul li:hover ul, 
div#navcontainer ul ul ul ul ul li:hover ul {
    display:block;
}

/* Global Classes */

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

code {
    font-family: "Courier New", Courier, monospace;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

hr {
    margin-top: 25px;
}

ul.disc {
    list-style-type: disc;
}

ul.circle {
    list-style-type: circle;
}

ul.square {
    list-style-type: square;
}

ol.arabic-numbers {
    list-style-type: decimal;
}

ol.upper-alpha {
    list-style-type: upper-alpha;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

ol.upper-roman {
    list-style-type: upper-roman;
}

ol.lower-roman {
    list-style-type: lower-roman;
}

/* Table Styles */

table {
    font-size: 1em;
}
