﻿a.logo
{
    display: block;
    width: 151px;
    height: 86px;
    background-image: url(../../Media/Images/Layout/Common/logo.gif);
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
    margin: 0 0 0 34px;
}

/*************************** LEFT PANEL CONTENT ***************************/
#leftPanel .content ul li
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 150px;
}

/*************************** RIGHT COLUMN HEADER ***************************/
.rightColumn #rightHeader .buttons
{
    margin: 0 0 19px 0;
    overflow: hidden;
    width: 676px;
}

.rightColumn #rightHeader .buttons a.button
{
    float: right;
    margin-left: 10px;
}

.rightColumn #rightHeader #pageHeader
{   
    position: relative;
    display: block;
    width: 718px;
    height: 129px;
}

.rightColumn #rightHeader #pageHeader #headerImages
{
    position: absolute; 
    top: 0; 
    left: 500px;
    display: block;
    width: 213px;
    height: 129px;
    overflow: hidden;
}

.rightColumn #rightHeader #pageHeader .headerFrame
{
    position: absolute; 
    top: 0;
    left: 0;
    padding: 88px 0 0 24px;
    width: 694px;
    height: 41px;
    background-image: url(../../Media/Images/Layout/Main/page-header.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.rightColumn #rightHeader #pageHeader .headerFrame .sifrHeading
{
    line-height: 36px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
}

.rightColumn .content ul
{
    margin: 10px 0;
}

.rightColumn .content ul li
{
    /* Used to resolve curious IE Bug where background-image on 
    list item isn't displayed unless there is a background-color.
    Couldn't find a better way of resolving it. */
    background-color: #FFFFFF; 
}

/*************************** BUTTONS ***************************/
a.button,
a.smallButton
{
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    font-family: Tahoma;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

a.button:hover,
a.smallButton:hover
{
    text-decoration: none;
}

a.button
{    
    width: 110px;
    height: 28px;
    background-image: url(../../Media/Images/General/button.gif);
    font-size: 12px;
    line-height: 28px;
}
a.button:hover { background-position: 0 -28px; }

a.smallButton
{
    width: 87px;
    height: 20px;
    background-image: url(../../Media/Images/General/smallButton.gif);
    font-size: 10px;
    line-height: 20px;
}
a.smallButton:hover { background-position: 0 -20px; }

/*************************** NEWS ROTATOR ***************************/
.rotator ul /* Used to cancel the default ul styling, so it doesn't mess the rotator layout up (which use ul tags) */
{
    margin: 0;
}

.rotator ul li /* Used to cancel the default li styling, so it doesn't mess the rotator layout up (which use li tags) */
{
    margin: 0;
    padding: 0;
    background-image: none;
    font-weight: normal;
}

.rotator .item
{
    text-transform: none;
    font-weight: normal;
}

.rotator .item .itemScroller
{
    text-align: right;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.rotator .item .itemScroller img
{
    display: inline;
}

.rotator .item .itemScroller .counter
{
    background-color: #FFFFFF;
    margin: 0 5px;
}

.rotator .item .text
{
    font-size: 11px;
    margin: 0 0 4px 0;
}

.rotator .item .text .title a
{
    color: #F4911E;
    font-weight: bold;
    font-family: Tahoma;
}

.rotator .item .readMore a
{
    color: #F4911E;
    font-size: 11px;
}


/*************************** FORMS AND INPUTS ***************************/
.textBox
{
    border: Solid 1px #CCCDCE;
    font-family: Tahoma;
    color: #F4911E;
    font-size: 12px;
}

.formArea
{
    margin: 0 0 20px 0;
}

.formArea table.form
{
    margin: 10px 0;
}

.formArea table.form td
{
    padding: 2px 0;
}

.formArea table.form td.headerCell
{
    width: 150px;
    vertical-align: top;
    font-weight: bold;
}

.formArea table.form td.dataCell
{
}

.formArea .buttons
{
    margin: 15px 0 0 0;
    overflow: hidden;
    width: 100%;
}

.formArea .buttons a.button
{
    float: left;
    margin: 0 10px 0 0;
}

/*************************** SUBSCRIBE FORM ***************************/
#leftPanelSubscribe
{
    position: relative;
    display: block;
    width: 178px;
    height: 146px;
    padding: 35px 10px 0;
    background-image: url(../../Media/Images/Layout/Common/subscribe.gif);
    overflow: hidden;
}

#leftPanelSubscribe .text
{
    font-size: 11px;
    margin: 0 5px 10px;
}

#leftPanelSubscribe .textBox
{
    width: 158px;
    padding: 4px 9px;
    font-size: 10px;
    margin: 0 0 7px 0;
}

#leftPanelSubscribe .buttons
{
    margin: 3px 0 0 0;
    text-align: center;
    overflow: hidden;
}

#leftPanelSubscribe .buttons a.smallButton
{
    margin: 0 auto;    
}
