﻿.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#FFFFFF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 12px;
	width: 250px;
	color: #ffffff;
}
.detail
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#fff;
	border:solid 2px #000;
	padding:4px;
}
.detail .footer
{
	text-align:right;
	padding:8px;
}


/* table style */
.detailgrid
{
	border:solid 1px #ad9e87;
}

/* cell styles */
.detailgrid td
{
	cursor:default;
	height:20px;
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#f2e8da;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#f2e8da;	
}

.MdlPopUpClose
{
	border-right: #ffffff thin outset;
	padding-right: 5px;
	border-top: #ffffff thin outset;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	border-left: #ffffff thin outset;
	color: #333300;
	padding-top: 5px;
	border-bottom: #ffffff thin outset;
	background-color: #eadbb0;
	text-align: center;
	text-decoration: none;
}

.ModelPopupTop
{
	FLOAT: left; WIDTH: 100%; BACKGROUND-COLOR: #eadbb0
	}