.dialog .tr0 {background-color: rgb(255,255,255);}
.dialog .tr1 {background-color: rgb(253,229,227);}
.dialog .tr0:hover {background-color: rgb(244,220,219);}
.dialog .tr1:hover {background-color: rgb(244,220,219);}


.dialog > .g_t > .g_t_l{
    background-image: url('/_/img/item/dialog/bg02co.png');
	background-position: left top;
	float: left;
	height: 5px;
	width: 5px;
}
.dialog > .g_t > .g_t_r{
	background-image: url('/_/img/item/dialog/bg02co.png');
	background-position: right top;
	float: right;
	height: 5px;
	width: 5px;
}
.dialog > .g_b > .g_b_l{
	background-image: url('/_/img/item/dialog/bg02co.png');
	background-position: left bottom;
	float: left;
	height: 5px;
	width: 5px;
}
.dialog > .g_b > .g_b_r{
	background-image: url('/_/img/item/dialog/bg02co.png');
	background-position: right bottom;
	float: right;
	height: 5px;
	width: 5px;
}
.dialog > .g_t > .g_t_c{
	margin: 0 5px;
	height: 5px;
	background-image: url('/_/img/item/dialog/bg02.png');
}
.dialog > .g_b > .g_b_c{
	margin: 0 5px;
	height: 5px;
	background-image: url('/_/img/item/dialog/bg02.png');
}
.dialog > .i{
	padding: 0 5px;
	background-image: url('/_/img/item/dialog/bg02.png');	
}
.dialog > .i > .ii > .iii{
	text-align: left;
}
.dialog .cell{
	padding: 5px;
}



.item > .dialogTabs{
	padding: 3px 3px 0 0;
}
.item > .dialogTabs > .tab{
	border-top: 1px solid rgb(246,150,139);
	background-color: rgb(140,74,79);
	margin: 0 2px 0 1px;
	float: left;
}
.item > .dialogTabs > .tab > .itab{
	background-color: rgb(140,74,79);
	border-left: 1px solid rgb(246,150,139);
	border-right: 1px solid rgb(246,150,139);	
	color: rgb(255,255,255);
	margin: 0 -1px;
	padding: 2px;
}
.item > .dialogTabs .item > .headline h3{
	font-size: 13px !important;
}
.item > .dialogTabs > .selected{
	background-color: rgb(255,255,255);
	border-top: 1px solid rgb(255,255,255);
}
.item > .dialogTabs > .selected > .itab{
	background-color: rgb(255,255,255);
	border-left: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(255,255,255);	
	color: rgb(0,0,0);
}
.item > .dialogTabs > .passive{
	background-color: rgb(153,153,153);
	border-top: 1px solid rgb(153,153,153);
}
.item > .dialogTabs > .passive > .itab{
	background-color: rgb(153,153,153);
	border-left: 1px solid rgb(153,153,153);
	border-right: 1px solid rgb(153,153,153);
	color: rgb(255,255,255);
}

.item > .dialogContent{
	background-color: rgb(255,255,255);
	margin: 0 1px;
	padding: 1px 0;
}
.item > .dialogContent > .i{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin: 0 -1px;
}

.item > .dialogHeader{
	margin: 0 6px;
}

.item > .dialogFooter{
	background-color: rgb(140,74,79);
	margin: 0 6px;
	padding: 0 0 1px 0;
}
.item > .dialogFooter > .i{
	background-color: rgb(140,74,79);
	
	color: rgb(255,255,255);
	margin: 0 -1px;
}
.dialog .item > .form .formMiddle{
	border: 1px solid rgb(253,229,227);
	border-bottom: 0;
}