#gallery {
	width: 790px;
}
.gallery_thumb {
	height: 117px;
	width: 117px;
	/*padding: 0px;*/
	/*margin: 5.5px;*/
	position: relative;
	float: left;
	border: 2px solid #666;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;	
	
}
.gallery_thumb:hover{
	border: 2px solid #FFF;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	font-size:12px;
	/*height:70px;*/
	width:151px;
	padding:13px 20px 37px;
	color:#fff;
	/*background-color: #000;*/
	background-image: url(../images/black_arrow.png);
	background-position: bottom;
	border-top: 2px solid #FFF;
}
.solid_line {
	border-bottom: 1px solid #666;
}
#project_info {
	width:325px;
	float: right;
}
#project_info_noimage {
	/*width:700px;*/
	
}

.img_info {
	position: relative;
	margin-bottom: 30px;
}
#left_column {
	float: left;
	/*width: 445px;*/
	padding-right: 16px;
}
.img_info p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}
#gallery_detail {
	position: relative;
}
.backtoprojects {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top:	0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.backtoprojectsfooter {
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.filter_bar {
	background-color: #FFF;
	height: 25px;
	width: 761px;
	float: none;
	color: #000;
	font-weight: bold;
	clear: both;
	position: relative;
	padding-top: 0px;
	padding-left: 15px;
	line-height: 25px;
}
.filter_bar a {
	color: #000;
	text-decoration: underline;
}

.mini_nav {
	background-color: #999;
	width: 120px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
	height: 25px;
}
.filter_results {
	position: absolute;
	width: 130px;
	top: 2px;
	left: 100px;
}
.small_filtertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-left: 8px;
}
.pagingui {
	top: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#filter_window {
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	width: 776px;
	position: absolute;
	z-index:1;
	display: none;
	line-height: 25px;
	text-indent: 15px;
}

/* ------Filter Table Styles------ */
.filter_table {
	text-indent: 0px;
	width: 768px;
	border-collapse: collapse;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
}

tr {
  border: 1px;

}

td {
	vertical-align: top;
	padding:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left: 1px dotted #666;
	border-bottom: 2px solid #666;
}
td:first-child {
	width: 220px;
	}
#table_container {
	overflow : auto;
	height: 630px;
}

/* ------Detail Page------ */
.img_info a img {
	border: 2px solid #000;
}
.img_info img:hover {
	border: 2px solid #FFF;
}

#gallery_detail h2 {
	width: 630px;
}
.filter_table tr td h2 {
	font-size: 20px;
}
.h2_lightgrey {
	color: #666;
}
#gallery_detail h5 {
	font-size: 12px;
	color: #999;
}
#gallery_detail h5:hover {
	font-size: 12px;
	color: #FFF;
}
#gallery_detail h6 {
	font-size: 15px;
	color: #CCC;
}



/* ------Filter Nav Btns ------ */

.filter_btn_nav {
	text-indent: 0px;
	position: absolute;
	top: 5px;
	left: 472px;
/*	background-color: #036;*/
	width: 300px;
	margin: 0px;
	padding: 0px;

}
.filter_btns {
	padding: 0px;
	list-style-type: none;
	float: none;
	
	
}
.filter_btns li a:link,.filter_btns li a:visited {
	/*line-height: 22px;*/
	text-indent: -2000em;
	display:block;
	float: right;
	margin-left: 5px;
	}

.filter_btns li .close {
	width: 26px;
	background-image: url(../images/btn_close.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FF0;	
}
.filter_btns li .apply {
	background-image: url(../images/btn_applyfilters.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 114px;
}

.filter_btns li .clearfilter {
	background-image: url(../images/btn_clearfilters.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 114px;
}

.filter_btns li a:hover {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

li a img {
	margin: 0px;
	padding: 0px;
}
#filter_window h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-transform: none;
	line-height: 36px;
}
