/* CSS Document */

.c_head
{
	padding:0; margin-top:8px;text-align:left;
	width:100%;
	clear:both;
}


/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .c_head h1{float:left;}
.c_head h1{margin:0; padding:0;}
.icn img{margin-right:5px;}

.head_title{margin:0; float:left; }
.title_vis{margin:0; float:right;}

.c_content{clear:both; background-color:#ffffff;}
.c_contentpane{padding:8px 0 0 0; text-align:left; background-color:#ffffff;}
.c_footer {margin-bottom:20px;padding:0; text-align:right;background-color:#ffffff; }

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px;}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#ffffff;border:solid 1px #4F839F}

/*---------- blue header-----------*/
.title_blue .Head {color:#815a00;
                   width:100%;
                   }

 .c_h_left_corner
        {
            background-image:url(images/c_left_corn.jpg); 
            background-repeat:no-repeat; 
            width:8px; height:31px;  
            display:block;
            background-position:top right ;
        }
        
        .c_h_right_corner
        {
            background-image:url(images/c_right_corn.jpg); 
            background-repeat:no-repeat; 
            width:8px; height:31px;  
        }
        .c_h_center_back
        {
            background-image:url(images/c_head_back.jpg); 
            background-repeat:repeat-x; 
            
            height:31px;  
            
        }
        .c_left_bord
        {
        	background-image:url(images/c_left_bord.jpg); 
            background-repeat:repeat-y; 
            width:8px;
            background-position:top right ;
        }
        .c_right_bord
        {
        	background-image:url(images/c_right_bord.jpg); 
            background-repeat:repeat-y; 
            width:8px;
        }
        
        .c_f_left_corner
        {
            background-image:url(images/c_bot_left_corn.jpg); 
            background-repeat:no-repeat; 
            background-position:top right ;
            width:8px; height:8px;  
        }
        
        .c_f_right_corner
        {
            background-image:url(images/c_bot_right_corn.jpg); 
            background-repeat:no-repeat; 
            width:8px; height:8px
        }
        .c_f_center_back
        {
            background-image:url(images/c_bot_bord.jpg); 
            background-repeat:repeat-x; 
            height:8px;  
        }



	





















































