/* Fonts */
body, input, button, select, textarea{
    font-family: "Segoe UI", Arial, Helvetica, sans, sans-serif;
	font-size: 13pt;
}
body{
	text-align: center;
}
h1{
	font-weight: normal;
	font-style: italic;
	margin: 10px 0 10px 0;
}
h2 {
	margin: 10px 0 10px 0;
	white-space: nowrap;
}
h3 {
	margin: 10px 0 10px 0;
	text-align: center;
}

#container{
	display: inline-block;
	margin: auto;
	text-align: left;
}
#header{
	text-align: center;
}
#footer{
	clear: both;
	text-align: center;
	padding-top: 10px;
}
#loginbox{
	background-color: #CCCCFF;
	display: block;
	margin: auto;
	max-width: 300px;
	padding: 10px;
}
#loginbox table{
	width: 100%;
}
#loginbox table td{
	width: 50%;
}
#loginbox input[type=checkbox]{
	height: 25px;
	width: 25px;
	margin: 0;
	vertical-align: top;
}
#loginbox input{
	text-align: center;
}
#username, #password{
	width: 100%;
}
#loginbox a{
	font-size: small;
	color: #00A;
}

.bodyblock{
	display: table;
	margin: auto;
	font-size: 60%;
}

.ca{
	text-align: center;
}
.ra{
	text-align: right;
}
.la{
	text-align: left;
}




.detailtable td:nth-child(1), .detailtable th:nth-child(1), .detailtable td:nth-child(3), .detailtable th:nth-child(3){
	text-align: right !important;
}
.detailtable td{
	padding: 2px 4px;
	background-color: #BBB;
}
.detailtable th{
	padding: 2px 4px;
	text-align: left;
	background-color: #444;
	color: #FFF;
}
.detailtable td a{
	color: #000;
}
.detailtable th a{
	color: #FFF;
}
