/* Structure */
html, body { 
    margin: 0; 
    padding: 0; 
    border: none; 
}

body { 
    background-color: #FFFFFF;
    background-image: url(../../images/live/body_bg.gif); 
    background-repeat: repeat-x;
}

body, input, textarea, select { 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #777777; 
}

.mceVisualAid {
    border: 1px dashed #FFBBBB;
}

p {
    margin: 0px;
}

input {
    margin: 0px;
}

input.button {
    height: 21px;
    padding: 0px 6px;
}

/* Forms */
form { 
    margin: 0px; 
    padding: 0px;
}

#search {
    float: right;
    color: white;
    margin: 20px;
    padding-right: 5px;
    margin-right: 10px;
}

#form_container label {
    width: 150px;
    float: left;
    text-align: left;
    margin: 0 1em 10px 0;
    clear: both;
    padding: 2px 4px;
}

#form_container input {
    margin-bottom: 6px;
}

#form_container select {
    margin-bottom: 6px;
}

.form_separator {
    color: black;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
    clear: both;
}

/* Images */
img { 
    border: 0px; 
}

/* Links */
a { 
    text-decoration: none; 
    color: #3767BC; 
}
a:hover { 
    text-decoration: none; 
    color: #000000; 
}

/* Headings */
h1 {
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
    color: black;
}

h2 {
    font-size: 15px;
    color: #A3A3A3;
    border-bottom: 1px solid #CBB75E;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
h3 {
    font-size: 12px;
    color: black;
    margin-bottom: 0px;
}
  
/* Miscellanous */
#container {
    margin: 0 auto 0;
    width: 960px;
}

#content {
    margin-top: 15px;
    text-align: left;
    background-image: url(../../images/live/body_bg.gif);
    background-repeat: repeat-x;
    min-height: 500px;
    height: auto;
    clear: both;
}

#content_header {
    background-color: #BBC6D3;
    padding: 5px 10px;
    color: white;
}

#content_area {
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    width: 735px;
    padding: 5px;
}
 

/* Accessibility */
hr.hide {
    display: none;
}

/* Articles */
.introduction {
    color: black;
    display: block;
}

.chapter_control {
    color: black;
    display: block;
    padding: 4px 8px;
    background-color: #E8EDF3;
    margin-top: 15px;
    clear: both;
}
.left { 
    float: left; margin: 0px 15px 10px 0px; 
}
.right { 
    float: right; margin: 0px 0px 10px 10px; 
}
.top { 
    display: block; margin: 0px 0px 10px 0px; 
}

/* Loginbox */
#loginbox {
    background-color: #E9EEF4;
    width: 180px;
    display: inline;
    float: left;
    padding: 10px;
}

.label {
    display: block;
}

input.field {
    background-color: #BAC5D3;
    border: 1px solid #A0AEC0;
}

#toolboxswitcher {
    display: inline;
    position: absolute;
    cursor:hand;
    cursor:pointer;
    top: 150px; 
    right:0px;
}
.toolboxswitcherbuttons {
    border-top: 1px solid #FFFFFF;
}
#toolbox {
    display: none;
    position: absolute;
    top: 171px; 
    right: 21px;
    background-color: white;
    border: 1px solid #95A6BD;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

#toolbox #title {
    padding: 5px;
    color: white;
    background-color: #95A6BD;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

#toolbox #buttons {
    padding: 5px;
    color: black;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

#toolbox #buttons input {
    color: black;
}

#toolbox .info {
    padding: 5px;
    color: black;
    border-bottom: 1px solid #95A6BD;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

.chapter {
    clear: both;
}
 
div.btop {
background: url(../../../images/live/viscotex/box_border_top.gif) no-repeat; 
padding: 5px 4px 0px 4px;
}

div.bbottom {
background: url(../../../images/live/viscotex/box_border_bottom.gif) no-repeat; 
width:214px;
background-color: #FFFFFF;
}

div.bleft {
background: url(../../../images/live/viscotex/box_border_left.gif) repeat-y;
width:214px;
text-align: left;

}

div.bright {
background: url(../../../images/live/viscotex/box_border_right.gif) repeat-y;
background-position:right;
width:214px;
}

div.nbleft {
background: url(../../../images/live/viscotex/navbar_bg_left.gif) no-repeat;
width:214px;
background-position:0% 100%;
text-align: left;
}

