/* datatable */
.datatable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse:collapse;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #eeeeee;
	border-left-color: #eeeeee;
	margin-bottom: 5px;
	color: #0D488A;
	line-height: 15px;
}
caption {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.datatable thead th{
	color:#ADE9FC;
	font-size: 11px;
	background-image: url(../icons/bg_th.gif);
	background-repeat: repeat-x;
}
.datatable thead td,th{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #0D488A;
}
.datatable tbody tr th{
	color:#FFFFFF;
	background-color: #72B4D3;
	font-size: 11px;
}
.datatable tbody td,th{
	color: #0D488A;
	border: 2px inset #eeeeee;
	padding-left: 1px;
}
.datatable em{
	font-size: 12px;
	line-height: 20px;
	color: #151E25;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.datatable a{
	font-size: 11px;
	line-height: 20px;
	color: #039590;
	font-family: Arial, Helvetica, sans-serif;
}
.datatable a:link{
	text-decoration: underline;
}
.datatable a:visited{
	text-decoration: underline;
}
.datatable a:hover{
	text-decoration: none;
	color: #04A49C;
}
.datatable ol {
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #49A996;
	margin-left: 30px;
	margin-right: 2px;
	padding-left: 0px;
}
.datatable ol li {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
}
.datatable ul {
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #9C53A7;
	margin-left: 25px;
	margin-right: 2px;
	text-indent: 0px;
}
.datatable ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: square;
}
