/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox {
	font-family: arial, sans-serif;
	position: absolute;
	display: none;
	color: #000000;
	padding: 20px 30px;
	background: none repeat scroll 0 0 padding-box #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.333);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	outline: 0 none;
	z-index: 600;
	overflow: auto;
	height: auto;
}

DIV.jtDialogBox .dlgTitle {
	background-color: #FFFFFF;
	color: #000000;
	cursor: default;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 16px;
	border-bottom: 1px dotted;
	text-align: left;
}

DIV.jtDialogBox .TextTitle {
	color: #84A9D8;
}

DIV.jtDialogBox {
	position: absolute;
	top: 30%;
}

DIV.jtDialogBox .dlgContent {
	background-color: #ffffff;
	vertical-align: top;
}

DIV.jtDialogBox .MainPanel .ContentArea {
	height: 100%;
}

DIV.jtDialogBox select, DIV.jtDialogBox input {
	border: 1px solid #C8C8C8;
	margin: 0 2px;
	padding: 2px;
	width: 100%;
}

.dlgClose:after {
	background: transparent url(../../images/tool-sprites.gif) no-repeat
		scroll 0 0;
	content: "";
	height: 15px;
	position: absolute;
	right: 17px;
	width: 15px;
}

.dlgClose {
	height: 15px;
	opacity: 0.7;
	padding: 17px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}

.dlgClose:hover {
	opacity: 1;
}

.dlgMaximize:after {
	background: transparent url(../../images/tool-sprites.gif) no-repeat
		scroll 0 -45px;
	content: "";
	height: 15px;
	position: absolute;
	right: 34px;
	width: 15px;
}

.dlgMaximize {
	height: 15px;
	opacity: 0.7;
	padding: 17px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}

.dlgMaximize:hover {
	opacity: 1;
}

.dlgResize {
	bottom: 1px;
	position: absolute;
	right: 3px;
}

.dlgResize img {
	cursor: nw-resize;
}

DIV.jtDialogBox table {
	width: 100%;
}

DIV.jtDialogBox td {
	text-align: left;
}

DIV.jtDialogBox .item{
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	width: auto;
	white-space: nowrap;
}

DIV.jtDialogBox .item label{
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0;
	width: auto;
	float: none;
}

DIV.jtDialogBox .item_content {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
}

DIV.jtDialogBox .dlgButtons {
	margin-top: 20px;
	width: 100%;
}

DIV.jtDialogBox .dlgButtonsTop {
	margin-bottom: 5px;
	width: 100%;
}

DIV.jtDialogBox .right {
	text-align: right;
}

DIV.jtDialogBox #ScheduledData {
	background: none repeat scroll 0 0 white;
	border: 1px dotted;
	padding: 4px;
	position: relative;
	width: 100%;
	z-index: 700;
}

.center {
	text-align: center;
}

.gc-table {
	width: 100%;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #CACACA #CACACA;
	border-image: none;
	border-right: 1px solid #CACACA;
	border-style: hidden solid solid;
	border-width: medium 1px 1px;
}

#reportStatusFrame {
	width: 100%;
}

#PageRefresh {
	overflow: scroll;
	overflow-x: hidden;
	max-height: 250px;
}

.nofl{
	float: none;
}

.inputwlb {
	width: auto !important;
}
/***** jtDialogBox - END SUGGESTED *********************************/