html {
	font-size: 62.5%;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background:#000;
	color:#fff;
}

body {
	font-size: 1.2em;
}

p {
	margin-bottom: 1em;
}

button {
    cursor: pointer;
}
button:hover {
    background:#c90;    
}
a:link, a:visited {
	color:#fc0;
	/*text-decoration:none;*/
}
a:link, a:visited {
	color:#c90;
	/*text-decoration:none;*/
}
a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 0.8;
	padding-bottom: 8px;
	margin-top: 0px;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: 0px;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -2px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -2px;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -2px;
}
h6 {
	font-size: 1.1em;
	font-weight: normal
	letter-spacing: -2px;
}

h1 sup {
	font-color: #888;
	font-size: 0.6em;
	font-weight: normal;
}

ul {
}

ul li {
	list-style: square inside;
	padding-left: 1em;
}

table {
	border: 0;
	font-size: 1.2em;
}

table .hrule {
	padding: 0;
	border-bottom:2px solid #aaa;
}

th {
}

td {
	padding: 4px;
}

label, .label {
	color: #aaa;
}

.medium {
	font-size: 0.8em;
}

.small {
	font-size: 0.6em;
}

.tiny {
	font-size: 0.4em;
}

img { border:0; }

div#allowInstall {
	float:right;
	margin-right:-10px;
	/*margin-right:3.5%;*/
	/*width:100%;*/
	position: relative;
	z-index: 5000;
}

#alerts {
	padding:10px;
	color: #fff;
	background-color: #600;
}

#header {
	background:#000;
	color:#fff;
	font-weight: bold;
	padding:15px 0;
}
#header a,
#header a:visited,
#header a:hover,
#footer a,
#footer a:visited,
#footer a:hover{
    text-decoration: none;
}

#header a,
#header a:visited,
#header a:hover {
    color: white;
}

#header h1, #header h2, #header h3 {
	color: #fff;
    margin: 0;
    padding: 0;
}

#header table {
	width: 100%;
	max-width: 800px;
	text-align: left;
}

#footer {
	background:#000;
	color:#fff;
	padding:40px 0 20px 0;
}

#footer h2 {
/*	line-height: 0; */
    margin: 0;
}

#footer ul li {
	list-style: none;
	padding-left: 0em;
}

#footer table {
	width: 100%;
}

#footer th {
	color: #aaa;
	text-align: left;
	border-bottom:2px solid #aaa;
}

#smallprint {
	font-size:0.8em;
	color:#aaa;
}

.hint {
	color:#aaa;
	padding: 10px;
}

#bottomfooter {
	color:#aaa;
	border: 1px solid #aaa;
	padding: 10px;
}

#register {
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: bold;
	font-size: 1.2em;
}
#register a,
#register a:visited {
	color:#fc0;
	text-decoration:underline;
}

#sub_header {
	font-weight: bold;
    position: relative;
    height: 40px;
    font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
}

#sub_header div{
	font-weight: bold;
	font-size: 1.2em;
    position: absolute;
}

#sub_header a {
	color:#fc0;
	text-decoration: underline;
}

#reviews img {
    display: inline;
    vertical-align: middle;
    margin-left: 2px;
}

#reviews {
    float: right;
    right: 0;
}

#mutestatus {
	position: absolute;
	top: 10px;
	left: 45%;
	background-color: #fc0;
	border: 2px solid #fc0;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
	width: 140px;
    text-align: center;
}

#members {
	text-align: left;
	font-size: 1.2em;
	min-height: 200px;
}

#members table {
	width: 100%;
	border-collapse: collapse;
}

#members th {
	color: #aaa;
	text-align: left;
    padding: 0 5px;;
	font-size: 0.5em;
	border-bottom:2px solid #aaa;
}

#members .selfmember {
	/* background-color: #420; */
	background-color: #111;
}

#members .leader {
	/* background-color: #420; */
	background-color: #333;
}

#members .member {
	background-color: #111;
}

#members .disconnected {
	color: #888;
}

#members .no-height {
	height: 0px;
}

#register-form-container {
    text-align: center;
}
#register-form {
	text-align: left;
	font-size: 1.2em;
	width: 400px;
	/*padding: 10px;*/
	margin-left: auto;
	margin-right: auto;
}

#splash {
	text-align: center;
	font-size: 1.2em;
	/*max-width: 800px;*/
	margin-left: auto;
	margin-right: auto;
}

.volume-slider {
	height: 10px;
}

.boxed {
	border: 2px solid #000;
	padding: 10px 10px;
}

.mute-text {
    text-decoration: underline;
    cursor: pointer;
}

#wow-instance option.option-header {
    font-style: italic;
    margin-left: 0;
}
#wow-instance option {
    margin-left: 10px;
}