/**************\
|* Photoalbum *|
\**************/

/* Text Lay-out */

.photocat_title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e2e2e2;
}
.photocat_datetime {
    font-size: 0.8em;
    color: #666;
    margin-top:0px;
    padding-top: 0px;
}
.photocat_desc {
}



/* Album Menu */

.photocat_box {
    display: block;
    width: auto;
    height: auto;
    margin: 5px 4px 4px 5px;
    padding: 0px;
}
.photocat_box a {
    display: block;
    width: 400px;
    height: 25px;
    margin: 0px;
    padding: 5px;
    background-color: transparent;
    border: 1px solid #eeeeee;
    text-align: left;
    text-decoration: none;
}
.photocat_box a img {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-left: 5px;
}
.photocat_box a:hover {
    background-color: #eeeeee;
    border: 1px solid #930;
}



/* Photos & Thumbs */

#album .navigation {
    position: relative;
    line-height: 20px;
    height: 20px;
    text-align: center;
}
#album .navigation .navleft {
    position: absolute;
    left: 10px;
    top: 0px;
    height: 20px;
    text-align: left;
    z-index: 5;
}
#album .navigation .navnumbers {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    z-index: 4;
}
#album .navigation .navright {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 20px;
    text-align: right;
    z-index: 5;
}
#album .navigation a.active {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

#photos, #thumbs {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
#thumbs {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}



/* View thumbs */

#thumbs .thumb_box {
    float: left;
    height: auto;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 9px;
    margin-bottom: 9px;
    overflow: hidden;
}
#thumbs .clear {
    clear: both;
}
#thumbs .thumb_buttons {
    width: 18px;
    float: left;
}
#thumbs .thumb_image {
    width: 102px;
    float: left;
}
#thumbs .thumb_image img {
    border: 1px solid #000;
}
#thumbs p {
    text-align: center; /* Save changes button */
}


/* View Photo */

#photos .photo {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

#photos .photo img {
    border: 1px solid #000;
}

#back_to_thumbs {
    display: block;
    float: right;
}



/* Upload Photo Form */

#uploadform {
    position: relative;
    margin-bottom: 20px;
}
#queueBtns {
    position: absolute;
    left: 157px;
}
#queueBtns img {
    cursor: pointer;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
