BODY, HTML{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;    
    font-family: Verdana;
    font-size: 11px;
}

A{
    text-decoration: none;
}

IMG{
    border: 0px;
}

#main_table{
    width: 100%;
    height: 100%;    
}

#main_table .topTitle{
    height: 60px;
    background-color: #ffffff; 
    background-image: url('../images/header_bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    text-align: right;
    vertical-align: bottom;
}

#main_table .header_right{
    background-image: url('../images/right.png');
    background-repeat: no-repeat;
    background-position: right top;
    text-align: right;
}

#main_table .topTitle SPAN{
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 15px; 
}

#main_table .topTitle A{
    font-size: 11px;
    color: #5E8ACC;    
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: 15px;    
}

#main_table .breadcrumbs{    
    padding-left: 5px;
    height: 30px;
    line-height: 20px;
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
}

#main_table .breadcrumbs IMG{
    margin-right: 5px;
}

#frames_table{
    width: 100%;
    height: 100%;
}

.left_frame{
    width: 270px;
    height: 100%;
    vertical-align: top;
    background-image: url('../images/fade.png');
    background-repeat: repeat-y;
    background-position: right 26px;
    font-size: 11px;
}

.right_frame{
    height: 100%;
    vertical-align: top;
    font-size: 11px;
    text-align: left;    
}

#light{
    width: 270px;
    height: 582px;
    vertical-align: top;        
    position: relative; 
    clear: both;   
    background-image: url('../images/frame_bg.png');
    background-repeat: no-repeat;
    background-position: right 26px;
}

.clear{
    clear: both;
    width: 1px;
    height: 1px;
}

#module_title{
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #dcdcdc;
    margin: 0px 20px 0px 20px; 
    padding-bottom: 8px;
}

#module_title IMG{
    margin: 0px 7px 0px 0px;
}

#splash{
    position: absolute;
    z-Index: 1000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000000;
    opacity:.50;    
    -moz-opacity: 0.5;      
    filter: alpha(opacity=50);
}

#over_content{    
    width: 100%;
    height: 100%;    
    position: absolute;
    left: 0px;
    top: 0px;
    z-Index: 2000;    
}

.ini{
    display: none;
}

#over_content .over_content_cell{    
    width: 100%;
    height: 100%;
    text-align: center;
    text-align: -moz-center;
    vertical-align: middle;    
}

#over_content .over_content_cell TABLE{
    margin: auto;
}

#over_content_ajax{    
    font-size: 11px;    
    padding: 20px 10px 20px 10px; 
    height: 20px;
} 