/* CSS Document */

.c_container{ border: solid 0px #DDC22E; background-color: white; margin: 5px; margin-bottom: 5px; }

.c_head{padding:5px; text-align:left; height: 22px; background-color: white; color: white; background-image: url('images/redHeader.jpg'); background-position: left center; padding-left: 20px;}

.c_content{clear:both;  background-color: white; }

.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: #ED008C;}
.title_vis{margin:0; float:right; text-align:right;}

/*---------- default style for head & normal -----------*/
.Head {font-weight:bold; font-size:14px;}

.Normal{color:#43494D; font-size:0.9em; line-height: 1.6em;}

.Normal p{margin-top:0px;}

.c_bottomShadow
{
    height: 5px;
    background-image: url('images/bottomShadow.jpg');
    background-repeat:repeat-x;
    margin-bottom: 10px;
}

.topcenter
{
    height: 5px;
    background-image: url('images/topcenter.jpg');
    background-repeat:repeat-x;
}

.topleft
{
    height: 5px;
    width: 7px;
    background-image: url('images/topleft.jpg');
    background-repeat:repeat-y;
}

.topright
{
    height: 5px;
    width: 7px;
    background-image: url('images/topright.jpg');
    background-repeat:repeat-y;
}

.leftcenter
{
    width: 7px;
    background-image: url('images/leftcenter.jpg');
    background-repeat:repeat-y;
}

.rightcenter
{
    width: 7px;
    background-image: url('images/rightcenter.jpg');
    background-repeat:repeat-y;
}

.bottomleft
{
    width: 7px;
    height: 5px;
    background-image: url('images/bottomleft.jpg');
}

.bottomright
{
    width: 7px;
    height: 5px;
    background-image: url('images/bottomright.jpg');
}

.articleArrow
{
    background-image: url('images/articleArrow.gif');
    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;

}

