/* Python CCSTheme */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 13px; }
.PythonPageBODY{ }
.PythonFormTABLE{ border: 1px solid #4B6633; }
.PythonFormHeaderFont{ color: #000000; font-size: 14px; font-weight: bold; }
.PythonFieldCaptionTD{ border-bottom: 1px solid #4B6633; background-color: #C3CD8C; color: #4B6633; font-size: 13px; font-weight: bold; }
.PythonAltDataTD{ border-bottom: 1px solid #D8D8D8; background-color: #F4F4F4; color: #000000; font-size: 13px; }
.PythonColumnTD{ border-bottom: 2px solid #4B6633; background-color: #C3CD8C; color: #4B6633; font-size: 13px; }
.PythonDataTD{ border-bottom: 1px solid #4B6633; color: #4B6633; font-size: 13px; }
.PythonSeparatorTD{ height: 1px; background-color: #000000; }
.PythonFooterTD{ border-top: 2px solid #4B6633; background-color: #FFFFCC; color: #4B6633; font-weight: bold; font-size: 13px; text-align: center; }
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; }
.PythonButton {
	background-color: #FFFFCC;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	border: 1px solid #4B6633;
	color: #4B6633;

}
.PythonInput {
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	border: 1px solid #4B6633;
}
.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; }
.btn-spacer {
	margin: 5px;

}
