﻿* {
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    background-color: #333333;
	margin: 0px 10px 10px 10px;
}

a {
    color: #000000;
    text-decoration: none;
}

h1 {
    font-size: 100%;
    color: #999999;
    border-bottom: 1px solid #FFC719;
}

h1.neutral {
    border-bottom: 1px solid #FFC719;
}

#partner h1 {
    border-bottom: 1px solid #FFC719;
}

h2 {
    border-bottom: 1px solid #000000;
    font-size: 100%;
    margin-bottom: 10px;
}

input {
    color: #000000;
    font-size: 0.8em;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

p {
    margin-top: 20px;
}

sup {
    font-size: 75%;
}

sup:hover {
    color: #FFFFFF
}

#breadcrumb {
    height: 14px;
    padding: 0 0 0 20px;
    margin: 0 0 0 0;
    font-size: 0.8em;
}

#container {
    background-color: #FFFFFF;
    min-height: 500px;
    min-width: 1024px;
}

#header {
    height: 135px;
}

#headerLeft {
    height: 135px;
    width: 705px;
    background-color: #333333;
    float: left;
}

#headerRight {
    min-width: 265px;
    background-image: url(../img/header_top_right_corner.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

#rightcol {
    width: 185px;
    float: right;
    padding: 8px 0px 0px 0px;
}

#rightcol ul {
    list-style-image: url(../img/bullet.gif);
    font-weight: bold;
    padding: 7px 0px 20px 40px;
}

#rightcol ul li {
    line-height: 125%;
    margin-bottom: 5px;
    vertical-align: text-bottom;
}

#rightcol ul li a {
    display: block;
    width: 135px;
    padding-right: 10px;
}

#rightcol ul li a:hover {
    background-color: #FFC719;
}

#rightcol ul li a.selected {
    color: #999999;
}

#rightcol ul li.cheminform a:hover {
    color: #FFFFFF;
    background-color: #DF0330;
}

#rightcol ul li.infotherm a:hover {
    color: #FFFFFF;
    background-color: #497A75;
}

#rightcol ul li.chemgaroo a:hover {
    color: #FFFFFF;
    background-color: #F1700A;
}

#rightcol ul li.cas a:hover {
    color: #FFFFFF;
    background-color: #00386C;
}

#rightcol ul li.guides a:hover {
    color: #FFFFFF;
    background-color: #999999;
}

#footer {
    clear: both;
    background-image: url(../img/footer_middle.gif);
}

#footerLeft {
    clear: both;
    float: left;
    height: 30px;
    width: 19px;
    background-image: url(../img/footer_left.gif);
}

#footerMiddle {
    height: 30px;
}

#footerRight {
	float: right;
    height: 30px;
    width: 17px;
    background-image: url(../img/footer_right.gif);
	background-position: right;
}

.inputSearch {
    width: 345px;
    height: 16px;
    line-height: 15px;
    border: 1px solid #000000;
}

.inputButton {
    width: 100px;
    height: 20px;
    border: 2px;
    border-style: outset;
    line-height: 12px;
}

.box {
    background-color: #FEEB9C;
    padding: 10px 15px 10px 15px;
    margin-bottom: 30px;
}

.box p {
    margin: 0;
}

p.readOn {
    text-align: right;
    font-weight: bold;
}

p.readOn a {
    color: #999999;
    text-decoration: none;
}

