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

	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-grid-control {
	padding: 0px;
	border: 1px solid;
	border-color: threedshadow threedlightshadow threedlightshadow threedshadow;
	background: #fff;
}

.aw-strict .aw-grid-control {
	padding: 0px 3px 2px 3px;
}

.aw-grid-box {
	border: 1px solid;
	border-color: threeddarkshadow threedhighlight threedhighlight threeddarkshadow;
}

.aw-strict .aw-grid-box {
	margin: 0px -3px -2px -3px;
	padding: 0px  2px;
}

.aw-row-selector {
	border: 1px solid;
	border-color: threedhighlight threeddarkshadow threeddarkshadow threedhighlight;
	background-color: threedface;
}

.aw-strict .aw-row-selector {
	padding: 1px 3px;
}

.aw-header-0 .aw-grid-header {
	padding: 0px;
	border: 1px solid;
	border-color: threedhighlight threeddarkshadow threeddarkshadow threedhighlight;
	background-color: threedface;
}

.aw-strict .aw-grid-header {
	padding: 0px 3px 2px 3px;
	margin: -2px 0px -2px 0px;
	height: 100%;
}

.aw-header-0 .aw-item-box {
	padding: 0px 2px;
	border: 1px solid;
	border-color: threedlightshadow threedshadow threedshadow threedlightshadow;
}

.aw-header-0 .aw-item-ruler {
	margin-top: -2px; /* ???? */
}

.aw-strict .aw-grid-header .aw-item-box {
	padding: 0px 2px;
	margin:  0px -3px;
}

.aw-grid-separator {
	background: url(grid.png) 0px 0px repeat-y;
}

.aw-unix .aw-grid-control {
	border-color: #bbb #eee #eee #bbb;
}

.aw-unix .aw-grid-box {
	border-color: #777 #fff #fff #777;
}

.aw-unix .aw-header-0 .aw-grid-header,
.aw-unix .aw-row-selector {
	border-color: #fff #777 #777 #fff;
	background-color: #eee;
}

.aw-unix .aw-header-0 .aw-item-box {
	border-color: #eee #bbb #bbb #eee;
}

.aw-cells-selected,
.aw-rows-selected {
	color: highlighttext;
	background: highlight;
}

.aw-unix .aw-cells-selected,
.aw-unix .aw-rows-selected {
	color: #fff;
	background: #3c79c8;
}

.aw-rows-selected .aw-grid-cell {
	background: none;
}

.aw-rows-selected .aw-row-selector {
	color: #000;
}

.aw-grid-footers {
	border-top: 1px solid threedface;
}

.aw-sort-ascending .aw-grid-sort {
	background: url(grid.png) -25px -5px;
}

.aw-sort-descending .aw-grid-sort {
	background: url(grid.png) -45px -5px;
}

.aw-grid-control .aw-ui-input,
.aw-grid-control .aw-ui-combo {
	background: #fff!important;
	border: 1px solid #000!important;
}

.aw-cell-edit {
	padding: 0px 3px;
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

.aw-cell-edit .aw-item-box {
	padding: 0px 3px;
}
