/* CSS Document - dEVENTS.be - Coded by dEFJAY.be */
/*=== HTML styles ===*/
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4C5BD;
	cursor: default;
	background-color: #272624;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4C5BD;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4C5BD;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACC37E;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACC37E;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
/*this avoids having image replacement sections display a dotted outline*/ 
a:focus { 
	-moz-outline-style: none; 
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	font-style: italic;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	margin: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	margin: 0px;
}
blockquote {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
li {
	list-style-position: outside;
	text-align: left;
	list-style-type: circle;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C4C5BD;
	background-color: #353433;
	border: 1px solid #686766;
	cursor: pointer;
}
input.text {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #353433;
	color: #ACC37E;
	border: 1px solid #686766;
}
textarea.text {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #353433;
	color: #ACC37E;
	border: 1px solid #686766;
}
select {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #5B514F;
	border: 1px solid #5B514F;
}
form {
	margin-bottom: 0px;
}

/*=== CUSTOM styles ===*/
.vline {
	background-image:  url(/images/gui/px_E1EEC3.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.hline {
	background-image: url(/images/gui/px_E1EEC3.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.limg {
	margin-right: 15px;	
}
#hline {
	width: 100%;
	height: 17px;
	background-image: url(/images/gui/px_E1EEC3.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/*=== GUI styles ===*/
#main {
	width: 420px;
	text-align: left;
	margin-top: 30px;
}

/*=== Temp styles ===*/
#visual {
	z-index: 1;
	width: 100%;
	height: 208px;
}
#header {
	position: relative;
	width: 640px;
	height: 112px;
}
#logo {
	position: absolute;
	z-index: 2;
	left: 42px;
	top: 9px;
}
#language {
	position: absolute;
	z-index: 2;
	top: 0px;
}
#nav {
	position: absolute;
	z-index: 2;
	width: 424px;
	left: 216px;
	top: 60px;
}
#bg {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#footer {
	position: relative;
	width: 640px;
	height: 37px;
}
#copyright {
	position: absolute;
	z-index: 2;
	left: 33px;
	top: 21px;
}
.LeftShade {
	background-image: url(/images/gui/l_sh_rep.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.RightShade {
	background-image: url(/images/gui/r_sh_rep.gif);
	background-repeat: repeat-y;
	background-position: left;
}

