/* 
    Document   : shaded_box
    Created on : 01-Jan-2010, 15:24:54
    Author     : jennyfong           
*/

table.shaded_box{
    width:100%;
    border:0px;
    
}

.shaded_box {
    line-height:1.3em;
}

.shaded_box a{
    color:#514c4a;
     font-weight:bold;
}

.shaded_box .top{
    background-image:url(/images/layouts/shaded_box/top_background.png);
    background-repeat:repeat-x;
    height:5px;
    margin:0px;
    padding:0px;
	background-color:#288fb4;
}

.shaded_box .top_left{
    background-image:url(/images/layouts/shaded_box/top_left.png);
    background-repeat:no-repeat;
    background-position:top left;   
    width:5px;
    height:5px;
}

.shaded_box .bottom_left{
    background-image:url(/images/layouts/shaded_box/bottom_left.png);
    background-repeat:no-repeat;
    background-position:top left;
    width:3px;
    height:3px;
}

.shaded_box .bottom_right{
    background-image:url(/images/layouts/shaded_box/bottom_right.png);
    background-repeat:no-repeat;
    background-position:top left;
    width:3px;
    height:3px;
    float:right;
}

.shaded_box .top_right{
    background-image:url(/images/layouts/shaded_box/top_right.png);
    background-repeat:no-repeat;
    background-position:top right; 
    width:5px;
    height:5px;
    float:right;
}

.shaded_box .title{
    background-color:#e5e5e5;
    padding:1em ;
    margin:0;
    background-image:url(/images/layouts/shaded_box/title_background.png);
    background-repeat:repeat-x;
    background-position:top;
    font-weight:bold;
    width:28%;
    
}

.shaded_box .right_border{
    border-right:1px solid white;
}

.shaded_box .description{
    background-color:#e4e6e6;
    padding:1em;
    background-image:url(/images/layouts/shaded_box/description_background.png);
    background-repeat:repeat-x;
    background-position:top;
    margin:0px;
    vertical-align:top;
    line-height:1.2em;
}

.shaded_box .bottom{
    border:0px;
    background-color:#e4e6e6;
    margin:0px;
    padding:0px;
    height:3px;
}

.shaded_box .article_title{
    padding-bottom:0.5em;
    line-height:1.5em;
    font-size:1em;
}

.shaded_box .article_title a, .shaded_box .article_title a:visited{
    
   
    font-size:1.1em;

}

.shaded_box .article_description{
    line-height:1.5em;
    padding-bottom:0.75em;
}

.shaded_box .article_date{
    font-size:0.9em;
    padding-bottom:0.5em;
    font-weight:bold;
    color:#757575;
    
}