html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: KlingonDagger;
	font-size: 12px;
}

table.tbfull-width {
	width: 85%;
	border: 5px;
	border-width: 5px;
	border-color: #AA0000;
	border-style: solid;
	background-color: #000000;
	margin-left: auto; margin-right : auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-right: auto;
}

table.tbheader {
	width: 90%;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

table.tbmain {
	width: 95%;
	border: 5px;
	border-width: 5px;
	border-color: #AA0000;
	border-style: solid;
	background-color: #000000;
	margin-left: auto; margin-right : auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-right: auto;
}

table.redborder {
	border: 3px;
	border-color: #AA0000;
	border-style: solid;
	margin-left: auto; margin-right : auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-right: auto;
}

table.history {
	border: 2px;
	border-color: #AA0000;
	border-style: solid;
	empty-cells: show;
	margin-left: auto; 
	margin-right : auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

table.history td {
	border: 1px solid #A00;
	empty-cells: show;
}

table.council {
	border: 5px;
	border-color: #AA0000;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

table.council td {
	border: 1px solid #A00;
}

table.drkgray {
	border: 5px;
	border-color: #333;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}

table.drkgray td {
	border: 1px solid #333;
}

table.red {
	border: 2px;
	border-color: #AA0000;
	border-style: solid;
	empty-cells: show;
	margin-left: auto; 
	margin-right : auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

table.red td {
	border: 1px solid #A00;
	empty-cells: show;
}

table.blue {
	border: 2px;
	border-color: #00F;
	border-style: solid;
	empty-cells: show;
	margin-left: auto; 
	margin-right : auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

table.blue td {
	border: 1px solid #00F;
	empty-cells: show;
}

table.teal {
	border: 2px;
	border-color: #066;
	border-style: solid;
	empty-cells: show;
	margin-left: auto; 
	margin-right : auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

table.teal td {
	border: 1px solid #066;
	empty-cells: show;
}

div.divglobal {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

div.divmain {
	position: absolute;
	left: 275;
	top: 10;
	z-index: 1;
	width: 75%;
	border: 2px;
	border-color: #AA0000;
}

div.divleft-top {
	position: absolute;
	left: 0;
	top: 10;
	width: 275;
	z-index: 1
}

div.divleft-notes {
	position: absolute;
	left: 0;
	top: 465;
	width: 275;
	align: center;
	z-index: 2
	border: 2px;
	padding:2px; 
	border-color: #AA0000;
}

div.divleft-bottom {
	position: absolute;
	left: 0;
	top: 575;
	width: 275;
	z-index: 3;
}

div.divleft-qrcode {
	position: absolute;
	left: 0;
	top: 700;
	width: 275;
	z-index: 5
}

div.divleft-ads {
	position: absolute;
	left: 0;
	top: 900;
	width: 275;
	z-index: 4
}

div.banner {
	padding:10px; 
}


p.pklingonblade {
	font-family: KlingonBlade;
	font-size: 50px;
}

p.ptitle {
	font-family: KlingonDagger;
	font-size: 40px;
}

p.pheaderyell {
	font-family: KlingonDagger;
	font-size: 20px;
	color: #AA8000
}

p.midgray {
	font-family: KlingonDagger;
	font-size: 15px;
	color: #888888
}

p.yellow {
	font-family: KlingonDagger;
	font-size: 15px;
	color: #AA8000
}

p.red {
	font-family: KlingonDagger;
	font-size: 15px;
	color: #AA0000
}

p.redleft {
	font-family: KlingonDagger;
	font-size: 15px;
	color: #AA0000;
	text-align: left;

}

iframe {
overflow-x: hidden;
}

