.liana_window {
	background-color: transparent;
}

.liana_window_table_1 {
	width: 14px;
	height: 46px;
	background: url('../images/window/column_top_left.png') no-repeat;
}

.liana_window_table_2 {
	width: auto;
	background: url('../images/window/column_top_mid.png') repeat-x;
}

.liana_window_table_3 {
	width: 15px;
	background: url('../images/window/column_top_right.png') no-repeat;	
}

.liana_window_table_4 {
	width: 5px;
	background: url('../images/window/column_mid_left.png') repeat-y;
}

.liana_window_table_6 {
	width: 9px;
	background: url('../images/window/column_mid_right.png') -6px repeat-y;
}

.liana_window_table_7 {
	width: 14px;
	height: 11px;
	background: url('../images/window/column_bottom_left.png') bottom no-repeat;
}

.liana_window_table_8 {
	width: auto;
	background: url('../images/window/column_bottom_mid.png') bottom repeat-x;
}

.liana_window_table_9 {
	width: 15px;
	background: url('../images/window/column_bottom_right.png') bottom 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: 56px;
	height: 28px;
	top: 12px;
	right: 15px;
}

.liana_window_displayControls a {
	position: relative;
	float: right;
	height: 28px;
}

.liana_window_close {
	top: 0;
	left: 0;
	height: 28px;
	width: 28px;
	background: url('../images/window/column_dc_buttons.png') -84px 0 no-repeat;
}

.liana_window_close:hover {
	background: url('../images/window/column_dc_buttons.png') -84px -28px no-repeat;
}