/****************************/
/* Morfar's design CSS file */
/****************************/
/*******************/
/* HTML tag styles */
/*******************/
html{
	color: #000;
	background: #fff url("../gfx/background.gif") repeat-x fixed;
}
body{
	font-family: Verdana, Tomaha, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
ul{
	margin: 5px 0 5px 0;
	padding-left: 20px;
}
li{
	list-style-type: circle;
}
li.disc{
	list-style-type: disc;
}
a{
	color:#005FA9;
	background-color:transparent;
	text-decoration:none;
}
a:hover{
	color:#00F;
	background-color:transparent;
	text-decoration:underline;
}
a img{
	border: none;
}
p{
	margin: 0;
	padding: 5px;
}
h1{
	font-size: 200%;
}	
h3{
	font-size: 180%;
}

/*****************/
/* Layout styles */
/*****************/
#nexuiz{
	z-index: -1;
	position: absolute;
	left:0;top:0;
	margin:0;padding:0;
	width:128px;height:128px;
	display:block;
}

#inactive{
	z-index: 1;
	position: absolute;
	left:30%;top:15%;
	margin:0;padding:0;
	/*width:613px;height:86px;*/
	/*display:block;*/
	text-align: center;
	font-size: 1200%;
	color:red;
	background-color: transparent;
}

#MainContainer{
	margin: 10px auto;
	width: 900px;
	color: inherit;
	background-color: white;
	/*border: 5px red dashed;*/
}

#Top{
	height: 100px;
	display: block;
	clear: both;
	color: #888;
	background-color: transparent;
	background-color:white;
	background: white url("../gfx/banner.jpg");
	border: #A4A4A4 1px solid;
	text-align: center;
}

#LeftMenu{
	color: inherit;
	background: white url("../gfx/stars.gif") no-repeat;
	border: #A4A4A4 1px solid;
	width: 148px;
	margin: 5px 5px 5px 0;
	float: left;
}

#Extra{
	width: 645px;
	margin: 5px 0;
	float: right;
}

#Extra2{
	color: inherit;
	background-color: white;
	border: #A4A4A4 1px solid;
	float: right;
	width: 743px;
	margin: 5px 0;
}

#Content{
	color: inherit;
	background-color: white;
	border: #A4A4A4 1px solid;
	float: right;
	width: 743px;
	margin: 5px 0;
}

#Bottom{
	display: block;
	clear: both;
	height: 15px;
	color: black;
	background: white url("../gfx/WindowHeader.gif") repeat-x;
	border: #A4A4A4 1px solid;
	text-align: center;
	font-size: 11px;
}


/*****************/
/* Misc Styles   */
/*****************/
.WindowHeader{
	display: block;
	color: black;
	background: white url("../gfx/WindowHeader.gif") repeat-x;
	height: 15px;
	font-size: 11px;
}
.NewsContainer{
	padding: 3px;
	margin: 5px 5px;
	border: #A4A4A4 1px solid;
}
.NewsHeader{
	color: black;
	background-color: #E2E2E2;
	display: block;
	font-weight: bold;
}
.Buttons{
	position: relative;
	margin-top: -15px;
	float: right;
}
.ProjectsHeader{
	font-weight: bold;
	text-decoration: underline;
}
.MenuSection{
	font-weight: bold;
	list-style-type: square;
}
.MenuPage{
	list-style-type: none;
}
.win{
	color: green;
	background-color: transparent;
}
.loose{
	color: #A00002;
	background-color: transparent;
}
