@charset "utf8";

/* 
;
; Team 116 Robotics, 2008-2009.;
; by Alex L
;
*/

body    {
            background: #fff url("bg.gif") repeat-x;
        }

a       {
            color: #555271;
        }
        
    a:hover 
            {
                color: #908dab;
            }

ul li   {
            list-style-image: url("ul_li.gif");
        }

    ul li.closed 
            { 
                list-style-image: url("ul_li-closed.gif"); 
            }
    
    ul li.opened
            { 
                list-style-image: url("ul_li-opened.gif");  
            }

div.bar {
            background-image: url("bar-bg.gif");
            background-repeat: repeat-x;
        }

        div.bar select 
                {
                    background-color: #fff;
                    border-color: #b5b5b5;
                }

        div.bar a 
                {
                }
                
            div.bar a:hover,
            div.bar a.on 
                    {
                        background-image: url("bar-bg-hover.gif");
                        background-repeat: repeat-x;
                    }

div#level-1
        {
            background: transparent url("level-1-bg.jpg") no-repeat scroll top center;
        }

        div#head a
                {
                    background: #fff url("level-1_head_a-bg.jpg") no-repeat;
                }
        
        div#head p
                {
                    color: #b5b5b5;
                }

div#level-2
        {
            background: #fff url("level-2-bg.gif") repeat-x;
        }
    
    div#info
            {
                background: #f3f3f3 url("level-2_info-bg.gif") repeat-x;
                border-color: #b5b5b5;
            }
    
        div#info div.jCan div.prev,
        div#info div.jCan div.next
                {
                    background-color: #e0e0e0;
                    color: #555271;
                }
    
        div#info div.jCan div.off
                {
                    color: #000000;
                }
    
        div#info div a
                {
                    color: #b7b7b7;
                }
            
            div#info div a:hover
                    {
                        color: #9f9f9f;
                    }
    
        div#info.off 
                {
                    background: transparent none;
                    border: none;
                }
    
    .wrap-2 {
                background: transparent url("level-2-wrap-2-bg.gif") repeat-x scroll bottom;
            }

    div#body
            {
            }

div#level-3 
        {
            background: #fff url("level-3-bg.gif") repeat-x scroll 0 35px;
        }
    
    div#foot a 
            {
                color: #908DAB;
            }
    
        div#foot a:hover 
                {
                    color: #555271;
                }
    
    div#foot p
            {
                color: #b5b5b5;
            }  
        
        
                
                
