body,html {
	height:100%;
}

div.all {
	background-color: white;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
	position:absolute;
	min-height:100%;
	height:100%;
	color:black;
	font-size: 12px;
	font-family: "tahoma", sans-serif, "Gill Sans MT", Arial, "Goudy Old Style";
	width: 800px;
	left:0px;
	top:0px;
	vertical-align:text-top;
}

td {
	font-size: 12px;
	font-family: "tahoma", sans-serif, "Gill Sans MT", Arial, "Goudy Old Style";
}



div[class=all] {
height:auto;
}

div[class=side] {
height:auto;
}

div[class=mainpagebody] {
height:auto;
}


div.side {
	background-color:white;
	position: absolute;
	width: 120px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.mainpagebody {
	background-color:white;
	position: absolute;
	width: 640px;
	top:0px;
	right: -1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	z-index: 10;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;

}



/*-- Footer --*/

div#bottom {
position:absolute;
bottom:0px;
padding-right:10px;
clear:both;
width:620px;
}

div.footer{
text-align:center;
font-size:10px;
}

/*-- End of Footer --*/


div.all a {
text-decoration: none;
}
div.all a:active {
}
div.all a:visited {
}
div.all a:hover {
text-decoration: underline;
}


table#list td {
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:black;
padding: 3px;
}

table#innerlist {
border-spacing:0px;
}

table#innerlist td {
padding-left: 0px;
padding-right: 2px;
padding-bottom: 0px;
padding-top: 0px;
border-bottom-style:none;
border-spacing:0px;
}

table#innerlist_contribute td {
padding-right: 5px;
border-bottom-style:none;
}

table#innerlist_contribute {
border-spacing:0px;
}

table#box_name td{
color: black;
text-align:center;
font-size:20px;
font-family: sans-serif;
font-weight:bold;
border:0px;
}

table#box_name_closed td{
color: black;
text-align:center;
font-size:20px;
font-family: sans-serif;
font-weight:bold;
}

table#box_nameplate {
background-image: url(clipart/black_bg.jpg);
}

table#box_nameplate td{
border-style:solid;
border-width:2px;
border-color:white;
color: white;
padding-top: 2px;
padding-right: 20px;
padding-bottom: 2px;
padding-left: 20px;
text-align:center;
font-size:20px;
font-family: sans-serif;
font-weight:bold;
}

table#box_prefixplate td{
border-style:solid;
border-width:2px;
border-color:black;
padding-top: 2px;
padding-right: 15px;
padding-bottom: 2px;
padding-left: 15px;
color: black;
background:white;
text-align:center;
font-size:20px;
font-family: sans-serif;
font-weight:bold;
}

table#box_nameplate_closed td{
border-style:double;
border-width:6px;
border-color:white;
padding-top: 2px;
padding-right: 20px;
padding-bottom: 2px;
padding-left: 20px;
color: white;
background:black;
text-align:center;
font-size:20px;
font-family: sans-serif;
font-weight:bold;
}

div[class=side] {
height:auto;
}
div.side a {
text-decoration: none;
}
div.side a:active {
}
div.side a:visited {
}

div.side a:hover {
text-decoration: underline;
}


div.side a.blacklink {
color:black;
}

/*-- End of Side Bar --*/

/*-- Print --*/

div#print {
font-family:"tahoma", sans-serif;
color:black;
font-size:12px;
top:0px;
left:0px;
width:640px;
padding-left:10px;
padding-right:10px;
height:100%;
}

/*-- Footer --*/

div#print div#bottom {
position:relative;
bottom:0px;
padding-right:10px;
clear:both;
}

/*-- End of Footer --*/

div#print h2 {
color:black;
}

div#print h3 {
color:black;
}

div#print a {
color:black;
text-decoration: none;
}


/*-- End of Print --*/

/* Panel positioning */

table#panel td div {
height:58px;
width:58px;
position:relative;
text-align:center;
}

table#panel td span {
position:absolute;
left:2px;
width:54px;
font-size:10px;
color:black;
top:40%;
}


div.pagelinks {
	position: relative;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: black;
}

div.pagelinks a {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 2px 2px 0px 2px;
	border-color: black;
}
div.pagelinks a:visited {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 2px 2px 0px 2px;
	border-color: black;
}

div.pagelinks a#current {
	background-color: white;
	border-bottom: 0px;
	padding-bottom: 2px;
}


