﻿.mainModalTable
{
	border-width:0px;
	width:340px;
	background-color:#a9a9a9;
	font-size:10pt;
}
.mainModaTableTD
{
	border-left: 1px solid #ECE9D8; 
	border-right: 1px solid #716F64; 
	border-top: 1px solid #ECE9D8;
	border-bottom: 1px solid #716F64;
}
.mainModalInnerTable
{
	border-width:0px;
	width:100%;
}
.mainModalInnerTableTD
{
	border-left: 1px solid #FFFFFF; 
	border-right: 1px solid #ACA899; 
	border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #ACA899;
}
.mainModalDraggablePanelTD
{
	white-space:nowrap;
	background-color:#a9a9a9;
	height: 15px; 
	width: 99%;
}
.mainModalDraggablePanelCloseTD
{
	background-color:#a9a9a9;
	width:1%;
}
.mainModalDraggablePanel
{
	/*cursor:move; */
	width:100%;
}
.mainModalTitle
{
	color:#175177;
	font-weight:bold;
}
.mainModalContentsTD
{
	white-space:nowrap;
	background-color:White;
	width:95%;
}
 .modalBackground 
 {
    background-color:Silver;
    filter:alpha(opacity=60);
    opacity:0.6;
 }
 .btn
{
	border: solid 1px #D5D5D5 !important;
	border-width: 1px;
	text-align: right;
	background-color: #f4f4f4 !important;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}
.btnYes:hover
{
	background: #f4f4f4 url(../../Images/btnOk.ico) no-repeat 2px 0px !important;
	color:Black !important;
	font-weight:normal !important;
	
}
.btnYes
{
	width: 80px;
	background: white url(../../Images/btnOk.ico) no-repeat 2px 0px !important;
	color:Black !important;
	font-weight:normal !important;
}
.btnCancel:hover
{
	background: #f4f4f4 url(../../Images/btnClose.ico) no-repeat 2px 0px !important;
	color:Black !important;
	font-weight:normal !important;
}
.btnCancel
{
	width: 80px;
	background: white url(../../Images/btnClose.ico) no-repeat 2px 0px !important;
}