/* CSS Document */

h3 {
    margin: 0px;
}

#wrapper {
	width:400px;
	vertical-align:middle;
	text-align:center;
}

#image_holder {
	height:290px;
	width:380px;
	margin:auto;
	text-align:left;
	margin-top:8px;
}

#captionText {
	display:inline;
	font:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	color:#D3DAF1;
	font-size:14px;
}

#thumbHolder {
	height:65px;
    text-align:center;
    /*background-color:#CD5F60;
    height:101px;
    background-image: url("/images/gallery/filmstrip.jpg");
    background-repeat: repeat;*/
    background-color: #000000;
    overflow:hidden;
    float:left;
    width:376px;
    white-space:nowrap;
}

.thumbnail {
    margin: 5px;
}

#navigationBar {
	height:75px;
}

img {
	border:none;
}

#uploadBox {
	width:200px; 
	font-weight:bold;
	font-size:1em;	
	border-bottom:1px solid #69BAD8;
    padding-bottom: 10px;
}

#galleryView {
	float:left;
	height:410px; 
	width:400px; 
	background-color:#DE6F71;
    /*border:1px solid #69BAD8;*/
    color: #000000;
}

#winnerLink {
	border-top:1px solid #69BAD8;
	padding:10px 10px 10px 0px;
	font-weight:bold;
	font-size:12px;
	clear:left;
}

#galleryList {
	float:left; 
	min-height:200px; 
	width:200px; 
	font-weight:bold;
	font-size:12px;
    padding: 10px 0px;
}

#gallery_leftColumn {
	float:left; 
	height:390px; 
	width:200px;
	/*border:1px solid #69BAD8;*/
    background-color: #DE6F71;
    padding: 10px;
	margin-right:15px;
}

.navbuttons {
	width:12px;
	height: 65px;
	float:left;
}

.galleryLink a:link , .galleryLink a:visited, .galleryLink a:hover, .galleryLink a:active, .galleryLink {

}

.selectedGallery a:link , .selectedGallery a:visited, .selectedGallery a:hover, .selectedGallery a:active, .selectedGallery {
	color:#E7E8DA !important; 
}

#message_nopics {
    color:#FFFFFF;
	font-weight:bold;
	font-size:12px;	
	line-height:24px;
	text-align:center;
}

.gallerySelector {
	width:200px;
}

#uploadWindow {
	display:none;
	position: absolute;
	top:200px;
	left:160px;
	border: 1px solid #000;
	background-color:#FFFFFF;
	padding:20px;
	width:650px;
	height:300px;
    color: #000000;
}

#uploadTitle {
	font-weight:bold;
	font-size:12px;
}

#closeUpload {
	position:relative;
	top:-15px;
	left:630px;
	width:20px;
    color: #000000 !important;
}

#leftUploadDiv {
	float:left;
	height:200px;
	position:relative;
	top:20px;
}

#rightUploadDiv {
	float:left;
	border-left:1px solid #000;
	height:230px;
	width:320px;
	padding-left:10px;
}

#galleryVote {
	clear:left;
	font-weight:bold;
    color:#FFFFFF;
	font-size:14px;
	padding-top:10px;
}