    /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.  See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License.  You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
body {  margin: 0.5% 0px 0px 0.5%; width: 99%; font-family: Verdana, Helvetica, sans-serif; }

h1     { font-size : 18px; margin: 0px 0px 0px 0px;  padding: 0px; }
h2     { font-size : 140%; margin: 1em 0px 0.8em 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; }

a.font
{
 font-size: 12px;
}

#content a:link, #content a:visited, #content a:active
{
  font-family: verdana;
  color: #3e5287;
}

#content a:hover
{
  color: #6699cc;
}

.subtitle{
  font-size: 16px;
  color: #1447A0;
  font-weight: bold;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 15px;
}


.begin
{
  margin-top: 10px;
}

/**
* table
*/
table .title { background-color: #000000; }
.ForrestTable         {
    color: #ffffff;
    background-color: #7099C5;
    width: 100%;
    font-size : 100%;
    empty-cells: show;
    border: solid #ffffff;
}
table caption {
    padding-left: 5px;
    color: white;
    text-align: left;
    font-weight: bold;
    background-color: #000000;
}
.ForrestTable td {
    color: black;
    border: solid #ffffff;
    background-color: #f0f0ff;
}
.ForrestTable th { text-align: center; }
/**
 * Page Header
 */


p
{
  font-size: 12px;
  line-height: 1.5;
  font-family: verdana;
}

a:link {
    color: #3e5287;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
    color: #3e5287;
    text-decoration: none;
    font-weight: bold;
}

a:active
{
   color: #3e5287;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
    color: #3e5287;
    text-decoration: none;
    font-weight: bold;
}


#top {
    position: relative;
    float: left;
    width: 100%;
/*    margin-left: 1%;*/
    background: #294563; /* if you want a background in the header, put it here */
}

#top .breadtrail {
    background: #CFDCED;
    color: black;
    border-bottom: solid 1px white;
    padding: 3px 10px;
    font-size: 75%;
}
#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 .projectlogo {
    padding: 7px 0 10px 10px;
    float: left;
    width: 33%;
    text-align: right;
}
#top .projectlogoA1 {
    padding: 7px 0 10px 10px;
    float: right;
}
html>body #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;
}
/*    background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/
#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;
}

/*background: url("images/tab-left.gif") no-repeat left top;*/
#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; /* IE/Win fix */
}

#tabs li a:hover {

    cursor: pointer;
    text-decoration:underline;
}

#tabs > li a { width: auto; } /* Rest of IE/Win fix */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a { float: none; }
/* End IE5-Mac hack */

#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: #ffffff;
    font-size : 60%;
    font-weight: bold;
    background-color: #4C6C8F;
    text-align:right;
}

#level2tabs {
margin: 0;
float:left;
position:relative;

}



#level2tabs  a:hover {

    cursor: pointer;
    text-decoration:underline;

}

#level2tabs  a{

    cursor: pointer;
    text-decoration:none;
    background-image: url('images/chapter.gif');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 6px;
    margin-left: 6px;
}

/*
*    border-top: solid #4C6C8F 15px;
*/
#main {
    position: relative;
    background: white;
    clear:both;
}
#main .breadtrail {
    clear:both;
    position: relative;
    background: #CFDCED;
    color: black;
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    padding: 0px 180px;
    font-size: 12px;
    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: bold; text-decoration: none;}
#menu a:visited {  font-weight: bold; }
#menu a:active {  font-weight: bold; color: #3e5287;  }
#menu a:hover {  font-weight: bold; color: #6699cc; text-decoration: none;}

#menuarea { width:10em;}
#menu {
    float: left;
/*    width: 25%;*/
    padding-top: 10px;
    background-color: #ffffff;
    font-size : 14px;
}

.menutitle {
        cursor:pointer;
        padding: 3px 20px;
        margin-left: 0px;
        font-size: 14px;
        background-image: url('images/1.gif');
        background-repeat: no-repeat;
        background-position: center left;
        font-weight : bold;
        color: #3e5287;


}

.menutitle a
{
  font-size: 12px;
}

.menutitle a:hover{ text-decoration:none; /*underline;*/cursor: pointer;}

#menu .menuitemgroup {
        margin: 0px 5px 0px 16px; /**/
        padding: 0px;
        font-weight : bold;
}

