#center ul{
	margin-left: 10px;
	text-align: left;
}


/* Added by Deenanath for expo sponsor div */
#sponsor_div {
clear:both; 
min-height:80px;
_height:80px;
}

#sponsor_img_div {
float:left; 
padding:10px;
}
/* Ends Added by Deenanath */



/* print start*/
#print{
	float:right;
	padding-top:2px;
}

#print a.print{
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 25px;
	background:url(./images/print.gif) no-repeat;
	font: 11px Arial;
	text-decoration:none;
	color:#5B5744;
	left:100px;
	z-index:200;
}

#print a.email{
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 25px;
	background:url(./images/email.gif) no-repeat;
	font: 11px Arial;
	text-decoration:none;
	color:#5B5744;
	left:100px;
	z-index:200;
}

/* print preview start*/
#printpreview{
	float:right;
	margin-top:10px;
}

#printpreview a.print{
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 25px;
	background:url(./images/print.gif) no-repeat;
	font: 11px Arial;
	text-decoration:none;
	color:#5B5744;
	left:100px;
	z-index:200;
}

#printpreview a.email{
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 25px;
	background:url(./images/email.gif) no-repeat;
	font: 11px Arial;
	text-decoration:none;
	color:#5B5744;
	left:100px;
	z-index:200;
}


#pgtitle ul li{
	z-index:200;
}

#innerContainer{
	/*position:relative;*/
	padding: 2px 2px 30px 2px;
	background: #FFFFFF;
	width:624px;
	margin:0 auto;
	min-height:640px;	/* changed from 596px by deenanath for Campaign page*/
	height:auto !important;	/* added for IE*/
	height:640px;	/* add for IE by atul b. height value changed from 596px(by deenanath)*/
	float:left;
}

#innerContainer_preview{
	position:relative;
	padding: 2px 2px 30px 2px;
	background: #FFFFFF;
	width:624px;
	margin: 0px 20px 20px 200px; 
	top:55px;		
	min-height:596px;
	height:auto !important;	/* added for IE*/
	height:596px;	/* add for IE by atul b. */
}

#innerContainer a {
	text-align:left;
	color:#007A00;
	font:bold 11px Arial;
	text-decoration:underline;
	-x-system-font:none;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
}

#innerContainer a:hover {
	color:#003B00;
}

#innerContainer .moreurl a {
	color:#007A00;
}

#innerContainer .moreurl a:hover {
	color:#003B00;
}
/*print ends*/


/* Added for Send mail */
#SendMail{
	color:#525252; 
	font-family:Arial; 
	font-size:11px; 
	line-height:15px; 
	text-align:justify; 
	vertical-align:middle;
}

#SendMail td{
	width:177px;
	text-align:left; 
	vertical-align:top;
}

#SendMail .form-submit{
  margin-left:0px;
  margin-top:10px;
}



#SendMail {
color:#525252;
font-family:Arial;
font-size:11px;
line-height:15px;
text-align:justify;
vertical-align:middle;
}
/* Send mail end */



/* Pager css added by deenanath */
.item-list .pager {
	clear: both;
	font-size: 15px;
	text-align: center;
  color: #0089AF;
}
.item-list .pager li {
	background-image:none;
	display:inline;
	list-style-type:none;
	padding: 0.5em;
}
.pager-current {
	text-align: center;
	font-weight:none;
	font-size:inherit;
}
.item-list .pager li a{
  color: #0089AF;
	font-size: 15px;
	font-weight:bold;
}
/* end pager*/




/* Added by Deenanath for aligning the speaker details */
#center .speaker_detail {
  text-align: left;
}
/* Ends speaker detail class for center id */



#sectionbox #tracklisting h1{
	padding: 10px 0px 0px 0px;
	font-size:14px;
	color:#333333;
	margin-left:55px;
}

#sectionbox #tracklisting #tracktitle{
	float:left;
	padding-left: 10px;
}


#sectionbox #sectiondescription{
	font-size:11px;
	color:#333333;
	padding: 0px 0px 0px 0px;
}

#agenda_date {
font-weight: bold;
padding-top: 5px;
}

/*Added by Saheel for send mail page*/
#pgtitle{
	margin:3px 3px 3px 3px ;
	padding:0px 10px 0px 10px;
	text-align:left;
	color:#525252;
	font:22px Georgia;
	line-height:34px;
	vertical-align:middle;
	width:97%;
	background:url("./images/title.jpg") repeat-x;
}

/*fixed the send mail issue start*/
#innerContainer_send_msg{
	padding: 2px 2px 30px 2px;
	background: #FFFFFF;
	width:624px;
	margin-left:-248px;
	min-height:640px;	/* changed from 596px by deenanath for Campaign page*/
	height:auto !important;	/* added for IE*/
	height:640px;	/* add for IE by atul b. height value changed from 596px(by deenanath)*/
}
/*fixed the send mail issue ends*/
/*Added by Saheel for send mail page Ends*/
#pic_with_title{
	float:left; 
	padding-right:20px; 
	padding-top:30px;
}