.dialog-bg{
	background:#000000;
	width:100%;
	height:100%;
}
div.dialog{
	border: 0px solid #bec1c7;
	border-bottom:0px solid #bec1c7;
	border-right:0px solid #bec1c7;
	background:white;
}
div.dialog table.dialog-tbl{
	font-size:12px;
}
div.dialog table.dialog-tbl tr.titlebar{
	background:url('images/dialog_title.gif');
	height:25px;
	font-weight: bold;
	color: #FFFFFF;
}
div.dialog table.dialog-tbl tr.titlebar td.status-normal{
    background:url('images/normal.gif') no-repeat;
}
div.dialog table.dialog-tbl tr.titlebar td.status-waiting{
    background:url('images/waiting.gif') no-repeat;
}
div.dialog table.dialog-tbl tr.titlebar td.title{
	font-size:12px;
	padding:3px 0px 0px 8px;
    background-position: 4px center;
	background:url('images/dialog_title.gif');
	color:black;
	width:99%;
}
div.dialog table.dialog-tbl tr.titlebar td.close{
	text-align:right;
	background:url('images/dialog_title.gif');
	width:14px;
	text-align:right;
}
div.dialog table.dialog-tbl tr.titlebar td.close div {
	width:20px;
	background-repeat:no-repeat;
	background-position:4px center;
	background-image:url("images/close-dlg.gif");
	cursor:pointer;
}
div.dialog table.dialog-tbl tr.titlebar td.close div:hover{
	background-image:url("images/close-dlg_.gif");
}
div.dialog table.dialog-tbl td.body{
	vertical-align:top;
}
div.dialog table.dialog-tbl td.body div.body{
	padding:10px;
	line-height: 18px;
}
div.dialog div.body{
	overflow-y:auto;
	overflow-x:auto;
	background:white;
	font-size:12px;
	padding: 0px 0px 3px 0px;
	overflow-y:auto;
	margin-right:-13px;
}


.framehistory {
	background:url('images/framehistory/history_title_bg_left.gif') #dfdfdf left no-repeat;
	margin:0 5px 3px 5px;
	height: 27px;
}
.framehistory h1{
	background:url('images/framehistory/history_title_bg_right.gif') right no-repeat;
	width:100%;
	height: 27px;
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:0;
}
.framehistory a.backbutton {
	background:url('images/framehistory/back_enable.gif') 0 3px no-repeat;
	border:0;
	cursor: pointer;
	width:21px;
	height:100%;
	float:left;
	margin:0 0 0 7px;
}
.framehistory a.backbutton:hover {
	background-image:url('images/framehistory/back_enable_over.gif');
}
.framehistory a.backbutton.disable {
	background-image:url('images/framehistory/back_disable.gif');
	cursor:default;
}
.framehistory a.backbutton.disable:hover {
	background-image:url('images/framehistory/back_disable.gif');
}
.framehistory a.forwardbutton {
	background:url('images/framehistory/forward_enable.gif') 0 3px no-repeat;
	border:0;
	cursor: pointer;
	width:21px;
	height:100%;
	float:left;
	margin:0 0 0 7px;
}
.framehistory a.forwardbutton:hover {
	background-image:url('images/framehistory/forward_enable_over.gif');
}
.framehistory a.forwardbutton.disable2 {
	background-image:url('images/framehistory/forward_disable.gif');
	cursor:default;
}
.framehistory a.forwardbutton.disable2:hover {
	background-image:url('images/framehistory/forward_disable.gif');
}