.blockleft {
	padding: 10px; float: left;
}
.blockright {
	padding: 10px; float: right;
}
.tableblue {
	border: 1px dashed rgb(135, 206, 235);
}
.tableblue tr.mtrow {
	background-color: rgb(245, 255, 250);
}
.tableblue tr.alternate.mtrow {
	background-color: rgb(240, 248, 255);
}
.textblue {
	color: navy;
}
.textblue strong {
	color: rgb(139, 0, 0);
}
.voted.textblue {
	color: rgb(30, 144, 255);
}
.voted.textblue strong {
	color: rgb(255, 69, 0);
}
.gdinactive.buttonblue {
	border-color: rgb(112, 128, 144); background-color: rgb(230, 230, 250);
}
.gdactive.buttonblue {
	border-color: rgb(0, 0, 139); background-color: rgb(173, 216, 230);
}
.gdinactive.buttonblue a {
	color: gray;
}
.gdactive.buttonblue a {
	color: rgb(0, 0, 205);
}
.tablered {
	border: 1px dashed rgb(255, 215, 0);
}
.tablered tr.mtrow {
	background-color: rgb(255, 255, 224);
}
.tablered tr.alternate.mtrow {
	background-color: rgb(255, 250, 205);
}
.textred {
	color: maroon;
}
.textred strong {
	color: black;
}
.voted.textred {
	color: rgb(255, 99, 71);
}
.voted.textred strong {
	color: rgb(220, 20, 60);
}
.gdinactive.buttonred {
	border-color: rgb(112, 128, 144); background-color: rgb(230, 230, 250);
}
.gdactive.buttonred {
	border-color: maroon; background-color: rgb(255, 215, 0);
}
.gdinactive.buttonred a {
	color: gray;
}
.gdactive.buttonred a {
	color: red;
}
.tablegreen {
	border: 1px dashed rgb(34, 139, 34);
}
.tablegreen tr.mtrow {
	background-color: rgb(255, 255, 240);
}
.tablegreen tr.alternate.mtrow {
	background-color: rgb(240, 255, 240);
}
.textgreen {
	color: rgb(0, 100, 0);
}
.textgreen strong {
	color: rgb(25, 25, 112);
}
.voted.textgreen {
	color: rgb(60, 179, 113);
}
.voted.textgreen strong {
	color: rgb(165, 42, 42);
}
.gdinactive.buttongreen {
	border-color: rgb(112, 128, 144); background-color: rgb(144, 238, 144);
}
.gdactive.buttongreen {
	border-color: rgb(50, 205, 50); background-color: rgb(34, 139, 34);
}
.gdinactive.buttongreen a {
	color: gray;
}
.gdactive.buttongreen a {
	color: rgb(0, 250, 154);
}
