.td_header {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #c1c1c1;
	padding-left: 3px;
    padding-bottom: 1px;
}

.td_sub_header {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #dedede;
	background-color: #efefef;
	padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
}

.td_pagination {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid white;
	background-color: #c1c1c1;
	padding-left: 3px;
    padding-bottom: 1px;
}

.td_seperator {
	border-right: 1px solid white;
	background-color: #c1c1c1;
}

.td_row2 {
	font-family: Arial, Verdana;
	font-size: 11px;
	padding-left: 2px;
    padding-bottom: 1px;
    background-color: #e1e1e1;
}

.td_row1 {
	font-family: Arial, Verdana;
	font-size: 11px;
	border-right: 1px solid white;
	background-color: #f3f3f3;
	padding-left: 2px;
    padding-bottom: 1px;
}

.sub_table {
    border-right: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

.errorbox {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #ff2525;
	background-color: #ff8181;
	padding: 3px;		
}

.successbox {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #4eb62e;
	background-color: #8aff81;
	padding: 3px;		
}

.navi {
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #333333;
}

.navi a:link {
    color: #333333;
    text-decoration: underline;
}

.navi a:hover {
    color: #828375;
    text-decoration: underline;
}

.navi a:visited {
    color: #333333;
    text-decoration: underline;
}

.navi a:active {
    color: #cc0000;
    text-decoration: none;
}

