/**
 * Page Layout and basic settings
 */
body {
	font: 16px/1.5 Arial, Tahoma, Verdana, sans-serif;
	color: #55b6e7;
	background: #000000 url('../images/bg.png') repeat-y center top;
	margin: 0;
}

h1 {
	font-size: 150%;
	color: #fff;
}

h2 {
	font-size: 11pt;
	color: white;
}

div.flash {
	background:#17475F none repeat scroll 0 0;
	border:1px solid #3F6A7F;
	color:#55B6E7;
	padding: 5px;
	margin: 5px 11px 5px 0;
	width: 708px;
	float: right;
}

.editIcons {
	width: auto;
	float: right;
}
.editIcons img {
	margin-right: 3px;
}

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

img.noborder {
	border: none !important;
}

#container {
	width: 993px;
	font-size: 12px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

label {
	color: #494949;
}

input, select, textarea {
	border: 1px solid #dddddd;
	background: white;
	color: #494949;
}

#pageBody {
	background: url('../images/body_bg.png') repeat-y left top;
	text-align: left;
	min-height: 600px;
	position: relative;
	padding-bottom: 20px;
}

.classImage {
	position: absolute;
	z-index: 10;
	top: -30px;
	left: -68px;
}

.classImage.dk {
	top: -20px;
	left: -8px;
}

/**
 * pageTop
 */
#pageTop {
	position: relative;
}

.logo {
	width: auto;
	float: left;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}

.menu {
	float: right;
	padding-top: 70px;
	padding-right: 40px;
}

.menu li {
	width: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/**
 * pageCenter
 */
.homepageText {
	padding: 20px 70px 10px 260px;
}

.homepageText .join {
	text-align: center;
	font-size: 16pt;
	font-style: italic;
}

.homepageText .join a {
	font-weight: bold;
	color: #55b6e7;
}

/**
 * NEWS HP
 */
.hp {
	padding: 40px 0 0 0;
}

.news {
	width: 750px;
	float: left;
}

.news .newsTitle {
	padding: 0 0 0 40px;
	
}

.news li {
	list-style: none;
	padding: 10px 40px 10px 5px;
	margin: 0;
	clear: both;
}

.news h2 {
	margin-top: 0;
}

.news .newsImage {
	width: auto;
	float: left;
	padding-right: 20px;
}

.news a img {
	border: 5px solid white;
}

/**
 * classes
 */
.availableSpots h2 {
	margin: 0;
	padding: 0 0 20px 0;
}

.druid {
	color: #F1763D;
}
.paladin {
	color: #E985B0;
}
.hunter {
	color: #98BC66;
}
.mage {
	color: #00BFBF;
}
.priest {
	color: #D9DAE6;
}
.rogue {
	color: #FFFF00;
}
.shaman {
	color: #0170DD;
}
.warlock {
	color: #7780CF;
}
.warrior {
	color: #C7B180;
}
.deathknight {
	color: red;
}

/**
 * app form 
 */
.appForm, 
.progress {
	width: 750px;
	float: right;
}

.appForm {
  position: relative;
} 

.appForm .appText { 
  position: absolute;
  top: 55px;
  left: 300px;
  padding-right: 10px;
}
.appForm #frmappForm-private {
  width: auto;
  float: left;
}

fieldset {
	border: none;
}

label {
	display: block;
	color: #55b6e7;
}

input,
select {
	width: 250px;
	background: #B5D2DF;
}

textarea {
	width: 450px;
	background: #B5D2DF;
}

input.submit {
	width: 150px;
	background: #2F505F;
	border: 1px solid #375E6F;
	color: #55b6e7;
	cursor: pointer;
}

.login {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

a.addNews,
a.addProgress {
	color: white;
	float: right;
	font-weight: bold;
	padding-right: 40px;
}

.admin {
	width: 400px;
	margin: 0 auto;
	text-align: left;	
}

/**
 * progress
 */
.progress ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.progress .progressImage {
	width: auto;
	float: left;
	border: 5px white solid;
}

.progress th {
	font-size: 14px;
	font-weight: bold;
}

.progress td {
	padding-right: 20px;
	color: #EB841B;
}

.progress table {
	width: 400px;
	padding-left: 15px;
}

.progress td.notdowned {
  color: #294D5F;
}

.progress td.dPart {
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: center;
}