/*
The contents of this file are subject to the Mozilla Public License Version 1.1
(the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
the specific language governing rights and limitations under the License.

The Original Code is comprised of the PT Calendar directory

The Initial Developer of the Original Code is
PaperThin, Inc. Copyright(C) 2010-2022.
All Rights Reserved.

By downloading, modifying, distributing, using and/or accessing any files 
in this directory, you agree to the terms and conditions of the applicable 
end user license agreement.
*/
/* ***************************************************************
Author: 	
	PaperThin, Inc.
Name:
	datasheet-overrides.css
ADF App:
	PT Calendar
*/

/*
	CS DATASHEET STYLES
*/

.CS_Element_DataSheet {
	/*overflow: auto;
	width: 800px;*/
}
.CS_DataSheet_Table {
	background-color:#E9E9DF;
	border:1px solid #999;
}
.CS_DataSheet_Table .CS_DataSheet_Header_Row th {
	/*
background-color:#999;
*/
	color:#000;
	padding:5px;
	font-weight:normal;
	font-size:inherit;
}
.CS_DataSheet_Table .CS_DataSheet_Data_Row {
	background-color:#FFFFFF;
}

.CS_DataSheet_Table .CS_DataSheet_Data_Row_Alternate {
	background-color:#e9e9e9;
}
.CS_DataSheet_Table .CS_DataSheet_Summary_Row {
	background-color:#dad8d8;
}

.CS_DataSheet_HeaderItem_Anchor_Hover {
	font-weight: bold;
}

.CS_DataSheet_HeaderItem_Anchor {
	text-decoration: none;
}
