/* CSS Document */

body
{
	background-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
	border-color: #7E98BB;
	color: #7E98BB;
	font-family: Sylfaen;
}

#header
{
	width: 970px;
	height: 167px;
	margin: auto;
}

#menu
{
	border: 1px solid #808080;
	background-color: #000000;
	margin: 0px;
}

#content
{
	border: 1px solid #808080;
	background-color: #000000;
	margin: 0px;
}

#logos_flight
{
	background-color: #000000;
	border: 1px solid #808080;
	margin: 0px;
}

div.border1
{
	border: 1px solid #808080;
	background-color: #494949;
	width: 214px;
	float: right;
	display: inline;
	padding: 2px;
	margin: 0px;
	text-align: center;
}

div.border2
{
	border: 1px solid #808080;
	background-color: #494949;
	width: 218px;
	margin: 0px;
	padding: 2px;
	display: inline;
	float: left;
}

div.border3
{
	border: 1px solid #808080;
	background-color: #494949;
	padding: 2px;
	-padding: 1px;
	margin: 0px;
	text-align: center;
	margin-left: 220px;
	margin-right: 220px;
}

/* 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;
}

#aao
{
	float: left;
	margin-top: 2em;
	width: 100%;
	border: 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;
}

/* BEGINNING STORE */
.store_bigblock /*This is the big block that covers everything*/
{
	width: 70%;	
	font-family:"Times New Roman", Arial, serif;
	margin-left: 15%;
	margin-right: 15%;
	padding-top:30px;
	padding-bottom:30px;
}

.store_articlename /* The article name div*/
{
	font-weight:bold;
	font-size : 2;
	text-align:left;
	border: 2px groove;
	padding-bottom:0px;
	padding-left: 5px;
}

.store_mainbody /* Picture, price and desc. div */
{
	text-align:left;
	border: 2px groove;
	padding:10px;
	padding-bottom:0px;
}


.store_articleprice /* Article price JUST TEXT */
{
	font-size: xx-large;
	text-align:center;
	padding:40px;
}

.store_mainbody img /*JUST IMAGE*/
{
	float:left;
	max-width:200px;
	max-height:200px;
	padding-left:10px;
	padding-right:25px;
	padding-top: 5px;
	padding-bottom:5px;
}

.store_articledescription /*JUST DESC.*/
{
	clear:both;
	padding-bottom:0px;
}
/* END STORE */

/* STYLE SHIT */
fieldset
{
	border: none;
}

a
{
	color: #7E98BB;
}

table
{
	text-align: center;
}

p.wrong
{
	color: #FF0000;
}

p.right
{
	color: #00FF00;
}

img
{
	border: none;
}

a.img
{
	text-decoration: none;
}

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;
}

.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: #7E98BB;
display: block;
}

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