﻿#pageContainer
{
    box-shadow: 0px 0px 12px #666;
    border-radius: 8px;
    background-color: white;
    behavior: url(/PIE.htc);    
}

#header
{
    height:280px;
}

#authInfo
{
    margin: 20px;
    padding: 6px 8px;
    background-color:white;
    
    border-radius:8px;  
    display: inline-block;
    position: absolute;
    right: 0px;  
}

#bannerMessage
{
    position:absolute;
    top:200px;
    left:290px;
    
    padding: 6px 8px;
    background-color:white;    
    border-radius:8px;
}

#getKoduButton
{
    float:left;
    position:absolute;
    top:20px;
    left:20px;
}

#topBanner
{
    height:0px;
}

#main
{
}

#footer
{
    /*background-image:url(../Images/bottom_950.png);*/
    background-repeat:no-repeat;
    height:262px;
    margin-top:-50px;
}

#outerFooter
{
}

/*menu*/
#menuBar
{
    font-weight: 900;
    font-family: Berlin Sans FB Demi, Arial Black, Sans-Serif;
}
.menuItem
{
    text-align:center;
    font-size:20px;
    color: #222;
    padding: 2px 14px 6px 14px;
    border-radius: 6px;
    cursor:pointer;
    text-decoration:none;
    float:left;
    margin-right:10px;    
    
    behavior: url(/PIE.htc);    
}
.menuItem:hover
{
    background-color:#a0e1ed;
    color:White;
    text-decoration:none;
}
.menuItem.selected
{
    background-color:#2f728f;
    color:White;
}
.menuItem.selected:hover
{
    background-color:#2f728f;
    text-decoration:none;
}
.menuItem:last-child
{
    margin-right:0px;
}

/*search*/
#searchBox
{
    width:190px;
    
    position:absolute;
    right:70px;
    top:200px;
}
#searchBox:focus
{
    box-shadow: 0px 0px 8px #888;
}
#searchInput
{
    font-family:Berlin Sans FB, Arial, Helvetica, sans-serif;
    border:0px solid white;
    background-color:white;
    margin:0px;
    height:16px;
    width:156px;
}
#searchGo
{
    width:18px;
    height:19px;
    background-image:url(../images/searchIcon.png);
    background-color:White;
    border:0px solid White;
    cursor:pointer;
}