.liana_window {
	background-color: transparent;
}

.liana_window_table_1 {
	width: 14px;
	height: 46px;
	background: url('images/window_top_bottom.png') 0 0 no-repeat;
}

.liana_window_table_2 {
	width: auto;
	background: url('images/window_top_bottom.png') 0 -57px repeat-x;
}

.liana_window_table_3 {
	width: 15px;
	background: url('images/window_top_bottom.png') -14px 0 no-repeat;	
}

.liana_window_table_4 {
	width: 5px;
	background: url('images/window_side.png') 0 0 repeat-y;
}

.liana_window_table_5 {
	width: auto;
	background-color: white;	
}

.liana_window_table_6 {
	width: 9px;
	background: url('images/window_side.png') -20px 0 repeat-y;
}

.liana_window_table_7 {
	width: 14px;
	height: 11px;
	background: url('images/window_top_bottom.png') 0 -46px no-repeat;
}

.liana_window_table_8 {
	width: auto;
	background: url('images/window_top_bottom.png') 0 -103px repeat-x;
}

.liana_window_table_9 {
	width: 15px;
	background: url('images/window_top_bottom.png') -14px -46px no-repeat;
}

.liana_window_titleWrapper {
	
}

.liana_window_icon {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
	width: 32px;
	height: 32px;
}

.liana_window_title {
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	padding-top: 8px;
	color: black;
	font-size: 14px;
}

.liana_window_displayControls {
	width: 58px;
	height: 28px;
	top: 12px;
	right: 15px;
}

.liana_window_displayControls a {
	width: 28px;
	height: 28px;
}

.liana_window_reload {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	width: 28px;
	background: url('images/window_dc_buttons.png') -112px 0 no-repeat;
}

.liana_window_reload:hover {
	background: url('images/window_dc_buttons.png') -112px -28px no-repeat;
}

.liana_window_fold {
	position: absolute;
	top: 0;
	left: 28px;
	height: 28px;
	width: 28px;
	background: url('images/window_dc_buttons.png') -56px 0 no-repeat;
}

.liana_window_fold:hover {
	background: url('images/window_dc_buttons.png') -56px -28px no-repeat;
}

.liana_window_resume {
	position: absolute;
	top: 0;
	left: 28px;
	height: 28px;
	width: 28px;
	background: url('images/window_dc_buttons.png') -28px 0 no-repeat;
}

.liana_window_resume:hover {
	background: url('images/window_dc_buttons.png') -28px -28px no-repeat;
}

.liana_window_hide {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	width: 28px;
	background: url('images/window_dc_buttons.png') 0 0 no-repeat;
}

.liana_window_hide:hover {
	background: url('images/window_dc_buttons.png') 0 -28px no-repeat;
}
/*
.liana_window_maximize {
	top: 0;
	left: 0;
	height: 28px;
	width: 28px;
	background: url('images/window_dc_buttons.png') -84px 0 no-repeat;
}

.liana_window_maximize:hover {
	background: url('images/window_dc_buttons.png') -84px -28px no-repeat;
}
*/
.liana_window_close {
	position: absolute;
	top: 0;
	left: 28px;
	height: 28px;
	width: 28px;
	background: url('images/window_dc_buttons.png') -84px 0 no-repeat;
}

.liana_window_close:hover {
	background: url('images/window_dc_buttons.png') -84px -28px no-repeat;
}

.trxWindow .liana_window_title {
	background: url('images/window_icon.png') 10px 10px no-repeat;
	padding-left: 45px;
}

/*
.windowLoadingMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	filter: alpha(opacity=40);
	background-color: white;
}

.windowLoadingTaskList {
	position: absolute;
	overflow: hidden;
	top: 50px;
	left: 270px;
	width: 300px;
	padding: 60px 40px 30px 40px;
	border: 1px solid #FDBA08;
	background-color: #FCF9D0;
}

.windowLoadingTaskListError {
	border: 1px solid red;
	background: #F9D0D0;
}

.windowLoadingTask {
	background: url('images/wait.gif') no-repeat;
	text-indent: 20px;
	line-height: 20px;
	display: none;
}

.windowLoadingTaskSuccess {
	background: url('images/tick.png') 2px 2px no-repeat;
	display: none;
}

.windowLoadingTaskFail {
	background: url('images/cross.png') 2px 2px no-repeat;
	display: block;
}

.windowLoadingTaskTitle {
	position: absolute;
	font-size: 40px;
	top: -10px;
	right: 0;
	color: #ECE9C0;
}

.windowLoadingTaskListError .windowLoadingTaskTitle {
	color: #E9C0C0;
}

.windowLoadingRefresh {
	margin-top: 10px;
	text-align: center;
}*/