/* @override http://rooms.gaardian.com/rooms.css */

body {
	font-family: Georgia, Tahoma, Verdana;
}

.top-strip {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #c7ebf3;
	color: black;
	height: 100px;
}

.top-strip a {
	text-decoration: none;
}

.top-strip a.main-site {
	color: black;
}

.header {
	font-size: 18pt;
	position: absolute;
	top: 40px;
	left: 100px;
	font-family: Tahoma;
	text-align: right;
}

.main-container {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 100%;
}

.levelrange {
	font-size: 8pt;
}

a {
	color: #6d949e;
	text-decoration: underline;
}

div.searchbox {
	vertical-align: middle;
	width: 100%;
	background-color: #ffedff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-family: Tahoma, Verdana;
}

div.searchbox span {
	font-size: 14pt;
}

div.searchbox#submit {
	font-size: 14pt;
}

input#submit {
	font-size: 14pt;
	background-color: #c7ebf3;
}

a:hover, .top-strip a.main-site:hover {
	color: red;
}

p.warning {
	color: red;
}

input#room {
	width: 25%;
	font-size: 18pt;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.footer {
	right: 0px;
	font-size: 10pt;
	margin-right: 10px;
	padding: 10px;
	text-align: right;
}

.messages {
	margin-left: 100px;
	margin-bottom: 50px;
}

.campaign-table a {
	color: #600060;
}

.campaign-table a:hover {
	color: red;
}