﻿/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox
{
	position: absolute;
	display: none;
	z-index:1000;
}
DIV.jtDialogBox .tbLeft
{
	background: url(TM.gif) no-repeat left top;
	width: 10px;
}
DIV.jtDialogBox .tbRight
{
	background: url(TM.gif) no-repeat right top;
	width: 16px;
	padding: 8px 4px 3px 0;
	vertical-align: top;
}
DIV.jtDialogBox .Title
{
	background: url(TM.gif) top;
	background-color: #a9a9a9;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	color: #000000;
	padding: 4px 0px 2px 0px;
	cursor: move;
}
/***** jtDialogBox - END REQUIRED *********************************/


/***** jtDialogBox - BEGIN SUGGESTED *********************************/
DIV.jtDialogBox
{
	border-top: 1px solid #EDEDED;
	border-right: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
	border-left: 1px solid #EDEDED;
}
DIV.jtDialogBox .MainPanel
{
	border-top: 1px solid #898989;
	border-right: 1px solid #4E4E4E;
	border-bottom: 1px solid #4E4E4E;
	border-left: 1px solid #898989;
	background-color: #ffffff;
}
DIV.jtDialogBox .MainPanel .ContentArea
{
	margin: 16px;
}

.ButtonsRow
{
	border: 1px solid #898989;
	border-top: 0px;
	background: #F3F3FF;
	text-align: center;
	padding: 8px 10px;
}

DIV.jtDialogBox .ButtonsRow button
{
	padding: 0px 10px;
}

/***** jtDialogBox - END SUGGESTED *********************************/

