.clear {
	clear: both;
}
    
.none {
	display: none;
} 

#wrapper div.itinerary {
	width: 860px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Map page */
#content .idistance {
	border: #666 1px solid;
	margin: 20px;
}

#content .idistance h1 {
	font-size: 25px;
}

#content .idistance h1 a {
	color: 333;
}

/* Application */
#wrapper #appMain {
	width: 600px;
	float:left;
}

/* eItems */
#wrapper #appMain .scroller {
	position: relative;
	overflow: auto;
	overflow-y: auto;
	height: 500px;
	margin-bottom: 10px;
	background: center center no-repeat;
}

#wrapper #appMain .scroller #mainView {
	background-color: #fff;
}

#wrapper #appMain .eitem {
	position: relative;
	margin-top: 10px;
}

#wrapper #appMain .eitem .edesc {
	margin-left: 100px;
	border-bottom: #666 1px dashed;

	min-height:110px;
	height:auto !important;
	height:110px;
}

#wrapper #appMain .eitem .edesc .partB {
	font-weight: bold;
}

#wrapper #appMain .eitem .edesc .partA h1 {
	font-size: 20px;
	line-height: 26px;
}

#wrapper #appMain .eitem .edesc .partA h1 a {
	color: #333;
}

#wrapper #appMain .eitem .edate {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 80px;
	height: 80px;
	
	background: #a39ba8;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;

	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#wrapper #appMain .eitem .edate span.month {
	display: block;
	color: #fff;
	font-size: 20px;
	font-size: 9.38 pt;
	line-height: 20px;
	text-align: center;
	margin-top: 2px;
	text-transform: uppercase;
	margin-top: 12px;
	letter-spacing: 0px;
}

#wrapper #appMain .eitem .edate span.day {
	display: block;
	color: #fff;
	font-size: 45px;
	line-height: 35px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

#wrapper #appMain .eitem .edate span.longday {
	position: absolute;
	top: 80px;
	display: block;
	width: 80px;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}



/* Structure */

#wrapper #appMain .appSection {
	border-bottom: #666 solid 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

#wrapper #appMain .appSection h2 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 7px;
}

#wrapper #appMain .appSection p {
	line-height: 17px;
	padding-right: 80px;
	margin-bottom: 10px;
}

#wrapper ul.buttons {
	overflow: hidden;
	margin-bottom: 10px;
}

#wrapper ul.right {
	float: right;
}

#wrapper #appMain .appSection .controls {
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper #appMain .appSection .sub {
	margin-top: 5px;
	margin-bottom: 5px;
}

#wrapper #appMain .appSection .sub input {
	background: #fff;
	border: #666 1px solid;
	height: 15px;
}

#wrapper ul.buttons li {
	margin-right: 10px;
	float: left;
}

#wrapper ul.buttons li a {
	display: block;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	line-height: 25px;
	text-decoration: none;
	background: #3b1b53;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#wrapper ul.buttons li a:hover {
	background: #5e4372;
}

#wrapper #appMain .appSection label {
	width: 80px;
}

#wrapper #appMain .appSection input {
	width: 120px;
}


#wrapper #appMain .appSection .ui-datepicker-trigger {
	margin-left: 5px;
}

#wrapper #appButtons {
	width: 240px;
	float: left;
	margin-bottom: 5px;
}

#wrapper #appSidebar {
	position: relative;
	width: 240px;
	height: 785px;
	margin-left: 15px;
	float:left;
	overflow: auto;
}

#wrapper #appSidebar .eitem {
	border-bottom: #666 1px dashed;
	margin-bottom: 5px;
	display: none;
}

#wrapper #appSidebar .eitem:last-item {
	border-bottom: none;
}

#wrapper #appSidebar .eitem .edate {
	position: relative;
	width: 50px;
	height: 55px;
	margin: 5px;
	margin-bottom: 20px;
	
	background: #a39ba8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#wrapper #appSidebar .eitem .edate .month {
	display: block;
	color: #fff;
	padding-top: 3px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	line-height: 10px;
	text-transform: uppercase;
	padding-top: 8px;
}

#wrapper #appSidebar .eitem .edate .day {
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 32px;
}

#wrapper #appSidebar .eitem .edate .longday {
	display: block;
	position: absolute;
	top: 55px;
	left: 0px;
	width: 50px;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	color: #333;
	text-transform: uppercase;
}

#wrapper #appSidebar .eitem .edesc {

}

#wrapper #appSidebar .eitem .edesc h1 {
	color: #333;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -1px;
}

#wrapper #appSidebar .eitem .edesc h1 a {
	color: #333;
}


#wrapper #appSidebar .startstop {
	display: block;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 35px;
}


#wrapper #appSidebar h1 {
	font-size: 15px;
	text-align: center;
}

#wrapper #appSidebar .toppart {
	border-bottom: #666 solid 2px;
	padding-bottom: 2px;
}

#wrapper #appSidebar .toppart .inner {
	border-bottom: #666 solid 2px;
}


/* Timepicker */
#ui-timepicker-div dl{ text-align: left; }
#ui-timepicker-div dl dt{ height: 25px; }
#ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }

/* Forms */

.itinerary form textarea {
	border:1px solid #666666;
	display:block;
	margin-bottom:10px;
	padding:2px 5px;
	text-align:left;
	width:500px;
}

.itinerary form textarea#frm_address {
	width:300px;
}

.itinerary form input {
	margin-bottom: 2px;
	border: 1px solid #666;
}

.itinerary form input#submit {
	margin-top: 5px;
	margin-bottom: 15px;
}

.itinerary fieldset {
	display: block;
	border: #666 1px solid;
	padding: 10px;
	
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 10px;
}

.itinerary fieldset label {
	width: 250px;
}

.itinerary form.dinfo fieldset label {
	width: 150px;
}

.itinerary form fieldset.dialog {
	margin-left: 192px;
	margin-right: 192px;
}

.itinerary form fieldset.dialog h2 {
	margin-bottom: 15px;
}

.itinerary form fieldset.dialog label {
	width: 150px;
}

.itinerary form fieldset.dialog .tinytext {
	font-size: 10px;
}

.itinerary .topNotice {
	margin: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

.itinerary fieldset legend{
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px;
	
	color: #3A4A58;
	font-size: 20px;
}

.itinerary form input[type=submit] {
	margin-top: 20px;
	float: right;
}

.itinerary form br {
	clear: both;
}

/* Overlay wrap */
#overlayWrap {
	padding: 10px;
	font-family: Arial, Sans Serif;
	font-size: 13px;
	letter-spacing:0.25px;
	color: #333333;
	line-height:18px;
}

#overlayWrap h1 {
	font-size: 25px;
	line-height: 28px;
}

#overlayWrap .osection {
	position: relative;
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

#overlayWrap .osection .oDate, #overlayWrap .osection .oTime, #overlayWrap .osection .olocation{
	text-indent: -25px;
	margin-left: 25px;
}

#overlayWrap .osection .oDate span, #overlayWrap .osection .oTime span, #overlayWrap .osection .olocation span{
	font-weight: bold;
}

#overlayWrap .osection .eimage {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

#overlayWrap .obodycopy {
	margin-top: 10px;
}

#overlayWrap .odescription {
	padding-bottom: 20px;
	color: #666;
}










