/* ---- Gallery Styles ---- */
#photos_table {
	clear: both;
	display: block;
	padding: 10px 12px 0 0;
}

#photos_table a {
	text-decoration: underline;
	color: red;
	}

#photos_table .spacer {
	font-size: 10px;
	margin: 5px 0 5px 0;
	}

#photos_table .border {
	border: 3px solid #000;
	}

#photos_table .paddedborder {
	padding: 20px;
	border: 1px solid #000;
	}

#photos_table .thumbs {
	text-align: center;
	padding: 5px 3px 8px 3px;
	background-color: #151515;
	}

#photos_table .category {
	text-align: center;
	padding: 15px 0 0 0;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #151515;
}


#photos_table .title {
	margin: 3px 0 0 0;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	}

#photos_table .firstcat {
	clear: both;
	float: left;
	padding-left: 5px;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	}
	
#photos_table .firstimg {
	clear: both;
	float: left;
	width: 35%;
}
	
#photos_table .firstdesc {
	float: left;
	width: 65%;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
}
	
#photos_table .firstdate {
	clear: both;
	float: left;
}

#photos_table .cat_select {
	float: right;
	padding-bottom: 5px;
}


#photos_table .categories {
	padding: 7px 10px 7px 12px;
	background-color: #0f0f0f; 
	color: #ffffff;  
	}

#photos_table .total_files {
	padding: 7px 10px 7px 12px;
	background-color: #0f0f0f; 
	color: #ffffff;  
	text-align: center;
	}

#photos_table .tableBorder {
	clear: both;
	border: 2px solid #333;
	}

#photos_table th {
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 5px 6px 5px 12px;
	background-color:  #0a0a0a;
	}

#photos_table td {
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 11px;
	color: #000;
	}
