/*******************************************/
/* Gallery.list                            */
/*******************************************/
#gal_list ul {
	clear:both;
	list-style:none;
	padding-top:20px;
	height:355px;
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	margin:5px 0;
}

#gal_list ul li {
	float:left;
	overflow:hidden;
	line-height:1.4;
	text-align:center;
	margin:0px 5px;
	margin-bottom:20px;
	height:150px;
}

#gal_list ul li img {
	border:3px solid #eee;
}

#gal_list ul li img:hover {
	border:3px solid #ccc;
}

#gal_list ul li.line {
	clear:both;
	float:none;
	background-image:url('../img/gallery_line.gif');
	background-repeat:repeat-x;
	height:1px;
	font-size:1px;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

/*******************************************/
/* Gallery.view                            */
/*******************************************/
#gal_view {} 
#gal_view td.date {
	vertical-align:bottom;
	padding-bottom:5px;
	color:#999;
	width:200px;
}

#gal_view .buttons {
	float:right;
	display:inline;
	margin-right:5px;
	color:#999;
}

#gal_view .buttons input,
#gal_view td.btn_bottom input
{
	padding:2px; height:23px;	
}


#gal_view td.btn_bottom {
	text-align:right;
	padding-top:5px;
}

#gal_view td.btn_top {
	text-align:right;
	padding-bottom:5px;
}

#gal_view .title {
	clear:both;
	color:#000000;
	padding:8px 5px;
	font-weight:bold;
	font-size:9pt;
	text-align:left;
	overflow:hidden;
	margin-bottom:5px;
	border-top:1px solid #ccc;
	border-bottom:2px solid #e7e7e7;
}

#gal_view .content {
	clear:both;
	text-align:left;
	padding:8px 0px;
	margin-bottom:15px;
	line-height:160%;
	overflow:hidden;
}

#gal_view .content .inner_content { min-height:50px; padding:10px 0; }
* html #gal_view .content .inner_content { height:50px }

#gal_view .hit {
	float:right;
	padding:3px 5px;
	color:#666;
}

#gal_view .writer {
	border-bottom:1px solid #ccc;
	padding:5px 5px;
	color:#666;
}

#gal_view .inner_image {
	text-align:center;
	margin-bottom:5px;
}

/*******************************************/
/* Gallery.write                           */
/*******************************************/
#gal_write table {
	width:100%;
	border-collapse:collapse;
	margin-top:20px;
	border-bottom:2px solid #999;
	border-top:2px solid #999;
}

#gal_write table th,
#gal_write table td {
	border-bottom:1px solid #ccc;
}

#gal_write table th {
	width:100px;
	text-align:right;
	font-weight:normal;
	padding:5px 10px 5px 0;
	background-color:#eee;
}

#gal_write table td {
	padding:5px 0px 5px 10px;
}

#gal_write table td.editor {
	padding:10px 0px;
}

/*******************************************/
/* Gallery.password                        */
/*******************************************/
#gal_password {
	text-align:center;
	padding:10px;
}

#gal_password .wrapper {
	width:180px;
	background-color:#eee;
	margin:0px auto;
}

#gal_password .title {
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #999;
}

#gal_password input.mb_white_field {
	width:100px;
	margin-bottom:10px;
}

