p {
    border: 0 none;
    margin: 0;
    padding: 0;
}

#mid_container
{
	margin:20px auto;
	width:980px;
	overflow:auto;
}

.tab_body
{
	margin:10px auto;
	width:800px;
}

.floor_plan_container
{
	height:600px;
	background-color:#FFFFFF;
	position:relative;
}

.floor_plan_container_small_header
{
	padding:5px;
	width:226px;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background: url("./images/565555_grad.png") repeat-x scroll 100% 0 #565555;
	border:2px solid #000000;
}

.floor_plan_container_small
{
	width:200px;
	height:150px;
	background-color:#FFFFFF;
	position:relative;
	border-left:20px solid #000;
	border-bottom:20px solid #000;
	border-right:20px solid #000;
	margin:0 auto;
}

.small_container
{
	cursor:pointer;
	margin:5px;
	float:left;
	width:270px;
}

.saved_container
{
	height:380px;
	width:800px;
	position:absolute;
	top:0;
	left:0;
	display:none;
	text-align:center;
	font-size:60px;
	padding-top:220px;
	z-index:5000;
}

#button_container
{
	margin:0 auto;
	width:800px;
	overflow:auto;
}

.booth
{
	height:30px;
	width:30px;
	border:1px solid #000000;
	float:left;
	text-align:center;
	overflow:hidden;
	background-color:#FFFFFF;
	position:absolute;
}

.booth_edit
{
	cursor: move;
}

.booth_text_container
{ 
	text-align:center;  
	width:100%; 
	position:relative;
	font-size:0.6em;
}

.textinput
{
    border: 1px solid #A50903;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-size: 14px;
	font-weight:bold;
    padding:4px;
}

.selectinput
{
    border: 1px solid #A50903;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-size: 14px;
	font-weight:bold;
	padding:3px;
	width:234px; 
}

.field_label
{
	font-size:0.9em;
}


.preview
{
	border: 1px dotted #000000;
    float: left;
    height: 220px;
    width: 300px;
}

#fp_preview
{
    float: left;
    overflow:auto;
}

.wrap_upload
{
	float:right;
	width:310px;

}

.wrap_upload p
{
	margin:5px;
}

#image_list_container
{
	height: 155px;
	overflow: auto;
	font-size:16px;
	font-weight:bold;
}

#fp_list_container
{
	height: 120px;
	overflow: auto;
	font-size:16px;
	font-weight:bold;
}



ul{margin:0; padding:0;list-style-type: none;}

.row1{background-color: #990000 ; padding:3px; overflow:auto;}
.row2{ padding:3px; overflow:auto;}

.image_list_container img
{
	cursor:pointer;
}

.image_list_container a
{
	color:#000000;
	text-decoration:none;
}

.big_save
{
	height:47px;
	width:110px;
	margin:5px 0;
} 

.input_name
{
	font-size:0.9em;
	font-weight:bold;
	color:#FFFFFF;
}

.booth_reserve{border: 1px solid #000000;font-weight:bold;}
.booth_reserve_small{border: 1px solid #000000;font-weight:bold; background-color:#FFFFFF;}
.open{background-color:#FFFFFF; color:#000000;!important}
.available{border: 1px solid #00FF00; font-weight:bold; background-color:#FFFFFF;}
.unavailable{border: 1px solid #666666; font-weight:bold; background-color:#CCCCCC;color:#666666;}
.notavailable{border: 1px solid #666666; font-weight:bold; background-color:#CCCCCC;color:#666666;}
.pending{background: url("./images/565555_grad.png") repeat-x scroll 100% 0 #565555;color:#FFFFFF;}
.reserved{background: url("./images/a60000_grad.png") repeat-x scroll 100% 0 #A60000;color:#FFFFFF;}
.locked{background-color: #0000CC;color:#FFFFFF;}
.non_booth{background-color: #000000;color:#FFFFFF;}
.set{background: url("./images/d97204_grad.png") repeat-x scroll 100% 0 #d97204;color:#FFFFFF;}

#legend
{
	height:45px;
}

.legend_box
{
	width:95px;
	height: 18px;
	border:1px solid #000;
	float:right;
	margin-right:3px;
	overflow:auto;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
}

#legend_text
{
	float:left;
	padding:3px;
	color:#FFFFFF;
}

div.fileinputs {
	position: relative;
	margin:5px;
	height:30px;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width:300px;
}

#resource_select_container
{
	
	margin-bottom:10px;
	overflow:hidden;
}

.resource_image_select
{
	cursor:pointer;
	border:1px solid #000;
	margin:5px;
}

.reportTable
{
	border:1px solid #000;
	margin:5px;
	font: 12px Verdana;
	width:100%;
}

.show_hide_container
{
	height:15px;
	width:15px;
	position:absolute;
	top:3px;
	left:780px;
	cursor:pointer;
}

.eye_closed{background:url('../../../common/images/closed.png');}
.eye_open{background:url('../../../common/images/open.png');}

