﻿.messageBox { border-width:0px;	width:300px; height:70px; background-color:#ecf4fc; }

.messageBox .topBar { height:22px; padding:4px 10px 0; background:url(../images/corners/pop665top.png) no-repeat; }
.messageBox .topBar .close { float:right; font-size:11px; text-decoration:none; color:#fff; font-weight:bold; }

.btnOKPurple { display:inline-block; height:30px; padding:0 5px 0 0; text-decoration:none; white-space:nowrap; background:url(../images/buttons/but30.png) right top no-repeat; width:42px; }
.btnOKPurple b { display:inline-block; height:25px; padding:5px 4px 0 10px; cursor:pointer; text-decoration:none; text-transform:uppercase; font-weight:bold; font-size:13px; text-decoration:none; color:#fff; background:url(../images/buttons/but30.png) left top no-repeat; }
.btnOKPurple:hover { background-position:right bottom;}
.btnOKPurple:hover b { background-position:left bottom;}

.btnOKPurple2 { display:inline-block; height:30px; padding:0 5px 0 0; text-decoration:none; white-space:nowrap; background:url(../images/buttons/but30.png) right top no-repeat; width:85px; }
.btnOKPurple2 b { display:inline-block; height:25px; padding:5px 4px 0 10px; cursor:pointer; text-decoration:none; text-transform:uppercase; font-weight:bold; font-size:13px; text-decoration:none; color:#fff; background:url(../images/buttons/but30.png) left top no-repeat; }
.btnOKPurple2:hover { background-position:right bottom;}
.btnOKPurple2:hover b { background-position:left bottom;}

.btn
{
	border: solid 1px #d1d1d1;
	border-width: 1px;
	text-align: right;
	background-color: #f4f4f4;
	padding-left: 5px;
	padding-right: 5px;
	height:22px;
}
.btnYes
{
	width: 80px;
	background: url(../images/btnOk.ico) no-repeat 2px 0px;
}
.btnCancel
{
	width: 80px;
	background: url(../images/btnClose.ico) no-repeat 2px 0px;
}
.btnOK
{
	width: 80px;
	text-align:center;
}
.mainModalTable
{
	border-width:0px;
	width:300px;
	height:70px;
	background-color:#ecf4fc;
}
.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:#93b6e8;
	height: 15px; 
	width: 99%;
}
.mainModalDraggablePanelCloseTD
{
    padding-right:2px;
	background-color:#93b6e8;
	width:1%;
}
.mainModalDraggablePanel
{
	/*cursor:move; */
	width:100%;
}
.mainModalTitle
{
    padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
.mainModalContentsTD
{
    padding:10px;
	white-space:nowrap;
	background-color:White;
	width:95%;
}
 .modalBackground 
 {
    background-color:Silver;
    filter:alpha(opacity=30);
    opacity:0.6;
 }