

a.photoLinkTxt:link { text-decoration: none; }
a.photoLinkTxt:visited { text-decoration: none; }
a.photoLinkTxt:hover { text-decoration: underline;}
a.photoLinkTxt:active { text-decoration: underline;}

.photoAlbumListTitle {
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
}

.photoAlbumListLeft { float: left; width: 424px;}
.photoAlbumListRight { float: right; width: 424px;}
.photoAlbumNav { 
	color: #2c35d0; 
	float: right; 
}

#photoAlbumDescription {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
}

#photoImageDiv {
	text-align: center;
	display: block;
	margin: 0px auto 0px auto;
}
#photoImage {
	text-align: center;
	display: block;
	margin: 0px auto 0px auto;
	border: 1px solid black;
}

#photoCaption {
	font-size: 12px;
	font-weight: normal;
}
#photoCaptionText {
	background-color: #cccccc;
	border: 1px solid #000000;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}

.commentResponse {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.photoComments {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
}

div.pCommentIndent {
	margin-left: 20px;
}
div.pCommentBlock {
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
div.pCommentDate {
	position: relative;
	float: right;
	font-size: 14px;
}
div.pCommentPoster {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
}
div.pCommentText * {
	font-family: "times new roman", serif;
}

.commentReply {
	margin-top: 10px;
}
.commentReply hr {
	border-bottom: 2px dotted #000; 
	margin-bottom: 10px;
}

.commentBox {
	margin-bottom: 10px;
	margin-left: 15px;
}
.commentBox td {
	padding: 1px;
	vertical-align:top;
}
.commentBox input, .commentBox textarea {
	width: 600px;
}
.commentBox textarea {
	height: 225px;
}
.commentBox input.button {
	background: #f0f0f0;
	margin-top: 10px;
	width: 120px;
	border: 2px outset #dddddd;
}
.commentBox input.button:hover {
	border: 2px outset #8888ff;
}
.commentBox input.button:active {
	background: #c0c0c0;
	border: 2px inset #cccccc;
}