/*


*/

body {
	/* background:#ffffff; */
	
	background:#eeeeee;

/* 
	font-family:verdana;
*/
}

.HeaderLogoLeft{
	width: 12%;
	float: left;
	overflow: hidden;
}

/*
	---------------------------------
	   Session Items Related
	---------------------------------

*/
.ItemBox{
	width: 600px;	

	background-color: #E6E6FA;

	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC;

	padding: 2px;
	
	clear: both;
}

.ItemLevel1 {
   	color: navy;  
   	font-size: 135%; 
	line-height: 140%;
	
	clear: left;
	/*
	vertical-align: middle;	
	clear: both;
	
	*/	
}

.ItemLevel2 {
   	color: navy;  
   	font-size: 115%; 
	line-height: 120%;
	
	clear: both; 	
}

.ItemLevel3 {
   	font-size: 110%; 
	line-height: 110%;	
	clear: both;
	margin-bottom:5px;
}

.ItemLevel4 {
	font-size: 100%;
	clear: both;
	margin-bottom:10px;
  	
}

.ItemLabel {
	width: 15%;
	text-align: right;
	float: left;	
}

.ItemValue {
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-right:5px;
}

.ItemRight {
	width: 25%;
	text-align: center;
	float: right;	
}


/*
	--------------------
	    TOC Related
	--------------------
	
	Table of contents
*/

.TOCEventsBox{
		width: 600px;	

		background-color: #E6E6FA;

		border-width: thin;
		border-style: solid;
		border-color: #CCCCCC;

		padding: 5px;
	
		clear: both;
	} 

	
.AffiliationInfo
{
	font-size: 85%;
	color: #333333;
}	
	
.TOCIndex
{
	padding-bottom:3;
	width:5%;
	text-align:left;
	clear: left; 	
	float:left;
}

.TOCEvent
{
	padding-bottom:3;
	width:48%;
	text-align:left;
	float:left;
}

.TOCDate
{	
	padding-bottom:3;
	width:47%;
	text-align:left;
	float:left;
}
