@charset "utf-8";
/* CSS Document */
#photoContainer {
	float:left;
	margin:10px;
	height:145px;
}


#albumContainer {
	float:left;
	margin:10px;
	height:185px;
}
#imgHolder{
	border:1px solid #999999;
	height:135px;
	width:180px;
	overflow:hidden;
	background-color:#FFFFFF;
	margin:0 0 5px 0;
}

.imgNote{
	clear:both;
	font-size:9px;
}
a {text-decoration: none; color:#255F85;}
a:hover {color:#A74B01; text-decoration:underline; }

#Searchresult {
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
    width:100%;
}


/*************** Menu *********************/
#tabMenu{
padding: 0;
margin:0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#tabMenu ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 20px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#tabMenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

#tabMenu a{
	float: left;
	display: block;
	color: #000000;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 10px 10px;
	text-decoration: none;
	background-color:#999999; /*Default menu color*/
	border-bottom: 1px solid #000000;
}

#tabMenu a:hover{
	background-color:#CCCCCC; /*Menu hover bgcolor*/
}

#tabMenu #current a{ /*currently selected tab*/
	background-color: #ffffff; /*Brown color theme*/ 
	border-color: #ffffff; /*Brown color theme*/
	color: #666666;
}

#tabMenuline{
	clear: both;
	padding: 0;
	margin:0;
	width: 100%;
	height: 10px;
	line-height: 5px;
	background: #ffffff; /*Brown color theme*/ 
}




