.med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
input.plbutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	background-color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	background-color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
}
input.plbuttoninv {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background-color: #000099;
	font-size: 12px;
	font-weight: bold;
}
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000099;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.printonly { display:none }
@media print {
 .dontprint { display:none }
 .printonly { display:inline }
}
.yellow {
	color: #FFCC00;
}
.blue {
	color: #000099;
}
.red {
	color: #FF0000;
}
.columnLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
}.tableHeader {
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
.requiredText {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.successText {
	color: #00CC00;
	font-size: 12px;
	font-weight: bold;
}
.inputLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
}
#notification_message {
	top: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
	background-color: #FFF0F0;
	color: #660000;
	text-align: center;
}
div.midleft{
	display:block;

	/*set the div in the top right corner*/
	position:absolute;
	top:352px;
	left:1px;
	width:167px;
	height:208px;

	text-align: center;

	border:1px solid lightgray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.catmeter_number{
	border:2px solid #FF9933;
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	width:auto;
	margin-left:30px;
	margin-right:30px;
	font-size:130%;
	margin-top:2px;
	background-color: #FFCC00
}

div.catmeter_item {
	margin:0;
	margin-top:6px;
	text-align:center;
}