/*User Selectable Styles*/

.Heading1, h1 {
    color: #076aa8;}
   
.Heading2, h2 {  
    color: #076aa8;}
    
.Heading3, h3 {  
    color: #076aa8;}
    
.Heading4, h4 {  
    color: #076aa8;}
    
.Heading5, h5 {  
    color: #076aa8;}


/*-----------------------------------------------------------------------------
LINK STYLES
--------------------------------------------------------------------------------*/  
a:link, a:visited {
	color: #076aa8; }
	
a:hover, a:active {
	color: #076aa8; }

.box-section-header {
    background: url(../../../images/templates/box_header_company.jpg) no-repeat;}
    
.box-section-head {    
    margin: 22px 0 8px 25px;
    height: 29px; 
    background: url(../../../images/templates/box_company_head_lge.gif) no-repeat;}
    
.box-main-top {    
    background: url(../../../images/templates/box_main_top_company.gif) no-repeat;}

.box-call-head {
    background: url(../../../images/templates/box_call_head_company.gif) repeat-y;}


/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

/* Default Table */
table.ImmTS_Default {
	border: none;
	line-height: 1.4em;} /* Overall table style */

table.ImmTS_Default th, 
table.ImmTS_Default td		{
	padding: 3.5px;
	border: solid 1px #ffffff;} /* Cell padding and spacing styles */ 
	 
table.ImmTS_Default th {
	background: #a6c9e0 url(../../../images/templates/head_searchresult.gif) repeat-x;
	font-weight: bold;
	color: #ffffff;} 
	
table.ImmTS_Default tr		{}

table.ImmTS_Default td		{
	border-bottom: solid 1px #e7e7e7;}
	
table.ImmTS_Default th a:link, table.ImmTS_Default th a:visited {
    color: #ffffff;
    text-decoration: none;}

table.ImmTS_Default th a:hover, table.ImmTS_Default th a:active {
    text-decoration: underline;
    color: #ffffff;}
	
table.ImmTS_Default th a.edit:link, table.ImmTS_Default th a.edit:visited { /* used for edit buttons */
    color: #4185bc;
    display: block;
    background: #e2ecf4;
    padding: 0px 3px 0px 3px;
    margin: 1px 0 0 0;}

table.ImmTS_Default th a.edit:hover, table.ImmTS_Default th a.edit:active {
    text-decoration: none;
    background: #ffffff;}