/* CSS Document */

/* general styles */

.datatable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	border-collapse:collapse;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #328AA4;
}

.datatable thead th{
	border:1px solid #eee;
	color:#fff;
	background-color: #1C8AAF;
	background-repeat: repeat-x;
	height: 27px;
	background-image: url(../icons/bg-th.gif);
}
.datatable tbody th{
	border:1px solid #eee;
	color:#0073A0;
	background-color: #D3E6EA;
	height: 25px;
}
.datatable tbody td{
	border:1px solid #eee;
	color: #666666;
	padding-left: 5px;
}
.datatable a{
	color: #FE9225;
}
.datatable a:link{
	text-decoration: underline;
}
.datatable a:visited{
	text-decoration: underline;
}
.datatable a:hover{
	color: #006699;
	text-decoration: none;
}
.datatable ul {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	list-style-type: none;
}
.datatable ul li {
	margin-top: 5px;
	list-style-image: url(../icons/arrow.gif);
	padding-bottom: 5px;
}
.datatable em{
	font-size: 12px;
	font-weight: bold;
	color: #FE9225;
	font-style: normal;
}

/* tablecloth styles */

/*
.datatable tr.even td{background:#e5f1f4;}
.datatable tr.odd td{background:#f8fbfc;}
*/
