#adminMenu{
	padding:4px 12px;
	font-size:12px;
	background:#FFFFCC;
	border-bottom:2px solid #333;
	text-align:right;
}
#adminMenu a{

	font-weight:normal;
}

#adminMenu strong a{
	font-weight:bold;
}

#adminMenu a:hover{

}

table{margin:5px 0px;}
table th{color:#fff;padding:3px;background:#666;border:1px solid #333;}
table th a{color:#fff;width:100%;display:block}
table td{padding:3px;border:1px solid #e0e0e0;}
td table{
	margin:0px;
	padding:0px;
}
td table td{
	padding:0px;
	border:0px solid #fff;
}


.paging{text-align:left;padding:5px 0px;}
.paging div{display:inline}
.paging .disabled{color:#999;}

.clearing {
	clear: both;
	height: 1px;
	margin-top:-1px;
	overflow:hidden;
}

#categories p{clear:both;margin:2px 0px;height:20px;}
#categories span{display:block;float:left;width:50px;}
#categories span.name{width:150px;}
#categories span.display{width:120px;}
#categories span.total,#categories span.checkbox{width:20px;}
#categories span.include{width:150px;color:#999;}
#categories p.selected span.include{color:#000;}

input.number{width:40px;}
#categories p.selected{background:#fff;}

.input{
	margin:5px;
}

textarea{
	width:450px;
	height:350px;
}

textarea.summary{
	height:100px;
}

#sidebar2 textarea{
	width:200px;
	height:200px;
}

input.textinput{
	width:450px;
}

input.checkbox{
	float:left;
	margin-right:5px;
}

.inactive .input{
	display:none;
}

.toggle_control{
	padding:2px 5px;
	background:#e0e0e0;
}

.inactive .toggle_control{
	color:#999;
}

.active .toggle_control{
	color:#000;
}

.toggle_control{
	cursor:pointer;
}

label{
	display:block;
	margin:2px 0px;
}

.required label{
	font-weight:bold;
	color:#990000;
}

.error-message{
	font-size:10px;
	font-family:arial;
	color:#990000;
}

input.form-error{
	border:1px solid #990000;
}

.bottom{margin-left:250px;margin-top:-80px;}

.message{
	color:#990000;
	font-weight:bold;
	margin:5px 0px;
}

td.photo{
	width:400px;
}

td.photo p{
	margin:0px 0px 4px 0px;
	font-size:12px;
}

td.photo img{
	float:left;
	margin:0px 5px 2px 0px;
}

td.photo .title{
	font-weight:bold;
}
td.photo .caption{

}
td.photo .byline{
	font-style:italic;
	clear:left;
}

table th a:visited{
	color:#fff;
}

table th a:hover{
	color:#fff;
}

#ReservationRequest{
	width:700px;
	padding:10px;
	float:left;
	background:#fff;
	border:2px solid #ccc;
}

#ReservationRequest h2{
	font-size:20px;
}

#ReservationRequest .input, #ReservationRequest .horiz_group{
	clear:left;
}

#ReservationRequest .horiz_group,#ReservationRequest .stacked_group{
	padding:3px 0px 3px 0px;
	border-top:1px solid #fff;
	margin-bottom:0px;
	clear:both;
}

#ReservationRequest div.input,#ReservationRequest label{
	width:145px;
	float:left;
	clear:none;
	
	
}

#ReservationRequest label{
	width:200px;
	font-weight:normal;
	font-size:14px;
}

#ReservationRequest label span{
	font-size:11px;
	font-weight:normal;
}

#ReservationRequest .required label{
	font-weight:bold;
}


#ReservationRequest .stacked_group label{
	width:auto;
	float:none;
}

#ReservationRequest .stacked_group .input{
	width:200px;
}

#ReservationRequest div.wide{
	width:300px;
	float:left;
	clear:none;
}

#ReservationRequest div.phone input{
	width:60px;
}

#ReservationRequest .input label{
	font-weight:normal;
	float:left;
}


#ReservationRequest .horiz_group label{
	padding-top:5px;
}

#ReservationRequest textarea{
	height:150px;
	width:400px;
}

#ReservationRequest .error-message{
	font-size:10px;
	font-family:arial;
	color:#990000;
}

#ReservationRequest input.form-error, #ReservationRequest .form-error input{
	border:1px solid #990000;
}

#security img{
	border:2px solid #666;
}

#GalleryEditorPhotoHolder .photo .relatedInsert{
display:none;
}

#GalleryEditorPhotoHolder .photo img{
margin-bottom:0px;

}

#GalleryEditorPhotoHolder .photo .relatedInsertNav{
margin-top:0px;
clear:right;
}

#GalleryEditorPhotoHolder .photo .remove{
color:red;
}

#GalleryEditorPhotoHolder .photo{
margin-bottom:15px;
padding-bottom:10px;
border-bottom:1px solid #ccc;
}


#GalleryEditorPhotoHolder .photo div.clearing{
clear:none;
}

#GalleryEditorPhotoHolder div.photo{
	background:#e0e0e0;
	border:1px solid #ccc;
	padding:5px;
	margin:5px 20px 20px 5px;
}

#GalleryEditorPhotoHolder div.photo p{
	font-size:12px;
	margin:3px 0px;
}

#GalleryEditorPhotoHolder div.photo img{
	border:0px solid #fff;
	cursor:default;
}

pre{
	text-align:left;
	background:#ededed;
}