/* === COMMON === */
*
{
    margin: 0;
    padding: 0;
}
html
{
    width: 100%;
    height: 100%;
    overflow-y: scroll;                                                                                                 /* always y scrollbar avoid flicker */
    background-color: rgb(255,255,255);
}
body 
{
    margin-left: auto;	
    margin-right: auto;

    width: 998px;
    height: 100%;
    font-size: 75%;
    font-family: verdana,tahoma,arial,helvetica,sans-serif;

    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
}




/* === CONTENT === */
#f-content
{
    padding-top: 131px;
    padding-left: 220px;
    padding-right: 220px;
}
#f-content.noside
{
    padding-right: 10px;
}
	



/* === TOP === */
#f-top
{
    position: absolute;
    top: 0px;
    width: 978px;
    height: 111px;
    margin-left: 10px;
    font-size: 10px;
    background-image: url(/_image/_common/top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1000;
}
#f-top[id] 
{
   position: fixed;
}
#f-top-links
{
    position: absolute;
    top: 95px;
    width: 805px;
    margin-right: 173px;
    text-align: right;
}	
#f-top-links a
{
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: rgb(255,255,255);
}	
#f-top-info a
{
    position: absolute;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: rgb(255,255,255);
}	
#f-top-info a.anonym
{
    top: 87px;
    left: 821px;
    width: 146px;
    color: rgb(255,255,255);
}
#f-top-info a.authenticated
{
    top: 92px;
    left: 808px;
    width: 160px;
    font-size: 12px;
    color: rgb(255,255,255);
}




/* === NAVI === */
#f-navi
{
    position: absolute;
    top: 111px;
    width: 180px;
    height: 645px;
    margin-left: 10px;
    background-color: rgb(0,0,255);
    z-index: 1000;
}
#f-navi[id] 
{
   position: fixed;
}

#f-navi-links
{
    margin-top: 20px;
}
#f-navi-links .arrow
{
    margin-left: 10px;
    padding-left: 25px;
    background-image: url(/_image/_common/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
}
#f-navi-links ul
{
    margin-left: 35px;
}
#f-navi-links li, #f-navi-links li a
{
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(255,255,255);
}
#f-navi-links ul ul
{
    margin-left: 5px;
}
#f-navi-links li li, #f-navi-links li li a
{
    line-height: 17px;
    font-size: 12px;
    font-weight: normal;
}
#f-navi-links li li li, #f-navi-links li li li a
{
    line-height: 12px;
    font-size: 10px;
}

#f-navi-table
{
    position: absolute;
    top: 396px;
    left: 13px;
    width: 154px;
    height: 140px;
    font-size: 10px;
    text-align: center; 
    background-color: rgb(228,228,252);
    background-image: url(/_image/_common/navi-title.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#f-navi-table p
{
    font-size: 12px;
    font-weight: bold;
    color: rgb(255,255,255);
}
#f-navi-table table
{
    font-size: 10px;
    border-collapse: collapse;
}	
#f-navi-table tr
{
    height: 15px;
}	
#f-navi-table .position
{
    width: 22px;
    text-align: left;
    padding-left: 2px;
}	
#f-navi-table .teamName
{
    width: 110px;
    text-align: left;
}	
#f-navi-table .points
{
    width: 20px;
}	
#f-navi-table .active
{
    color: rgb(255,255,255); 
    background-color: rgb(255,0,0);
}
#f-navi-table a
{
    color: rgb(255,0,0); 
}

#f-navi-partner
{
    position: absolute;
    top: 557px;
    left: 13px;
    width: 154px;
    height: 67px;
    font-size: 10px;
    text-align: center; 
    background-color: rgb(228,228,252);
    background-image: url(/_image/_common/navi-title.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#f-navi-partner p
{
    font-size: 12px;
    font-weight: bold;
    color: rgb(255,255,255);
}
#f-navi-partner ul
{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
    text-align: center;
    list-style-type: none;
    color: #0000FF;
    background-color: rgb(228,228,252);
}
#f-navi-partner ul a, #f-navi-partner p a
{
    color: #FF0000;
    text-decoration: none;
}




/* === SIDE === */
#f-side
{
    position: absolute;
    top: 111px;
    width: 180px;
    height: 645px;
    margin-left: 808px;
    background-color: rgb(0,0,255);
    z-index: 11;
    overflow: hidden;
    z-index: 1000;
}
#f-side[id] 
{
   position: fixed;
}
#f-side-120-600
{
    position: absolute;
    top: 6px;
    left: 21px;
    width: 122px;
    height: 602px;
    padding: 9px;
    background-color: rgb(228,228,252);
    overflow: hidden;
}
#f-side-160-600
{
    position: absolute;
    top: 22px;
    left: 10px;
    width: 160px;
    height: 600px;
    padding: 0px;
    background-color: rgb(228,228,252);
    overflow: hidden;
}





/* === MESSAGES === */
#messages
{
    position: absolute;
    top: 0px;
    width: 794px;
    height: 26px;
    margin-left: 190px;
}
#messages[id]
{
    position: fixed;
}
