body {
	background:url(../images/background.gif) top center repeat-x #fff;
	}
	
ul {
	list-style:url(http://www.worldcongress.com/events/HW15024/images/bullet.gif);
	}

h1, h2, h3, h4, h5, h6, .page-title {
	color:#B41035;
	}
		
.sponsorHeader {
	background: url(../images/sponsor-header.gif) top center repeat-x #ED7C20;
}

.speakerGridHeader{
	background: url(../images/header-bg.gif) repeat-y #ED7C20;
}

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


#conf_nav_bar {
	background: #000066 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);
	}
.button {
	background-color:#780d29;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:1px solid #780d29;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:29px;
	line-height:29px;
	width:188px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}.button:hover {
	background-color:#780d29;
}.button:active {
	position:relative;
	top:1px;
}

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

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

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

.workshop .highlight	{
 text-transform:uppercase;
 color:#e08800;
}

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

.note {
    background-color: #f6a01a;
    color: #333333;
    font-size: 11px;
    padding: 2px;
    text-transform: uppercase;
}

.btn {
  background: #780D29;
  background-image: -webkit-linear-gradient(top, #780D29, #630B22);
  background-image: -moz-linear-gradient(top, #780D29, #630B22);
  background-image: -ms-linear-gradient(top, #780D29, #630B22);
  background-image: -o-linear-gradient(top, #780D29, #630B22);
  background-image: linear-gradient(to bottom, #780D29, #630B22);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 3px #666666;
  -moz-box-shadow: 1px 2px 3px #666666;
  box-shadow: 1px 2px 3px #666666;
  font-family:Calibri,Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #ffffff;
  font-size: 16px;
  line-height:24px;
  padding: 7px 10px 7px 10px;
  border: solid #780D29 1px;
  text-decoration: none;
  text-align:center;
}

.btn:hover {
  background: #780D29;
  background-image: -webkit-linear-gradient(top, #780D29, #780D29);
  background-image: -moz-linear-gradient(top, #780D29, #780D29);
  background-image: -ms-linear-gradient(top, #780D29, #780D29);
  background-image: -o-linear-gradient(top, #780D29, #780D29);
  background-image: linear-gradient(to bottom, #780D29, #780D29);
  text-decoration: none;
}

.btn a	{
	text-decoration:none;
	color:#ffffff;
}