body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial;
	color: #333333;
	font-size: 14px;
}
h1 {
	font-size: 40px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 30px;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}

/* ----- LAYOUT ----- */
#page-container {
	width: 100%;
	text-align: center;
	padding: 0;
}
#page-wrapper {
	
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	
}

#header-container {
	
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	
}

#inner-page-container {
	
	float: left;
	clear: both;
	width: 100%;
	padding: 0;	
}

#menu-container {
	
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0;

	background: #0C58A6;
	margin: 0 0 10px;
}

#menu-container p{
	
	color: #ffffff !important;
	
}



#menu-wrapper {
	
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	
}

#menu-wrapper a{
	
	color: #ffffff;
	
}

#content-container {
	
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	
}

#content-wrapper {
	
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	
}

#footer-container {
	
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	
}
#footer-wrapper {
	
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	
}

#progress-container {
	
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	
}
#progress-wrapper {
	
	float: left;
	clear: both;
	width: 100% !important;
	padding: 0;
	margin: 0 !important;
	
}

.box-shadow-dark {
	-moz-box-shadow: 3px 3px 5px 6px #222222;
	-webkit-box-shadow: 3px 3px 5px 6px #222222;
	box-shadow: 3px 3px 5px 6px #222222;
}

/* ----- COMMON ----- */
.hidden {
	display: none;
}
.clear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}

/* ----- HEADER ----- */
.title-text {
	margin-top: 12px;
	display: block;
	font-size: 40px;
	font-weight: bold;
}
.sub-title-text {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}
.header-image {
	position: absolute;
	top: 15px;
	left: 25px;
}

/* ----- FORM ELEMENTS ----- */

.form-element{

	width: 640px;
	margin: 20px auto !important;
	
}

form{

	float: left;
	clear: both;
	background: #ACCAE4;
	border-radius: 3px;
	padding: 20px !important;	
	
}

form fieldset{
	
	floaT: left;
	clear: both;
	border-bottom: 1px dotted #999999;
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 10px;
	width: 100%;
	
}

form label{
	
	float: left;
	clear: none;
	width: 200px;
	text-align: left;
	text-indent: 20px;
	padding: 10px 0;
	cursor: pointer; cursor: hand;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	
}

form input[type=text],
form textarea{
	
	width: 380px;
	padding: 10px !important;
	float: left;
	clear: none;
	border-style: none;
	border-radius: 2px;
	line-height: 20px;	
	
}

form input[type=text].small{
	
	width: 200px;
	margin-right: 180px;
	
}

form table{
	
	width: 100%;
	
}

form h5{
	
	margin-bottom: 10px;
	
}

form td,
form td label{
	
	font-size: 14px;
	padding: 5px 0;
	text-align: left;
	line-height: 18px;
	vertical-align: top;
	
}

form td.label{
	
	width: 150px;
	
}

form td.content{
	
	width: 350px;
	
}

form td.edit{
	
	width: 100px;	
	
	
}

form td label{
	
	padding: 0;
	width: 100%;
	
}

form td small{
	
	font-size: 12px;
	padding: 5px 0;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	
}

#dates{
	
	float: left;
	clear: none;
	width: 360px;
	padding: 20px;
	
}

span.remove{
	
	float: right;
	padding: 5px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	background: #CC3300;
	color: #ffffff;
	font-weight: bold;
	border-radius: 1px;
	cursor: pointer; cursor: hand;
	text-align: center;
	
}

#dates .date{
	
	width: 100%;
	font-size: 16px;
	padding: 5px 0;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	
}

form input[type=radio]{
	
	width: 100px;
	float: left;
	clear: none;
	height: 20px;
	margin: 10px 0px;
	padding: 0;
	
}

.form-element {
	margin-bottom: 10px;
}

