/*required - invalid message format*/
span.invalid, span.missing {
	display: inline;
	margin-left: 1em;
	font-weight: bold;
	color: #f66;
	font-size: 0.7em;
}
body .dojoTooltip {
	font-family: Tahoma, Verdana, "Microsoft Sans Serif";
	font-size: 8pt;
}
input.dojoValidateEmpty, input.dojoValidateValid {
	background-color: white;
	color: black;
}
/*******/
/*popup window*/
.dojoDialog {
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
}
form {
	margin-bottom : 0;
}
/*******/
/*side message*/
.dojoToaster{
	padding:1em;
	padding-top:0.25em;
	background:#73c74a;
}
/*******/
/*for the Filter Table*/
#list thead td, table thead th {
	background-repeat:no-repeat;
	background-position:right;
}
#list thead td.selectedUp, table thead th.selectedUp {
	background-image:url(up.gif);
}
#list thead td.selectedDown, table thead th.selectedDown {
	background-image:url(down.gif);
}
#list tbody tr:hover {
	background-color: #ffff80;
}
/*******/

		