.themeicon {
	width:16px;
	height:16px;
	border:1px solid #5A934C;
	margin-right:2px;
}

/* DuR Headers */
.dur_header {
	padding:0px;
}

.dur_header_left {
	background-image: url(images/dur_header_left.jpg);
	height:70px;
	width:720px;
}

.dur_header_right {
	background-image: url(images/dur_header_right.jpg);
	height:70px;
	text-align:right;
	vertical-align:top;
	border-right: 1px solid #384444;
}

#subdomains {
	position:absolute;
	top:1px;
	right:1px;
}

.kk_order_input {
	border: solid 1px #5A934C;
	width:200px;
	padding:0;
}

/* Season Specials */

/* standard */
.dur_season_standard_1,
.dur_season_standard_2,
.dur_season_standard_3,
.dur_season_standard_4 {
	display: none;
}

/* xmas */
.dur_season_xmas_1 {
	display: block;
	position:absolute;
	top:1px;
	left:50px;
	width:50%;
	height:19px;
	background-image:url(/kk/images/seasons/snowtop.gif);
	z-index:8;
}
.dur_season_xmas_2 {
	display: block;
	position:absolute;
	top:1px;
	right:42px;
	width:50%;
	height:19px;
	background-image:url(/kk/images/seasons/snowtop.gif);
	z-index:8;
}
.dur_season_xmas_3 {
	display: block;
	position:absolute;
	top:1px;
	left:22px;
	width:37px;
	height:126px;
	background-image:url(/kk/images/seasons/snowleft.gif);
	z-index:8;
}
.dur_season_xmas_4 {
	display: block;
	position:absolute;
	top:1px;
	right:24px;
	width:20px;
	height:90px;
	background-image:url(/kk/images/seasons/snowright.gif);
	z-index:8;
}

/* easter */
.dur_season_easter_1 {
	display: block;
	position:absolute;
	top:0;
	left:50px;
	width:50%;
	height:20px;
	background-image:url(/kk/images/seasons/eastertop.gif);
	z-index:8;
}
.dur_season_easter_2 {
	display: block;
	position:absolute;
	top:0;
	right:40px;
	width:50%;
	height:20px;
	background-image:url(/kk/images/seasons/eastertop.gif);
	z-index:8;
}
.dur_season_easter_3 {
	display: block;
	position:absolute;
	top:0;
	left:42px;
	width:16px;
	height:20px;
	background-image:url(/kk/images/seasons/easterleft.gif);
	z-index:8;
}
.dur_season_easter_4 {
	display: block;
	position:absolute;
	top:0;
	right:32px;
	width:16px;
	height:20px;
	background-image:url(/kk/images/seasons/easterright.gif);
	z-index:8;
}

/* newyear */
.dur_season_newyear_1 {
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:340px;
	height:135px;
	background-image:url(/kk/images/seasons/firework.gif);
	z-index:8;
}
.dur_season_newyear_2,
.dur_season_newyear_3,
.dur_season_newyear_4 {
	display: none;
}


/* Security Watermarks */

.mid1 {
	font-size:0pt;
	color: #154305;
}

.mid2 {
	font-size:0pt;
	color: #194F06;
}

input[type=submit], input[type=button] {
	background-image: url(images/btnback.jpg);
	border: solid 1px #5A934C;
	color:#ffffff;
	background-color:#317721;
	cursor:pointer;
}

/* Normal, standard links. */
a:link
{
	color: #ACD7AB;
	text-decoration: none;
}
a:visited
{
	color: #ACD7AB;
	text-decoration: none;
}
a:hover
{
	color: #FFCC00;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #DDF0DC;
	text-decoration: none;
}
a.nav:hover
{
	color: #FFCC00;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #DDF0DC;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* Text outside of tables */
.externaltext
{
	color: #DDF0DC;
}

/* The main body of the entire forum. */
body
{
	background-image: url(images/background.jpg);
	background-color: #1E1E1E;
	margin: 0px;
	padding: 20px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}

input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #E1E7E0;
	background-color: #327E30;
	border: 1px solid #DDF0DC;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #E1E7E0;
	background-color: #3A6C35;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #DDF0DC;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #DDF0DC;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #DDF0DC;
	background-color: #154305;
}
.windowbg2
{
	color: #DDF0DC;
	background-color: #194F06;
}
.windowbg3
{
	color: #DDF0DC;
	background-color: #1D5B07;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #163216;
	border:1px solid #ffcc00;
}
.calendar_highlight
{
	background-color: #163216;
}
.calendar_day
{
	border: 1px solid #5A934C;
	background-color: #163216;
	padding:0 2px 0 2px;
}
.calendar_today .calendar_day {
	border: 1px solid #ffcc00;
}
.calendar_highlight .calendar_day {
}

/* calendar event colors */
.cal_holidaycolor
{
	color: #008000;
}
.cal_bdaycolor
{
	color: #ffcc00;
	padding:1px 2px 1px 2px;
	border-top: 1px dotted #5A934C;
	border-bottom: 1px dotted #5A934C;
	margin-top:2px;
	margin-bottom:4px;
}
.cal_eventcolor
{
	color: #cccc80;
	padding:1px 2px 1px 2px;
	margin-top:2px;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #D3E5CE;
	font-style: normal;
	background-color: #317721;
	background-image: url(images/titlebg.jpg);
	border-bottom: solid 1px #5A934C;
	border-top: solid 1px #5A934C;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #BDE6B8;
	font-style: normal;
}

.titlebg a:hover
{
	color: #FFCC00;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #BDE6B8;
	font-style: normal;
	text-decoration: none;
}

