DIV.loading {
	text-align: center;
}
DIV.message {
	color: red;
	padding: 2px;
}
BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
A {
  text-decoration: none;
  font-weight: normal;
  color: #000099;
  font-size: 12px;
}

A:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #000099;
  font-size: 12px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.pagetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	margin-top: 100px;
	padding-top: 100px;
	clip:  rect(25px auto auto auto);




}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
}

.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}
.button2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
}
.red1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #DEE2F7;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.btn_add {
	background-image: url(../images/add.gif);
	width: 142px;
	padding: 5 5 5 5;
	border-style: solid;
	border-width:1px;
	border-color: #333333;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-position: left center;
	margin-right:5px;
	text-align: center;
	float:left;
	cursor:hand;
	font-weight:bold;
	text-decoration:none;
}
.btn_back {
	background-image: url(../images/back.gif);
	width: 80px;
	padding: 5 5 5 5;
	border-style: solid;
	border-width:1px;
	border-color: #333333;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-position: left center;
	margin-right:5px;
	text-align: right;
	float:left;
	cursor:hand;
}
.btn_edit {
	background-image: url(../images/edit_big.gif);
	width: 80px;
	padding: 5 5 5 5;
	border-style: solid;
	border-width:1px;
	border-color: #333333;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-position: left center;
	margin-right:5px;
	text-align: right;
	float:left;
	cursor:hand;
}
.btn_del {
	background-image: url(../images/delete_big.gif);
	width: 80px;
	padding: 5 5 5 5;
	border-style: solid;
	border-width:1px;
	border-color: #333333;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-position: left center;
	margin-right:5px;
	text-align: right;
	float:left;
	cursor:hand;
}
.btn_view {
	background-image: url(../images/delete_big.gif);
	width: 80px;
	padding: 5 5 5 5;
	border-style: solid;
	border-width:1px;
	border-color: #333333;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-position: left center;
	margin-right:5px;
	text-align: right;
	float:left;
	cursor:hand;
}
.btn_clear{clear:left}
.td-label {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	color: #666666;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-right:2px;
}

.td-data {
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	padding-left:5px;
}

.tabel-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #F3F3F3;
	padding: 0px 0px 0px 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;

}
.dataset {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.div-on{
	width:150px;
	height:22px;
	border-style:solid;
	border-color:orange;
	border-width:1px;
	border-bottom-width:0px;
	float:left;
}
.div-off{
	width:150px;
	height:22px;
	float:left;
	border-bottom-style:solid;
	border-bottom-color:orange;
	border-bottom-width:1px;

}
.framer{
	width:750px;
	border-style:solid;
	border-color:orange;
	border-width:1px;
	border-top-width:0px;
	clear:left
}
html,body {
    height:100%;
    margin:0;
}
body>#maincontent {
    height: auto;
    min-height: 100%;
}