/*****************************************************************

	ActiveWidgets 2.0.b4 (beta4)
	Copyright (C) 2003-2005 ActiveWidgets Ltd. All Rights Reserved. 
	http://www.activewidgets.com/

	WARNING: This software program is protected by copyright law 
	and international treaties. Unauthorized reproduction or
	distribution of this program, or any portion of it, may result
	in severe civil and criminal penalties, and will be prosecuted
	to the maximum extent possible under the law.

	FOR TESTING AND EVALUATION ONLY:
	This software is not free and is licensed to you for testing 
	and evaluation only. You are not allowed to distribute 
	or use any parts of this software for any other purposes.

*****************************************************************/

.aw-ui-tabs {
	overflow: visible;
	height: 23px;
	margin: 0px;
	vertical-align: bottom;
	z-index: 1000;
	background-color: #ccf;
}

.aw-strict .aw-ui-tabs {
	height: 19px;
	padding: 4px 4px 0px 4px;
}

.aw-ui-tabs .aw-list-box {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 1px 0px -1px 0px;
}

.aw-strict .aw-ui-tabs .aw-list-box {
	padding: 3px 4px 1px 4px;
	margin: -3px -4px -1px -4px;
}

.aw-ui-tabs .aw-list-template {
	_position: absolute;
	left: 0px;
	top: 0px;
	padding: 2px 0px 1px 0px;
}

.aw-strict .aw-ui-tabs .aw-list-template {
	position: relative;
	padding: 3px 0px 1px 0px;
	margin: -3px 0px -1px -4px;
}


.aw-ui-tabs .aw-list-item {
	background-color: #cfc;
	margin-right: 1px;
}

.aw-strict .aw-ui-tabs .aw-list-item {
	padding: 1px 4px 0px 4px;
	margin: -1px 1px 0px 0px;
}

.aw-strict .aw-ui-tabs .aw-item-box {
	padding: 1px 4px 0px 4px;
	margin: -1px -4px 0px 4px;
}

.aw-ui-tabs .aw-state-selected {
	height: 200%;
	margin-top: -2px;
	-moz-box-align: start;
}

.aw-strict .aw-ui-tabs .aw-state-selected {
	height: 100%;
	padding: 3px 4px 1px 4px;
	margin: -3px 1px -1px 0px;
}

.aw-ui-tabs .aw-state-selected .aw-item-box {
	height: 50%;
	margin-top: 1px;
}

.aw-strict .aw-ui-tabs .aw-state-selected .aw-item-box {
	height: 100%;
	padding: 3px 4px 1px 4px;
	margin: -3px -4px -1px -4px;
}
