/* CSS Document */

.c_container{ border: solid 1px #cccccc; background-color: white; margin-bottom: 10px; background-image:url('images/containorFade.jpg'); background-repeat: repeat-x; }

.c_head{padding:5px; padding-top:0px; text-align:left; height: 22px; background-color: #e8e8e8; color: #0C86C7; background-image: url('images/containorIcon.jpg'); background-repeat: no-repeat; background-position: left top; padding-left: 20px;}

.c_content{clear:both; }

.c_contentpane{padding: 8px 15px 0 15px ; text-align:left;}

.c_footer {margin-bottom:0px;padding: 8px 10px 0px 15px; text-align:right;}

.title{margin:0; float:left; white-space:nowrap; color: #0C86C7;}
.title_vis{margin:0; float:right; text-align:right;}

/*---------- default style for head & normal -----------*/
.Head {font-weight:bold; color: #0C86C7; font-size:14px;}

.Normal{color:#43494D; font-size:0.9em; line-height: 1.6em;}

.Normal p{margin-top:0px;}

.c_bottomShadow
{
    height: 7px;
    background-image: url('images/bottomShadow.jpg');
    background-repeat:repeat-x;
    margin-bottom: 10px;
}

.topcenter
{
    height: 7px;
    background-image: url('images/topcenter.jpg');
    background-repeat:repeat-x;
}

.topleft
{
    height: 7px;
    width: 9px;
    background-image: url('images/topleft.jpg');
    background-repeat:repeat-y;
}

.topright
{
    height: 7px;
    width: 9px;
    background-image: url('images/topright.jpg');
    background-repeat:repeat-y;
}

.leftcenter
{
    width: 9px;
    background-image: url('images/leftcenter.jpg');
    background-repeat:repeat-y;
}

.rightcenter
{
    width: 9px;
    background-image: url('images/rightcenter.jpg');
    background-repeat:repeat-y;
}

.bottomleft
{
    width: 9px;
    height: 7px;
    background-image: url('images/bottomleft.jpg');
}

.bottomright
{
    width: 9px;
    height: 7px;
    background-image: url('images/bottomright.jpg');
}

.articleArrow
{
    background-image: url('images/containorIcon.jpg');
    padding-left: 15px;
    background-repeat:no-repeat;
    background-position:left top;
    line-height: 1.4em;
    border-bottom: solid 1px #f4f4f4;
    padding-bottom: 5px;
    
}

.hrNews
{
color: #f4f4f4;
background-color: #f4f4f4;
height: 1px;
padding: 0px;

}


