.tabbed_window {
	/*background: url(../img/tabbed_window_background.png) repeat-x;*/
}

.tabbed_window_header {
	padding-bottom:10px;
}

.tabbed_window_title_icon {
	padding-right:5px;
	width:16px;
	height:16px;
}

.tabbed_window_tab {
	/*background:#ffffff;*/
	padding: 5px;
	cursor:pointer;
}

.tabbed_window_tab:hover {
	/*background:#aaaaaa;*/
}

.tabbed_window_tab:hover .sub_header_divider td {
	background-image: url(../img/core/structure/sub_header_background_green.png)  !important;
}

.tabbed_window_tab_selected {
	padding: 5px;
}

.tabbed_window_tab_selected .sub_header_divider td {
	background-image: url(../img/core/structure/sub_header_background_red.png)  !important;
}