div.nbmid {
background-color: #d8d8d8;
}
div.nbright {
background: url(../../../images/live/viscotex/navbar_bg_right.gif) no-repeat;
background-position: 100% 100%;
min-height: 300px;
padding: 5px 4px 0px 4px;
}
TD.navbar {
background: url(../../../images/live/viscotex/navbar_bg.gif) no-repeat;
padding-right: 1px;
padding-left: 15px;
width:214px;
}
TD.navbar_oel {
background: url(../../../images/live/viscotex/navbar_bg_oel.gif) no-repeat;
padding-right: 1px;
width:214px;
}

div.topnav{
background: url(../../../images/live/viscotex/topnav_bg.gif) repeat-x;
float: left;
margin-right: 2px;
height: 22px;
}
div.dac{
color: #e89801;
padding: 6px 11px 0px 0px;
}

div.topnav_inside{
padding: 3px 10px 0px 10px;
}

A {
color:#CBB75E;
}

a.topnav{
color:#d3d3d3;
}
a.topnav:hover{
color:#FFFFFF;
}
a.dac{
color:#645538;
}
a.dac:hover{
color:#333333;
}

div.bcontent {
padding:10px;
background-color: #d8d8d8;
}
div.bcontent_oel {
padding:10px;
background-color: #d8dbff;
}
TD.greybar_oel{
background-color: #424996;
height: 14px;
}
TD.greybar{
background-color: #a3a3a3;
height: 14px;
}
TD.breadbar{
background-color: #a3a3a3;
height: 20px;
}
TD.breadbar_oel{
background-color: #A3A3A3;
height: 20px;
}
div.content{
padding: 32px 20px 20px 23px;
}
TD.sidebar{
background-color: #d8d8d8;
vertical-align: top;
}
TD.sidebar_oel{
background-color: #D8DBFF;
vertical-align: top;
}
div.sidebarbox{
padding: 19px 10px 10px 28px;
}
div.sidebarbox_headimage{
padding: 0px 0px 0px 0px;
}

div.nav_firstnode{

}



div.nav_node_1, div.nav_node_selected_1{
margin-bottom: 3px;
min-height: 16px;
}
div.nav_node_2{
background-color: #e6e4e5;
margin-bottom: 3px;
min-height: 16px;
padding-left: 6px;
}

div.nav_node_selected_2{
background-color: #FFFFFF;
margin-bottom: 3px;
min-height: 16px;
color: #000000;
padding-left: 6px;
}

div.nav_node_3{
background-color: #f0f0f0;
margin-bottom: 3px;
min-height: 16px;
padding-left: 12px;
}

div.nav_node_selected_3{
background-color: #FFFFFF;
margin-bottom: 3px;
min-height: 16px;
color: #000000;
padding-left: 12px;
}



div.nav_node_4{
background-color: #F0F0F0;
margin-bottom: 3px;
min-height: 15px;
padding-left: 16px;
}

div.nav_node_selected_4{
background-color: #FFFFFF;
margin-bottom: 3px;
min-height: 15px;
color: #000000;
padding-left: 16px;
}


div.nav_container{
align: center;
width: 183px;
}

a.nav_itw{
color: #333333;
font-weight: bold;
}
a.nav{
color: #8d8b8c;
}
a.nav:hover{
color: #000000;
}
td.prod_list_image{
border-bottom: 1px solid #ccb75e; 
padding:5px 0px;
}
td.prod_list_item{
border-bottom: 1px solid #ccb75e; 
padding:5px;
}

a.prod_list_link{
color: #000000; 
font-weight: bold;
font-size: 12px;
}

h4.leftbar {
    font-size: 12px;
    margin: 0px;
}

input.leftbar {
    border: 1px solid #bbbbbb;
    width: 129px;
}
input.leftbar_but {
 border: none;
 background-color: #bdbdbd;
 width: 47px;"
}


h2.prodlist_1 {
    font-size: 15px;
    color: #A3A3A3;
    border-bottom: 1px solid #CBB75E;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
h2.prodlist_2 {
    font-size: 14px;
    color: #A3A3A3;
    border: none;
    padding-bottom: 0px;
    margin-bottom: 8px;
}
a.prodlist_2{
    color: #A3A3A3;
}
a.prodlist_2:hover{
    color: #000000;
}
h2.prodlist_3 {
    font-size: 13px;
    color: #A3A3A3;
    border: none;
    padding-bottom: 5px;
    margin-bottom: 6px;
}
a.prodlist_3{
    color: #A3A3A3;
}
a.prodlist_3:hover{
    color: #000000;
}
div.leftlist{
width: 50%;
float: left;
}
div.rightlist{
width: 50%;
float: left;
}