.titlebg2 a:hover
{
	color: #FFCC00;
	text-decoration: none;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-image: url(images/catbg.jpg);
	background-color: #40932B;
	color: #D3E5CE;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-image: url(images/catbg2.jpg);
	background-color: #38911E;
	color: #D3E5CE;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #5A934C;
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #BDE6B8;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #BDE6B8;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #FFCC00;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #5A934C;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #3F7332;
	background-color: #305C24;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	background-position: left bottom;
	color: #DCF1DA;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: #DCF1DA;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background-image: url(images/maintab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.maintab_back
{
	background-image: url(images/maintab_back.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(images/maintab_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background-image: url(images/maintab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background-image: url(images/maintab_active_back.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(images/maintab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.maintab_highlight
{
	background-color: #431505;
	border: 1px solid #ff0000;
	padding-left:2px;
	padding-right:2px;
}
.maintab_highlight2
{
	background-color: #154305;
	border: 1px solid #3F7332;
	padding-left:2px;
	padding-right:2px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #DCF1DA;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #FFCC00;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: #DCF1DA;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: #DCF1DA;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background-image: url(images/mirrortab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background-image: url(images/mirrortab_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(images/mirrortab_last.gif);
	background-repeat: no-repeat;
	width: 6px;
}

.mirrortab_active_first
{
	background-image: url(images/mirrortab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background-image: url(images/mirrortab_active_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(images/mirrortab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #DCF1DA;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #FFCC00;
	text-decoration: none;
}

/* definitions for the X-MAS main tab, active means the tab reflects which page is displayed */
.maintab_xmas_first, .maintab_xmas_back, .maintab_xmas_last, .maintab_xmas_active_first, .maintab_xmas_active_back, .maintab_xmas_active_last
{
	background-position: left bottom;
	color: #F0E4E4;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_xmas_back, .maintab_xmas_active_back
{
	color: #F0E4E4;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_xmas_first
{
	background-image: url(images/maintab_red_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.maintab_xmas_back
{
	background-image: url(images/maintab_red_back.gif);
	background-repeat: repeat-x;
}
.maintab_xmas_last
{
	background-image: url(images/maintab_red_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.maintab_xmas_active_first
{
	background-image: url(images/maintab_red_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.maintab_xmas_active_back
{
	background-image: url(images/maintab_red_active_back.gif);
	background-repeat: repeat-x;
}
.maintab_xmas_active_last
{
	background-image: url(images/maintab_red_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_xmas_back a:link , .maintab_xmas_back a:visited, .maintab_xmas_active_back a:link , .maintab_xmas_active_back a:visited
{
	color: #F1DCDA;
	text-decoration: none;
}

.maintab_xmas_back a:hover, .maintab_xmas_active_back a:hover
{
	color: #FFCC00;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/***************/
/* Media Frame */
/***************/

#center_body {
	position:relative;
	padding:0;
	margin:auto;
	width:100%;
	height:100%;
	text-align:left;
}

#cover_body {
	background-image:url(/kk/images/fade.gif);
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	margin:0;
	z-index:9;
}

#media_frame {
	border-top: 1px solid #606666;
	border-left: 1px solid #606666;
	border-right: 1px solid #384444;
	border-bottom: 1px solid #384444;
	background-color:#152121;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	z-index:10;
}

#media_frame1 {
	background-image:url("");
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#152121;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	z-index:11;
}

#media_frame2 {
	background-image:url("");
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#152121;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	z-index:12;
}

#media_frame_comment {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:13;
}

#media_frame_compare,
#media_frame_close {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:13;
}

#media_frame_headline {
	border-bottom: 1px solid #384444;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	color:#ffffff;
	background-color:#003300;
	padding:1px;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:13;
}

#media_frame_compare a, #media_frame_compare a:visited, #media_frame_compare a:active,
#media_frame_close a, #media_frame_close a:visited, #media_frame_close a:active {
	color:#00ba00;
	text-decoration:none;
}

#media_frame_compare a:hover,
#media_frame_close a:hover {
	color:#ffcc00;
	text-decoration:none;
}

/* Posting links */
a.extlink, a.extlink:link, a.extlink:visited, a.extlink:hover,
a.intlink, a.intlink:link, a.intlink:visited, a.intlink:hover,
a.mflink, a.mflink:link, a.mflink:visited, a.mflink:hover {
	color: #ffcc00;
	text-decoration: none;
}

a.extlink:hover {
	text-decoration: underline;
}

a.intlink:hover {
	border-bottom:1px dotted #ffcc00;
}

a.mflink:hover {
	border-bottom:1px dashed #ffcc00;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
	color: beige;
}

h1 {
	font-size:12pt;
}

h2 {
	font-size:10pt;
}

.schleife {
	position:absolute;
	top:-2px;
	right:-2px;
}

.schleife img {
	width:64px;
}

div.avatar-icon {
	float:left;
	overflow:hidden;
}

div.avatar-icon img {
	width:100%;
}

div.avatar-list-icon {
	margin:-2px 8px -2px -2px;
}

div.avatar-index-icon {
	margin:0 8px 0 -2px;
}

div.avatar-mini {
	width:20px;
	height:28px;
}

div.avatar-midi {
	width:25px;
	height:35px;
}

div.avatar-half {
	width:50px;
	height:70px;
}

div.avatar-mini-square {
	width:20px;
	height:20px;
}

div.avatar-midi-square {
	width:25px;
	height:25px;
}

div.avatar-half-square {
	width:50px;
	height:50px;
}

