/* Colors:  black: #000000;  white: #FFFFFF;  red: #D5382B;  blue: #3A5278; */

/* Gallery style */

.gallery
{
	position: relative;
}

.gallery_listing
{
	position: relative;
	text-align: center;
	vertical-align: top;
}

.gallery_listing .title
{
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	font-family: sans-serif;
}

.gallery_listing .edit
{
	text-align: left;
	padding: 5px;
}

.gallery_item_detail
{

}

.gallery_item_detail .title
{
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
	color: #000000;
}

.gallery_item_detail .date
{
	margin: 0px 0px 10px 0px;	
}

.gallery_item_detail .image
{
	padding: 0px;
}

.gallery_item_detail .description
{
	padding: 20px;
}

.gallery_item_detail .link_info
{
	padding: 10px;
	background-color: #CCCCCC;
}

.gallery_addition_form
{

}

.gallery_addition_form .label
{
	position: absolute;
	right: 800px;
	text-align: right;
	font-weight: bold;
}

.gallery_addition_form .input
{
	position: absolute;
	margin-left: 155px;
}

.gallery_addition_form .field_description
{
	position: relative;
	margin-left: 150px;
	padding: 5px 0px 15px 0px;
}

.gallery_listing_preview
{
	position: relative;
	padding: 0px 10px 0px 10px;
	width: 170px;
	border: 2px solid #000000;
	text-align: center;
}

#date_picker_button
{
	position: absolute;
	margin-left: 305px;
}

.gallery_appearance_label
{
	position: absolute;
	width: 190px;
	text-align: right;
	font-weight: bold;
}

.gallery_appearance_field
{
	position: absolute;
	margin-left: 200px;
}

.color_picker_button
{
	position: absolute;
	margin-left: 280px;
}

.appearance_description
{
	position: relative;
	margin-left: 420px;
	padding-bottom: 15px;
}

#appearance_intro
{
	position: relative;
	width: 750px;
}

#default_button
{
	position: relative;
	float: right;
	display: inline;
	width: 150px;
	padding-top: 10px;
	text-align: center;
}

.gallery_comment
{
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #99CCFF;
}

.gallery_comment .header
{
	position: relative;
	background-color: #99CCFF;
	border-bottom: 1px solid #99CCFF;
	padding: 5px 0px 5px 0px;
	height: 20px;
}

.gallery_comment .header .user
{
	position: absolute;
	margin-left: 0px;
	width: 440px;
	padding: 0px 0px 0px 10px;
	height: 20px;
}

.gallery_comment .header .date
{
	position: absolute;
	width: 440px;
	margin-left: 450px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	height: 20px;
}

.gallery_comment .body
{
	position: relative;
	backgroun-color: #99CCFF;
	padding: 10px;
}

.gallery_comment .footer
{
	position: relative;
	padding: 0px 10px 5px 10px;
	text-align: right;
	font-size: 12px;
}

