h1 {text-align: center;
    font-family: "Calibri";
	margin: 0;
	}

h2 {text-align: center;
    font-family: "Calibri";
	margin: 0;
	}

h3 {text-align: center;
    font-family: "Calibri";
	margin: 0;
	}

body {font-family: "Calibri"; }	

p {text-align: center; }

a.p_button {
	width: 150px;
	height: 150px;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #E0E0E0;
	line-height: 150px;
	border: 1px solid #A0A0A0;
    //text-align: center;
	margin: 5px;
	font-size: 16px;
	color: #000000;
    //vertical-align: middle;	
}

a:hover.p_button {
	//width: 180px;
	text-decoration: none;
	background-color: #D0D0D0;
	font-size: 20px;
	color: #000000;
}

a:visited.p_button {
	text-decoration: none;
	background-color: #E0E0E0;
	color: #000000;
}

a.pi_button {
	width: 400px;
	height: 50px;
	display: block;
	text-decoration: none;
	background-color: #E0E0FF;
	line-height: 50px;
	border: 2px solid #C0C0FF;    
	margin: 2px;
	font-size: 16px;
    
}

a:hover.pi_button {
	//width: 420px;
	text-decoration: none;
	background-color: #D0D0FF;
	font-size: 18px;
}

a:visited.pi_button {
	text-decoration: none;
	background-color: #E0E0FF;
	color: #000000;
}



div.centered { text-align: center; }

#container {	
	margin: auto;
	padding: 0 0;
	//width: 1200px;
}


table#MyDataTable {
	border-collapse: collapse;	
	
}

table#MyDataTable tbody td  {
	text-align: center;
}

table#MyDataTable thead th {
	background-color: #C0E0FF;	
	border: 2px solid white;
	
}

table#MyDataTable tbody tr {
	border-bottom: 1px solid #E0E0E0;
}


table.tbl_output {
	border-collapse: collapse;		
}

table.tbl_output td.c_fs {
	color: #FFFFFF;
	background-color: #000060;
	width: 80px;
	height: 40px;
}

table.tbl_output td {
	text-align: center;
	font-size: 16px;
	border: 1px solid #A0A0A0;
}


.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;	
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}
 
.dataTables_length {
	width: 50%;
	text-align: left;
	float: left;
}
 
.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
	text-align: left;
}

.dataTables_paginate {
	float: right;	
	text-align: right;	
}
