ul.checklist{
font-size:small;
/*padding:0 0 0 15px;*/
}
ul.checklist li{
/*margin:0;
padding:0;*/
margin-left:-1em;
list-style-image:url('../images/bullet_check.gif');
}

tr.striped{
	background-color:#DAF1FD;
}

p{
margin:0 0 1em 0;
}

img{
border:0;
}

a{
color:#238b7e;
}
a:hover{
color:#199AD4;
}

ul{
margin-top:0;
margin-bottom:1em;
}
ul ul, ul ul ul{
	margin-bottom:0;
}
ul li{
	margin-left:-1em;
}

div.error{
	border:1px solid red;
	background-color:#FAC9C9;
	margin-bottom:1em;
	padding:2px;
}
div.success{
	border:1px solid green;
	background-color:#B7FFAA;
	margin-bottom:1em;
	padding:2px;
}
div.warning{
	border:1px solid #C9D002;
	background-color:#FEFFBD;
	margin-bottom:1em;
	padding:2px;
}

td.nowrap, table.nowrap td{
	white-space:nowrap;
}

.missed{
	background-color:#FFCCCC;
}
.required{
	/*background-color:#FFFFCC;*/
}

table.top td{
vertical-align:top;
}

form{
	margin:0;
	padding:0;
}

