@charset "utf-8";
/* CSS Document */

.FormText.Disabled
{
	background:#FAFAFA;
	border:1px solid #DDDDDD;
}
.paging
{
	background:#EDF8DF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.media-item-title
{
	color:#6D9069;
	margin:0px auto;
	text-align:center;
}
.media-hr
{
	background:#BCD2B3;
	border:0px;
	color:#BCD2B3;
	height:1px;
}
.media-item
{
	font-size:1px;
	overflow:visible;
	text-align:center;
}
.media-item .media-item-icon img
{
	border:1px solid #003300;
}
.media-item .media-item-buttons
{
	background:#d9ead3;
	border:1px solid #d9ead3;
	border-top-width:3px;
	font:1px;
	height:16px !important;
	height:19px;
	line-height:normal;
	margin:0px auto;
	/*margin-top:0px !important;
	margin-top:-1px;*/
	overflow:hidden;
	width:125px !important;
	width:127px;
}
.media-item .media-item-buttons a img
{
	background:#8eb186;
	border:0px;
}
.media-item .media-item-buttons a:hover img
{
	background:#2c7c2f;
}

/* POPUPS */
.popup-container
{
	height:500px;
	left:0px;
	position:absolute;
	top:0px;
	width:700px;
	z-index:1000;
}
.popup-container.closed
{
	display:none;
}
.popup-container .popup-bg
{
	background:#000000;
	height:100%;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
}
.popup-container .popup-win
{
	background:#ABC1A2;
	border:2px solid #CEE4C5;
	padding:2px;
	position:relative;
	width:712px !important;
	width:720px;
}
.popup-container .popup-win .popup-title-bar
{
	background:#CEE4C5;
	border-bottom:1px solid #ABC1A2;
	height:18px;
	line-height:18px;
	padding-left:5px;
}
.popup-container .popup-win .popup-title-bar .popup-close-img
{
	border:0px;
	float:right;
}
.popup-container .popup-win .popup-title-bar .popup-title
{
	color:#7D9374;
	font-weight:bold;
}
.popup-container .popup-win .popup-frame
{
	background:#F3FFED;
	padding:5px;
	width:702px !important;
	width:712px;
}
.popup-container .popup-win .popup-frame .popup-loading
{
	background:url("popup-loading.gif") center center no-repeat;
	height:50px;
}