/*************************************************************************************************************************
										Colour Stylesheet for the Conference Site
*************************************************************************************************************************/

/**************************************User Selectable Styles***********************************************************/
.Heading1,H1     
{
	color:#62a6d9; 
	font-family:Tahoma,Arial,Helvetica,Sans-Serif;	
	font-size:150%;	
	font-weight:bold; 
	margin-bottom:5px;
}

.Heading2,H2     
{
	color:#c1d830; 
	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:#006600; 
	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:#eaf1C2;
	} 
	     
	table.ImmTS_paleGreen th	
	{
		background-color:#6cb345; 
		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:#eaf1C2;
		border:solid 1px #cfd667;
	} 
	     
	table.ImmTS_paleGreenBorders th	
	{
		background-color:#6cb345; 
		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	
{
	height:360px;
	width: 217px;
	background: url('../../../images/conference09/menubg.jpg') no-repeat;

		/*top:0px;
		left:0px;
		width:217px;
		background: url('../../../images/conference09/menubg.gif') no-repeat left top; */
}

#center
{
	padding-top:30px;
	width:549px;
	}

#logo
{
	padding:0px;
	height:114px;
	background-image: url(../../../images/conference09/header.jpg);
	background-repeat:no-repeat;
}

#headertext
{
	float:right;
	height:72px;
	width:553px;
	padding:0px;
	/*background-image: url(../../../images/conference09/headertext.gif);
	background-repeat:no-repeat;*/
	}

.greenBar
{
	border-bottom:none;
}


/*************************************************************************************************************************/


/********************************************Side Menu Color Selection Styles ********************************************/

	/* All Level Styles*/
	#sidemenu			
	{
		position:relative;
		top:78px;
		left:8px;
	}
	
	#sidemenu .footer	
	{
		color:#ffffff;
	}
		
	#sidemenu a
	{
		display:inline-block;
		/*font-weight:bold;*/
	}
	
	/* Level 0 Styles */
	#sidemenu a.L0					
	{
	color:#fff;
	background-color:#003e7e;
	/*background-image: url(../../../images/conference09/tab3bg.gif);
	background-repeat:repeat-y;*/
	}

	#sidemenu .short					
	{
		line-height: 2.2em;
	}

	#sidemenu a.LTop0					
	{
	padding-top:0.3em;
	color:#fff; 
	background-image: url(../../../images/conference09/tab1bg.gif);
	background-repeat:no-repeat;
	height:28px;
	margin-bottom:0px;
	}

	#sidemenu a.LTop1					
	{
	color:#fff; 
	background-image: url(../../../images/conference09/tab2bg.gif);
	background-repeat:no-repeat;
	}

	#sidemenu a.L0sel				
	{
		color:#ffffff; 
		background:#003e7e;
	}
	
	#sidemenu a.L0sel:hover			
	{
		color:#ffffff; 
		background:#003e7e;
	}
	
	#sidemenu a.L0:hover			
	{
		color: #ffffff; 
		background:003e7e;
	}	
	
	#sidemenu a.L0:hover SPAN.hc	
	{
		background-image:url(../../../images/rtArwWhite.gif);
	}
	
	/* Level 1 Styles */	
	#sidemenu a.L1					
	{
		color:#fff; 
		background:#577baf; 
		border: 1px solid #003e7e;
		
	}
	
	#sidemenu a.L1 SPAN.hc			
	{
		
	}
	
	#sidemenu a.L1 SPAN.nc			
	{
		
	}

	#sidemenu a.L1sel				
	{
		color:#fff; 
		background:#577baf; 
		margin-bottom: 1px;
	}
	
	#sidemenu a.L1sel SPAN.hc		
	{
		background-image:url(../../../images/dnArwYellow.gif);
	}
	
	#sidemenu a.L1sel SPAN.nc		
	{
	}
	
	#sidemenu a.L1sel:hover			
	{
		color:#fff;
		background:#82a3cd;
	}
	
	#sidemenu a.L1:hover			
	{
		color: #fff; 
		background:#82a3cd;
		margin-bottom: 6px;
	}	
	
	#sidemenu a.L1:hover SPAN.hc	
	{
		background-image:url(../../../images/rtArwWhite.gif);
	}
	
	/* Level 2 Styles */	
	#sidemenu a.L2					
	{
		color:#6cb345; 
		background:#eaf1c2; 
		border:solid 1px #d5dc7c;
	}
	
	#sidemenu a.L2 SPAN.hc			
	{
		background-image:url(../../../images/rtArwGrey.gif);
	}
	
	#sidemenu a.L2 SPAN.nc			
	{
	}

	#sidemenu a.L2sel				
	{
		color:#ffffff; 
		background:#aaaaaa; 
		margin-bottom: 1px;
	}
	
	#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; 
		margin-bottom: 1px;
	}	
	
	#sidemenu a.L2:hover SPAN.hc	
	{
		background-image:url(../../../images/rtArwWhite.gif);
	}
	
/**************************************************************************************************************************/

/**MENUBOX background image***/
#menubox
{
}

/*****/

/******************************************Top Drop Down Menu Color Selection Styles **************************************/
	
	/* All Level Styles*/
	div #topdropmenu	
	{
		width: 545px;
		height:15px;
		z-index:999;
		position:relative;
		top:19px;
		/*top:93px;*/
		left:220px;
		/*background-color:#003e7e;*/ 
		padding:0px;
		/*margin-top:2px;*/
	}	
	
	#topdropmenu a
	{
		color:#ffffff;
	}
	
	#topdropmenu a:hover
	{

	}
	
	/* Level 0 Styles */
	#topdropmenu UL UL.L0
	{
	height:20px;	
	}

	#topdropmenu li a.L0hc			
	{
		color:#fff;
		height:20px;
		background: url("../../../images/conference09/divider.gif") top right no-repeat;
	}
	
	#topdropmenu li a.L0hcsel		
	{
		/*color:#fcee21;
		background: #6cb345 url("../../../images/conference/homeEnd.gif") right top no-repeat;*/
	}
	
	#topdropmenu li a.L0nc			
	{
		
		background: url("../../../images/conference09/divider.gif") top right no-repeat;
	}
	
	#topdropmenu li a.L0ncsel
	{
		/*color:#ffffff; 
		background:#55bddf; 
		border-right:solid 1px #ffffff; 
		border-bottom:solid 1px #55bddf;*/
	}
		
	#topdropmenu a.L0hc:hover
	{
		/*background: #62a6d9 url("../../../images/conference/homeEndHover.gif") right top no-repeat;
		color: #ffffff;*/
	}
	
	#topdropmenu a.L0hcsel:hover
	{
		/*background: #62a6d9 url("../../../images/conference/homeEndHover.gif") right top no-repeat;
		color: #ffffff;*/
	}	
	
	#topdropmenu a.L0nc:hover
	{
		/*background: #C1D830 url("../../../images/conference/divider.gif") right top no-repeat;
		color: #fcee21;*/
	}
	
	
	
	/* 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:5px; 
		padding-right:15px; 
		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:#eaf1C2;
	}
	
	
	
	/****************************************************************************************************************************/

