#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(img/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(img/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(img/blank.gif);
	filter: Alpha(opacity=50);
}
img {border:0;}

#mList td {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: dotted 1px #ccc;
	font-weight:bold;
}

#mList A:link { color: #0000ff; text-decoration: none; font-size: 90%; line-height: 90%; font-family:"MS UI Gothic","Osaka";}
#mList A:visited { color: #0000ff; text-decoration: none; font-size: 90%; line-height: 90%; font-family:"MS UI Gothic","Osaka";}
#mList A:active { color: #0000ff; text-decoration: none; font-size: 90%; line-height: 90%; font-family:"MS UI Gothic","Osaka";}
#mList A:hover { color: #ff0000; text-decoration: underline; font-size: 90%; line-height: 90%; font-family:"MS UI Gothic","Osaka";}
