form
{
	display:inline;
}

img
{
	border:0px;
}

td
{
	color: navy;
}

table.playerlist
{
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:navy;
	width:99%;
	text-align:center;
}

td.content1
{
	vertical-align: top;
	padding-left: 20px;
}

td.content2
{
	vertical-align: top;
	padding-left: 10px;
}

td.adminmenu
{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.formdescript
{	width: 250px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

td.formcont
{
	text-align: left;
}

td.rev
{
	text-align:center;
	padding-left: 10px;
	padding-right: 10 px;
	padding-top: 5px;
	padding-bottom: 5px;
}

th
{
	color: navy;
}

div.menuitem
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

div.contenttitle
{
	padding-top: 1px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

div.arcresult
{
	border-width: 1px;
	border-style: solid;
	border-color: #0000C7;
	width: 95%;
	padding-left: 3px;
	padding-right: 3px;
}

div.archeader
{
	background-color: #0000C7;
	color: white;
	font-size: 80%;
	width: 100%;
	padding-left: 3px;
}

div.album
{
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
	text-align: center;
}

div.albumname
{
	font-size: 110%;
	display: inline;
	padding-right: 20px;
}


/*Links*/

a
{
	color: navy;
	text-decoration: none;
}

a.leftmenu
{
	color: navy;
	font-size: 110%;
	text-decoration: none;
}

a.leftmenu:hover
{
	 color: navy;
	 text-decoration: underline;
}

a.archive
{
	color: black;
	text-decoration: none;
}

a.archive:hover
{
	color: black;
	font-size: 120%;
	text-decoration: underline;
}

a.album
{
	font-size: 80%;
}

a.white
{
	color: white;
}

a.rev
{
	font-weight: bold;
}

a.rev:hover
{
	font-size: 120%;
}
/*Form related items*/

div.formtitle
{
	text-align: center;
	font-size: 20;
	vertical-align: text-top;
	padding-bottom: 10px;
}

div.formitem
{
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}

/*Errors, etc*/

div.errormsg
{
	font-size: 20;
	color: red;
	text-align: center;
}

#copy
{
	font-size: 75%;
}