@charset "utf-8";
/* CSS Document */


.albumTable {
	background-color: #F0E9FE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #230462;
	border-right-color: #230462;
	border-left-color: #230462;
	margin:20px;
}

.albumTable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #230462;
	margin: 2px;
	padding: 2px;
	text-align:right;
	font-weight: bold; 
}

.albumTable td {
	margin: 2px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #230462;
	text-align:left;
}

.albumTable .tdHeader {
	font-weight:bold; 
	text-align:right; 
}

.albumTable tr td table tr td {
	border: none; 
}

.outeralbum {
	margin-left:20px; 
	margin-right: 20px; 
	margin-top: 10px;
	margin-bottom: 30px;  
}

.albumheader {
	font-weight:bold; 
	font-size: 1em;
}

#albumMenu {
	list-style:none;
}

#albumMenu li {
	font-size:.8em;
	font-weight:bold;
	display:inline;
	padding-left:.5em;
	padding-right:.5em;
}

#albumActionMenu {
	list-style:none;
	float:right;
}

#albumActionMenu li {
	font-size:.75em;
	font-weight:bold;
	display:inline;
	padding-left:.3em;
	padding-right:.3em;
}

.album {
	padding: 1em;
	width:95%;
	float:left;
	clear:both;
}

.album #heading {
	font-size:1em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #230462;
}

.albumDescription {
	display: block;
}

.add_album {
	font-size:.7em;
	font-weight:bold;
	float:right;
}

.photos {
	width:100%;
}

.photoThumb {
	width:100px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	border:1px solid black;
	padding:2px;
	margin:10px;
	float:left;
}

.photoThumb img {
	vertical-align:middle;
}

#photoMenu {
	list-style:none;
}

#photoMenu li {
	font-size:.8em;
	font-weight:bold;
	display:inline;
	padding-left:.5em;
	padding-right:.5em;
}

#photoActionMenu {
	list-style:none;
	float:right;
}

#photoActionMenu li {
	font-size:.75em;
	font-weight:bold;
	display:inline;
	padding-left:.3em;
	padding-right:.3em;
}

.photo {
	padding: 1em;
	width:100%;
	margin:auto;
	text-align:center;
}

.add_photo {
	font-size:.7em;
	font-weight:bold;
	float:right;
}

.photoCaption {
	font-weight:bold;
	font-size:.9em;
}

.photoDate {
	font-weight:bold;
	font-size:.7em;
}

.photoComments {
	font-size:.7em;
	font-weight:bold;
}
