
/* .... */

TABLE.boxed{ border:1px solid #505050; }
TABLE.noborder{ border: none; border-width: 1px }
TABLE.pageheader{ border:1px solid #505050; text-align:left; background: #c0c0c0 }

IMG.border{ border: solid #505050; border-width: 1px }

a.infow{position: relative;z-index:24; text-decoration:none}
a.infow:hover{z-index:25;background-color:#ececec}
a.infow span{display: none}
a.infow:hover span{
    display:block;
    position:absolute;
	top: 125px;	
	left: -10px;
	width:224px;
	border:1px solid #505050;
	background-color:#c0c0c0;
	color:#505050;
	text-align: center}


a.infoh{position: relative;z-index:24; text-decoration:none}
a.infoh:hover{z-index:25;background-color:#ececec}
a.infoh span{display: none}
a.infoh:hover span{
    display:block;
    position:absolute;
	top: 185px;	
	left: -10px;
	width:224px;
	border:1px solid #505050;
	background-color:#c0c0c0;
	color:#505050;
	text-align: center}


a.info{position: relative;z-index:24; text-decoration:none}
a.info:hover{z-index:25;background-color:#ececec}
a.info span{display: none}
a.info:hover span{display:block;
    position:absolute; top: 185px; left: -10px; width:224px; border:1px solid #505050; background-color:#c0c0c0; color:#505050; text-align: center}

a.reposl{position: relative;z-index:24; text-decoration:none}
a.reposl:hover{z-index:25;background-color:#ececec}
a.reposl span{display: none}
a.reposl:hover span{display:block;
    position:absolute; top: -25px; width: 224px; border:1px solid #505050; background-color:#c0c0c0; color:#505050; text-align: center; }

a.reposr{position: relative;z-index:24; text-decoration:none}
a.reposr:hover{z-index:25;background-color:#ececec}
a.reposr span{display: none}
a.reposr:hover span{display:block;
    position:absolute; top: -25px; left: -224px; width: 224px; border:1px solid #505050; background-color:#c0c0c0; color:#505050; text-align: center; }

a.albumlist{position: relative;z-index:24; text-decoration:none}
a.albumlist:hover{z-index:25;background-color:#ececec}
a.albumlist span{display: none}
a.albumlist:hover span{
    display:block;
    position:absolute;
	top: 55px;
	left: -144px;
	width: 144px;
	border:1px solid #505050;
	background-color:#c0c0c0;
	color:#505050;
	text-align: center; }

span.details{display:block;
    position:relative; width:80%; border:1px solid #505050; background-color:#c0c0c0; color:#505050; text-align: center}
span.detailsleft{display:block;
    position:relative; width:80%; 
    border:1px solid #505050; 
    background-color:#c0c0c0; color:#505050; 
    text-align: left}


div.shadedetails{ width:100%; height:100%; vertical-align:middle; text-align:center;
	border:1px solid #505050;
	background-color:#c0c0c0;
	color:#505050;
	text-align: center}


span.detailsleft1{display:block;
    position:relative; width:80%; top:5px; border:1px solid black; background-color:#202020; color:#808080; text-align: left}

div.centered{width:100%; height:100%; vertical-align:middle; text-align:center;}

/* shadowed images */

div.shadow {
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	background: #c0c0c0;
	margin: 0px 0 0 0px;
	padding: 1px;
}

div.shadow img {
	margin: -5px 0px 0px -10px;
	border: 1px solid #c0c0c0;  
}


BR#clear{ clear: left }
