ul.tab_strip {
	padding: 0 !important;
	margin: 1em 0 0 0 !important;
}
ul.tab_strip:first-child {
	margin-top: 0 !important;
}
ul.tab_strip_bottom {
	margin-top: 0px !important;
}
ul.tab_strip li {
	padding: 2px 4px !important;
	margin: 2px -1px 0 0 !important;
	border: 1px solid #898C95 !important;
	float: left !important;
	list-style: none !important;
	position: relative !important;
	z-index: 2 !important;
	cursor: pointer !important;
	background: #CFCFCF url('/images/ui/tab-background.gif') repeat-x scroll top left !important;
}
ul.tab_strip li, ul.tab_strip li a {
	color: #333 !important;
	font-weight: normal !important;
	font-size: 8pt;
}
ul.tab_strip li.selected {
	border-bottom: none !important;
	background: white !important;
	color: black !important;
	margin-top: 0 !important;
	padding-bottom: 5px !important;
}
ul.tab_strip li.selected, ul.tab_strip li.selected a {
	color: black !important;
}
ul.tab_strip li:hover {
	background-color: #A7D9F5 !important;
	background-image: url('/images/ui/tab-background-hover.gif') !important;
	border-color: #3C7FB1 #3C7FB1 #898C95 #3C7FB1 !important;
}
ul.tab_strip li.selected:hover {
	background-color: white !important;
	background-image: none !important;
	border-color: #898C95 #898C95 white #898C95 !important;
}
ul.tab_strip li a {
	text-decoration: none !important;
	display: block !important;
	margin: -4px !important;
	padding: 4px !important;
}
ul.tab_strip li.disabled {
	background: none !important;
	border: none !important;
	margin: 3px 0 1px 1px !important;
	color: #999 !important;
	cursor: default !important;
}
ul.tab_strip li:empty {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	border: none !important;
}

ul.tab_strip_bottom li {
	margin-top: 0 !important;
	margin-bottom: 2px !important;
}
ul.tab_strip_bottom li.selected {
	margin-bottom: 0 !important;
	padding-top: 5px !important;
	border-top: none !important;
	border-bottom: 1px solid #898C95 !important;
}
ul.tab_strip_bottom li:hover {
	border-color: #898C95 #3C7FB1 #3C7FB1 #3C7FB1 !important;
}
ul.tab_strip_bottom li.selected:hover {
	border-color: white #898C95 #898C95 #898C95 !important;
}
ul.tab_strip_bottom li.disabled {
	margin-top: 1px !important;
	margin-bottom: 3px !important;
}

div.tab_page {
	border: 1px solid #898C95 !important;
	position: relative !important;
	top: -1px !important;
	z-index: 1 !important;
	padding: 1em !important;
	background-color: white !important;
}
div.tab_page_bottom {
	top: 1px !important;
}
div.tab_page hr {
	border: none !important;
	height: 1px !important;
	background: #898C95 !important;
	color: #898C95 !important;
}
ul.tab_more {
	position: fixed !important;
	max-height: 100% !important;
	overflow: auto !important;
	margin: 0 !important;
	list-style: none !important;
	background: #F0F0F0 url('/images/ui/vertical-groove.gif') repeat-y scroll 28px 0 !important;
	border: 1px solid #999 !important;
	box-shadow: 2px 2px 5px #999 !important;
	z-index: 999 !important;
}
ul.tab_more li,
ul.tab_more li a {
	cursor: pointer;
	color: #333 !important;
	display: block !important;
	height: 22px !important;
	line-height: 22px !important;
	padding: 0 24px 0 35px !important;
	text-decoration: none !important;
	background: transparent none no-repeat scroll 6px 50% !important;
	position: relative !important;
	z-index: 1000 !important;
	white-space: nowrap;
	font-size: 8pt;
	font-weight: normal !important;
}
ul.tab_more li a {
	margin: 0 -24px 0 -35px;
}
ul.tab_more li.selected a {
	background-image: url('/images/icons/tick.png') !important;
}
ul.tab_more li:hover,
ul.tab_more li:hover a {
	background-color: #09F !important;
	color: white !important;
}