
.clear{
    clear: both;
}


html{
    margin:           0;
    padding:          0;
}

body{
    margin:           0;
    padding:          0;
    text-align:       center;
    background-color: white;
    background-image: url('/adm/layout/images/bg.gif?168667713cb739e93ef4ad0360505539');
}

    #layout_wrap{
        text-align:   left;
        width:        790px;
        margin:       0px auto;        
        background:   white;
        border-left:  1px solid black;
        border-right: 1px solid black;
    }
    
        #layout_banner , #layout_flash_banner{
            display:          block;
            width:            790px;
            background-color: white;
        }
        
        #layout_flash_banner{
        }
        
        #layout_banner{
            text-decoration:  none;
            text-indent:      -9999px;
            background-image: url('/adm/layout/images/banner.jpg?465617e8683602d03c0cac3dbda6e7ae');
            height:           74px;        
        }
        
        #layout_columns{
            width:           100%;
            empty-cells:     show;
            border-collapse: collapse;
            border-spacing:  0 0;
        }

            #layout_sidebar{
                width:          160px;
                background:     #F3F3F3;
                vertical-align: top;
            }

            #layout_content{
                vertical-align: top;            
            }
            
                #layout_subtitle{
                    text-align:    right;
                    font-weight:   bold;
                    font-size:     1.3em;
                    line-height:   1.1em;
                    padding-top:   2px;
                    padding-right: 10px;
                    border-bottom: 1px dotted gray;
                }
            
        #layout_footer{
        
            min-height:    20px;
            height:        auto !important;
            height:        20px;
        
            font-size:     1em;            
            padding-left:  5px;
            padding-top:   25px;
            border-top:    1px solid black;
            border-bottom: 1px solid black;
            background:    white url('/adm/layout/images/footer_bg.jpg?356787b11364bcc747f9982b3cd8edff') scroll repeat-x top left;
        }
        
        
        



#layout_main_menu{
    margin:           0;
    padding:          0;
    list-style:       none;
    height:           25px;
    background-image: url('../images/menu_bg.jpg');
}

    #layout_main_menu_pages{
        display: block;
        margin:  0;
        padding: 2px;
    }

        #layout_main_menu_pages li{
            display:          block;                    
            float:            left;
            width:            127px;
            height:           23px;
            line-height:      23px;
        }

            #layout_main_menu_pages li a{
                display:          block;                    
                width:            127px;
                height:           23px;
                line-height:      23px;
                text-align:       center;
                text-decoration:  none;

            }

                #layout_main_menu_pages li a span{
                    display:          block;                    
                    width:            127px;
                    height:           23px;
                    background:       transparent url('../images/menu_separator.jpg') scroll no-repeat top right;
                }

            #layout_main_menu_pages li a:hover{
                background: #BFBFBF;
                color:      white;
            }

#layout_main_menu #layout_logged_in_user{
    float:         right;
    height:        23px;
    line-height:   23px;
    padding-right: 15px;
    overflow:      hidden;
    width:         220px;
    text-align:    right;
}







.navigation{
    margin:           3px;
    padding:          0;
    list-style:       none;
}

    ul.navigation li.navigation_title{
        background:  #CCCCCC;
        font-weight: bold;
        text-align:  center;
        padding:     3px 0;
        margin:      1px 0;
    }

    ul.navigation li.navigation_title a{
        display:    inline;
        background: transparent; 
    }

    ul.navigation li.navigation_title a:hover{
        color:       inherit;
        background:  inherit;
        font-weight: inherit;
    }

    ul.navigation li a{
        display:     block;
        background:  white;
        text-align:  left;
        padding:     3px 0;
        margin:      1px 0;
    }

    ul.navigation li a:hover{
        color:       #13224F;
        font-weight: bold;
    }

    ul.navigation li.active a{
        color:       #13224F;
        font-weight: bold;
    }
    
    ul.navigation li img{
        vertical-align:  middle;
        text-decoration: none;
    }


html , body { 
  font-size:   11px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color:       #111; 
}

a {
    color:           #2F260B;
    text-decoration: underline; 
}

a:hover{
    text-decoration: none; 
    color:           #39709D;
}

