/* RESET */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,td { margin: 0; padding: 0; } table { border-collapse: collapse; border-spacing: 0; 	border: 0; 	font-size: 100%; } img { border: 0; } td { vertical-align: top; font-size: 100%; } input { 	margin: 0; 	padding: 0; }

/* CSS
-----------------------------------------------------------------------------*/

body {
    background-color: black;
	font: 11px Tahoma, 'Verdana', sans-serif;
	width: 100%;
	height: 100%;
	color: white;
}

body, table, td {

	line-height: 150%;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-family: 'Times New Roman';
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 12px;
}

h2.header {
    border-bottom: 1px solid white;
    /*background-image: url('/images/header.png');*/
    background-color: rgb(40,0,0);
    background-position: center;
    padding: 8px;
    text-align: center;
}

h2.status {
    background-image: url('/images/status.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px;
    text-align: center;
    text-transform: none;
}

h2.nick {
    text-transform: none;
}

a.status {
	font: 17px 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}

input.text {
    vertical-align: middle;
    font-size: 11px;
    padding: 3px;
    height: 21px;
    background-color: black;
	color: white;
    border: 1px solid white;
}

select, textarea {
    font-size: 11px;
    background-color: black;
	color: white;
    border: 1px solid white;
	font: 11px Tahoma, 'Verdana', sans-serif;
}


input.button {
    font-size: 12px;
    width: 86px;
    height: 27px;
    cursor: pointer;
    background-color: rgb(40,0,0);
	color: white;
    border: 1px solid white;
    padding-bottom: 2px;
}

.line {
    height: 0px;
    margin: 10px;
    border-bottom: 1px dotted white;
}

a {
    text-decoration: none;
    color: white;
	font-family: 'Tahoma', 'Verdana';
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
