@charset "utf-8";
/* Most usual classes */

/*
 * this list of classes refers to ALL the generated buttons inside the list; 
 * if you modify it, all the generated buttons will take on the new look */
.button_big, 
.button_small, 
.button_smallest, 
.KT_tngtable tbody tr.KT_buttons input, 
#KT_tngdeverror input, 
#KT_tngtrace input, 
.KT_tngtable th.KT_sorter input, 
.KT_row_filter_submit_button, 
.KT_tnglist .KT_tngtable tbody tr input, 
.KT_tnglist .KT_tngtable #KT_selAll, 
.KT_bottombuttons input, 
.KT_topbuttons input {
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: #3c63a2;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	margin-right: 5px;
	border-top: 1px solid #8BB3F4; border-left: 1px solid #8BB3F4;
	border-bottom: 1px solid #28426D; border-right: 1px solid #28426D;
}
/* CSS Document */

.formLabels {
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 4px;
}
fieldset {
	padding: 15px;
	width: 520px;
	font-size: 14px;
	background-color: #FFFFCC;
	margin-right: auto;
	margin-left: auto;
}
legend {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #00A0AF;
}
.formtextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: small;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #3C63A2;
}
.errorMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FF0000;
}

