* {
	
	margin: 0;
	padding: 0;
	
}

a img {
	
	border: none;
	
}

html {
	
	
	margin: 0 auto;
	
}

body {
	background: #000 url(../images/wotlk/bg-woltk.jpg) repeat-y center fixed; 	
	font-family: trebuchet ms, verdana, tahoma, arial;	
	margin: 0 auto;
	width: 963px;
	color: #00fcff;
/*	background: #000; */
	
}

#content-container {
	
	width: 100%;
	text-align: center;
	
}

#content {
	
	width: 963px;
	margin: 0 auto;
	background: #000;
	text-align: left;
	margin-bottom: 40px;
}

#login_page {
	
	margin-left: 20px;
	margin-top: 100px;
	margin-bottom: 60px;
	
}

#head {
	
	background-image: url(../images/wotlk/head-woltk.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 963px;
	
}

#head h1 {
	
	text-indent: -5000px;
	
}

#left {
	
	background-image: url(../images/wotlk/left-woltk.jpg);
	background-repeat: no-repeat;
	width:620px;
	min-height: 744px;
	float: left;
	
}

#right {
	
	background-image: url(../images/wotlk/right-woltk.jpg);
	background-repeat: no-repeat;
	width: 343px;
	min-height: 744px;
	float: right;
	
}

#lower {

	margin-top: 40px;
	width: 343px;
	min-height: 149px;

}

#recruitment_link {
	
	margin-left: -120px;
	margin-top: 10px;
	position: absolute;
	
}

#recruitment_icons {
	
	padding-left: 120px;
	padding-top: 10px;
	
}

#row_2 {
	
	margin-top: -10px;
	padding-left: 24px;
	
}

#links {
	
	text-align: center;
	
}

#menu {
	
	padding-top: 75px;
	padding-left: 30px;
	
}

#menu a {
	
	display: block;
	height: 50px;
	width: 300px;
	
}

#menu a:hover {
	
	background-image: url(../images/wotlk/hover_background-woltk.png);
	background-repeat: no-repeat;
	background-position: top;
	
}

#menu ul {
	
	list-style-type: none;
	
}

#post_content {
	
	margin-left: 20px;
	margin-top: 100px;
	margin-bottom: 60px;
	
}

#post {
	
	padding-bottom: 40px;
	
}

#title {
	
	height: 80px;
	clear: both;
	
}

#title h2 {
	
	height: 0px;
	text-indent: -5000px;
	
/*	height: 40px; */
}

#body {
	
	clear: both;
	
}

#body p {
	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

#signature p {
	
	margin-top:5px;
	padding-left: 20px;
	font-size: .7em;

	
}

#more_posts {
	
	font-size: .7em;
	padding-right: 20px;
	text-align: right;
	
}

.label {
	
	display: block;
	
}

input {
	
	background-color: #000;
	color: #00fcff;
	padding: 5px;
	border: 1px solid #00fcff;
	
}

.checkbox {
	
	border: 1px solid #00fcff;
	background-color: #000;
	color: #fff;
	width: 55px;
	height: 20px;
	
}

.err {
	
	color: red;
	margin-bottom: -30px;
	
}

#username {
	
	margin-left: 20px;
	
}

#password {
	
	margin-left: 20px;
	
}

#buttons {
	
	margin-left: 20px;
	
}

#roster {
	
	text-align: center;	
	margin-top:20px;
	width: 580px;
	
}

#roster a {
	
	text-decoration: none;
	
}

table {
	
	border-collapse: collapse;
		
}

th {
	
	padding: 5px;
	
}

td {
	
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-style: none;
	width: 145px;
	
}

.backDark {
	
	background: #333;
	
}

.backLight {
	
	background: #666;
	
}

.backHighlight {
		
	
	background: #999;
	
}

.center {
	
	text-align: center;
	
}

.right {
	
	text-align: right;
	
}

.char {
	
	border: 1px ridge #00fcff;
	cursor: pointer;
	
}

.left {
	
	text-align: left;
	
}

a {
	
	color: #00fcff;
	
}

.big {
	
	font-size: 30px;
	
}

a:hover {
	
	color: #fff;
	
}

#post_content ul {
	
	padding-left: 50px;
	
}

form {
    float: left;
    width: 100%; /* FIXME
    ------2 lines-- determine if could be removed */
    margin: 0;
    padding: 0;
}
fieldset {
    margin: 0 0 1em;
    padding: 10px;
    border: 1px solid #afafaf;
}
fieldset.options h3 {
    visibility: hidden;
}
fieldset.options h3.show {
    visibility: visible;
}
select, input, textarea {
    font-size: 1.1em;
    z-index: 1;
    background: #000;
    color: #00fcff;
}
html>body p select, html>body p input, html>body p textarea {
    border: 1px solid #339BD3;
}
html>body p input[type="text"] {
    text-indent: 2px;
}
p input:focus, p textarea:focus {

}
fieldset.noBorder {
    padding: 0;
    border: none;
}
fieldset.inside { /*
    -------------- also for pages without form (e.g. module/overview) */

}
fieldset.options {
    clear: left;
    border-top: none;
}
form h3 {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    color: #afafaf;
}
fieldset h3 {
    font-size: 1.1em;
}
fieldset p {
    line-height: 1.8;
    margin: 0.5em 0 0.5em;
}
fieldset p label {
    float: left;
    text-align: right;
    padding-right: 20px;
    color: #246C94;
}
fieldset textarea {
    font-family: arial, verdana, helvetica, sans-serif;
}
input.smallText {
    width: 70px;
}
input.mediumText, textarea.mediumText, select.mediumText {
    width: 120px;
}
input.longText, textarea.longText {
    width: 450px;
}
textarea.largeText {
    width: 400px;
    height: 200px;
}

#buttons {
    margin-top:30px;
    margin-left: 170px;
    margin-bottom: 30px;
}
/* --
Definition lists (<dl>) will progressively replace "p label" to display fields labels and values
-----*/
dl.onLarge dt {
	float: left;
	width: 160px;
}
dl.onLarge dd {
	padding-left: 170px;
	margin-bottom: .5em;
}
dl.onSide dt {
    float: left;
    width: 140px;
    text-align: right;
}
dl.onSide dt label {
    padding-right: 15px;
}
dl.onSide dd{
    margin-left: 160px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dl.buttonsBottom {
    clear: both;
    float: left;
}
dl.onSide #password {
    margin-left: 0px;
}
==========================Tip boxes===========================*/
span.tipOwner, label.tipOwner, input.tipOwner {
    position: relative;
    cursor: help;
}
label.tipOwner {
    background: url('admin/../images/tooltip.gif') 98% 50% no-repeat;
}
span.tipOwner span.tipText, label.tipOwner span.tipText, input.tipOwner span.tipText {
    display: none;
    position: absolute;
    top: 1.8em;
    left: 100%;
    border: 1px solid #afafaf;
    background-color: #e4ecf4;
    color: #333333;
    text-align: center;
    line-height: normal;
    width: 20em;
    padding: 2px 5px;
    -moz-opacity: 1;
    z-index: 100;
    }
span.tipOwner:hover span.tipText, label.tipOwner:hover span.tipText, input.tipOwner:hover span.tipText {
    display: block;
}

.information {
	
    font-size: .8em;
    border: 1px solid #666;
    margin-right:20px;
    
}

.showUser {
	
	cursor: pointer;
	
}

.showLogin {
	
	cursor: pointer;
	
}

