#headbg { 
    background: url(/styles/headers/times.jpg) top center no-repeat;
}
#header{ padding-left: 4px; }
#menu { padding-left: 4px; }
        
/* Page Starts */

div#shell {
    width: 768px;
    margin: 0 auto;
    text-align: left;
}

#login, #page { font-size: 90%; }
#login a,
#page a { color: #105286; }

div#shell div#login {
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: left;
    z-index: 5000;
    width: 100%;
    min-height: 20px;
    _height: 22px;
    white-space: nowrap;
    font-size: 10px;
/*  margin-top: 220px; */
    margin-top: 260px;
}

div#shell div#page {
    position: relative;
    z-index: 1;
    top: -1px;
    clear: both;
    border: 1px solid #999;
}

/* loginTabs */

div#login ul.tabs,
div#login ul#memberTools {
    min-height: 17px;
    _height: 19px;
}

div#login ul.tabs {
    display: block;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 5500;
/*\*/    vertical-align: middle;/*\*/
    font-family: Arial, sans-serif;
}
    
div#login ul.tabs li {
    margin: 0;
    display: block;
    float: left;
    background-color: #f0f4f5;
    border: 1px solid #999;
    border-width: 1px 1px 1px 0px;
    white-space: nowrap;
    padding: 4px 7px 3px 7px;
    z-index: 6000;
    _height: 11px;
    min-height: 11px;
    font-size: 10px;
}

div#login ul.tabs li:first-child {
    border-width: 1px 1px 1px 1px;
}
        
div#login ul.tabs li.selected {
    background-color: white;
    border-bottom: none;
    z-index: 9999;
    padding: 4px 7px 4px 7px;
}

div#login ul.tabs li a {
    color: #333;
}
    
/* memberTools */
    
div#shell div#login ul#memberTools {
    font-size: 11px;
    display: block;
    text-align: right;
    margin: 0px;
    padding: 2px 0px 0px 0px;
    white-space: nowrap;   
    float: right;     
    _border-bottom: 1px solid #999;
/*\*/    vertical-align: middle;/*\*/
    font-family: Arial, sans-serif;
}
        
div#shell div#login ul#memberTools li {
    font-size: 12px; 
    margin: 0px;
    display: inline; 
    white-space: nowrap;
    border-left: 1px solid #cccccc;
    padding: 0px 4px 0px 4px;
}
        
div#shell div#login ul#memberTools li:first-child {
    border-left: none;
}

/* Masthead Starts */
    
div#masthead {
    margin: 0px;
    padding: 4px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid black;
    text-align: center;
} 
    
div#masthead img#logo ,
div#masthead div#date {
    width: 379px;
}
        
div#masthead img#logo {
    margin-top: 3px;
}
    
div#masthead div#date {
    font: 12px Georgia,serif;
    text-align: center;
    margin: 5px auto 0px auto;
}
    
div#masthead div#date span#lastUpdate {
    font-family: Arial, sans-serif;
    color: #999999;
    font-size: 90%;
    margin-left: 1em;
}
    
div#masthead div#date .timestamp {
    color: #a81817;
    font-size: 90%;
}

div#masthead div.advert {
    margin: 0px;
    padding: 0px;
}

div#masthead div.advert img{
    border: 0;
}
    
/* Main Stats */    
div#shell div#page div#main {
    border-top: 1px solid #ffffff;
    clear: both;
    margin-top: 0px;
}

/* footer starts */
        
div#shell div#page div#footer {
    text-align: center;
    clear: both;
    border-top: 2px solid black;
    padding: 13px 0px 13px 0px;
    display: block;
    font-size: 90%;
    font-family: Arial, sans-serif;
}
        

div#shell div#page div#footer a {
    color: #666666;
    text-decoration: underline;
}
        
div#shell div#page div#footer div.footerRow {
    padding: 0px 0px 10px 0px;
}
        
div#shell div#page div#footer ul {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 9px;
}
        
div#shell div#page div#footer ul li {
    display: inline;
    border-left: 1px solid #ccc;
    padding: 0px 5px 0px 9px;
}
/* Footer Ends */

/* links */

#links {
    margin: 10px;
    font: 115% Georgia,serif;
    color:#303030;
}

#links .twocolumns{
    overflow: hidden;
    width: 100%; /* required in WinExplorer, Opera */
}

#links .leftcolumn{
    float:left;
    width: 368px;
    padding-right: 2px;
    border-right: 1px solid #ddd;
}

#links .rightcolumn{
    padding-left: 2px;
    float:left;
    width: 368px;
}

#links h3 { 
    font-family: Georgia,serif;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    padding: 10px 0 0 15px;
    font-size:1.1em;
    margin:0 0 10px 0;
}

#links h3:first-child { border: none; }

#links a { font-weight: bold; }
#links a:visited{ color:#584e80; }

#links ul, ol {
    padding-left: 0px;
    margin: 0 20px 20px 30px;
}

#links li {
    overflow: hidden;
    margin-top: .5em;
    list-style: none;
}

#links div.date {
    font: .9em Arial,sans-serif;
    color: #777;
    display:inline;
    padding: 0 5px 0 5px;
    float:right;
}

#links div.date.recent {
    color: #a81817;
}

#links .showmovie {
    width:300px;
    height:250px;
    float:left;
    display:block;
    border: 1px solid #ccc;
    padding: 2px;
}

#links .hidemovie {
    width:0;
    height:0;
    display:none;
    margin:0;
    padding:0;
    border:none;
}

#links .mtoggle { 
    font: .8em Arial,sans-serif;
    padding-left: 12px;
    margin-left: 2px;
    display: inline;
}

#links .mtoggle.off { 
    background: url(plus.gif) 0 1px no-repeat;
}

#links .mtoggle.on { 
    background: url(minus.gif) 0 1px no-repeat;
}