/* CSS Document */

body
{
	/*background-image: url(../images/structure/background.jpg);*/
	background-color: #000000;
	background-repeat: repeat;
	min-width: 950px;
	padding: 0px;
	margin: 0px;
	color: #6699CC;
	font-family: Sylfaen;
}

#header
{
	width: 100%;
	min-width: 1205px;
	height: 222px;
	margin: auto;
	background-image: url(../images/structure/header_top_repeat.jpg);
	background-repeat: repeat;
}

#header_left
{
	height: 222px;
	width: 400px;
	background-image: url(../images/structure/header_top_left.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

#menu_top
{
	width: 100%;
	min-width: 640px;
	height: 28px;
	margin: auto;
	background-image: url(../images/structure/top_menu_repeat.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

#menu_top a
{
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}

#menu_top a:hover
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#menu_top_left
{
		width: 276px;
		height: 28px;
		background-image: url(../images/structure/top_menu_left.jpg);
		background-repeat: no-repeat;
		float: left;
		display: inline;
}

#conteneur
{
	margin: auto;
	padding: 16px;
	padding-top: 10px;
}

#menu
{
	border: 1px solid #808080;
	background-color: #000000;
	width: 210px;
	margin: 0px;
	float: left;
	display: inline;
}

#menu a
{
	margin-left: 3px;
}

#menu form
{
	margin-left: 3px;
}

#menu p
{
	margin-left: 3px;
}

#menu label
{
	width: 72px;
	display: block;
	float: left;
}

#content
{
	border: 1px solid #808080;
	background-color: #000000;
	margin-left: 236px;
	padding: 3px;
}

/* PROFILE PAGE */

#messengers
{
	width: 47%;
	display: inline;
	float: left;
	border-bottom: 3px solid #808080;
	border-right: 3px solid #808080;
	border-left: 3px solid #808080;
}

#clanrelated
{
	width: 51%;
	display: block;
	float: left;
	border-bottom: 3px solid #808080;
	border-right: 3px solid #808080;
}

div.messboxes
{
	border-top: 3px solid #808080;
}

div.character
{
	border-top: 3px solid #808080;
	border-bottom: 3px solid #808080;
}

#generalinfo
{
	border: 3px solid #808080;
}

span.green
{
	color: green;
}

span.red
{
	color: red;
}

/* STYLE SHIT */
fieldset
{
	border: none;
	padding: 0px;
	margin: none;
}

a
{
	color: #6699CC;
}

table
{
	text-align: center;
}

p.wrong
{
	color: #FF0000;
}

p.right
{
	color: #00FF00;
}

img
{
	border: none;
}

a.img
{
	text-decoration: none;
}

h2
{
	text-align: center;
	font-family: "Stencil Std";
}

h4
{
	text-align: left;
	font-size: 15px;
	font-weight: normal;
}

h3
{
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}

h5
{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

td.title
{
	text-align: center;
	padding: 1em;
}

li.howto
{
	color: #C0C0C0;
	font-size: 14px;
	text-align: left;
}

td.dl a
{
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

td.dl
{
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

td
{
	text-align: center;
}

a.member
{
	text-decoration: none;
}

td.form
{
	text-align: left;
	padding: 3px;
}

td.adminform
{
	text-align: left;
	width: 50%;
}

td.roster
{
	font-size: 14px;
	text-align: left;
}

td.admin
{
	font-size: 12px;
	text-align: left;
}


/*SIDE MENU*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
text-decoration: underline;
}
.menuside dt {
cursor: pointer;
height: 20px;
line-height: 20px;
text-align: left;
}

.menuside dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
background: #000000;
border: 1px solid gray;
}

.menuside ul {
padding: 2px;
}
.menuside li {
text-align: left;
font-size: 85%;
height: 18px;
line-height: 18px;
}
.menuside li a, .menuside dt a {
color: #6699CC;
display: block;
}

.menuside li a:hover {
text-decoration: underline;
}
/* END OF SIDE MENU */