﻿body 
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    background-color: #bdcdb2;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

img 
{
    border: none;
}

p
{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

h1 
{
    color: #005375;
    font-size: 120%;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

h2 
{
    color: #005375;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 15px;
}

a
{
    color: #005375;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#wholepage
{
    margin: 30px;
    background-color: White;
    padding: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 929px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header
{
    position: relative;
    height: 115px;
}

#buttons
{
    margin-top: 15px;
    height: 53px;
}

.button
{
    height: 19px;
    overflow: visible;
}

#ipmedia
{
    margin-bottom: 7px;
}

#headerlogo
{
    position: absolute;
    top: 0;
    left: 0;
}

#headertext
{
    position: absolute;
    top: 30px;
    right: 0;
}

#ipmedia
{
    position: absolute;
    top: 0;
    right: 0;
}

#ticker
{
    padding-top: 5px;
}

#ticker ul
{
    position: absolute;
    top: 4px;
    left: 145px;
    height: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 9999px;
    overflow: hidden;
}

#ticker li
{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border-right: 1px solid Gray;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

#ticker .last
{
    border-right: none !important;
}

#content
{
    min-height: 600px;
}

#tickerstrip
{
    position: relative;
    height: 24px;
    border: 1px solid Gray;
    background-color: #f3f3f4;
    margin-top: 1px;
    margin-right: -1px;
    overflow: hidden;
}

#tickerheader
{
    background: url(../images/newlook/rightarrow.png) no-repeat;
    background-position: center right;
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: White;
    border: 1px solid black;
    padding: 3px;
    font-weight: bold;
    width: 138px;
    height: 18px;
    z-index: 999;
}

#sidebar
{
    overflow: visible;
}

#sidebar .sponsors
{
    text-align: center;
    padding-left: 15px;
}

#sidebar .sponsorheader
{
    margin-bottom: 15px;
}

#sidebar .sponsor
{
    margin-bottom: 10px;
}

#support
{
    border-top: 1px solid #b0cfe0; 
    border-bottom: 1px solid #b0cfe0; 
    padding-bottom: 5px;
    margin-bottom: 15px;
}

#footer
{
    margin-top: 10px;
    padding-top: 0px;
    display: block;
}

#footer img
{
    margin-top: 5px;
}

.fpbox
{
    padding: 15px;
    border: 1px solid #b0cfe0;
    color: #397388;
    margin-bottom: 15px;
    line-height: 18px;
}

.fpboxgray
{
    padding: 15px;
    border: 1px solid #c6c8ca;
    margin-bottom: 15px;
}

.fpboxleft
{
    margin-right: 9px;
}

.fpboxright
{
    margin-left: 8px;
}

.fpbox h1
{
    font-size: 140%;
    font-weight: bold;
    color: #005375;
    margin:0;
    padding:0;
    margin-bottom: 10px;
}

.speaker
{
    border-top: 1px solid #b0cfe0;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 85px;
}

.speaker img
{
    float:right;
}

.speakertext
{
    width: 220px;
    font-size: 100%;
    line-height: 16px;
}

.speakertext b
{
    color: #005375;
}

.speakertext a
{
    color: #4f98b5;
}

.speakerfooter
{
    padding-top: 5px;
    color: #005375;
    font-size: 120%;
    font-weight: bold;
    text-align: right;
    border-top: 1px solid #b0cfe0;
}

.speakerfooter a
{
    font-weight: normal;
    color: #4f98b5;
}

.quotetext
{
    font-size: 120%;
    color: #636466;
    line-height: 18px;
}

.quotesource
{
    line-height: 16px;
    font-size:95%;
}

.sponsorsection
{
    width: 100%;
    margin-bottom: 20px;
}

.sponsorsection h1
{
    font-size: 100%;
    border-top: 1px solid black;
    color: #333333;
    padding: 2px;
    padding-left: 0px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.sponsorsection .gold
{
    background: url(../images/sponsors/gold.png) no-repeat;
    padding-left: 2px;
}

.sponsorsection .platinum
{
    background: url(../images/sponsors/platinum.png) no-repeat;
    padding-left: 2px;
}

.sponsorsection .bronze
{
    background: url(../images/sponsors/bronze.png) no-repeat;
    padding-left: 2px;
}

.sponsorsection img
{
    margin-bottom: 15px;
}

.sponsoritem
{
    border-bottom: 1px solid #bbbbbb;
    padding-top: 10px;
}

.section
{
    border-top: 1px solid #bbbbbb;
    padding-top: 10px;
}

.sponsoritemlast
{
    border-bottom: none;
    padding-top: 10px;
}

.sponsoritemleft
{
    clear: both;
    float: left;
    width: 450px;
}

.sponsoritemright
{
    text-align: center;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.col12
{
    width: 650px;
}