@CHARSET "ISO-8859-1";

.pane_table{
	width: 195px;
}

.pane_header_row{
	width: 100%;
	height: 20px;
}

.pane_header_center_col{
	width: 100%;
	height: 20px;
	background: #cc8080;
}

.pane_body_row{
	width: 195px;
	
}

.pane_body_col{
	width: 195px;
	
	background: #ffffff;
	padding-top: 3px;
	padding-bottom: 5px;
}

.pane_header_right_col{
	width: 5px;
	height: 20px;
}

.pane_header_left_col{
	width: 5px;
	height: 20px;	
}