/* ALBUMS */
td.album_left {
	width: 100%;
	text-align: left;
}
td.album_right {
	text-align: right;
	vertical-align: bottom;
}
div.album_row {
	background: #F5F5F5;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
td.album_row1 {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}
td.album_row2 {
	text-align: right;
	vertical-align: top;
}
table.album_photooptions {
	margin-top: 10px;
}
input.album_uploadstatus {
	border: none;
	background: none;
	font-weight: bold;
	font-family: verdana, arial, serif;
	font-size: 8pt;
	color: #333333;
	padding: 3px;
	height: 22px;
	vertical-align: middle;
}
td.album_photo {
	padding: 7px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}
div.album_thumb1 {
	margin: 5px;
	width: 150px;
	height: 130px;
	float: left;
}
div.album_thumb2 {
	padding: 7px;
	border: 1px solid #DDDDDD;
}
td.album_comment_author {
	margin-bottom: 5px;
	background: #F1F1F1;
	padding: 5px 7px 5px 7px;
}
td.album_comment_body {
	padding: 5px 7px 0px 7px;
}
div.album_title {
	font-size: 12pt;
	font-weight: bold;
}
td.album_comment1 {
	vertical-align: top;
	padding: 0px 5px 5px 0px;
}
div.album_comment2 {
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDDDDD;
}
td.album_list1 {
	vertical-align: top;
	text-align: center;
}
td.album_list2 {
	padding: 0px 10px 10px 5px;
	vertical-align: top;
}
div.album_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.album_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.album_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

td.album_postcomment {
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-top: none;
	background: #F5F5F5;
}
td.album {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}


#albumList {
	list-style-type:none;
	margin:0;
	padding:0;
}
#albumList li {
	width:155px;
	margin:0;
	cursor:move;
	background: #F5F5F5;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	float: left;
}

#albumList .album_actions {
	margin-top: 8px;
	margin-right: 8px;
	font-size: 10px;
	float: left;

}

#albumList .photo_title {
	font-size:10px;
	font-weight: normal;
	height: 14px;
	padding-bottom: 2px;
}


#album2List ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width: 500px;
}
#albumList2 li {
	/*width:700px;*/
	margin:0;
	cursor:move;
	background: #F5F5F5;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
}

#editBox {
	position: absolute;
	display: block;
	width: 500px;
	height: 250px;
	z-index: 999999;
	border: 3px solid #686868;
	background: #fff;
}

#lightbox {
	position: absolute;
	display: block;
	z-index: 999999;
}

#album_comments {
	position: absolute;
	display: block;
	width: 600px;
	height: auto;
	border: 8px solid #686868;
	background: #ffffff;
	z-index: 999999;
}

ul.commentList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.commentList li {
	float: left;
	width: auto;
}

#editContent {
	font-size: 11px;
	color: #000;
	padding: 12px;
}
.closeEdit {
	text-align: right;
	height: 16px;
	padding: 1px;
}

textarea.albumTextarea {
	font-size: 10px;
	float: left;
}


.likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

a.likeParent,
a.likeParent:link,
a.likeParent:active,
a.likeParent:visited,
a.likeParent:hover
{
	font: inherit;
	color: #000000;
	text-decoration: none;
}
/*
div.title
{
	width: auto;
	background-color: #99BBE8;
	border-bottom: solid 1px #000000;
	padding: 2px;
	margin-bottom: 15px;

	font-family: Verdana;
	font-size: 14pt;
	color: #000000;
	text-decoration: none;

}
*/
div.content
{
	margin: 10px;
}

fieldset {
	margin: 5px;
}

legend
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
}

fieldset.flash
{
	width: 375px;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 4px;

	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;

	overflow: hidden;
}
.red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.green /* Current */
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue /* Complete */
{
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;

	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;

	background-image: url(../images/icons/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover
{
	background-position: 0px 0px;
}
