/* CSS Document */

.c_head{padding:8px 10px 0 11px; text-align:left;}

.c_content{clear:both;}

.c_contentpane{padding:8px 15px 0 15px ; text-align:left;}

.c_footer {padding:8px 10px 2px 15px; text-align:right;}

.title{margin:0; float:left; white-space:nowrap;}
.title_vis{margin:0; float:right; text-align:right;}

/*---------- default style for head & normal -----------*/
.Head{font-weight:bold; font-size:14px;}

.Normal{color:#000099;}

.Normal p{margin-top:0px;}


/*--- Custom ---*/
.wrapper { width:99%; padding:3px 5px 0px 5px; }
/* whiteRounded*/

.whiteRounded { width:100%; padding:0px; margin:auto; margin-bottom:20px; }
.whiteRounded .top, .whiteRounded .bottom { height:5px; background-color:#fff;}
.whiteRounded .left, .whiteRounded .right { width:5px; background-color:#fff;}
.whiteRounded .topLeft, .whiteRounded .topRight, .whiteRounded .bottomLeft, .whiteRounded .bottomRight
    { width:5px; height:5px; }

.containerBody { background-color:#fff; }

/* themed */
.themed { width:100%; padding:0px; margin:auto;  margin-bottom:20px; }
.themed .spacer { height:1px;} 
.themed .containerBody { border:1px solid #999999; border-width:0px 1px 0px 1px; width:100%; }
.themed .topCover { background:url('images/grad_blue.jpg') repeat-x bottom right; height:5px; } 
.themed .topRight, .themed .topLeft{ width:2px; height:5px; }
.themed .top, .themed .bottom { height:5px; background:url('images/grad_red_small.jpg') repeat-x bottom left; }
.themed .bottomLeft, .themed .bottomRight { width:3px; height:5px;}

/* titledTheme */
.titledTheme { width:100%; padding:0px; margin:auto; margin-bottom:20px; }
.titledTheme .Head {color:#fff;}
.titledTheme .spacer { height:1px;}
.titledTheme .containerBody { border:1px solid #999999; border-width:0px 1px 0px 1px; width:100%; }
.titledTheme .topRight { width:2px; height:5px; }
.titledTheme .topLeft { width:2px; height:27px; }
.titledTheme .title { font-weight:bold; font-size:14px; color:#fff; float:left; height:23px; padding:3px 2px 1px 0px; 
                    background:url('images/grad_blue.jpg') repeat-x bottom left; }
.titledTheme .rise { height:27px; width:34px;}
.titledTheme .titleRight { background:url('images/grad_blue_small.jpg') repeat-x bottom left; width:50%;}
.titledTheme .top, .titledTheme .bottom { height:5px; background:url('images/grad_red_small.jpg') repeat-x bottom left; }
.titledTheme .bottomLeft, .titledTheme .bottomRight { width:3px; height:5px;}


