.kortlight {color:#000000; border-color:#000000; border-width:1px; background-color:#C0C0C0;}
.kortdark {color:#323232; border-style:solid; border-color:#494845; border-width:1px; background-color:#968465; background-image: url('images/back2.jpg');}
.hr { color: #968465; }
.fontdark { color:#2b2a28; }
.fontlight { color: #4d4639; } 




/* ----- Background Colors --------- */
.light_bg {
	background-color: #b3a487;
	background-image: url('images/back1.jpg');
}

.mid_bg {
	background-color: #978466;
	background-image: url('images/back2.jpg');
}

.dark_mid_bg {
	background-color: #7d6d53;
	background-image: url('images/back3.jpg');
}

.dark_bg {
	background-color: #2b2a28;
	background-image: url('images/back4.jpg');
}
/* ----- End Background Colors ----- */




/* ----- Link Colors --------------- */
A:link { font-weight: bold; color: #494845; text-decoration: none; }
A:visited { font-weight: bold; color: #494845; text-decoration: none; }
A:active { font-weight: bold; color: #494845; text-decoration: underline; }
A:hover { font-weight: bold; color: #000000; text-decoration: underline; }
/* ----- End Link Colors ----------- */




/* ----- Scrollbar Colors ---------- */
body { 
	scrollbar-face-color: #968465;
	scrollbar-shadow-color: #494845;
	Scrollbar-highlight-color: #b0a284;
	scrollbar-3dlight-color: #494845;
	scrollbar-darkshadow-color: #393835;
	scrollbar-track-color: #b0a284;
	scrollbar-arrow-color: #393835;
} 
/* ----- End Scrollbar Colors ------ */




/* ----- Input Colors -------------- */
input {
	background-color: #978466;
	background:url(./images/back2.jpg);
	color: #292825;
	border-color: #453c2f;
	border-style:solid;
	border-width:1px;
}

textarea {
	background-color: #978466;
	background:url(./images/back2.jpg);
	color: #292825;
	border-color: #453c2f;
	border-style:solid;
	border-width:1px;
}

	/* Controls the Search Input's appearance */
input.search {
	background:transparent url(./images/icon_search.gif) no-repeat scroll 0px center;
	padding-left: 17px;
}

	/* Controls the Shoutbox Input's appearance */
input.shout {
	background:transparent url(./images/icon_shout.gif) no-repeat scroll 0px center;
	padding-left: 17px;
}

input.image {
	border-style:hidden;
	border-width:0px;
} 
/* ----- End Input Colors ---------- */