/* CSS Document */
#schedule-body {
	background-color: #FFFFFF;
	background-image: url(../images/background_gold.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#schedule-shows {
	padding: 0px;
	float: right;
	width: 250px;
	margin-top: 70px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#schedule-shows h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 24px;
	color: #1C4581;
	font-weight: normal;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
img#schedule-map{
	border: 1px solid #04365E;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#schedule-body h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #04365E;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#schedule-body p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin: 0px;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
}





ul#schedule-shows-list li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul#schedule-shows-list li a {
	display: block;
	background-image: url(../images/list_button.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #04365E;
}
ul#schedule-shows-list li a:hover {
	background-image: url(../images/list_button_hover.gif);
	color: #065994;
}
ul#schedule-shows-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #04365E;
}

div#schedule-nav {
	margin-left: 25px;
	margin-top: 8px;
	margin-bottom: 30px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#schedule-button-back
{
	display: block;
	width: 200px;
	height: 30px;
	background-image: url(../../become-exhibitor/resources/images/button_back_to_schedule.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

#schedule-button-back:hover
{ 
  background-color: transparent;
		background-position: 0 -30px;
}

#schedule-button-back span
{
  display: none;
}

a#schedule-viewpast {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	color: #26465E;
	font-weight: normal;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
}
a#schedule-viewpast:hover {
	color: #5E818E;
}

