﻿body 
{    
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: url('../images/ContentRight.jpg');
}
#TitleLabel
{
	position:absolute;
	left:1px;
	top:10px;
	width:222px;
	height:20px;
	font-family:Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	text-align:center;	
	color:#4a6786;	
}

#ImageOverlayDiv
{
	position:absolute;
	left:1px;
	top:34px;
	width:222px;
	height:148px;
	background: url('../images/SnapshotOverlay.png');
	z-index:99;
}
#ContentImage
{
	position:absolute;
	left:1px;
	top:34px;
	outline:0px;
}
#ContentTable
{
	position:absolute; 
	left:0px; 
	top:194px; 
	width:223px; 
	background-color:Transparent;
}
#PagingTable
{
	position:absolute; 
	left:0px; 
	top:333px; 
	width:223px; 
	height:10px;
	background-color:Transparent;
}
.DotButton
{
	float:left;	
	border-style:none;
	outline:0px;	
	width:10px;
	height:10px;
	margin-right:3px;
	background: url('../images/Dot.gif')	
}
.DotButton:hover
{
	background: url('../images/DotSelect.gif')
}
.DotButtonSelect
{
	float:left;	
	border-style:none;
	outline:0px;	
	width:10px;
	height:10px;
	margin-right:3px;
	background: url('../images/DotSelect.gif')
}

.ContentText
{
	font-family:Arial, Verdana;
	font-size:10px;
	font-weight:normal;	
	color:#4a6786;
}
.ContentLink
{
	font-family:Arial, Verdana;
	font-size:10px;
	font-weight:normal;	
	color:#4a6786;
	cursor:pointer;
}
.ContentLink:hover
{
	text-decoration:underline;
}