/*
* 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.
*/
html {
    background-color: #ffffff;
        margin: 0px;
	padding: 0px;
}
body {  margin: 5px 0.5% 0px 0.5%; padding: 0px; width: 99%; font-family: Verdana, Helvetica, sans-serif; border: 1px solid #cacace;}

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 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;*/
/*background: url("images/tab-left.gif") no-repeat left top;*/

#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;

}

/*
*    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
*/
img.corner {
   width: 15px;
   height: 15px;
   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: #6699cc;  }
#menu a:hover {  font-weight: bold; color: #6699cc; text-decoration: none;}

#menuarea { width:10em;}
#menu {
/*    float: left;*/
/*    width: 25%;*/
    padding-top: 10px;
    padding-left: 10px;
    background-color: #ffffff;
    font-size : 14px;
    overflow: auto;
    
}

*html #menu {
  border-right: 1px solid #cececa;
}

.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%;
} */


#contentCont {
    display: block;

    padding: 20px 20px 20px 20px;
    overflow: auto;
}

*html #contentCont {
	width: 96%;
}

#content {
    padding: 0px; /*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;
}

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: block;
    height: 16px;
    width: 16px;
}

.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;
}

#footer {
  border: 0px;
  background: #e2ecf8;
}

#footer .footer_links
{
   width: 470px;
   font-size: 12px;
   text-align: right;
   border: 0px;
   margin: 0px;
   padding: 0px 15px 0px 0px;
   float: right;
}

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;
}

img.isonline_box
{
    float: left;
    margin: -4px 15px 10px 0;
}

.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 a:hover {

    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;
}

p.index_content
{
    margin-top: 24px;
}

/*begin of top*/

div.top_links
{
  width: 590px;
  text-align: left;
  color: #a8afb7;
  margin: 0px;
  padding: 0px;
  float: left;
}

div.top_links img {
  margin-top: 30px;
}

div.top_links a, div.top_links a:visited
{
  color: #1f5fbf;
  font-size: 12px;
  line-height: 76px;
  text-decoration: none;
  margin-left: 9px;
  margin-right: 9px;
}

div.top_links a span {
    text-decoration: none;
}

div.top_links a:hover
{
  color: #242A2F;
  text-decoration: underline;
}

div.top_links a:hover span {
    text-decoration: underline;
}

/*end of top*/

.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;
}

.innerTable td table
{
  border: solid 1px #000000;
  margin: 0px;
  padding: 0px;
}

.innerTable td table .code {
	margin: 0px;
	padding: 0px;
}

.command {
	width: 200px;
}

.short_name {
	width: 65px;
}

.default {
	width: 90px;
}

.objectTable{
        border: none;
        background-color: #FFFFFF;
        font-size: 100%;
}


.objectTable  td{
        background-color: #F0F0F0;
}

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;
}

.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;
}

.line
{
    width: 99%;
    border-bottom: 1px solid #B2B2B2;
}

table.standartTable
{   
    border: 1px solid #c2c9cf !important;
    border-collapse: collapse;
    width: 750px !important;    
}

table.standartTable th,
table.standartTable td
{
    border: 1px solid #dee5eb !important;
    font-size: 12px !important;
    margin: 0px !impotant;
    width: auto;
}

table.standartTable th
{
    padding-left: 7px !important;
    padding-right: 4px !important;
}

table.standartTable td.first
{
    font-weight: bold !important;
    background-color: #ccccff !important;
}

table.standartTable td
{
    padding-left: 8px !important;
    padding-top: 6px !important;
    padding-bottom: 8px !important;    
}

table.standartTable th.white_bg
{
    background-color: #FFFFFF !important;
}

table.standartTable td.green
{
    color: #009966 !important;
}

table.standartTable td.center_align
{
    text-align: center !important;
    vertical-align: middle !important;
}

table.standartTable td.report-image-col
{
    width: 6%;
}

table.standartTable td.report-name-col
{
    width: 20%;
}

table.reports
{
    width: 900px !important;
}

table.reports th.first_header
{
    width: 200px !important;
}

table.report_postion_table
{
    margin-top: 4px !important;
    margin-bottom: 1px !important;
}

table.report_postion_table td
{       
    border-collapse: collapse;
    border: none !important;
    padding: 0px !important;
    vertical-align: top;    
}

table.report_postion_table td.text
{
    padding-top: 3px !important;    
}

table.report_postion_table td.image
{
    width: 31px !important; 
}

table.report_postion_table td.image img
{
    margin-bottom: 3px !important; 
}

ul.export_report_formats li
{
    padding: 3px 5px !important;
}

ul.export_report_formats li img.export_report_icon
{
    position: relative;
    bottom: -3px;
}

.italic_subtitle
{
    font-style: italic;
    color: #1447A0;
    font-size: 14px;
    font-weight: bold;
}

p.italicStyle
{
    font-style: italic;
}

ol.lower_alpha_list
{
    list-style-type: lower-alpha;
}

ol.lower_roman_list
{
    list-style-type: lower-roman;
}

