/* Python CCSTheme */

.PythonPageBODY{ font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; }

.PythonFormTABLE{
	border: 1px solid #CEE1AA;
	vertical-align: middle;
	padding: 1px;
	margin: 2px;
	
	
}

.PythonFormHeaderFont{ color: #000000; font-size: 16px; font-weight: bold; }

.PythonFieldCaptionTD{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #DDEFCF;
	color: #000000;
	font-size: 11px;
	padding: 2px;
	font-weight: bold;
	
}
.PythonDataTD{
	
	color: #000000;
	font-size: 11px;
	vertical-align: middle;
	background-color: white;
	padding: 2px;
	
}
.PythonAltDataTD{
	
	background-color: #DDEFCF;
	color: #000000;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
}

.PythonColumnTD{
	border-bottom: 1px solid #000000;
	background-color: #94C96D;
	color: #000000;
	font-size: 12px;
	font: bold;
	padding: 5px;
	
}

.PythonErrorDataTD{
	border-bottom: 1px solid #D8D8D8;
	color: #FF0000;
	font-size: 13px;
}
.PythonSeparatorTD{ height: 1px; background-color: #000000; }

.PythonFooterTD{
	border-top: 1px solid #000000;
	background-color: #DDEFCF;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 2px;
}

a.PythonSorterLink:link,a.PythonSorterLink:visited{ color: #000000; font-size: 13px; text-decoration: underline; }
a.PythonSorterLink:hover,a.PythonSorterLink:active{ color: #000000; font-size: 13px; text-decoration: none; }
a.PythonDataLink:link,a.PythonDataLink:visited{ color: #000084; font-size: 13px; text-decoration: underline; }
a.PythonDataLink:hover,a.PythonDataLink:active{ color: #000084; font-size: 13px; text-decoration: none; }
a.PythonNavigatorLink:link,a.PythonNavigatorLink:visited{ color: #000000; font-weight: bold; font-size: 13px; text-decoration: underline; }
a.PythonNavigatorLink:hover,a.PythonNavigatorLink:active{ color: #000000; font-weight: bold; font-size: 13px; text-decoration: none; }

.PythonInput { border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; font-size: 13px; font-family: Tahoma, Verdana, Arial, Helvetica; }
.PythonTextarea { border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; font-size: 13px; font-family: Tahoma, Verdana, Arial, Helvetica; }
.PythonSelect { font-size: 13px; font-family: Tahoma, Verdana, Arial, Helvetica; }
/* Calendar */
a.today:link,a.today:visited{ color: #FF0000; font-weight: bold; text-decoration: none; }
a.today:hover,a.today:active{ color: #000000; font-weight: bold; text-decoration: none; }
a.selectedDay:link,a.selectedDay:visited{ color: #000000; font-weight: bold; text-decoration: none; }
a.selectedDay:hover,a.selectedDay:active{ color: #FF0000; font-weight: bold; text-decoration: none; }
a.weekDay:link,a.weekDay:visited{ color: #000084; text-decoration: none; }
a.weekDay:hover,a.weekDay:active{ color: #FF0000; text-decoration: none; }
TD.selectedDay { margin: 1px; background-color: #DADADA; color: #000000; font-size: 13px; }
TD.today { border-top: 1px solid #FF0000; border-left: 1px solid #FF0000; border-bottom: 1px solid #FF0000; border-right: 1px solid #FF0000; color: #000000; font-size: 13px; }
TD.workday { border-bottom: 1px solid #D8D8D8; color: #000000; font-size: 13px; }
TD.weekend { border-bottom: 1px solid #D8D8D8; background-color: #EBEBEB; color: #000000; font-size: 13px; }
TH.calendar { margin: 1px; border-bottom: 2px solid #000000; background-color: #DADADA; color: #000000; font-size: 13px; }
.CalendarButtons { margin: 1px; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; background-color: #EEEEEE; font-size: 13px; font-family: Tahoma, Verdana, Arial, Helvetica; font-weight: bold; }
.CalendarControls { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 13px; }

.SysMenuBar{
	background-color: #94C96D;
	color: Black;
	padding: 5px;
	font-weight: bold;
	width: 97%;
	margin-bottom: 0px;
	font-size: 120%;
 
	}
	.SysActionBar{
	border-bottom: 1px solid Black;
	background-color: #DDEFCF;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
	padding: 3px;
	width: 97%;
}

.PythonButton {
	border-left: 1px  Black ridge;
	border-right: 1px solid Black;

	background-color: #C6FCC7;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	margin: 0px;
	
	padding: 2px;
	
}

.PythonButton:hover {

	border-left: 1px solid Black;
	border-right: 1px solid Black;
		background-color: #94C96D;
	color: Black;
	font-size: 11px ;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}

