/*************************************************************************************************************************
										Colour Stylesheet for the Conference Site
*************************************************************************************************************************/

/**************************************User Selectable Styles***********************************************************/
.Heading1, h1     
{
	color:#005275; 
	font-family:Trebuchet MS,Arial,Helvetica,Sans-Serif;	
	font-size:180%;	
	font-weight:bold; 
	margin-bottom:5px;
}

.Heading2, h2     
{
	color:#0079AF; 
	font-family:Arial,Verdana,Helvetica,Sans-Serif; 
	font-size:120%; 
	font-weight:bold;
}

.Heading3, h3     
{
	color:#999999; 
	font-family:Arial,Verdana,Helvetica,Sans-Serif; 
	font-size:100%; 
	font-weight:bold;
}

.Normal          
{
	color:#000000; 
	font-family:Arial,Verdana,Helvetica,Sans-Serif;
	font-size:10pt;
}

.BlueBoldSpaced        
{
	color:#62a6d9; 
	font-family:Arial,Verdana,Helvetica,Sans-Serif;
	font-size:110%;
	font-weight:bold;
	padding:2px; 
}

.Caption1        
{
	color:#0066CC; 
	font-family:Arial,Verdana,Helvetica,Sans-Serif; 
	font-size:small; 
	font-weight:bold;
}
/*************************************************************************************************************************/


/************** User Table Colour Styles -  define the basic properties for tables in the Immediacy Editor****************/
	/* Default Table */
	table.ImmTS_Default		
	{
		background-color:#ffffff;
	} 

	table.ImmTS_Default th, 
	table.ImmTS_Default td	
	{
		padding:2px; 
		margin:2px;
	} 

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td
	{
		border:1px solid #000000;
	} 
	     
	table.ImmTS_Default th	
	{
		background-color:#ffffff; 
		color:#000000;
	} 
	
	table.ImmTS_Default td	
	{
		color:#000000;
	}
	
	/* Default Colour Scheme Table without borders*/
	table.ImmTS_paleGreen	
	{
		background-color:#ffffff;
	}

	table.ImmTS_paleGreen th, 
	table.ImmTS_paleGreen td	
	{
		padding:0px; 
		margin:0px;
	} 

	table.ImmTS_paleGreen, 
	table.ImmTS_paleGreen th, 
	table.ImmTS_paleGreen td	
	{
		background-color:#E3EBF6;
	} 
	     
	table.ImmTS_paleGreen th	
	{
		background-color:#5f84c2; 
		color:#ffffff;
	} 
	
	table.ImmTS_paleGreen td	
	{
		color:#ffffff;
	}
	
	/* Default Colour Scheme Table with borders*/
	table.ImmTS_paleGreenBorders	
	{
		background-color:#ffffff;
	} 

	table.ImmTS_paleGreenBorders th, 
	table.ImmTS_paleGreenBorders td	
	{
		padding:0px; 
		margin:0px;
	}

	table.ImmTS_paleGreenBorders, 
	table.ImmTS_paleGreenBorders th, 
	table.ImmTS_paleGreenBorders td	
	{
		background-color:#dceef8;
		border:solid 1px #5f84c2;
	} 
	     
	table.ImmTS_paleGreenBorders th	
	{
		background-color:#5f84c2; 
		color:#ffffff;
	} 
	
	table.ImmTS_paleGreenBorders td	
	{
		color:#ffffff;
	}
	
/*************************************************************************************************************************/

/*********************************************** Template Colour Styles **************************************************/
/* Changes the colour of sections of the page dependant on the style sheet in use */
#header	
{
	background-color:#ffffff; 
}

#left	
{
	background-color:#ffffff; 
	border-right:1px solid #ffffff;
}

#logo
{
	padding:0px;
}
.greenBar
{
	border-bottom:solid 0px #8DBE3F;
}

/*************************************************************************************************************************/


