/* ----------------------------------------------------------------------------------------------------
** - Ticker Header
** ----------------------------------------------------------------------------------------------------
*/

#ticker_header
{
background-color: #3868a9;
border-top: 1px solid #e1e5ee;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 8px;
height: 12px;
}

#ticker_header h1
{
color: #ffffff;
font-size: 8pt;
margin-top: -1px;
}

/* ----------------------------------------------------------------------------------------------------
** - Ticker
** ----------------------------------------------------------------------------------------------------
*/

#ticker
{
background-color: #cccccc;
border-top: 1px solid #fdfdfd;
border-left: 1px solid #fdfdfd;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 90px;
width: 789px;
overflow: hidden;
position: relative;
vertical-align: bottom;
}

#ticker *
{
font-size: 11px;
}

#ticker a
{
color: #FFFFFF;
font-weight: bold;
}

#ticker a img
{
height: 80px;
width: 130px;
}

#ticker a span
{
font-weight: bold;
}

#ticker_text
{
color: #808080;
margin: 4px 4px 4px 4px;
padding: 0px 0px 0px 0px;
height: 20px;
line-height: 20px;
white-space: nowrap;
position: absolute;
float: left;
height: 90px;
width: auto;
}

