/* CSS Document */

#PopupLarge {
	width: 197px;
}
#PopupLargeTop {
	width: 100%;
}
#PopupLargeBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/popup_large_bg.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
}
#PopupLargeBottom {
	background-image: url(../images/popup_large_btm.png);
	height: 22px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #217ab3;
	padding-top: 7px;
}
.PopupLargeBottom {
	background-image: url(../images/popup_large_btm.png);
	height: 22px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #217ab3;
	padding-top: 7px;
}
#PopupLargeBottom a:link {
	color: #217ab3;
	text-decoration: none;
}
#PopupLargeBottom a:visited {
	color: #217ab3;
}
#PopupLargeBottom a:hover {
	text-decoration: none;
	color: #124465;
}
#PopupSmall {
	width: 137px;
}
#PopupSmallTop {
	width: 100%;
}
#PopupSmallBody {
	background-image: url(../images/popup_small_bg.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#PopupSmallBody a:link {
	color: #000;
	text-decoration: none;
}
#PopupSmallBody a:visited {
	color: #000;
	text-decoration: none;
}
#PopupSmallBody a:hover {
	color: #666;
	text-decoration: none;
}
#PopupSmallBottom {
	width: 100%;
}