/********************************************Side Menu Color Selection Styles ********************************************/

	/* All Level Styles*/
	#sidemenu			
	{
		background: url('../../../images/conference08/menubg.gif') no-repeat right top; 
	}
	
	#sidemenu .footer	
	{
		color:#ffffff;
	}
		
	#sidemenu a
	{
		display:inline-block;
		padding:0;
	}
	
	/* Level 0 Styles */
	#sidemenu a.L0					
	{
		color:#0078AB; 
		background:#E3EBF6; 
		border:solid 1px #0078AB;
	}

	#sidemenu a.L0sel				
	{
		color:#ffffff; 
		background:#5989CA; 
		border:solid 1px #0078AB;
	}
	
	#sidemenu a.L0sel:hover			
	{
		color:#ffffff; 
		background:#5989CA; 
		border:solid 1px #0078AB;
	}
	
	#sidemenu a.L0:hover			
	{
		color: #000; 
		background:#E3EBF6;
	}	
	
	#sidemenu a.L0:hover SPAN.hc	
	{
		background-image:url('../../../images/rtArwWhite.gif');
	}
	
	/* Level 1 Styles */	
	#sidemenu a.L1					
	{
		color:#0078AB; 
		background:#E3EBF6; 
		border:solid 1px #0078AB;
		
	}
	
	#sidemenu a.L1 SPAN.hc			
	{
		
	}
	
	#sidemenu a.L1 SPAN.nc			
	{
		
	}

	#sidemenu a.L1sel				
	{
		color:#ffffff; 
		background:#5989CA; 
		margin-bottom: 1px;
	}
	
	#sidemenu a.L1sel SPAN.hc		
	{
		background-image:url('../../../images/dnArwYellow.gif');
	}
	
	#sidemenu a.L1sel SPAN.nc		
	{
	}
	
	#sidemenu a.L1sel:hover			
	{
		color:#ffffff; 
		background:#5989CA; 
	

	}
	
	#sidemenu a.L1:hover			
	{
		color: #005275; 
		background:#ECF1F9; 
		margin-bottom: 6px;
		border:solid 1px #005275;
	}	
	
	#sidemenu a.L1:hover SPAN.hc	
	{
		background-image:url('../../../images/rtArwWhite.gif');
	}
	
	/* Level 2 Styles */	
	#sidemenu a.L2					
	{
		color:#ffffff; 
		background:#5989CA; 
		border:solid 1px #fff;
	}
	
	#sidemenu a.L2 SPAN.hc			
	{
		background-image:url('../../../images/rtArwGrey.gif');
	}
	
	#sidemenu a.L2 SPAN.nc			
	{
	}

	#sidemenu a.L2sel				
	{
		color:#ffffff; 
		background:#5989CA; 
		border:solid 1px #fff;
	}
	
	#sidemenu a.L2sel SPAN.hc		
	{
		background-image:url('../../../images/dnArwYellow.gif');
	}
	
	#sidemenu a.L2sel SPAN.nc		
	{
	}
	
	#sidemenu a.L2sel:hover			
	{
		color:#ffffff;
		background:#55bddf;
	}
	
	#sidemenu a.L2:hover			
	{
		color: #ffffff; 
		background:#55bddf; 
		
	}	
	
	#sidemenu a.L2:hover SPAN.hc	
	{
		background-image:url('../../../images/rtArwWhite.gif');
	}
	
/**************************************************************************************************************************/

/**MENUBOX background image***/
#menubox
{
	background: url('../../../images/conference08/homebg.gif') no-repeat;
}

/*****/

/******************************************Top Drop Down Menu Color Selection Styles **************************************/
	
	/* All Level Styles*/
	#topdropmenu	
	{
	background: #000;
	color: #0880b6;

	}	
	
	#topdropmenu a
	{
 color:#0880b6;
 background: url('../../../images/conference08/buttonbg.gif');

	}
	
	#topdropmenu a:hover
	{
color:#003045;
	}

	/* Level 0 Styles */
	#topdropmenu UL UL.L0
	{
			/* background: #0880b6 url('../../../images/conference08/bgbg.gif'); */
	}
/* home button */
	#topdropmenu li a.L0hc			
	{
		color:#0880b6;
		background: url('../../../images/conference08/homeback.gif') no-repeat right top;
	}
	
	#topdropmenu li a.L0hcsel		
	{
		color:#0880b6;
		/* background: #0880b6 url('../../../images/conference08/homeEnd.gif') no-repeat right top; */
	}
	
	#topdropmenu li a.L0nc			
	{
		color:#0880b6;
		/* background: #0880b6; url('../../../images/conference08/divider2.gif') no-repeat right top;*/
	}
	
	#topdropmenu li a.L0ncsel
	{
		color:#003045; 
		/*background:#0880b6; */
		border-right:solid 1px #ffffff; 
		border-bottom:solid 1px #55bddf;
	}
		
	#topdropmenu a.L0hc:hover
	{
		/*background: #0880b6; url('../../../images/conference08/divider2.gif') no-repeat 0079AF top;*/
		color: #003045;
	}
	
	#topdropmenu a.L0hcsel:hover
	{
		/* background: #0880b6 url('../../../images/conference08/homeEndHover.gif') no-repeat right top; */
		color: #003045;
	}	
	
	#topdropmenu a.L0nc:hover
	{
		/* background: #0880b6; url('../../../images/conference08/divider2.gif') no-repeat right top;*/
		color: #003045;
	}
	
	
	
	/* defines height and width of a tags within the above li tags*/
	/* note that padding-left, padding-right and width must add up to the values above. 
	mozilla seems to have a bit of problem in the sample site here in the for the top level only, 
	we had to add 4 more pixels in order to get the borders to show properly on the menu */
	/* padding-top and padding bottom styles are useful for netscape which doesn't seem to handle "filling" the LI tag to 
	100% height */
	/* change the padding styles, but exercise some caution with different browsers*/
	
	#topdropmenu ul.L0 li a	
	{
		font-family:Arial,Verdana,Helvetica, Sans-Serif; 
		font-weight:bold;
	}
	
	#topdropmenu ul.L1 li a	
	{
		font-family:Arial,Verdana,Helvetica, Sans-Serif; 
		height:auto; 
		font-size:100%; 
		font-weight:normal; 
		padding-left:10px; 
		padding-right:10px; 
		padding-top:.23em; 
		padding-bottom:.33em; 
		display:block; 
		width:100%; 
		border-top:solid 1px #ffffff;
	}
	/**************************************************************************************************************************/
	
	/*************************************************************content table************************************************/
	#content
	{
		border-collapse:collapse;
	}
	
	#content td.one
	{
		background-color:#eaf1C2;
	}
	
	#content td.two
	{
		background-color:#eaf1C2;
		vertical-align:top;
	}
	
	#content td.three
	{
		
	}
	
	#content td.four
	{
		
	}
	
	/****************************************************************************************************************************/
	#greenTable
	{
	    background-color:#E3EBF6;
	}
	
	
	
	/****************************************************************************************************************************/