body {
	/*background:url(http://worldcongress.com/events/HL15020/images/background.gif) top center repeat-x #e6e6e6;*/
	background-color:#eeeeee;
	font-size:14px;
	}
.discount{
	background-color:
}

.wrapper {
  margin: 15px auto;
  width: 600px;
  height: 110px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index:1;
  padding:10px;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}

.ribbon-green {
  font: bold 12px Sans-Serif;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  position: relative;
  padding: 7px 0;
  right: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb4e4e), to(#c30909)); 
  background-image: -webkit-linear-gradient(top, #fb4e4e, #c30909); 
  background-image:    -moz-linear-gradient(top, #fb4e4e, #c30909); 
  background-image:     -ms-linear-gradient(top, #fb4e4e, #c30909); 
  background-image:      -o-linear-gradient(top, #fb4e4e, #c30909); 
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  float:right;
}

ul {
	list-style:url(http://worldcongress.com/events/HL15020/images/bullet.gif);
	}
	
h1, h2, h3, h4, h5, h6, .page-title {
	color:#780d29;
	font-family: 'Josefin Sans', sans-serif;
	font-style:normal;
	}

h1 {
	font-size:27px;
	font-weight:400;
	line-height:40px;
}

h2 {
	font-size:22px;
	font-weight:400;
}

h3 {
	font-size:18px;
	font-weight:700;
}

h4 {
	font-size:14px;
	font-weight:700;
}
		
.sponsorHeader {
	background: url(../images/sponsor-header.gif) top center repeat-x #6A0A24;
}

.speakerGridHeader{
	background: url(http://worldcongress.com/events/HL15020/images/header-bg.gif) repeat-y #6A0A24;
}

a.aLink {font: 11px verdana,arial,helvetica; font-weight:bold; color:#157da0; text-decoration: none;}
a:hover.aLink{text-decoration: none; color: #780d29;}
a.mainLink {font: 11px verdana,arial,helvetica; font-weight:bold; color:#157da0; text-decoration: none;}
a:hover.mainLink{text-decoration: none; color: #780d29;}

.case_study	{
	padding:5px;
	background-color:#eeeeee;
	border:1px solid #e3e3e3;
	color:#3e3e3e;
	margin-bottom:10px;
}

.case_title	{
	margin-top:0px;
	font-size:14px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.workshop_title	{
	margin-top:0px;
	font-size:14px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#770D29;
}


#conf_nav_bar {
	background: #683f9b url(../images/nav-bg.gif) repeat;
	}

#conf_nav a:hover {
	color:#ffffff;
	}

#conf_nav li {
	background:url(../images/nav-off.gif);
}	

#conf_nav li:hover, #conf_nav li.sfhover {
	background:url(../images/nav-on.gif);
	}

.agendaDate, .date {
	font-weight:bold;
	font-size:14px;
	background:#013445;
	margin-top:10px;
	padding:5px;
	color:white;
	}
	
.session {
	margin:0px; 
	border:1px solid #770d29; 
	padding:5px; 
	color:#000000;
	font-weight:bold;
	font-size:16px;
	font-family:georgia;
	}
	
.break {
	font-style:italic;
	padding:3px 10px;
	background:#d1d3d4;
	}

.title {
	text-transform:uppercase;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	background-color:#770d29;
	padding:2px;
	}

.workshop	{
	background-color:#eddacc;
	color:#770d29;
	font-size:16px;
	border:1px solid #c4132a;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px; 
	font-weight:bold;
}	

.highlight	{
 text-transform:uppercase;
 color:#770d29;
}

.note {
    background-color: #F9CA57;
    color: #333333;
    font-size: 11px;
    padding: 2px;