input[type="text"] {
	width: 300px;
}
input[type="submit"] {
	position: relative;
	margin-left: 500px;
	margin-bottom: 30px;
}
input[type="submit"],
input[type="button"],
.add-another {
background-color: #000000;
  color: #EEEEEE;
  border: 0;
  padding: 5px 10px;
  cursor: pointer;
  cursor: hand;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 90;
  float: right;
  clear: none;
  margin: 10px 0 0 10px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.add-another:hover {
	background-color: #6D82C8;
}
textarea {
	padding: 4px;
	outline: none;
	border: 1px solid #AAAAAA;
}

/* ----- AUTO SUGGEST ----- */
.suggest-box {
	right: 0px;
	position: absolute;
	margin: 43px 0px 0px 0px;
	width: 300px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #fff;
	display: none;
	z-index: 100;
}
.suggestion-list {
	margin: 0px;
	padding: 0px;
}
.suggestion-list li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestion-list li:hover {
	background-color: #659CD8;
}
.suggest-up-arrow {
	position: relative;
	top: -12px;
	left: 40px;
}

/* ----- FORM VALIDATION ----- */
.entry-error {
	border: 2px solid red;
	outline: none;
}
.entry-error-alert {
	position: relative;
	left: -2px;
	display: inline-block;
	background-color: red;
	color: #EEEEEE;
	font-weight: bold;
	padding: 2px 8px 3px 8px;
	cursor: help;
}

/* ----- MENU TEXT ----- */
.menu-text {
	
}
.menu-text h3 {
	font-weight: bold;
	font-size: 1em;
}

/* ----- STEP 2 SPECIFIC ----- */
.menu-show-tour {
	
}
.menu-show-comedian {
	
}
.comic-list {
	position: relative;
	margin-top: 20px;
	width: 100%;
	float: left;
	clear: both;
}
.list-title,
.comic-listing,
.list-heading {
	position: relative;
	padding: 2px;
}
.list-title {
	background-color: #03274B;
	color: #ffffff;
	padding: 5px 0;
}
.list-title {
	margin-top: 1px;
	font-weight: bold;
}
.comic-listing {
	background-color: #DDDDDD;
	border-bottom: 1px solid #AAAAAA;
	margin-top: 1px;
}
.list-heading {
	font-size: 10px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
	margin-top: 1px;
	font-weight: bold;
}

span.comic-compere {
	display: inline-block;
	width: 60px;
	text-align: center;
}
span.comic-name {
	display: inline-block;
	width: 360px;
}
span.comic-remove {
	display: inline-block;
	width: 40px;
	text-align: center;
}

.remove-comic {
	cursor: pointer;
	cursor: hand;
}

/* ----- CALENDARS ----- */
.horizontal-scroll {

}
.calendar-block {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.calendar-block table {
	border: 1px;
	display: table;
}
.calendar-block th {
	background-color: #8FA8FB;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #6D82C8;
}
.calendar-block tr {
	background-color: #DDDDFF;
}
.calendar-block tr.days {
	background-color: #CCCCCC;
}
.calendar-block td {
	width: 20px;
	height: 20px;
	text-align: center;
}
.calendar-block td div.td-wrapper {
	position: relative;
	width: 20px;
	height: 20px;
	border: 0;
}
.calendar-block td input {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 50;
}
.calendar-block td label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: table-cell;
	background-color: #DDDDFF;
	z-index: 100;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	width: 20px;
	height: 20px;
}
.calendar-block td label span {
	position: relative;
	display: inline-block;
	margin-top: 1px;
}
.is-checked {
	background-color: #DD0033 !important;
	color: #FFFFFF;
}

/* ----- SUMMARY ----- */
.edit-entry {
	position: relative;
	font-size: 0.9em;
}

.add-another {
	float: right;
	position: relative;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	clear: both;
	margin: 20px;
}

.imageSelect{
	
	float: left;
	clear: none;
	width: 400px;
	
}

.imageSelect .image{
	
	float: left;
	clear: none;
	width: 80px;
	margin: 5px;
	padding: 5px;
	
}

.imageSelect .image.selected{
	
	background: #03274B;
	border-radius: 2px;
	
}

.imageSelect .image label{
	
	text-align: center;
	text-indent: 0px;
	
}

.imageSelect .image.selected label{
	
	color: #ffffff;
	
}

.imageSelect .image label{
	
	float: left;
	clear: both;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	
}

.imageSelect .image img{
	
	width: 80px;
	float: left;
	clear: both;
	height: auto;
	
}

.listingOptions {
	
	padding-bottom: 20px;
	
}

.listingOptions li{
	
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	
}

.listingOptions li iframe{
	
	margin: 10px 0;
	
}

.preset-times{
    
    float: left;
    clear: both;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 12px;
    
}

.preset-times p{
    
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    
}

.preset-times li{
 
    float: left;
    clear: none;
    width: auto;
    margin-right: 10px;
    
}

.preset-times li a{
 
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
    border: 0px solid red;
    padding: 5px 10px;
    background: #03274B;
    display: block;
    
    
}

.preset-times li a:hover{
 
    background: #0C58A6
        
}