/*
	GENERAL
*/
.calendar_float_clear {
	clear: both;
}

/* SIMPLE FORM STYLES */
.CS_Form_Required, .CS_Form_Required_Baseline {
	font-weight: bold;
}
.CS_Form_Label_Baseline {
	font-size: 100% !important;
}


/* COPY PAGE STLYES */
#copyEventWrapper {
	font: .85em Verdana,Arial;
}
#copyEventHeader {
	margin-top: 10px;
	margin-bottom: 10px;
}
#copyEventHeader div {
	padding-bottom: 4px;
}
#copyEventBox {
	font: .85em Verdana,Arial;
}


/*
	DATASHEET STYLES
*/

.CS_Element_DataSheet {
	overflow:auto;
	width: 500px;
}
.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;
}