
/* Class for bradcrums */

.csp_bread_crumbs{
	margin:10px 5px 0px 5px;
	font-size:11px;
	font-color:#666666;
	color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
	width: 100%;
}
.csp_bread_crumbs a{
	font-size:11px;
	font-color:#666666 !important;
	color: #666666 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
	width: 100%;
}

/* class for active tab  */

.tab-active{
	background-color: #fff !important;
	
}
.tab-active a , .tab a{
	outline:none !important;
}

/* class for Title of the page  */

 .csp-title-page{
	line-height: 1em;
    padding: 8px 0 11px 9px;
    color: #444;
    font-size: 26px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
	width:1015px;
	font-family:Arial,Helvetica,sans-serif;
  }
  
  .csp-ttc-title-page {
   /* border-bottom: 1px solid #ccc;*/
    color: #444;
    font-size: 26px;
    font-weight: normal;
    line-height: 1em;
    padding: 8px 0 11px 9px;
    font-family: Arial,Helvetica,Sans-serif;
}
  
  .csp-title-section{
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-family: Arial,Helvetica,Sans-serif;
  }
      
  #fw-pagetitle{
  display:none;
  }
  
  #csp-framework-content-titles{
    clear: both;
    margin: 15px 0 0 0;
    padding: 0;
    width:1024px;
  }
  
    #framework-content-titles h2 {
    border-bottom: 1px solid #ccc;
    color: #424e53;
    font-size: 175%;
    line-height: 0.92em;
    padding: 13px 0 7px 9px;
}
  
  /* class for intro part of the page  */
  
  div#intro {
	padding-bottom:20px;
	color:#000;
}

  
  /* class for full page data font */
.page_data {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    background-color: #fff;
	width:1024;
}	

.h3 {
    font-size: 12px;
    font-weight: bold;
}

.a{
	outline:none;
}

.csp-clearfix{
	 padding: 0 0 10px;
	 width: 1018px;
}
.csp-base-content-table{
	width: 1024px;
}
#framework-content-main{
	width:770px;
	margin-right:25px;
	margin-left:10px;
}

.link-colour{
    color: #039;
  }
  
   
   
   
   
   