/* Default StickyVote theme */

@import url(menu.css);

body.master {
    background-image: url(../../images/barGrey16x20.png);
    background-repeat: repeat-y;	
}

div#header {
    position: absolute; /* required for IE z-index */
    left: 0px; 
    width: 100%;
    height: 65px;
    overflow: visible;
    z-index: 9;
    background-color: #e7e7e7;
}
div#headerSpacer {
    left: 0px; 
    width: 100%;
    height: 100px;
}

div#loginMenu {
    /*  padding makes this div 150 x 95 px */
    position: absolute; 
    left: 0px;
    top: 0px;
    width: 140px;
    height: 75px;    
    background-image :url(../../images/topLeft150x95Grey.png) ;
    background-repeat : no-repeat; 
    color: black;
    padding: 20px 0 0 10px;
    border-left: 2px solid #999999;
}
div#loginHeader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 139px;
    background-image: url(../../images/title-back-red.png);
    background-repeat: repeat-x;
    color: white;
    font-size: large;    
    padding: 0 0px 0 10px;
}
/* positioning of various menus */
#mainMenuDiv {
    position: absolute;
    width: 400px;
    left: 300px;
    top: 5px;
}

div#menuSelection {
    position: absolute;
    left: 300px;
    top: -33px;
    width: 70px;
    height: 55px;
    background-repeat: no-repeat;
}

div#preferencesMenu {
    position: absolute;
    top: 0; /* 75px; */
    right: 68px;
}
div#logoutMenu {
    position: absolute;
    top: 0; /* 75px; */
    right: 10px;
}

div#logoBar {
    position: absolute;
    top: 0px;
    left: 170px;
    width: 100px;
    height: 100px;
    vertical-align: top;
    background-image: url(../../images/logos/StickyVoteLogo100x100.png);
    background-repeat: no-repeat;
    z-index: 1;
}
#headerMessages {
    position: absolute;
    left: 375px;
    top: 65px;
}

#contentBody {
    position: absolute;
    top: 120px;
    left: 24px;
    right: 1px;
    z-index: 0;
    overflow: visible;
}

#listPane {
    position: absolute;
    top: 63px;
    left: 24px;
    bottom: 20px;
    width: 255px;  /* Also controlled by setupTable javascript */
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow:none;
}

#searchBox {
    position: absolute;
    top: 28px;
    left: 24px;
    width: 622px;
    height: 25px;
    background-color: #FAFAFA;
    padding-top: 5px;
}
#currentFilter {
    position: absolute; 
    left: 320px; 
    top: 5px;
    width: 220px;
}

#mainFrame {
    overflow: visible;
    position: absolute;
    top: 63px;
    left: 300px;
    width: 368px;
    height: 400px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#rightAdColumn {
    width: 120px; 
    height: 600px;
    position:absolute;
    left:672px;
    top:63px;
}