html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    min-width: 1100px;
}

body, td, th {
    color:#7F7C73;
    font-size:13px;
    line-height:160%;
    font-family:Arial, Helvetica, sans-serif;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}

#top-line {
    width: 100%;
    height: 10px;
    line-height:10px;
    padding:0;
    margin:0;
}

#top {
    width: 100%;
    height: 40px;
    background: #191919;
    border-bottom: solid 1px #939393;
}

#top-in {
    width: 100%;
    margin: 0 auto;
}

#logo {
    float: left;
}

#logo h1, #logo h1 a {
    margin:0;
    padding:0;
    padding-left: 80px;
    font-weight:normal;
    font-size:22px;
    color:#FFFFFF;
    height:40px;
    line-height:40px;
}

#mainmenu {
    float: right;
    width: 650px;
    border-right: solid 1px #1B1312;
}

#mainmenu ul, #mainmenu li {
    list-style-type:none;
    list-style-image:none;
    padding: 0;
    margin: 0;
}

#mainmenu ul {
    float: right;
}

#mainmenu ul li {
    float: left;
    height: 40px;
    line-height:40px;
    font-size: 16px;
    color: #939393;
    font-weight: normal;
    text-transform: lowercase;
    padding-left: 30px;
    padding-right: 30px;
    border-left: solid 1px #1B1312;
}

#mainmenu a, #mainmenu a:link, #mainmenu a:visited {
    color: #939393;
    text-transform: lowercase;
    text-decoration: none;
}

#mainmenu li.active, #mainmenu li:hover {
    background-color: #222222;
}

#mainmenu ul li ul {
    display:none;
}

#mainmenu ul li {
    position:relative;
}

#header {
    width: 100%;
    height: 220px;
    background:#93CCD8 url(../images/spotlight_bg.png) repeat scroll 0 0;
    border-bottom: solid 1px #CCCCCC;
}

#main-cover {
    clear: left;
    width: 100%;
    background: #F7F3E7;
    display:inline-block;
    margin:0;
    padding:0;
}

.footer {
    clear: both;
    width: 100%;
    height: 40px;
    background: #191919;
    border-bottom: solid 1px #939393;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
}

fieldset {
    border: none;
}

.button {
    background: #FFFFCC;
    border: solid 1px #ccc;
    color: #666;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

input {
    background: #fff;
    border: solid 1px #000;
    color: #666;
    font-size: 11px;
}

img {
    border: none;
}


h1 {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

h2 {
    color: #45433C;
    font-weight: normal;
    font-size: 18px;
    margin-top: 10px;
    padding:0;
}

h3 {
    color: #0489DD;
    font-weight: bold;
    font-size: 22px;
    text-transform: none;
    margin:0;
    padding:0;
    margin-bottom: 5px;
}

a {
    color: #0489DD;
}


.source
{
    font-size: 10px;
    color: #000;
    text-decoration:none;
    text-align: right;    
    padding-right: 10px;
}

.topic
{
    font-size: 14px;
    text-decoration:none;
}

.topic:hover
{
    font-size: 14px;
    text-decoration:underline;    
}


.content
{
    padding: 16px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
    height: 100%;
    display: inline;
    position: relative;
    background-color: white;
    border-left: 2px solid #ccc;
    margin-left: 200px;
    display: block;
}

.date
{
    font-size: 9px;
    padding-top: 5px;
    padding-right: 10px;
}

.news_item:hover
{   
    background-color: #eeeeff;
}

.left_container
{
    float: left;
    width: 200px;
    background-color: #e0e0e0;
    text-align: right;

}

.left_container2
{
    float: left;
    width: 200px;
    background-color: #e0e0e0;
    border-right: 2px solid #ccc;
    text-align: right;
    margin-left: 10px;
}


#sidebar h1 {
    margin:20px 18px 0 5px;
    color:#d85d5d;
    font-size:1.6em;
    letter-spacing:-2px;
    text-align:right;
    }
    
#sidebar h2, #sidebar h3 {
    margin:0 20px 18px 5px;
    color:#808080;
    font-size:1.1em;
    font-weight:bold;
    letter-spacing:-1px;
    text-align:right;
    }

.left_container h3 {
    margin:20px 18px 4px 5px;
        }

#sidebar a {
    color:#808080;
    background: #e0e0e0 url(../images/sidebarbg.gif) repeat-y top right;
    }

#menu a {
    display:block;
    width:150px;
    margin-left: 10px;
    padding:5px 18px 5px 0;
    color:#606060;
    background:#e0e0e0 url(../images/sidebarbg.gif) top right repeat-y;
    font-size:1.8em;
    font-weight:normal;
    text-decoration:none;
    letter-spacing:-2px;
    text-align: right;
    border-right: 1px solid #aaa;
    }



#menu a:hover {

    color:#303030;

    background:#f0f0f0 url(../images/sidebarbg.gif) top right repeat-y;

    }



#menu a#active_menu {
    padding:5px 18px 5px 0;
    background:#fafafa;
    border-bottom:2px solid #c0c0c0;
    }

#menu a#active_menu:hover {
    color:#505050;
    background:#fafafa;
    }


#menu li {
    display: inline;
    list-style-type: none;}
    
#menu a.mainlevel {
    margin-left: 0px;
}


.main
{
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

.day_header_left
{
    background-color: white;
}

.day_header
{
    background-color: black;
    height: 30px;
    color: white;
    font-size: 20px;
}

.day_header_spaceing
{
    line-height: 8px;
}

.day_header_topic
{
    background-color: black;
    font-size: 10px;
    color: white;
    padding-right: 10px;
}

.day_header_topic_s
{
    background-color: black;
    font-size: 10px;
    color: white;
    padding-right: 10px;
    text-align: right;
}


.rates
{
    padding-left: 15px;
}

.weather
{
	margin-right: 9px;
	margin-bottom: 10px;
}

.search_blur
{
	color: #aaa;
}

.search_focus
{
	color: #000;
}
