body, a 
{
	color: #484c4b;
}

a
{
	color: #07bfdb;
}

button
{
	border: 1px solid black;
}

/* HEADER */
.header
{
	background: url('../images/header1.png') #3ad5eb no-repeat;
}

	.header .inner
	{
		background: url('../images/header2.png') no-repeat right;
	}

	/* MENU */
	.menu a { 
		background: url(../images/menuitem.png) no-repeat;
		width: 98px;
		height: 30px;
		font-weight: bold;
		color: black;
	}

	.menu a:hover
	{
		background-image: url(../images/menuitem_hover.png);
	}


	/* LOGIN AREA */
	.header .login input
	{
		background: #fffe87;
		border: 1px solid black;
	}


	/* "LOGGED IN" INFO */
	.loggedin a
	{
		background: url(../images/mini_menuitem.png) no-repeat;
		color: black;
		font-size: 10px;
	}

	.loggedin a:hover
	{
		background-image: url(../images/mini_menuitem_hover.png);
	}


/* PAGE LAYOUT */
#sidebar h1
{
	background: #07bfdb;
	color: white;
	font-size: 120%;
	border-left: 1px solid #07bfdb;
	border-right: 5px solid #dede56;
}


/* buttons */

a.button
{
    background: #07bfdb;
	color: white;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
}

a.button:hover, a.button:active
{
    background: #07d5f5;
}

/* ANNOUNCEMENTS */

.announcements div
{
	border: 1px solid #ddd;
}

/* PORTAL */
.portal .item { background: #e2eaec; }
.portal .item h2 a { color: #444; }

.listing
{
	background: #e2eaec;
}

	.listing th
	{
		background: #07bfdb;
		color: white;
	}

	.listing th a
	{
		color: white;
	}

	.listing td, .listing th
	{
		border: 1px solid #07bfdb;
	}

.paging .pagenum
{
	background: #07bfdb;
	color: white;
}

.paging span.pagenum
{
	background: #ccc;
}

/* AUTH FORMS */

.auth table { background: #e2eaec; }

.message { background: url(../icons/information.png) no-repeat #eee 5px; }
.error
{
	background: url(../icons/exclamation.png) no-repeat #eee 5px;
	border: #07bfdb solid 1px;
}

.instruction { background: #e2eaec; }
.login_or_signup a { font-weight: bold; }

.timetrials dt 
{
	background: #e2eaec;
}

/*
.tla
{
	border: 1px solid #ddd;
}

	.tla h1
	{
		background: #ddd;
		color: black;
	}
	*/

.dice .die {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: url(../settlers/dice.png) no-repeat -5px -5px;
}

.dice #result {
    font-size: 2em;
    display: block;
    margin-bottom: 1em;
}

.dice {
    margin-bottom: 2em;
}

