/* @override 
	http://localhost:3000/stylesheets/stage.css
	http://localhost:3000/stylesheets/stages.css
*/

.warning {
	background-color:#ffc;
	border:solid 2px #FF0;
	margin: 5px auto;
	padding:5px;
	display: block;
	font-size: 0.9em;
	font-family: Arial;
}

@media print {
	 .warning {
		display: none;
	}
}

#available_stage_people {
	background-color: #ddd; 
	padding: 3px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	clear:both;
}

#stage_layout span.stage_person {
	float: left;
	color: #fff;
	cursor: pointer;
	padding: 0;
	background:  none;
	position: relative;
	margin: 0 0 3px 3px;
	height: 34px;
	text-align: center;
}

#stage_layout span.stage_person div.initials {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 0;
	left: 0;
	width: 100%;
}

#stage_layout span.stage_person div.person {
	padding: 3px 0 0 0;
}

#stage_layout span.stage_person div.position {
	font-size: 10px;
	text-align: center;
	height: 13px;
	overflow: hidden;
	position: absolute;
	top: 18px;
	right: 0;
	left: 0;
	width: 100%;
}

#stage_layout span.stage_person div.name {
	font-size: 12px;
	font-weight:  bold;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 3px;
	right: 0;
	left: 0;
	width: 100%;
}

.stage_layout {
	display: block;
	clear: both;
	margin: 5px 0;
	text-decoration: none;
	border: dashed 1px #ccc;
	position: relative;
}

.stage_layout .name {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: dashed 1px #eee;
}

.stage_layout .dimensions {
	position: absolute;
	bottom: 3px;
	right: 5px;
	color: #666;
	text-align: right;
}

.stage_layout img {
	margin-right: 5px;
	float: left;
}

