/*
	-----------------
	[=dialog styles
	-----------------
*/
.dialog {
	border: 3px double #CCCCCC;
	overflow: hidden;
	z-index: 100;
	
	background-color: #FFFFFF;
	position: absolute;
	padding: 5px;
	/*height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;*/
}

.dialog_content {
	background-color: #FFFFFF;
	
	font-family: "Arial";
	font-size: 13px;
}

.dialog_background {
	border: 0px;
	background-color: #000000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity:.40;
	z-index: 50;
	
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.dialog_title {
	font-family: "Arial";
	font-weight: bold;
	font-size: 14px;
	color: red;
        padding: 8px;

}

.dialog_minimized {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	
	height: 17px;
	min-height: 17px;
	max-height: 17px;
	
	background-color: #BBBB55;
	border: 3px solid #000000;
}

.ajax_title {
	background-image: url(../images/ajax.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 40px;
}

.working {
	font-family: "Arial";
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 5px;
}

/*
	-------------------
	dialog styles =]
	-------------------
*/

.message {
	background-color: rgb(66, 150, 255);
	border: 2px solid rgb(0, 128, 255);
	
	font-family: Times New Roman, Sanz serif, Courier New;
	color: rgb(30, 40, 30);
	padding: 1px;
}
.note {
	background-color: rgb(255, 172, 132);
	border: 2px solid rgb(255, 128, 64);
	
	font-family: Times New Roman, Sanz serif, Courier New;
	color: rgb(30, 40, 30);
	padding: 1px;
}
.system {
	background-color: rgb(190, 190, 190);
	border: 2px solid rgb(154, 154, 154);
	
	font-family: Times New Roman, Sanz serif, Courier New;
	color: rgb(0, 0, 0);
	padding: 1px;
}

.ticket {
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

.write {
	font-size: 14px;
	width: 100%;
}

.disabled {
	background-color: rgb(120, 120, 120);
	color: rgb(220, 220, 220);
}

.overflowable {
	width: 300px;
	height: 70px;
	overflow: auto
}

.overflowable2 {
	width: 330px;
	height: 99px;
	overflow: auto
}

