﻿body
{
    background: #C2DAFC url(../../gui/gradient-background.jpg) repeat-x;
    width: 100%;
}
body, input, textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
}
body, table, h1, h2, h3, h4
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
body, h1, h2, h3, h4
{
    font-size: 10pt;
}
#menu-bar
{
    width: 100%;
    min-height: 25px;
    background: #0034A3 url(../../gui/menu-bar-background.jpg);
    border: solid 1px Black;
    border-left: none;
    border-right: none;
    clear: both;
}
#header, #menu, #content, #footer
{
    position: relative;
    width: 985px;
    margin: 0px auto;
    clear: both;
}
a
{
    color: #0000FF;
    text-decoration: none;
}
a:hover
{
    color: #0000CC;
}
.Advertising
{
    text-align: center;
    margin: 3px 10px 0px 10px;
}
/* Header styles */
#header
{
    height: 212px;
    background: url(../../gui/header-artsy-background.png) no-repeat bottom left;
}
#header h1
{
    position: absolute;
    top: 120px;
    left: 375px;
    font-size: 125%;
}
#header .permanentmenu
{
    position: absolute;
    top: 5px;
    left: 880px;
}

#header .BannerAd
{
    width: 468px;
    height: 60;
}
/* Menu styles */
.RadMenu div .rmGroup
{
    background: #006AC8;
    border: none;
}
#menu .MenuItem
{
    display: block;
    min-height: 25px;
    color: #FFC100;
    font-size: 125%;
}
#menu .MenuItem:hover, .MenuItemExpanded
{
    color: #0034A3;
    background: url(../../gui/menu-item-over-background.jpg) repeat-x;
}
.permanentmenu .MenuItem
{
    display: block;
    text-align: right;
    color: #FFF;
    font-size: 125%;
}
.permanentmenu .MenuItem:hover, .MenuItemExpanded
{
    color: #FFC100;
}
.MenuItemDisabled, .MenuItemDisabled:hover
{
    color: #CCC;
}
#menu .menu .rmText
{
    position: relative;
    top: 2px;
}

/* Content Area styles */
#col1
{
    width: 58%;
    float: left;
}
#col1Weather
{
    width: 78%;
    float:left;
}
#col2, #col3
{
    width: 20%;
    float: left;
    margin-right: 3px;
}
div.cornered
{
    background: #C2DAFB;
    margin: 17px auto 25px auto;
    min-height: 100px;
}
#content #col1 .cornered #content-block
{
    margin: 5px;
}
div.cornered h2
{
    margin: 10px 3px;
    font-size: 200%;
}
div.cornered div.content
{
    margin: 0px 5px;
}
div.cornered div.header
{
    background: #006AC8;
    width: 100%;
    min-height: 21px;
    position: relative;
}
div.cornered div.header h2
{
    position: absolute;
    top: 4px;
    left: 10px;
    margin: 0px;
    color: White;
    font-size: 125%;
    font-weight: normal;
}
div.cornered div.header a
{
    color: #FFC100;
    float: right;
    margin: 3px 10px 0px 0px;
}
div.cornered div.header a:hover
{
    color: #0034A3;
}
div.LargeBoxes
{
    background: #72A6E9 url(../../gui/gradient-content-box-background.jpg) repeat-x;
    width: 565px;
}
div.SmallBoxes
{
    width: 175px;
}
div.TopStories
{
    height: 331px;
}
div.CommunityCalendar
{
    height: 225px;
    margin-top: 60px;
}
div.OnAir
{
}
div.Community
{
    min-height: 400px;
}
div.Community .RegisterButton
{
    float: right;
}
div.Sponsor
{
}
div.OnAir div.Item
{
    margin: 5px 10px;
}
div.OnAir div.Item a img
{
    display: block;
    margin: 5px 10px;
}
div.OnAir div.Item a
{
    display: block;
    margin: 5px 10px;
}
div.OnAir div.Item a img
{
    display: block;
    margin: 0 auto;
}

#content img.ProgramImage
{
    float: left;
    margin: 0 10px 10px 0;
}
#content div.TimeSlot
{
    font-weight: bold;
}

#content fieldset
{
}
#content fieldset legend
{
    font-size: 125%;
}
#content fieldset table
{
    width: 100%;
}
#content fieldset table tr td
{
    margin: 3px;
}


/* Footer styles */
#footer
{
    clear: both;
}
#footer p
{
    padding: 10px;
    margin: 0;
}

.emailafriend
{
    position: absolute;
    top: -73px;
    left: -250px;
    z-index: 10000;
    width: 350px;
    height: 210px;
    padding: 3px;
    display: none;
    background: #C2DAFC;
    border: solid 1px #000000;
}
.emailafriend h4
{
    margin-bottom: 5px;
}
#emailafriendClose
{
    float: right;
    font-size: 75%;
}
