* {
	padding: 0;
	margin: 0;
}

p {
	margin: 5px 0;
}

h1 {
	border-bottom:1px solid rgba(0, 0, 0, 0.06);
	color:#43464A;
	font-size:26px;
	margin-bottom:0;
	padding-bottom:0.5em;
	text-shadow:0 1px 1px white;
	font-family: "museo-sans-1","museo-sans-2","Helvetica Neue","Helvetica","Arial";
	font-weight:300;
}

h2 {
	border-bottom:1px solid rgba(0, 0, 0, 0.06);
	color:#43464A;
	font-size:14px;
	margin-bottom:0;
	padding-bottom:0.5em;
	text-shadow:0 1px 1px white;
	font-family: "museo-sans-1","museo-sans-2","Helvetica Neue","Helvetica","Arial";
	font-weight:300;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 10px;
}

table {
	border-collapse:separate;
}

td {
	text-align: left;
}

body {
	background-color: #EBEDF0;
	margin:0 auto;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	color: #4F5155;
}

.reset {
	clear: both;
	height: 1px;
}

.hidden {
	display: none !important;
}

#section1 {

}
#section2 {
}

#footer {
	margin-top: 15px;
}
	#footer small {
		font-size: 10px;
		color: #aaa;
	}

.plan-edit {
	height: 600px;
	overflow: auto;
}

/* drawing board */
#drawing-board-container {
	overflow: scroll;
	height: 600px;
}

.drawing-board {
	border: 1px solid #dddddd;
	background: white;
	border-collapse:separate;
	border-spacing:0px;
}
	.drawing-board td {
		width: 14px;
		height: 14px;
		cursor: pointer;
		border: 1px solid #dddddd;
		margin-bottom: 15px;
	}
	.drawing-board td:hover {
		border: 1px solid #006bef;
	}
	.drawing-board .plan-edit-selection-f {
		border: 1px solid #006bef;
	}
	.drawing-board .plan-edit-selection-s {
		border: 1px solid #006bef;
	}
	.drawing-board .plan-edit-selection {
		border: 1px solid #006bef;
	}
	/* seat information */
	.drawing-board td div.info {
		display: none;
	}

/* admin events */
div#event-date-form {
	display: none;
}
	div#event-date-form #start_time_hour,
	div#event-date-form #start_time_minutes,
	div#event-date-form #doors_time_minutes,
	div#event-date-form #doors_time_hour {
		width: 35px;
		display: inline;
	}

.ui-dialog-content 	div#event-date-form {
	display: block;
}		
	
/* ajax */


/* node information */
div#node-info {
	float:left;
	width: 600px;
	background: #cccccc;
}
	
/* default form classes */
.field {
	padding:10px 0 12px;
	border-bottom:1px solid rgba(0, 0, 0, 0.06);
	margin: 5px;
}
	.field label {
		padding: 5px;
		width: 150px;
		display: block;
		float: left;
		margin: 0 5px 5px 0;
	}
	.field .text-field {
		height: 19px;
		width:428px;
	}
	.field textarea {
		width:429px;
		color:#4F5155;
		font-family:Lucida Grande,Verdana,Sans-serif;
		font-size:12px;
	}
	.field select {
		height:26px;
		width:435px;
		border: 1px solid #ddd;
		box-sizing: content-box;
		
	}
		.field select option {
			padding: 5px;
		}
	
	.field #cke_body {
		clear: both;
	}
	.field #cke_teaser{
		clear: both;
	}
	
.menu {}
	.menu li {
		display: inline;
	}
	


/* admin chart */
div.chart {
	display: inline-block;
	padding: 15px;
	background-color: white;
	text-shadow: none;
}

/* blocks */
div.block {
	margin-bottom: 10px;
}

