strong { font-weight: bold; }

#viewthumbnails { width: 480px; margin: 0 auto; }
#viewthumbnails td { padding: 5px; text-align: center; width: 140px; vertical-align: top; }

#albumlisting td { padding: 10px 10px 25px 10px; vertical-align: top; }

.albumlisting
{
    min-height: 160px;
    vertical-align: top;
    margin-bottom: 5px;
}
.albumlisting strong
{
    font-weight: bold;
}
.albumdata
{
    margin-left: 150px;
    display: block;

}
.description
{
    font-style: italic;
    font-size: 8pt;
}

.albumimg
{
	width: 140px;
	height: 120px;
	vertical-align: top;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}

.albumadminlinks
{
    float: right;
    padding: 0 50px 5px 5px;
}

.gallerytitle
{
	font-weight: bold;
}
.gallerydescription
{
	font-size: 8pt
}
.uploadlink { text-align: right; font-size: 12pt; padding: 5px 10px; width: 460px; }

.viewimguploadlink
{
    width: 450px;
	margin-bottom: 15px;
 }

.viewimguploadlink a { text-align: center; font-size: 10pt; padding: 2px 0; width: 100px; background: #f7c388; margin: 0 10px 0 0; border: 1px solid #7d50a6; color: #7d50a6; display: block; float: right; text-indent: 0;}
.viewimguploadlink a:hover { background: #f9a13a; color: #fff; border-color: #fff; }

.galleryfrm input, .galleryfrm label, .galleryfrm textarea, .galleryfrm select
{
	display: block;
	width: 200px;
	float: left;
	color: #193542;
}
.galleryfrm textarea
{
	height: 100px;
	width: 300px;
}
.galleryfrm input[type=submit]
{
	width: 100px;
	padding: 2px;
	margin: 0 200px;
	background: url(../images/title2.gif) repeat-x #89A5B9;
}
.galleryfrm input[type=submit]:hover
{
	color: #fff;
	border-color: #fff;
}
.galleryfrm input, .galleryfrm textarea, .galleryfrm select
{
	background: #809AAD;
	border: 1px solid #193542;

}
.galleryfrm input[type=hidden]
{
	padding: 0;
	margin: 0;
	border: 0;
}
.galleryfrm label
{
	text-align: right;
	width: 150px;
	padding-right: 20px;
}
.galleryfrm br
{
	clear: both;
}
.galleryfrm span
{
    margin-left: 170px;
    margin-bottom: 10px;
}
.nextbutton
{
    float: right;
    margin-right: 12px;
}
.prevbutton
{
    float: left;
    text-indent: 0;
}
.viewimage
{
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
}
html>body .viewimage { padding: 20px 0 10px 0; margin: 0; }

.gallerycomment
{
    border: 1px dotted #193542;
    background: #bfdaed;
    color: #193542;
    padding: 5px;
    margin-bottom: 10px;
}
.gallerycomment span
{
    border-bottom: 1px dotted #193542;
    margin-bottom: 5px;
    display: block;
    padding: 2px 5px;
    font-size: 10pt;
}


.deletecomment
{
    text-align: center;
    font-size: 8pt;
    padding: 1px 2px;
    background: #f7c388;
    margin: 0;
    border: 1px solid #7d50a6;
    color: #7d50a6;
    float: right;
    display: block;
    width: 100px;
    text-indent: 0;
}
html>body .deletecomment { margin-right: 50px; }
.deletecomment:hover { background: #f9a13a; color: #fff; border-color: #fff;}

.notes { font-size: 10px; }

.commentsdevider { background: url(../images/contentpbg.gif) no-repeat center top; width: 524px; margin: 3px 0; padding: 30px 0 19px 0; text-indent: 30px; min-height: 115px; }
html>body .commentsdevider { margin: 3px 12px; padding: 15px; }

.contentheader
{
    display: block;
    padding: 2px 5px;
    margin-bottom: 10px;
    border: 1px solid #7697B9;
    background: #EAEAEA;
    color: #7697B9;
}
