/* Data Sheet */
.CS_DataSheet_Caption {text-decoration:none; text-align:center; font-weight:bold}
.CS_DataSheet_Alphabet {text-decoration:none; color:#0000FF; padding:3px;}
.CS_DataSheet_Alphabet_Selected {text-decoration:none; color:#880088; padding:3px;}
.CS_DataSheet_Table {padding:0; margin:0}
.CS_DataSheet_Header_Row {background-color:#888888;}
.CS_DataSheet_HeaderItem_First_Column {background-color:#EEEEEE; font-weight:bold; color:#CC6600; padding:4px; text-align:left}
.CS_DataSheet_HeaderItem_Column {background-color:#EEEEEE; font-weight:bold; color:#CC6600; padding:4px; text-align:left}
.CS_DataSheet_Data_First_Column {padding:4px;}
.CS_DataSheet_Data_Column {padding:4px;}
.CS_DataSheet_Data_Cell {text-align:left}
.CS_DataSheet_Data_Cell_Numeric {text-align:right}
.CS_DataSheet_Data_Cell_Action {text-align:center; text-decoration:underline; color:#0000FF}
.CS_DataSheet_Data_Row_Alternate {background-color:#E5E5E5}
.CS_DataSheet_Summary_Row {text-align:center}
.CS_DataSheet_Summary_Links {font-size:83%; text-decoration:none}
.CS_DataSheet_Summary_Current_Page {font-size:83%}
.CS_DatasheetExport_Link {text-decoration:none; color:#0000FF; padding:5px}


/* action column images for datasheets */
.DS_edit{
	background-image:url(/images/edit.png);
	height:15px;
	width:16px;
	cursor: pointer;
}
.DS_delete{
	background-image:url(/images/cross.png);
	height:15px;
	width:15px;
	cursor: pointer;
}

/* Simple Form */
/*
.CS_Form_Tree {font-size:83%}
.CS_Form_RichText {font-size:83%}
.CS_Form_Date {font-size:83%}
.CS_Form_Image {text-decoration:none; border-style:none}
.CS_Form_URL {font-size:83%}
.CS_Form_Email {font-size:83%}
.CS_Form_DropDown {font-size:83%} <--
.CS_Form_DropDown_Item {font-size:83%}
.CS_Form_SectionLabel {font-weight:bold; font-size:83%}
.CS_Form_Number {font-size:83%; text-align:right}
.CS_Form_Text {font-size:83%} <--
.CS_Form_Button {text-align:center; font-size:83%} <--
.CS_Form_Required {font-weight:bold; text-align:right; vertical-align:text-top} <--
.CS_Form_ResultText {font-size:83%}

.CS_Form_Form img {} <--
.CS_Form_SummaryMessage {font-size:83%}
*/
.CS_Form_Form td {padding: 2px; vertical-align: top;}
.CS_Form_Required_Baseline {padding-right:10px;}
.CS_Form_Label_Baseline {padding-right:10px;}
.CS_Form_Label { padding-right:10px;}
.CS_Form_Button {text-align:center; font-size:100%}
.CS_Form_Description {font-size:83%}


.CS_PgIndex_Item_Title {text-decoration:none; font-size:100%; line-height:18px;}

/* Provost page button control fix */
#cs_icon116100 {left:-100px; position:absolute;}

/* override tabs for CS forms */
.left-active {
	background-image: url("/commonspot/images/dlgtab-mid-left-active.gif") !important;
	
}
.right-active {
	background-image: url("/commonspot/images/dlgtab-mid-right-active.gif") !important;
}
.upper-middle-active {
	background-image: url("/commonspot/images/dlgtab-upper-middle-active.gif") !important;
}
.blank-td {
	background-image: url("/commonspot/images/blank.gif") !important;
	height: 3px !important;
}
.cs_tab_active {}
.cs_tab_inactive {}
.cs_dlgLabelSmall input {}

/* override the treeview css */
.treeview li {
	border: none !important;
}

/* Makes secondary CS menu align left */
.cs_secondary {
	text-align: left;
}

/* Edit forms */
.csForms td{
	margin: 5px;
	padding: 5px;
}

/* Override for stacked gears */
div.cs_elementUI  {  padding-top:2px  !important;}