﻿/*
div,p {
	padding:0px;
	margin:0px;
}
*/

#PopupMasterContainer {
	position: absolute;
	height:auto;
	left: 5px;
	top: 310px;
	background:transparent;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	width:300px;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

#PopupTopHandle {
	position:relative;
	/*
	background-image: url(./images/hdBgnd.gif); */
	border-top: solid 0px black;
	border-left: solid 0px black;
	border-bottom: solid 0px black;
	border-right: solid 0px black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	color:#000000;
}

#tblHead 
{
	border: none;
	border-top:  solid 1px #909090;
	width: 100%;
	height: 100%;	
	filter:alpha(opacity=100);
	-moz-opacity: 1.00; 
	opacity:1.00; 
}

#PopupTopTitle {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11pt;
	font-weight:bold;
	color: #800000;
}

#PopupTopButtons
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: hand;
	text-align: right;
}

#PopupContent {
	font-family: Tahoma,Helvetica,sans-serif;
	font-size:10pt;
	color: #5A523C;
	background-color:#ffc76d;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	padding:10px 10px 10px 10px;
	text-align:justify;
	margin:0px;
}


.trpTblBase
{
	width: 6px;
	background-color:#F0F0F0;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;	
	
}


.trpHead 
{
	width: auto;
	height: auto;
	background-color:#F0F0F0;
}

.trpBorderVerticalLeft 
{
	border-left: solid 1px #909090;
}

.trpBorderVerticalRight 
{
	border-right: solid 1px #909090;
}

.trpBorderHorizontalBottom
{
	border-bottom: solid 1px #909090;
	height: 6px;
	width: auto;
}

.trpBorderUpperLeftCorner
{
	border-left: solid 1px #909090;
	border-top:  solid 1px #909090;
}

.trpBorderUpperRightCorner
{
	border-right: solid 1px #909090;
	border-top: solid 1px #909090;
}

.trpBorderLowerLeftCorner
{
	border-left: solid 1px #909090;
	border-bottom:  solid 1px #909090;
	height: 6px;
}

.trpBorderLowerRightCorner
{
	border-right: solid 1px #909090;
	border-bottom: solid 1px #909090;
	height: 6px;
}




/*
.clearAll {
	clear:both;
}
*/