ol.upper_alpha_list
{
    list-style-type: upper-alpha;   
}

img.inline_icon
{
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: -3px;
}

img.reports_inline_icon
{
    margin-right: 2px;
    margin-bottom: -2px;
}

img.cancel_account_icon
{
    margin-bottom: -2px;
}

img.minus_inline_icon,
img.plus_inline_icon
{
    margin-bottom: -2px;
}

p.content_type
{
    display: inline-block;
    margin-bottom: 16px;
    margin-top: 0px !important;
    font-size: 11px !important;
}

img.report_inline_icons
{
    margin-bottom:-5px !important;
}

img.report_icon
{
    margin-right: 6px;
    margin-top: 10px;
}

.report_name
{
    width: 150px !important;
}

.report_name img.report_icon
{
    float: left;
    margin-right: 5px;
}

.report_name p
{
    margin-top: 6pt;
    padding-top: 5px;
    padding-right: 5px;
}

td.content_type
{
    width: 150px;
    padding: 10px;
}

td.content_type img.content_type_icon
{
    float: left;
    margin-right: 5px;
}

td.content_type img.quizze_icon
{
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

td.content_type p
{
    padding: 5px 0 0;
    margin: 0;
}

.content_type_reports th,
.content_type_reports td
{
    text-align: center !important;
}

.content_type_reports td.content_type
{
    width: 160px;
}

ul.content_management_roles
{
    margin-left: 5px;
}

.footer
{
    width: 100%;
    background-color: #e2ecf8 !important;
    padding: 0px;
    margin: 0px;
}

.footer table td
{
    marign: 0px;
    padding: 0px;
}


.footer div.footer_line
{
    display: block;
    border: none 0; 
    border-top: 1px solid #d3d9e1; 
    width: 100%;
    height: 1px;    
    text-align: left;
    line-height: 0;
    font-size: 0px;    
}

.footer .footer-link-container
{
    background-color: #e2ecf8 !important;
    text-align: right;
}
.footer p.footer-info
{
    color: #242A2F;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.5;   
    font-family: Verdana;
    margin: 0px;
}

.footer a.contact-us-link,
.footer a.contact-us-link:visited,
.footer a.contact-us-link:hover
{
    font-weight: normal;
    font-size: 10px;
    color: #0961A8;
    text-decoration: underline;
    font-family: Tahoma;
}

.footer .footer_links
{
    margin: 0px;
    width: auto !important;
}

.footer .footer_links li
{
    float: left;
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.footer .footer_links a,
.footer .footer_links a:visited
{
    margin: 0px !important;
    font-weight: normal;
    color: #1f5fbf !important;
    text-decoration: none !important;
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none !important;
}
.footer .footer_links a:hover
{
    font-weight: normal;
    color: #242a2f !important;
    text-decoration: underline !important;    
}

.footer .footer_links li.link-separator
{
    color: #808080;
    display: inline-block;
    margin: 0px;
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.footer .info-container
{
    margin-top: 20px;
    margin-right: 31px;
    margin-left: 30px;
}

.header
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header-content a.logo
{
    display: inline-block;
    float: left;
    margin-left: 24px;
    margin-top: 3px;    
}

.header-content a.logo img
{
    border: 0px;
}

.header-content .link-block
{       
    margin-right: 30px;
    margin-left: 321px;    
}

.header-content .link-block .menu
{
    float: left;
    margin: 0px;
    margin-top: 22px;
}

.header-content .link-block .menu li
{
    float: left;
    list-style: none;
}

.header-content .link-block .menu a,
.header-content .link-block .menu a:visited,
.header-content .link-block .download-pdf-block a,
.header-content .link-block .download-pdf-block a:visited
{
    font-family: Tahoma;
    font-size: 12px;
    color: #1f5fbf;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.header-content .link-block .menu a:hover,
.header-content .link-block .download-pdf-block a:hover
{    
    color: #1f5fbf;
    text-decoration: underline;
}

.header-content .link-block .link-separator
{
    display: inline-block;
    color: #a8afb7;
    font-weight: bold;  
    margin-left: 15px;
    margin-right: 15px;
}

.header-content .link-block .download-pdf-block
{
    float: right;
    margin-top: 25px;
}

/*begin footer*/

.footer_links
{
    width: 470px;
    color: #a8afb7;
    background: #e2ecf8;
    float: right;
}

.footer_links a,
.footer_links a:visited
{
     margin-top: 0px;
     padding-top: 0px;
     margin-left: 10px;
     margin-right: 10px;
     font-size: 11px;
     font-weight: normal;
     color: #1f5fbf;
     text-decoration: none;

}

.footer_links a:hover
{
  color: #242a2f;
  font-weight: normal;
  text-decoration: underline;
}

p.copyright {
  width: 500px; 
  padding-left: 28px;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 11px;
  color: #242a2f;
}

p.copyright a {
  color: #1f5fbf;
  font-weight: normal;
  text-decoration: underline;
}

p.copyright a:hover {
  font-weight: normal;
  color: #242a2f;
}

/*end footer*/
