/* general start */

body {
	background: #373E48;
	/* background: #302411; */
	margin: 0px;
	padding: 0px;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:13px;
	color:#E4E4E4;
	vertical-align:top;
}

a:active, a:focus, a:link, a:visited, a {
	color:#999999;
	text-decoration:none; 
}

a:hover {
	color: #000000;
	/* color:#666666; */
	text-decoration:underline; 
}

img {
	border: 0px;
}

.form {
	margin:2px;
	border:1px outset #373E48; /*#312413;*/
	background-color: #4F5A6A; /*#1A2734; #6e4e27;*/
	color:#CCCCCC;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
}

.commands {
	border:1px outset #4F5A6A; /*#312413;*/
}

.image_box {
	height: 150px;
	width: 160px;
	position: relative;
	vertical-align: top;
	text-align: center;
	float: left;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFD200;
	background-attachment: fixed;
	background-image: url(http://www.dtwow.eu/images/arsenal/dropdown.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	border: none;
	width: 100px;
}

/* general end */


/* DIVs start */

div {
	position: relative;
	padding: 0px;
	margin: 0px;
	border: none;
}

div.main {
	margin: auto;
	height: auto;
	width: 991px;
	background: url('images/layout/bg.jpg') repeat-y;
}

div.header {
	width: 991px;
	height: 190px;
	/*background: url('images/layout/header.jpg');*/
}

div.border_left {
	width: 47px;
	float: left;
}

div.navi_left {
	width: 179px;
	background: url('images/layout/navi_left_bg.jpg');
	float: left;
	height: auto;
}

div.navi_left_top {
	width: 179px;
	background: url('images/layout/navi_left_top.jpg');
	height: 24px;
}

div.navi_left_content {
	width: 159px;
	background: url('images/layout/navi_left_bg.jpg');
	height: auto;
	padding: 10px;
}

div.navi_left_end {
	width: 179px;
	background: #4F5A6A /* #6e4e27 */ url('images/layout/navi_left_end.jpg') no-repeat;
	height: 11px;
}

div.center {
	width: 530px;
	height: auto;
	float:left;
	background: url('images/layout/content_bg.jpg');
}

div.center_advertisment {
	width: 500px;
	height: 72px;
	padding: 5px 0px 0px 30px;
	background: url('images/layout/advertisment.jpg');
}

div.center_top {
	width: 530px;
	height: 7px;
	background: url('images/layout/content_top.jpg') no-repeat;
}

div.center_content {
	width: 510px;
	background: url('images/layout/content_bg.jpg');
	padding: 10px;
}

div.center_end {
	width: 530px;
	height: 11px;
	background: #4F5A6A /* #6e4e27 */ url('images/layout/content_end.jpg') no-repeat;
	padding: 0px;
}
/* war vorher height: 16px;*/

div.navi_right {
	width: 188px;
	background: url('images/layout/navi_right_bg.jpg');
	float: left;
	height: auto;
}

div.account {
	width: 188px;
	background: #4F5A6A; /* #6e4e27 */ 
	height: 146px;
}

div.navi_right_top {
	width: 188px;
	height: 4px;
	background: url('images/layout/navi_right_top.jpg') no-repeat;
}

div.navi_right_top_loggedin {
	width: 188px;
	height: 24px;
	background: url('images/layout/navi_right_top_loggedin.jpg') no-repeat;
}

div.navi_right_content {
	width: 168px;
	background: url('images/layout/navi_right_bg.jpg');
	height: auto;
	padding: 10px;
}

div.navi_right_end {
	width: 188px;
	height: 11px;
	background: #4F5A6A /* #6e4e27 */ url('images/layout/navi_right_end.jpg') no-repeat;
}

div.border_right {
	width: 47px;
	float: right;
}

div.footer {
	clear: both;
	width: 991px;
	height: 94px;
	background: url('images/layout/end.jpg');
}

/* DIVs end */


.playerlist {
	cursor: pointer;
}
.playerlist:hover {
	background-color: #1A2734; /* #9B8C26; */
}

/* gallery styles */
.highslide img {
	border: 0px solid gray;
}

.highslide-image {
	border-bottom: 1px solid #373E48; /*#1A2734; #6e4e27;*/
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-bottom: 1px solid #373E48; /*#1A2734; #6e4e27;*/
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: #4F5A6A; /* #523a1e; */
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid #373E48; /*#1A2734; #6e4e27;*/
	border-bottom: 1px solid #373E48; /*#1A2734; #6e4e27;*/
	background-color: black;
}

a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
.guildlist {
	color: #FFD200;
	font-weight: bold;
	font-size: 30px;
}
.arsenal_searchfield {
	font-size: 12px;
	color: #FFD200;
	background-image: url(http://www.dtwow.eu/images/arsenal/searchfield_enter.png);
	border: 0px solid #000000;
	text-align: center;
}
.arsenal_searchfield_button {
	font-size: 12px;
	color: #FFD200;
	background-image: url(http://www.dtwow.eu/images/arsenal/searchfield_button.png);
	border: 0px solid #000000;
}	
.arsenalselect {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFD200;
	background-attachment: fixed;
	background-image: url(http://www.dtwow.eu/images/arsenal/dropdown.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	border: 1px none;
	width: 175px;
}
.skillslink {
	color: #ffd200;
	font-weight: bold;
	font-size: 15px;
}
.skillslink:hover {
	color:#ffffff; 
	text-decoration:none; 
}
.arsenaltop {
	height: 80px;
	background-image: url(http://www.dtwow.eu/images/arsenal/searchfield.gif);
}
.guildtop {
	height: 140px;
	background-image: url(http://www.dtwow.eu/images/arsenal/guild_header.gif);
}
.values {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold; 
}
.statnames {
	color: #FFD100;
	font-size: 12px;
}
#vote { 
	border:1px dashed #ffffff;
	background-color:#4F5B6B;
	text-align: center;
}
#vote input {
	color: #ffffff;
	border:1px dashed #ffffff;
	background-color: #cc0000;
	text-align: center;
}
.small {
	font-size: 10px;
}
/* CSS - ItemTooltip Start  */
.tooltip {
	border:1px solid #a9a9a9;
	max-width: 500px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	background-color:#141415;
	-moz-border-radius:4px;
	min-width:50px;
	max-width:350px;
	opacity:.9;
}
* html .tooltip {
	width: 400px;
}
.tooltip a {
	color:#1eff00
}
.tooltip a:hover {
	color:#1eff00;
	text-decoration:underline
}
.tooltip tr {
	background-color:#141415}
.tooltip .iname {font-size:14px
}
.tttitle {
	font-size: 14px;
	font-weight: bold;
}
.ttright {
	text-align: right;
	max-width: 500px;
}
.q0,.q0 a { 
	color: #9d9d9d;
}
.q1,.q1 a { 
	color: #ffffff;
}
.q2,.q2 a {
	color: #00CC00;
}
.q3,.q3 a {
	color: #0070dd;
}

.q4,.q4 a {
	color: #a335ee;
}
.q5,.q5 a {
	color: #ff8000;
}
.q6,.q6 a {
	color: #e5cc80;
}
.ttgreen,.ttgreen a {
	color: #00FF00;
	font-size: 12px;
}
.ttyellow,.ttyellow a {
	color: #FFCC00;
	font-size: 12px;
}
.ttred,.ttred a {
	color: #FF0000;
	font-size: 12px;
}
.ttgrey,.ttgrey a {
	color: #999999;
	font-size: 12px;
}
.ttwhite,.ttwhite a {
	color: #FFFFFF;
	font-size: 12px;
}
/* CSS - ItemTooltip End  */
