body {  
    margin: 0px 0px 0px 0px; 
    font-family: Verdana, Helvetica, sans-serif; 
}

h1 { 
    font-size : 160%; margin: 0px 0px 0px 0px;  
    padding: 0px; 
}

h2 { 
    font-size : 140%; margin: 0.9em 0px 0px 0px; 
    padding: 0px; 
    font-weight : bold;
}

h3 { 
    font-size : 130%; margin: 0.8em 0px 0px 0px; 
    padding: 0px; 
    font-weight : bold; 
}

.h3 { 
    margin: 22px 0px 3px 0px; 
}

h4 { 
    font-size : 120%; margin: 0.7em 0px 0px 0px; 
    padding: 0px; font-weight : normal; 
    text-align: left; 
}

.h4 { 
    margin: 18px 0px 0px 0px; 
}

h4.faq { 
    font-size : 120%; 
    margin: 18px 0px 0px 0px; 
    padding: 0px; font-weight : bold;   
    text-align: left; 
}

h5 { 
    font-size : 100%; 
    margin: 14px 0px 0px 0px; 
    padding: 0px; font-weight : normal; 
    text-align: left; 
}

/**
* table
*/
table .title { 
    background-color: #000000; 
}

/* moved to profile.css
.ForrestTable         {
    color: #ffffff;
    background-color: #7099C5;
    border: none;
    width: 100%;
    font-size : 100%;
    empty-cells: show;
}

.ForrestTable td {
    color: black;
    background-color: #f0f0ff;
}

.ForrestTable th { 
    text-align: center; 
}
*/


.code {
    border: solid 1px black;
    padding: 10px;
    background-color:#eeeeee;
}

.boxed {
    border: solid 1px #5555AA;
    padding: 2px;
    padding-left: 10px;
}


=======
table caption {
    padding-left: 5px;
    color: white;
    text-align: left;
    font-weight: bold;
    background-color: #000000;
}


/**
 * Page Header
 */

#top {
    position: relative;
    float: left;
    width: 100%;
    background: #294563; /* if you want a background in the header, put it here */
}

#top .breadtrail {
    background: #A0AFFF;
    color: black;
    border-bottom: solid 1px white;
    padding: 3px 10px;
    font-size: 80%;
}

#top .breadtrail a { 
    color: black; 
}

#top .header {
    float: left;
    width: 100%;
    background: url("../images/header_white_line.gif") repeat-x bottom;
}

#top .grouplogo {
    padding: 7px 0 10px 10px;
    float: left;
    text-align: left;
}

#top .projectlogoA1 {
    padding: 7px 0 10px 10px;
    float: left;
}

#top .searchbox {
    bottom: 0px;
}

#top .searchbox {
    position: absolute;
    right: 10px;
    height: 42px;
    font-size: 70%;
    white-space: nowrap;
    text-align: right;
    color: white;
    background-color: #000000;
    z-index:0;
    background-image: url('../images/rc-t-l-5-1header-2searchbox-3searchbox.png');
    background-repeat: no-repeat;
    background-position: top left;
    bottom: -1px; /* compensate for IE rendering issue */
}

#top .searchbox form {
    padding: 5px 10px;
    margin: 0;
}

#top .searchbox p {
    padding: 0 0 2px 0;
    margin: 0;
}

#top .searchbox input {
    font-size: 100%;
}

#tabs {
    clear: both;
    padding-left: 10px;
    margin: 0;
    list-style: none;
}

#tabs li {
    float: left;
    background-image: url('../images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #000000;
    margin: 0 3px 0 0;
    padding: 0;
}

#tabs li a {
    float: left;
    display: block;
    font-family: verdana, arial, sans-serif;
    text-decoration: none;
    color: black;
    white-space: nowrap;
    background-image: url('../images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 5px 15px 4px;
    width: .1em; 
}

#tabs > li a { width: auto; } 

#tabs a { float: none; }

#top .header .current {
    background-color: #4C6C8F;
    background-image: url('../images/rc-t-r-5-1header-2tab-selected-3tab-selected.png');
    background-repeat: no-repeat;
    background-position: top right;
}

#top .header .current a {
    font-weight: bold;
    padding-bottom: 5px;
    color: white;
    background-image: url('../images/rc-t-l-5-1header-2tab-selected-3tab-selected.png');
    background-repeat: no-repeat;
    background-position: top left;
}

#publishedStrip {
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom:3px;
    color: white;
    font-size : 80%;
    font-weight: bold;
    background-color: #A0AFFF;
    text-align:right;
}

#level2tabs {
	margin: 0;
	float:left;
	position:relative;
	left: 1px;
}

#main {
    position: relative;
    background: white;
    clear:both;
}

#main .breadtrail {
    clear:both;
    position: relative;
    background: #CFCFFF;
    color: black;
/*
    border-bottom: solid 1px black;
    border-top: solid 1px black;
*/
    padding: 0px 180px;
    font-size: 90%;
    z-index:10;
}
/**
* Round corner
*/
#roundtop {
    background-image: url('../images/rc-t-r-15-1body-2menu-3menu.png');
    background-repeat: no-repeat;
    background-position: top right;
}

#roundbottom {
    background-image: url('../images/rc-b-r-15-1body-2menu-3menu.png');
    background-repeat: no-repeat;
    background-position: top right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundtopsmall {
    background-image: url('../images/rc-t-r-5-1header-2searchbox-3searchbox.png');
    background-repeat: no-repeat;
    background-position: top right;
}

