/********************************************User Selectable Styles***********************************************************/


.Heading1, h1     
{
}

.Heading2, h2
{
}

.Heading3, h3     
{
}

.Normal          
{
}

.Caption1        
{
}

.Caption2        
{
}

.Caption3        
{
}

.Caption4		
{
}

.CaptionMenu
{
}


/**********************************************************************************************************************************/
/* Template Colour Styles */
/* Changes the colour of sections of the page dependant on the style sheet in use */
/*********************************************************************************************************************************/
/*#content
{
    background-color:#e9a913;
    }*/
    
/**********************************************************************************************************************************/
/* Top Menu Styles */
/*********************************************************************************************************************************/

div#topdropmenu a 
{
	color:#414141;
	}

div#topdropmenu .topclass .L0hcSel,
div#topdropmenu .topclass .L0ncSel
{
	color:#e9a913;
	}

/*Side Menu Color Selection Styles */

div#sidemenu .top .L0hc,
div#sidemenu ul.L1 li a
{
	color:#f2c865;
	}

div#sidemenu .L0hcsel,
div#sidemenu .L0ncsel,
div#sidemenu ul.L1 .L1hcsel,
div#sidemenu ul.L1 .L1ncsel 
{
	color:#e9a913;
	}

/****************************************************************************************************************************************/

/******************************************************************* links **************************************************************/
a 
{
	/*color:#414141;*/ 
	color:#FEE5AC;
	text-decoration:underlined;
}

a:hover
{
	color:#7F9DB9;
	text-decoration:underlined;
}


/*****************************************************************************************************************************************/
/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */
/*****************************************************************************************************************************************/

/* Default Table */
table.ImmTS_GreyBorders		
{
	
	border:solid 1px #000000;
}

table.ImmTS_GreyBorders th, 
table.ImmTS_GreyBorders td
{
	padding:0px; 
	margin:0px;
}

table.ImmTS_GreyBorders, 
table.ImmTS_GreyBorders th, 
table.ImmTS_GreyBorders td	
{
	border:1px solid #eeeeee;
} 
	     
table.ImmTS_GreyBorders th
{
	background-color:#cccccc; 
	color:#ffffff;
} 

table.ImmTS_GreyBorders tr
{
	
}
	
table.ImmTS_GreyBorders td	
{
	color:#000000;
}
	
	
/* Default Colour Scheme Table without borders*/
table.ImmTS_Grey
{
	background-color:#ffffff;
}

table.ImmTS_Grey th, 
table.ImmTS_Grey td	
{
	padding:0px; 
	margin:0px;
}

table.ImmTS_Grey, 
table.ImmTS_Grey th, 
table.ImmTS_Grey td	
{
	background-color:#eeeeee;
} 
	     
table.ImmTS_Grey th	
{
	background-color:#cccccc; 
	color:#ffffff;
} 

table.ImmTS_Grey tr	
{

}
	
table.ImmTS_Grey td	
{
	color:#000000;
}
	



hr
{
color:#d0d0d0;
border:1px solid #f4f4f4;
margin-left:10px;
}





