﻿/* CSS Document - Content Layout Master */


/* General content formating */

#content_body h1{
	font-size: 1em;
	font-weight:bold;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;	
	}
	
#content_body p {
	font-size: 0.8em;
	margin: 0;
	}	
	
#content_body h2{
	font-size: 0.9em;
	color: #0B377E;
	font-weight:bold;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;	
	}	
		
#content_body a, .feature_box a {
	text-decoration: underline;
	color: #0B377E;	
	}

#content_body a:hover, .feature_box a:hover{
	color: #CC0000;
	text-decoration:none;
	}
	
.go_button .outer_curve
{
    border-bottom: solid 2px #ffc542;
    border-right: solid 2px #ffc542;    
    width: 99%;
    background: url(../images/cnr_top_yellow.gif) 0 0 no-repeat;
	}	

.go_button .inner_curve {padding:5px; }
		


/*Main page - round corner Elements*/	


.feature_box { 
    margin: 0;
    padding: 0;
    }

.feature_box .outer_box
{
    border-bottom: solid 2px #e3cfb0;
    border-right: solid 2px #e3cfb0;    
    width: 99%;
    background: url(../images/cnr_top_brown_h.gif) 0 0 no-repeat;
}

.feature_box .outer_box_gy
{
    border: solid 1px #b0b0b0;
    width: 99%;
}

.feature_box .inner_box {padding:6px; overflow:auto;}

.feature_box .title {
    color: #000000;
	font-size: 0.9em;
	font-weight:bold;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
    }

.feature_box ul, .ppMenu ul, #content_body ul {
    list-style-type:none;
	margin: 0;
	}

.feature_box li, .ppMenu li, #content_body li{ 
	font-size: .8em;
	padding-left: 20px;
	background-image:url(../icons/bullet_arrow_right.gif);
	background-position:left;
	background-repeat: no-repeat;}

.feature_box li.open, .ppMenu li.open, #content_body li.open { 
	background-image:url(../icons/openwindow.gif);
	background-position:left;
	background-repeat: no-repeat;}	
	
.feature_box li.help, .ppMenu li.help, #content_body li.help { 
	background-image:url(../icons/help.gif);
	background-position:left;
	background-repeat: no-repeat;}	 
	
.ppMenu 
{
    padding: 4px;
	border: solid 1px #B8CADB;
	background-color: #E5ECF2;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=3);
	}
	
	
.table_heading 
{
    font-size: 0.8em;
    font-weight: bold;
    background-color:#eff7eb;}

.table_body 
{
    font-size: 0.8em;
    background-color:#f1f1f1;}
	

/*Help description panels Elements*/			   

.desheading 
{
    font-size: 0.8em;
    height: auto;
    width: 250px;
    padding: 2px;
    cursor:pointer;
	color: #0B377E;	
    }

.desbox {
	background-color:#eff7eb;
	border: 1px solid #89b03a;
	padding: 4px;
	width:90%;
}   

.desboxform {
	background-color:#eff7eb;
	border: 1px solid #89b03a;
	padding: 4px;
	width:100%;
}  

.mandatory 
{
    font-size:0.6em;
    color: #cc0000;}
    
.viclabel
{
    font-size:0.8em;
    color: #0B377E;}    
    
      
