/* Log In page CSS*/

body{
	background-color:black;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	
	}
#loginBox{
	width:500px;
	margin:0 auto;
	margin-top:50px;
	}


#loginLogo{
	margin:75px 0 50px 0;
	}



#loginBox {
	color:#FFFFFF;
}




/* "FTP" Page CSS */

#holder{
	width:1024px;
	height:1000px;
	
	}


#header{
	width:100%;
	height:45px;
	margin:5px 0px 0px 5px;
	padding:0px 0px 0px 5px;
	}

#logo{
	float:left;
	}


#contact{
	float:left;
	color: white;
	margin:35px 0 0 100px;
	}

#spacerRed{
	background-color:red;
	width:100%;
	height:3px;
	margin:15px 0 15px 0;
	}




/*Download Gallery CSS*/


#downloadHolder{
	width:75%;
	margin:0 auto;
	}



#eventSelector{
	margin:0 auto;
	color:white;
	width:100%;
	}

#downloadGallery{
	width:100%;
	height:400px;
	overflow-x:hidden;
	overflow-y: scroll;
	margin-bottom:50px;
	border:white solid thin;
	}


	#dgTitle{
		color: white;
		text-align:right;
		width:93%;
		height:20px;
		border-top: red thin solid;
		border-bottom: red thin solid;
		margin:10px 0 15px 0;
		}
	

	#dgimgHolder{
		width:200px;
		float:left;
		margin:10px;
		}
	
	#dgthumbnail{
		border:blue dashed medium;
		margin:0 auto;
		padding:5px;
		width:75px;
		height:50px;
		}
	
	
	#dgcaption{
		border:green dotted thin;
		color: white;
		width:100%;
		text-align: center;
		}
		
		
	#download{
		margin:0 auto;
		width:98px;
		height:30px;
		}
	
	
#download a{background-image:url(images/downloadButton.jpg); background-position: 0 -30px; height: 30px; width:98px; display:block;}
#download a:hover {background-position: 0 30px;}	
#download a:active {background-position: 0 30px;}
	
	

/*Uploading Gallery CSS*/

#uploadHolder{
	width:75%;
	margin:0 auto;
	}
	
	
#uploader{
	color:white;
	
	}

#file{
	color:white;
	}


	

#uploadGallery{
	width:100%;
	height:300px;
	overflow-x:hidden;
	overflow-y: scroll;
	border:white solid thin;
	}


	#upTitle{
		color: white;
		text-align:right;
		width:93%;
		height:20px;
		border-top: red thin solid;
		border-bottom: red thin solid;
		margin:10px 0 15px 0;
		}
	

	#upimgHolder{
		width:200px;
		float:left;
		margin:10px;
		}
	
	#upthumbnail{
		border:blue dashed medium;
		margin:0 auto;
		padding:5px;
		width:75px;
		height:50px;
		}
	
	
	#upcaption{
		border:green dotted thin;
		color: white;
		width:100%;
		text-align: center;
		}

/* Alans Additions */

#content {
	min-height:400px;
	float:right;
	width: 750px;
	margin:0px 0px 20px 0px;
}
#content p
{
	font-size:12px;
}
#sidebar {
	float:left;
	width:245px;
	background-image:url(images/nav_body.jpg);
	background-repeat:repeat-y;	
	padding:0px 0px 0px 0px;
	margin:20px 0px;
	}

#sidebar img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sidebar div {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sidebar h3{
	margin:10px 0px 0px 0px;
	
	padding:0px 0px 0px 10px;
	
	}	
#sidebar ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #222222;
	}
#sidebar li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	border-bottom:1px solid #222222;
	}	
#sidebar li a{
	padding:0px 0px 0px 10px;
	display:block;
	color:#EAEAEA;

	font-size:12px;
	text-decoration:none;
	
	}
#sidebar li a:hover{
	background-color:#333333;
	}
#footer {
	clear:both;
	font-size:12px;
	padding:10px 0px 0px 0px;
	margin:20px 0xp 0px 0px;
	border-top:1px solid #600;
	text-align:center;
}

.subLine {
	font-size:12px;
	padding:0px;
	margin:0px;
}
h2.title {
	padding:30px 0px 5px 10px;
	margin:0px;
	border-bottom:1px solid #600;
}

img.eThumb {
	max-height:150px;
	max-width:150px;
	border:1px solid #efefef;
}

h2.title {
	
	/* Box Properties */
	border-bottom:2px solid #B30000;
}
h3.title {
	
	/* Box Properties */
	border-bottom:1px solid #B30000;
}
h2.eName {
	padding:0px;
	margin:0px;
	border-bottom:1px solid #600;
}
p.eSub {
	padding:0px;
	margin:0px;
}
.upGal {
	text-align:left;
}
div.delBox {
	
	max-width:150px;float:left;
	margin:0px 10px;
	
	display:block;
}
div.delBox span {
	text-align:center;
	font-size:11px;
}
div.delBox a {
	color:#900;
}
