/*User Selectable Styles*/

.Heading1, h1 {
    color: #e12b5f;}
   
.Heading2, h2 {  
    color: #e12b5f;}
    
.Heading3, h3 {  
    color: #e12b5f;}
    
.Heading4, h4 {  
    color: #e12b5f;}
    
.Heading5, h5 {  
    color: #e12b5f;}


/*-----------------------------------------------------------------------------
LINK STYLES
--------------------------------------------------------------------------------*/  
a:link, a:visited {
	color: #e12b5f; }
	
a:hover, a:active {
	color: #e12b5f; }

.box-section-header {
    background: url(../../../images/templates/box_header_vacancies.jpg) no-repeat;}
    
.box-section-head {    
    margin: 21px 0 9px 25px;
    height: 29px; 
    background: url(../../../images/templates/box_vacancies_head_lge.gif) no-repeat;}
    
.box-main-top {    
    background: #8abee3 url(../../../images/templates/box_main_top_vacancies.gif) no-repeat;}

.box-call-head {
    background: url(../../../images/templates/box_call_head_vacancies.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;}