#menu .selectedmenuitemgroup{
        margin: 0px 5px 0px 16px; /**/
        padding: 3px 0px 3px 20px;
        padding: 0px;
        font-weight : bold;
        }

#menu .selectedmenuitemgroup a
{
  font-size: 12px;
}

#menu .menuitem {
        padding: 3px 0px 3px 20px;
        background-image: url('images/11.gif');
        background-repeat: no-repeat;
        background-position: center left;
        font-weight : bold;
        margin-left: 0px; /**/
}

#menu .menuitem  a
{
  font-size: 12px;
}

#menu .menupage {
        margin: 0px 5px 0px 0px;
        padding: 0px 3px 2px 20px;
        background-image: url('images/11.gif');
        background-repeat: no-repeat;
        background-position: center left;
        font-style : normal;
}
#menu .menupagetitle {
        padding: 3px 5px 3px 0px;
        font-style : normal;
        margin-right: 10px;
}

#menu .menupagetitle a
{
  font-size: 12px;
}

#menucurrent {
        display: block;
        background-color: #ffffff;
        color: black;
        padding: 0px 5px 1px 0px;
        margin-right: 10px;
}

#menu .menupageitemgroup {
        padding: 3px 5px 3px 6px;
        font-style : normal;
        margin-right: 10px;
}
#menu .menupageitem {
        font-style : normal;
        font-weight : bold;
        border-width: 0px;
}

/*Menu end*/

/*#menu #credit {
    text-align: center;
}
#menu #credit2 {
    text-align: center;
    padding: 3px 3px 3px 3px;
    background-color: #ffffff;
}
#menu .searchbox {
    text-align: center;
}
#menu .searchbox form {
    padding: 3px 3px;
    margin: 0;
}
#menu .searchbox input {
    font-size: 100%;
} */


#content {
    padding: 10px 20px 20px 20px;
    margin: 0;
    margin-bottom: 10px;

    font-family: Verdana, Helvetica, sans-serif;
    font-size : 80%;
}

/*#content ul {
    margin: 0;
    padding: 0 25px;
} */
#content li {
    padding: 0 5px;
    font-size: 12px;
}
#feedback {
    color: black;
    background: #CFDCED;
    text-align:center;
    margin-top: 5px;
}
#feedback #feedbackto {
    font-size: 90%;
    color: black;
}
#footer {
    clear: both;
    font-size: 12px;
    position: relative; /* IE bugfix (http://www.dracos.co.uk/web/css/ie6floatbug/) */
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-top: solid 1px #D3D9E1;
    color: black;
    margin-top: 10px;
}


#footer .copyright {
/*    position: relative;*/ /* IE bugfix cont'd */
    padding: 0px 5px;
    margin-top: 10px;
    width: 318px;
    float: left;
}

#footer .copyright a:link, #footer .copyright a:visited
{
  color: #3e5287;
}

#footer .copyright a:hover
{
  color: #6699cc;
}

#footer .lastmodified {
/*    position: relative; *//* IE bugfix cont'd */
    color: #3e5287;
    float: right;
/*    width: 45%;*/
    padding: 0px  5px;
    margin-top: 0px;
    text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active { color: #3e5287; }

#footer a:hover {color: #6699cc;}

#footer #logos {
    text-align: left;
}


/**
 * Misc Styles
 */

