/* CSS Document */

body{
margin-top: 3px;
background-image: url('../images/fadebg.jpg');
background-color: #5A5B5A;
background-repeat: repeat-x;
background-position: center top;
}

img{
border: 0px;
}

#topcontainer{
width: 700px;
}

#toppart{
width: 700px;
height: 120px;
margin-left: 1px;
margin-top: -3px;
}

#bottompart{
width: 700px;
height: 180px;
}

#bottomleft{
width: 462px;
height: 180px;
float: left;
}

#rightpic{
width: 238px;
height: 180px;
float: right;
}

#content{
width: 700px;
text-align: left;
background-image: url('../images/bgcontent.gif');
background-repeat: repeat-y;
}

.dotline {
	border-width:1px 0 0 0;
	border-color:#ddd;
	border-style:dotted;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
	}

a:visited {
	color: #FF0000;
	text-decoration: underline;
	}

a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	
#footer a:link{
	color: #cccccc;
	text-decoration:underline;
}

#footer a:visited{
	color: #cccccc;
	text-decoration:underline;
}

#footer a:hover{
	color: #888888;
	text-decoration:none;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.unl.edu/homerunclub/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.unl.edu/homerunclub/images/overlay.png", sizingMethod="scale");
	}