/* CSS Document */
.outer_container{
    width:100%;
    float:left;
    background-image:url(../images/bodymid.jpg);
    background-repeat:repeat-x;
}
.heading_home{
    width:750px;
    float:left;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size:13px;
    font-weight:bold;
}
.line_break_home{
    width:750px;
    float:left;
    height:10px;
}
.tl_image
{
    float:left; 
    width:8px;
    height:9px;
    *height:16px;
    background-image: url(images/l_cu.png);
    background-repeat: no-repeat;
    behavior:url("iepngfix.htc");
}
#title {
    margin-top : 10px;
    font-size:13px;
    font-family:arial;
    text-align:center;
    width:400px;
}
#overlay_container {
    margin : 10px -20px 5px 5px;
    *margin : 10px 5px 5px 5px;
}
.field {
    font-size:11px;
    width:500px;
}
.fieldLabel {
    float:left;
    font-size:12px;
    font-family:arial;
    width:150px;
    margin-left:10px;
}
.space {
    height:8px;
}

#errorMsg {
    width:550px;
    padding-bottom:6px;
    padding-top:1px;
    text-align:center;
    font-family:verdana;
    font-size:11px;
    color:#f26d6d;
}
#bgimages
{
    float:left;
    height:9px;
    *height:10px;
    background-image: url(images/f_bg.png);  
    margin:0px; 
    padding:0px;
    font-size:3px;
}
.close_spn
{
    background-repeat:no-repeat; 
    background-image:url(images/close.png);
    behavior:url("iepngfix.htc");
    height:10px; 
    width:43px;
    float:right;
    cursor:hand;
}


.tr_image
{
    float:left;
    width:18px;
    height:9px;
    *height:16px;
    background-image:url(images/r_cu.png);
    background-repeat: no-repeat;
    behavior:url("iepngfix.htc");
}

.cr_image
{
    float:left;
    width:18px; 
    height:9px; 
    background-image:url(images/r_cu_bg.png);
    
}

#list_block
{
    float:left; 
    *margin-top: -6px;
}

#center_body
{
    float:left;  
    background-image:url(images/f_bg.png);
}

#body_text
{
    float:left;  
    margin-left:6px;
    background-color:#FFFFFF;  
    border: 1px solid #666666; 
}
html>body #body_text{
    margin-left:11px;
}
.right_body{
    width:18px;
    float:left;
    background: url(images/r_cu_bg.png) repeat-y;
}

.bl_image
{
    float:left; 
    width:8px;
    height:16px;  
    background-image: url(images/l_b_cu.png);
    behavior:url("iepngfix.htc");
}

#bgimages_bottom
{
    float:left; 
    height:16px;  
    background-image: url(images/l_b_cu_bg.png);
    margin:0px; 
    padding:0px;
}

.br_image
{
    float:left;
    width:18px; 
    height:16px; 
    background-image: url(images/r_b_cu.png);
    behavior:url("iepngfix.htc");
}

.clear
{
    clear:both; 
    font-size:0px; 
    line-height:0px; 
    margin:0px; 
    padding:0px;
}