	body {
	margin:5px;
}
.adminMenuHeadingON {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	background-color:#FFFFFF;
}
.adminMenuHeadingON a {
	color: #000000;
	text-decoration: none;
}
.adminMenuHeadingOFF {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	background-color:#EEEEEE;
}
.adminMenuHeadingOFF a {
	color: #000000;
	text-decoration: none;
}
.adminMenuItem {
	padding: 3px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.bodyText {
	font-family: Tahoma;
	font-size: 11px;
}
.bodyText td {
	font-family: Tahoma;
	font-size: 11px;
	background-color:#FFFFFF;
}
.bodyText a {
	color: #000000;
}
.bodyText input, .bodyText select {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #000000;
}
.dtgRow {
	font-family: Tahoma;
	font-size: 11px;
}
.dtgRow td {
	padding:2px;
}
.fieldName {
	font-weight: bold;
}
.itemHeading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
}
.rowError {
	color:#CC0000;
	font-weight:bold;
}
.rowOK {
	color:#339900;
	font-weight:bold;
}
.tabOFF {  
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	height: 20px; 
	border: solid 1px #CCCCCC; 
	padding-top: 0px; 
	padding-right: 5px; 
	padding-bottom: 0px; 
	padding-left: 5px; 
	background-color: #EEEEEE
}
.tabOFF a {
	color: #000000; 
	text-decoration: none; 
}
.tabON { 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	height: 23px; 
	border-color: #CCCCCC;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px; 
	padding-top: 0px; 
	padding-right: 5px; 
	padding-bottom: 0px; 
	padding-left: 5px; 
	cursor:default
}
.tabON a {
	color: #000000; 
	text-decoration: none; 
}
.tabOVER { 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	height: 25px; 
	border: solid 1px #CCCCCC; 
	cursor:pointer; 
	padding-top: 0px; 
	padding-right: 5px; 
	padding-bottom: 0px; 
	padding-left: 5px; 
	background-color: #EEEEEE
}
.tabOVER a {
	color: #000000; 
	text-decoration: none; 
}
.tabPane {  
	border-color: #CCCCCC; 
	border-style: solid; 
	border-top-width: 0px; border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.treeText {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}
.treeText a {
	color:#000000;
}
.vColumnHeading {
	font-family: Tahoma; 
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 3px;
	text-align: center;
}
.vItemCell {  
	padding-top: 0px; 
	padding-right: 3px; 
	padding-bottom: 0px; 
	padding-left: 3px; 
}
.vItemNormal {  
	font-family: Tahoma; 
	font-size: 11px;
	background-color: #FFFFFF;
	cursor: default;
}
.vItemActive {  
	font-family: Tahoma; 
	font-size: 11px;
	color: #000000;
	background-color: #DDDDDD;
	cursor: default;
}
.warning {
	color: #CC0000;
	font-weight: bold;
}