/* GLOBAL tables, borders, links, etc */
/* make borders for images and links non existent and/or transparent */

a:link img, a:visited img, img, td, th
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}
a:link
{
    color: #FF6600;
}
a:visited
{
    color: Gray;
}
table
{
    table-layout: auto;
    border-collapse: collapse;
}

/* Font type and size */

*
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body, p, textarea, li, td, th, ul, ol, input, select
{
    font-size: 11px;
}

small
{
    font-size: 9px;
}

/*  heading size is not consistent between IE and Firefox SOMETIMES so define it in pixels*/
h1
{
    font-size: 32px;
}
h2
{
    font-size: 24px;
}
h3
{
    font-size: 18px;
}
h4
{
    font-size: 16px;
}
h5
{
    font-size: 12px;
}
h6
{
    font-size: 10px;
}

/* There is never enough space between items in a list */
li
{
    padding-bottom: 9px;
}

/* ------------   Classes   ----------------------- */

.BGBioRadGreenWhiteText
{
    background: #009933;
    color: white;
}
.BioRadGreen
{
    color: #009933;
}
.WhiteBold
{
    color: white;
    font-weight: bold;
}
.RedBold
{
    color: #FF0000;
    font-weight: bold;
}
.header_footer_black
{
    font-size: 10px;
    color: black;
}
.header_footer_white
{
    font-size: 10px;
    color: white;
}
.headline_main
{
    font-size: 16px;
}

.LightBlueBox
{
    color: #b0c8e8;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}
.table_headers_white
{
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: gray;
}
.tac
{
    text-align: center;
}

/* with classes you can have multiple tables in one page */
.BlackBorderedTable td
{
    border: solid 1px black;
    padding: 3px 3px 3px 3px;
    vertical-align: top;
}
.BlackBorderedTable th
{
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.BlackBorderedTable li
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.SiteGroup
{
    font-size: 13px;
}

.SiteItem
{
    padding-left: 10px;
}

/* ------------   Element IDs   ----------------------- */

#Copyright
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#Copyright p
{
    font-size: 9px;
    text-align: left;
}
#Footer_Standard
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 9px;
}

#Footer_Standard p
{
    font-size: 9px;
    text-align: left;
}

#Header_Standard
{
    width: 500px;
}

#Header_Standard p
{
    font-size: 9px;
    text-align: left;
}

#V2Body
{
    width: 1000px;
}

#CenterDiv
{
    width: 600px;
    text-align: center;
    margin: 0 auto;
}

#CenterDiv hr
{
    width: 100%;
    color: Gray;
    height: 1px;
}

#LeftAlignDiv
{
    text-align: left;
}
