ul.data_table_pager ul{
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 1px ;
	list-style: none;
	text-align: center;
}
ul.data_table_pager li {
	margin: 1px;
	padding: 1px;
	list-style: none;
	display: inline;
	border:1px solid #303030;
	background-color: #ffffff;
}
font.data_table_pager_font {
	font-size: 1.75em;
}

table.data_table {
        border-top: 1px solid #3c964b;
        border-right: 1px solid #3c964b;
	border-spacing: 0px;
}

table.data_table tbody tr { background-color: #fffcf2; }
table.data_table tbody tr.alt { background-color: #ecf7e4; }

table.data_table tbody td {
        padding:2px;
        text-align: left;
        border-bottom: 1px solid #3c964b;
        border-left: 1px solid #3c964b; 
        height : auto;
}

table.data_table thead th {
        padding: 2px;
        border-bottom: 1px solid #3c964b; 
        border-left: 1px solid #3c964b; 
        text-align: left;
        font-weight: bold;
        height: auto;
	cursor: pointer;
}

table.data_table th.col {
	background-color: #ffffff;
}

th.data_table_title  {
        font-size: 110%;
	background-color: #3c964b;
	color: #ffffff;
	text-align: center;
        padding: 2px;
        border-bottom: 1px solid #3c964b;
        border-left: 1px solid #3c964b;
        text-align: left;
        font-weight: bold;
        height : auto;
	cursor: auto;
}
