﻿/* Heading Design */

.heading_container h1,.heading_container h2,.heading_container h3,.heading_container h4,.heading_container h5,.heading_container h6,.previous_next_container h1,.previous_next_container h2,.previous_next_container h3,.previous_next_container h4,.previous_next_container h5,.previous_next_container h6,.rounded_box h1,.rounded_box h2,.rounded_box h3,.rounded_box h4,.rounded_box h5,.rounded_box h6{
    padding:5px 8px 10px 10px;
    margin:0;
    font-size:.95em;
    position:relative;
   
}


.heading_container,.heading_right_top{
    background:url(Images/bg_heading_h100.png) no-repeat;
    width:100%;
    position:relative;
    _height:1px;
}

.heading_right_top{
    background-position:0 -70px;
    height:5px;
    width:5px;
    float:right;
    overflow:hidden;
   
}

/* Bucket Design */





.bucket_container{
    background-image:url(Images/bg_bucket_alt_h100.png);
    background-repeat:repeat-x;
    background-position:0 -92px;
    min-height:1px;
    _height:1px;
    position:relative;
    width:100%;
    
}

.bucket_container_display_picture{
    
    
    background-repeat:repeat-x;
    background-position:0 -92px;
    min-height:1px;
    _height:1px;
    position:relative;
    width:100%;
    
}


.bucket_top{
    border-left:2px solid #99CC99;
    border-right:2px solid #99CC99;
    background:url(Images/bg_bucket_h100.png) no-repeat;
    height:10px;
}

.sub_bucket_top{
    border-left:1px solid #99CC99;
    border-right:1px solid #99CC99;
    background:url(Images/bg_bucket_h100.png) no-repeat;
    height:10px;
}

.bucket_top span{
    background:url(Images/bg_bucket_h100.png) no-repeat right -10px;
    width:10px;
    height:10px;
    float:right;
    overflow:hidden
}

.basic_top_white{
    background:url(Images/bg_bucket_alt_h100.png) no-repeat right -80px;
    height:10px
}
.basic_top_white span{
    background:url(Images/bg_bucket_alt_h100.png) no-repeat left -68px;
    width:10px;
    height:10px;
    float:left;
    overflow:hidden
}
.bucket_content{
    border-left:2px solid #99CC99;
    border-right:2px solid #99CC99;
    min-height:1px;
    _height:1px;
    position:relative;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    
}
.light_sky_blue
{
    background-color:#F9F9FF;
}
.light_green
{
   background-color:#F9F9FF;
}

.sub_bucket_content{
    border-left:1px solid #99CC99;
    border-right:1px solid #99CC99;
    min-height:1px;
    _height:1px;
    position:relative;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
}

.bucket_content_display_picture{
    border-left:2px solid #99CC99;
    border-right:2px solid #99CC99;
    min-height:1px;
    _height:1px;
    position:relative;
    padding-left:10px;
    padding-top:10px;

}

.bucket_content_tenant_advert{
    border-left:2px solid #99CC99;
    border-right:2px solid #99CC99;
    min-height:1px;
    _height:1px;
    position:relative;
    padding-left:10px;
    padding-top:10px;

}

.bucket_bottom{
    background-image:url(Images/bg_bucket_h100.png);
    background-repeat:no-repeat;
    background-position:0 -22px;
    
    height:10px;
    margin-bottom:4px
}

.bucket_bottom span{
    background:url(Images/bg_bucket_h100.png) no-repeat right -34px;
    width:12px;
    height:10px;
    float:right;
    overflow:hidden
}


.clear{
    clear:both;
    height:1px;
    font-size:1px;
    padding:0;
    margin:0
}