/* ######### CSS for Shade Tabs. Remove if not using ######### */


.shadetabs{
display: none;
padding: 3px 0;
margin-left: 20px;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left;
	font: bold 1.1em Verdana;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.current{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.current{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.current:hover{ /*selected main tab style */
text-decoration: none;
}

.leftlinks {
	padding-top: 25px;
	margin-left: 20px;
	overflow: visible;
	width: 115px;
	background: #c3d696 url(../images/gallery_album_hdr.jpg) no-repeat;
	float: left;
	display: block;
}

.leftlinks li {
	padding-top: 2px;
	margin-left: 4px;
	padding-bottom: 2px;
}

.leftlinks li a {
	text-decoration: none;
	padding-top: 7px;
	display: block;
	color: black;
	height: 24px;
	width: 126px;
}

.leftlinks li a:hover {
	text-decoration: underline;
}

.leftlinks li a.current {
	z-index: 1;
	font-weight: bold;
	background: url(../images/gallery_album_ptr.gif) no-repeat 101px 0px;
}

.leftlinks li a.current:hover {
	text-decoration: none;
}

.bottom {
	background: #c3d696 url(../images/gallery_album_footer.jpg) no-repeat;
	width: 115px;
	height: 20px;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 5px !important;
}


#photocontainer{
	/* old style
	border: 1px solid gray;margin-bottom: 1em;padding: 10px;width: 715px;margin-left: 20px;
	*/
	border: 3px solid #c3d696;
	float: left !important;
	display: block !important;
	width: 600px !important;
	margin-top: 20px;
	margin-left: 12px;
	margin-bottom: 20px;
}