#roundbottomsmall {
    background-image: url('../images/rc-b-r-5-1header-2tab-selected-3tab-selected.png');
    background-repeat: no-repeat;
    background-position: top right;
}

img.cornersmall {
    width: 5px;
    height: 5px;
    border: none;
    display: block !important;
}
/**
 * Side menu
 */
#menu a {  
    font-weight: normal;
}

#menu a:visited {
    font-weight: normal; 
}

#menu a:active {  
    font-weight: normal; 
}

#menu a:hover {
    font-weight: normal; 
}

#menuarea {
     width:10em;
}

#menu {
    position: relative;
    float: left;
    width: 160px;
    padding-top: 0px;
    top: -20px;
    left: 10px;
    z-index: 20;
    font-size : 90%;
}

.menutitle {
    cursor:pointer;
    padding: 3px 12px;
    margin-left: 10px;
    background-image: url('../images/chapter.gif');
    background-repeat: no-repeat;
    background-position: center left;
    font-weight : bold;
}

#menu .menuitemgroup {
    margin: 0px 0px 6px 8px;
    padding: 0px;
    font-weight : bold; 
}

#menu .selectedmenuitemgroup{
    margin: 0px 0px 6px 8px;
    padding: 0px;
    font-weight : bold; 
}

#menu .menuitem {
    padding: 0px 0px 2px 12px;
    background-image: url('../images/page.gif');
    background-repeat: no-repeat;
    background-position: center left;
    font-weight : normal;
    margin-left: 10px;
}

#menu .menupage {
    margin: 5px 0px 5px 10px;
    padding: 0px 3px 0px 12px;
    background-image: url('../images/current.gif');
    background-repeat: no-repeat;
    background-position: top left;
    font-style : normal;
}

#menu .menupagetitle {
    padding: 0px 0px 0px 6px;
    font-style : normal;
    border-style: solid;
    border-width: 1px;
    margin-right: 10px;
}

#menu .menupageitemgroup {
    padding: 3px 0px 4px 6px;
    font-style : normal;
    border-bottom: 1px solid ;
    border-left: 1px solid ;
    border-right: 1px solid ;
    margin-right: 10px;
}

#menu .menupageitem {
    font-style : normal;
    font-weight : normal;
    border-width: 0px;
    font-size : 90%;
}

#menu #credit {
    text-align: center;
}

#content {
    padding: 20px 20px 20px 180px;
    margin: 0;
    font : small Verdana, Helvetica, sans-serif;
    font-size : 80%;
}

#content ul {
    margin: 0;
    padding: 0 25px;
}

#content li {
    padding: 0 5px;
}

#feedback {
    color: black;
    background: #CFDCED;
    text-align:center;
    margin-top: 5px;
}

#feedback #feedbackto {
    font-size: 90%;
    color: black;
}

#footer {
    clear: both;
    position: relative;
    width: 100%;
    background: #CFDCED;
/*
    border-top: solid 1px #4C6C8F;
*/
    color: black;
}

#footer .copyright {
    position: relative;
    padding: 5px;
    margin: 0;
    width: 45%;
}

#footer .lastmodified {
    position: relative;
    float: right;
    width: 45%;
    padding: 0;
    margin: 0;
    text-align: right;
}

#footer a { color: white; }

#footer #logos {
    text-align: left;
}


/* ====================== misc styles ========================== */

acronym { cursor: help; }
.boxed { 
    background-color: #6889a7;
}

.underlined_5 {
    border-bottom: solid 5px #4C6C8F;
}

.underlined_10 {
    border-bottom: solid 10px #4C6C8F;
}

/* ==================== snail trail ============================ */

.trail {
    position: relative;
    font-size: 70%;
    text-align: right;
    float: right;
    margin: -10px 5px 0px 5px;
    padding: 0;
}

#minitoc-area {
    border-top: solid 1px #4C6C8F;
    border-bottom: solid 1px #4C6C8F;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 10%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.minitoc {
    list-style-image: url('../images/current.gif');
    font-weight: normal;
}

li p {
    margin: 0;
    padding: 0;
}

.pdflink {
    position: relative;
    float: right;
    margin: 0px 5px;
    padding: 0;
}

.pdflink br {
    margin-top: -10px;
    padding-left: 1px;
}

.pdflink a {
    display: block;
    font-size: 70%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.pdflink img {
    display: block;
    height: 16px;
    width: 16px;
}

.xmllink {
    position: relative;
    float: right;
    margin: 0px 5px;
    padding: 0;
}

.xmllink br {
    margin-top: -10px;
    padding-left: 1px;
}

.xmllink a {
    display: block;
    font-size: 70%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.xmllink img {
    display: block;
    height: 16px;
    width: 16px;
}

.podlink {
    position: relative;
    float: right;
    margin: 0px 5px;
    padding: 0;
}

.podlink br {
    margin-top: -10px;
    padding-left: 1px;
}

.podlink a {
    display: block;
    font-size: 70%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.podlink img {
    display: block;
    height: 16px;
    width: 16px;
}

.printlink {
    float: right;
}

.printlink br {
    margin-top: -10px;
    padding-left: 1px;
}

.printlink a {
    display: block;
    font-size: 70%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.printlink img {
    display: block;
    height: 16px;
    width: 16px;
}

p.instruction {
    display: list-item;
    list-style-image: url('../images/instruction_arrow.png');
    list-style-position: outside;
    margin-left: 2em;
} 
