body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #f6f6f6;
	background-image: url(image/main_table_bg.gif);


}

td, th, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

a:link {
	color: #FF0000;
}

a:visited {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.menulink {
	color: #000000;
	text-decoration: none;
}

img {
  border: none;
}


.buttonok {
	background-image:   url(image/button_ok.gif);
	background-color: #FFFFFF;
	height: 21px;
	width: 91px;
	padding-left : 20px;
	border : none;
	cursor : pointer;
}

.required {
	color: #CC0000;
	font-weight: bold;

}
.menucell {
	background-color: #EFF3FF;
}

.listheading {
	background-color: #CCCCCC;
}
.listdarkrow {
	background-color: #EFEEED;
}

.listlightrow {
	background-color: none;
}

form {
	margin: 0px;
	padding: 0px;
}
.formwide {
	width: 330px;
}

.tablebordergrey {
	border: 1px solid #999999;
	background-color: #EFEEED;
}
