body {
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	font-family: Verdana;
}

select { height:28px; margin-right: 10px; }

option { padding: 10px; border-bottom: 1px solid #ddd; }

A:link {
    color: white;
    text-decoration: none;
}
A:visited {
    color: white;
    text-decoration: none;
}
A:active {
    color: lightgreen;
    text-decoration: none;
}
A:hover {
    color: lightgreen;
    text-decoration: underline;
}
#body {
	width: 100%;
}

#topbar {
    position: relative;
    height: 24px;
    background-color: darkgray;
}

#topbar_left {
    float: left;
    width: 30%;
}

#topbar_left h1 {
    text-align: left;
	margin-left: 10px;
}

#topbar_right {
    float: right;
    width: 30%;
    margin-right: 10px;
}

#topbar_right h1 {
    text-align: right;
	margin: 0px;
}


#info {
	width: 60%;
	margin: 20px auto;
	height: auto;
	background-color: red;
	font-size: 14px;
	text-align: center;
}

#menu {
	margin: 10px auto;
    height: 70px;
	color: black;
	font-size: 12px;
	text-align: center;
}

#menu a {
	display: inline-block;
	background-color: white;
	width: auto;
	padding: 7px;
	border: 1px solid #00f;
	border-radius: 3px;
	margin-right: 10px;
	text-align: center;
	color: black;
	white-space: nowrap;
}

#menu a:hover {
	background-color: #eee;
	box-shadow: -4px -4px 3px #999;
	text-decoration: none;
}
#menu h1 {
	color: gray;
}

#userform {
    background: gray;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 350px;
    box-shadow: 8px 8px 8px black;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
}

#userform input {
    font-family: Verdana;
    font-size: 14px;
}

#main {
	position: relative;
	overflow: auto;
    margin-left: 50px;
    margin-right: 50px;
	margin-top: 20px;
	background-color: #eee;
	text-align: center;
}

#main A:link {
    color: green;
    text-decoration: none;
}
#main A:visited {
    color: green;
    text-decoration: none;
}
#main A:active {
    color: green;
    text-decoration: none;
}
#main A:hover {
    color: green;
    text-decoration: underline;
}

table#stats {
	width: 80%;
	margin: 10px auto;
	padding: 2px;
	text-align: center;
	line-height: 28px;
	background: #eee;
	border: 1px solid black;
	border-collapse: collapse;
}
#stats td, #stats tr, #stats th {
	border: 1px solid black;
}

table#stats tr:nth-child(odd) { background-color: white; }
table#baselinker tr:nth-child(even) { background-color: white; }
table#baselinker tr { line-height: 16px; }

table#partner_stats tr:nth-child(even) { background-color: white; }

table#stats_new {
	width: 80%;
	margin: 10px auto;
	padding: 2px;
	text-align: center;
	line-height: 28px;
	background: #eee;
	border: 1px solid black;
	border-collapse: collapse;
}
table#stats_new td, table#stats_new tr, table#stats_new th {
	border: 1px solid black;
}
table#stats_new tr:nth-child(odd) { background-color: white; }

h1 {
    text-align: center;
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    color: white;
	margin: 0px;
}

h2 {
    text-align: center;
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    color: black;
}

h3 {
    text-align: center;
    font-family: Verdana;
    font-size: 28px;
    font-weight: normal;
    color: black;
}

table {
	width:80%;
	margin: 10px auto;
	padding: 2px;
	text-align: center;
	line-height: 28px;
	background: #eee;
	border: 0px;
	border-spacing: 0px;
}
td.right {
	text-align: right;
	padding-right: 10px;
}
td.left {
	text-align: left;
	margin-left: 10px;
}