html, body { height: 100%; }

html
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-ms-overflow-y: scroll;
}

img { border: none!important; }

.left 		{ text-align: left!important; }
.center 	{ text-align: center!important; }
.right 		{ text-align: right!important; }

.vtop 		{ vertical-align: top; }
.vmiddle 	{ vertical-align: middle; }
.vbottom 	{ vertical-align: bottom; }

.padded { padding: 1em !important; }
.paddedsides { padding-left: 1em !important; padding-right: 1em !important; }

.bold { font-weight: bold; }
.nonbold { font-weight: normal; }

.smaller { font-size: 85%; }
.larger { font-size: 115%; }

div.maincontainer
{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: none 0;
	padding: 0 0 2em;
	
	min-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

table.ptable
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.8em;
}

table.ptable td
{
	text-align: left;
}

#pagefooter
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* wee Acmlmboard username colors */
.uc_-1{color:#aaa;}
.uc_0{color:#97ACEF;}
.uc_1{color:#D8E8FE;}
.uc_2{color:#AFFABE;} 
.uc_3{color:#FFEA95;}
.uc_4{color:#FFEA95;}