acronym { cursor: help; }
.boxed      { background-color: #a5b6c6;}
.underlined_5     {border-bottom: solid 5px #4C6C8F;}
.underlined_10     {border-bottom: solid 10px #4C6C8F;}
/* ==================== snail trail ============================ */

.trail {
  position: relative; /* IE bugfix cont'd */
  font-size: 70%;
  text-align: right;
  float: right;
  margin: -10px 5px 0px 5px;
  padding: 0;
}

#motd-area {
    position: relative; /* IE bugfix cont'd */
    float: right;
    width: 35%;
    background-color: #f0f0ff;
    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-area {
    border-top: solid 1px #4C6C8F;
    border-bottom: solid 1px #4C6C8F;
    margin: 15px 10% 5px 15px;
   /* margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 10%;*/
    padding-bottom: 7px;
    padding-top: 5px;
}
.minitoc {
    list-style-image: url('images/current.gif');
    font-weight: normal;
}

li p {
    margin: 0;
    padding: 0;
}

.pdflink {
    position: relative; /* IE bugfix cont'd */
    float: right;
    font-size: 12px;
    margin: 0px 5px;
    padding: 0;
}

.pdflink br {
    margin-top: -10px;
    padding-left: 1px;
}

.pdflink a {
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.pdflink img {
    display: inline-block;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
}

.xmllink {
    position: relative; /* IE bugfix cont'd */
    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; /* IE bugfix cont'd */
    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 {
    position: relative; /* IE bugfix cont'd */
    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;
}

#footer {
  border: 0px;
}

#footer .footer_links
{
   width: 470px;
   font-size: 12px;
   border: 0px;
   margin: 0px;
   padding: 0px;
   float: right;
}

#footer .footer_links a
{
     color: #3e5287;
     margin-top: 0px;
     padding-top: 0px;
     margin-left: 20px;
}

#footer .footer_links a:hover
{
   color: #6699cc;
}

#top .top_links
{
  width: 540px;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  margin-left: 0px;
  float: left;
}


#top .top_links a
{
  color: #3e5287;
  font-size: 14px;
  line-height: 52px;
  text-decoration: underline;
  margin-left: 0px;
  margin-right: 15px;
}

div.current
{
  background-color: #ffffff;
}

/*from old documentation*/
a.black_link {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}



.desc{
  padding-left: 10px;
  margin-left: 10px;
}

p.img{
  margin-left: .15in;
  margin-bottom: 30pt;
}

p.question{
  margin-left: .45in;
  margin-bottom: 0pt;
  margin-top: 5pt;
}

p.table{
  margin-left: .45in;
  margin-bottom: 0pt;
  margin-top: 5pt;
}



img{
  margin-left: .0in;
  margin-right: 0px;
}

img.toolbar{
  margin-left: .45in;
  margin-right: 0px;
}


img.faq{
  margin-left: 0px;
  margin-right: 5px;
}


img.newFeature{
  width: 21px;
  height: 6px;
  margin-left: 0px;
  vertical-align: super;
}

img.updatedFeature{
  width: 42px;
  height: 6px;
  margin-left: 0px;
  vertical-align: super;
}


.intElement{
  font-weight: bold;
  margin-left: 0px;
}

.pageHeader{
  font-size: 18px;
  color: #0F0F0F;
  font-family: Verdana;
  font-weight: bold;
  padding: 10px 0px;
}
.new{
  font-size: 11px;
  color: #F20000;
  font-weight: bold;
}

.subtitle{
  font-size: 14px;
  color: #1447A0;
  font-weight: bold;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.quest{
  color: #B10000;
  font-weight: bold;
/*  cursor: hand; */
}

.newFeatureDesc{
  color: #000000;
  margin-left: .20in;

}

.answ{
  color: #000000;
  margin-left: .60in;

}


.linkHeader{
  font-size: 8pt;
  font-weight: bold;
  color: #B10000;
}

ul { font-family: verdana; margin-top: 3pt;  margin-bottom: 10pt; margin-left: 40px; padding: 0px; list-style-type: circle;}
li {margin-left: .10in; margin-top: 5pt; margin-bottom: 0pt}
li.keyFeature{
  margin-left: .45in;
  margin-top: 3pt;
  margin-bottom: 0pt;
}

ol { font-family: verdana; margin-top: 3pt;  margin-bottom: 0pt; margin-left: 14px;  list-style-position: outside; padding: 0px;}

h2
{
  font-size: 13pt;
  font-weight: normal;
  margin-top: 6pt;
  margin-bottom: 0pt;
}
h3
{
  font-size: 13pt;
  font-weight: bold;
  margin-top: 6pt;
  margin-bottom: 8pt;
}
h3.whats_new
{
  font-size: 14px;
  padding-top: 7px;
}

h4
{
  font-size: 12px;;
  font-weight: normal;
  margin-top: 6pt;
  margin-bottom: 0pt;
  color: #2B820D;
}

h5
{
  font-size: 9pt;
  font-weight: bold;
  margin-top: 10pt;
  margin-bottom: 5pt;
  margin-left: .20in;
  color: #B10000;
}


hr
{
  width: 90%;
  height: 3px;
}

hr.feature {
  margin-left:0px;
  margin-top:.15in;
  color: #CCCCCC;
  width: 439px;
  height:1px;
}


td.transitions {

}
td.feature{
  font-size: 9pt;
  color: #B10000;
  font-weight: bold;

}

table.func
{
  font-family: verdana;
  font-size: 12px;
  width: 792px;
}

.func td
{
  vertical-align: middle;
  border-bottom: 1px #B7B7B7 solid;
}

td.web_option
{
  padding-right: 5px;
  width: 30%;
  font-weight: bold;
}

td.presenter_option
{
  padding-right: 5px;
  width: 18%;
  font-weight: bold;
}

td.media_option
{
  padding-right: 5px;
  width: 20%;
  font-weight: bold;
}

td.settings_option
{
  padding-right: 5px;
  width: 21%;
  font-weight: bold;
}

td.general_option
{
  padding-right: 5px;
  width: 21%;
  font-weight: bold;
}


.func tr
{
  height:25px;
}

tr.grey{
  color:white;
  background-color:#CCCCCC;
  height:20px;
}

td.keyFeatureTop
{
  padding-top:10px;
  padding-left:10px;

}

td.keyFeatureBottom{
  padding-bottom:10px;
  padding-left:10px;
}

div.contacts{
  padding-left: 10px;
  border-left: solid 2px #2B820D;
  font-size: 12px;
  line-height: 1.5;
}

h4.blue_header
{
    color: #3E5287;
    font-weight: normal;
    font-size: 11px;
    border: none;
    margin: 0px;
    padding: 0px;
}

.blue_header
{
    color: #3E5287;
    font-weight: normal;
    border: none;
    margin: 0px;
    padding: 0px;
}

.blue_header_features
{
    color: #3E5287;
    font-weight: normal;
    font-size: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}


.blue_features_h5 {
    color: #3E5287;
    font-weight: bold;
    border: none;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.blue_link {
    outline: none;
    color: #3E5287;
    font-weight: normal;
}

.fs_features
{
    color: #3F5284;
}

.fs_features strong.strong
{
    color: #3F5284;
}

.fs_features li
{
    font-weight: normal;
    color: #000000;
}

.fs_features li a {

    font-weight: normal;
    text-decoration: underline;

}

fs_features li.light_blue {
    color: #3E5287;
    font-weight: normal;
}

.fs_features .new_new_feature
{
    color: #E78200;
    font-size: 9px;
    font-weight: bold;

    position: static;
    top: -3px;
}

ul.fs_features
{
    line-height: 1.6;
}

ul.fs_features li ul
{
    line-height: 1.6;
}

/*begin of top*/

div.top_links
{
  width: 540px;
  margin: 0px;
  padding: 0px;
  float: left;
}

div.top_links a
{
  color: #3d568b;
  font-size: 14px;
  line-height: 52px;
  text-decoration: underline;
  margin-left: 0px;
  margin-right: 10px;
}

div.top_links a:hover
{
  color: #718cd4;
  font-size: 14px;
  line-height: 52px;
  text-decoration: underline;
  margin-left: 0px;
  margin-right: 10px;
}

/*end of top*/

/*begin footer*/

.footer_links
{
    width: 470px;
    float: right;
}

.footer_links a
{
     margin-top: 0px;
     padding-top: 0px;
     margin-left: 20px;

}

.footer_links a:hover
{

}

/*end footer*/

.wide
{
  width: 83px;
}

.company_wide
{
  width: 130px;
}
.rec_audio_left
{
  width: 130px;
}

.rec_audio_right
{
  width: 370px;
}

.small_header
{
  font-size: 14px;
  font-weight: bold;
}

.half
{
    width: 50%;
        padding-top: 0px;
}

.hr
{
    border-bottom: 1px #B7B7B7 solid;
}

.title_header
{
   font-size: 16px;
   font-weight: normal;
}

.fs_features strong.bold
{
   font-weight: bold;
   color: #000000;
}

.mainTable{

  font-size: 12px;
  font-family: verdana;
}

.mainTable tr.thead td {
        border: none;
        font-weight: bold;
        background-color: #6699CC;
        border-collapse: collapse;
        border: solid 1px #6699CC;
        font-size: 80%;
        color: white;
}

.mainTable tr
{
   border-collapse: collapse;
   border: solid 1px #6699CC;
}

.mainTable tr.thead {
   width: 300px;
   border-collapse: collapse;
   border: solid 1px #6699CC;

}

.mainTable tr.tbody {
   border-collapse: collapse;
   border: solid 1px #6699CC;
}

.mainTable tr.tbody  td.main {
        border: none;
    border-collapse: collapse;
        border: 1px solid #6699cc;
        font-size: 12px;
        width: 100%;
}

.innerTable {
        background-color: #FFFFFF;
        margin: 3px 3px;
        border-collapse: collapse;
        border: solid 1px #6699cc;
}

.innerTable tr {
        width: 200px;
        padding: 5px 5px;

}

.innerTable td {
        padding: 5px 5px;
        background-color: #F0F0F0;
        border-collapse: separate;
        border: 2px solid #ffffff;
        margin: 2px;
}

.innerTable td p
{
  margin: 0px;
  padding: 0px;
  margin: 2px 0px 2px 10px;
}

td.grey{
        border: none;
        font-weight: bold;
        background-color: #DDDDDD;
        font-size: 100%;
        color:black;
        padding: 3px 3px;
        border-collapse: separate;
        border: 2px solid #ffffff;
        margin: 2px;
}

.objectTable{
        border: none;
        background-color: #FFFFFF;
        font-size: 100%;
        padding: 3px 3px;
}

.objectTable tbody td{
        background-color: #F0F0F0;
}

.diagram {
        margin-left: 0;
        margin-right: 0;
        font-size: 80%;
}

.diagram td {
        background-color: #FFFFFF;
        font-size: 100%;
}


P{
 margin-top: 8pt;
}

.source {
    font-family: monospace;
    font-weight: bold;
    width: 100%;
    letter-spacing: .1em;
    cursor: text;
    font-size: 12px;
    background: #F0F0F0 repeat-y;
    color: #000066;
    font-family: Courier New, Courier, mono;
    margin-bottom: .5em;
    margin-top: .5em;
    border: none;
    background-color: #F0F0F0;
}

.code
{
  background-color: #f0f0f0;
  font-size: 12px;
}

.pageHeaderAPI{
  font-size: 20px;
  font-family: monospace;
  color: #515151;
  font-weight: bold;
  padding: 10px 0px;
  margin-bottom: 10px;
}


ul.listItem
{
  display:block;
  margin:0px;
  padding:0px;
  border:none;
  list-style:none;
}

.listItem li
{
  display:block;
  margin: 0px;
  padding: 0px 0px 0px 17px;
  border:none;
  background-image: url(../images/11.gif);
  background-repeat: no-repeat;
  line-height: 1.7;
}

li.folderItem
{
  display:block;
  margin:0px;
  padding:0px 0px 0px 17px;
  line-height: 1.7;
  border:none;
  background-image: url(../images/1.gif);
  background-repeat: no-repeat;
}


.mainTableTH
{
  font-size: 12px;
  font-family: verdana;
  background-color: #cccccc;
  border-collapse: collapse;
  border: 1px;
}

.mainTableTH th
{
   font-size: 12px;
   font-family: verdana;
   text-align: center;
   line-height: 22px;
   background-color: #CCCCCC;
   border: 1px solid #cccccc;
}


.mainTableTH tr
{
  background-color: #F0F0F0;
}

.mainTableTH tr td
{
  padding: 0px;
  border: 1px solid #cccccc;
}

.mainTableTH p
{
  margin: 0px;
  padding: 0px;
  margin: 2px 0px 2px 10px;
}

.none
{
  border-collapse: collapse;
  border: 0px;
}

.blue_border
{
   border: #0000ff;
}

table.noneTable

{

  width: 730px;

  border-collapse: collapse;

  border: 0px;
  margin: 0px;
  padding: 0px;

}

table.noneTable td {
  width: 730px;

  font-weight: bold;

  font-family: verdana;

  font-size: 12px;

  text-align: center;

}

table.noneTable td.flash {
  border: solid 1px #000000;
}

.warning
{
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    border: 0px;
}
