* {
	margin: 0px;
	padding: 0px;	
	border-collapse: collapse;
}

html {/*background-color: #000;*/ background-image: url('/img/bgpattern1.gif');}

body {
	cursor: default;
	/*background-color: #0c0c0a;*/
	color: #dddddd;
	font-family: sans-serif;
	margin: 0;
}

img {
	border-width: 0px;
	vertical-align: middle;
}

a, a:visited {
	color: #ffa300;
	text-decoration: none;
}

a:focus, a:hover {
	text-decoration: none;
	color: #a90400;
}

a:active {
	color: #ba1511;
}

ol, ul, li {
	margin: auto;
}


hr {
	display: none;
}
	
#header h1 {
	width: 0;
	overflow: hidden;
}

div.box h1 {
	text-align: center;
	font-size: 2.25em;
	margin-bottom: .5em;
}

#header h3 {
	width: 0;
	overflow: hidden;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-family: "tahoma", arial, sans-serif;
	font-size: xx-large;
	margin-bottom: .5em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-weight: normal;
	font-size: .9em;
	line-height: .9em;
}

/* Ew to <b> and <i> tags */
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


#main {
	background-color: #363432;
	border: 2px solid #2C2323;
	border-width: 0 2px 2px 2px;
	margin-left: auto;
	margin-right: auto;
	min-width: 57em;
	max-width: 64em;
	min-height: 100%;
	height: 100%;
}

#main:after, #sub:after, form:after, div:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
}

/** Widths for the middle defined here  **/
/*
#main {
	width: 60em;
}
*/
#sub {
	min-width: 85%;
	width: 85%;
}

#middle {
	min-width: 83%;
	width: 83%;
}

/*
#main {
	min-width: 49.5em;
	max-width: 100%;
	border: 0;
}


#sub {
	min-width: 82%;
	width: 82%;
}

#middle {
	min-width: 79%;
	width: 79%;
}
*/

/*****************************************/

#header {
	white-space: nowrap;
	background-image: url('/img/headerback.png');
	background-repeat: repeat-x;
	background-position: 25px 0px;
	width: 100%;
}

	#header .right {
		float: right;
		height: 151px;
	}

	#header .quickdownload {
		font-size: .7em;
		margin-top: 5.5em;
		margin-right: 1em;
		padding: .35em .75em .5em;
		text-align: right;
		border: 1px groove #5a5a5a;
		background-color: #2a2a30;
		text-transform: uppercase;
		font-weight: bold;
		*width: 26.25em;
		overflow: hidden;
	}

		#header .quickdownload .icons {
			font-size: 0;
			color: #2a2a30;
		}

		#header .quickdownload .icons li {
			
			float: right;
			background-image: url('/img/iconshadow_32.png');
			background-repeat: no-repeat;
			background-position: center bottom;
			height: 42px;
			width: 32px;
			margin: 4px;
		}

		#header .quickdownload .icons a {
			
			cursor: pointer;
			width: 32px;
			height: 32px;
			color: #2a2a30;
		}

	#header .left {
		float: left;
		height: 151px;
		width: 462px;
		background-image: url('/img/headerlogo.png');
		background-repeat: no-repeat;
	}

/**************************************************/

#odamex-logotail {
	background-image: url('/img/logotail.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	height: 48px;
	width: 106px;
	float: left;
	position: absolute;
	z-index: 100;
	left: 147px;
	top: 0;
}

/****************************************************/

#maintenance {
	margin: 3em auto;
	width: 41em;
	font-size: 2em;
	text-align: center;
}

	#maintenance p {
		margin: 6em;
		font-size: 1.2em;
		font-weight: bold;
		font-variant: small-caps;
	}

/****************************************************/
/****************************************************/

#right {
	position: relative;
	float: right;
	width: 8.45em;
	margin-bottom: 1em;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	text-align: right;
}

	#ritecontent {
		background-image: url('/img/ritesideback.gif');
		background-position: 2px;
		background-repeat: repeat-y;
		padding-top: .4em;
		min-height: 57.325em;
		max-height: 100%;
	}

	#ritebottom {
		float: right;
		background-image: url('/img/ritesidebottom.gif');
		background-repeat: no-repeat;
		background-position: left top;
		width: 8.35em;
		height: 3.75em;
	}

/****************************************************/

#sub {
	margin-bottom: 1em;
	float: left;
	position: relative;
}

#left {
	float: left;
	width: 8.2em;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
}

	#leftcontent {
		background-image: url('/img/leftsideback.gif');
		background-position: -23.25em;
		background-repeat: repeat-y;
		height: 100%;
		min-height: 57.75em;
		max-height: 100%;
	}

	#leftbottom {
		float: left;
		background-image: url('/img/leftsidebottom.gif');
		background-repeat: no-repeat;
		background-position: right top;
		width: 8em;
		height: 3.75em;
	}

#middle {
	/*margin-top: .75em;*/
	position: relative;
	float: right;
}

/**************************************************/

.sidebox, .menu {
	background-position: left;
	background-repeat: repeat-y;
	margin-bottom: .3em;
}

/*
	#left .sidebox {
		background-image: url('/img/leftsideback.gif');
		background-position: -23.25em 50%;
	}
*/
	.sidebox .top {
		vertical-align: bottom;
		white-space: nowrap;
		background-repeat: no-repeat;
		background-position: right top;
		width: 9.35em;
		height: 1.55em;
		padding-top: 1.6em;
		letter-spacing: .15em;
		text-align: center;
		text-transform: uppercase;
		font-size: .87em;
		font-weight: bold;
		font-family: "Trebuchet MS", arial, sans-serif;
		font-variant: small-caps;
	}

		#left .sidebox .top {
			background-image: url('/img/sidemenutopleft.gif');
		}

		#right .sidebox .top {
			background-image: url('/img/sidemenutoprite.gif');
			background-position: left top;
			padding-left: .4em;
		}

	.sidebox p, .sidebox .p {
		width: 13.1em;
		margin-left: .4em;
		font-size: x-small;
		color: #000000;
		background-color: #ffa300;
		text-align: left;
	}

	.sidebox h4 {
		white-space: nowrap;
		margin: 0 5% .5em 5%; 
		border-bottom: 1px solid #000; 
		text-align: center; 
		padding: .7em 0 .3em 0;
	}

	.sidebox table {	
		width: 90%;
		color: #000000;
		background-color: #ffa300;
		margin: 0 auto .5em auto;
	}

		.sidebox table td {
			text-align: right;
			padding: .2em .1em .2em 0;
			border-bottom: 1px solid #666;
		}

		.sidebox table .label {
			font-weight: bold;
			border-right: 1px solid #666;
			font-family: verdana, sans-serif;
		}

		.sidebox table td.last {
			border-bottom-width: 0;
		}

	.sidebox a, .sidebox a:visited {
		color: #a90400;
	}

	.sidebox a:hover {
		color: #111;
	}

.menu a {
	display: block;
	width: 7.7em;
	*width: 8.15em;
	background-color: #ffa300;
	border-top: 1px solid #ffe000;
	border-bottom: 1px solid #ba2700;
	color: #000000;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: .975em;
	*font-size: .925em;
	letter-spacing: 0;
	font-weight: bold;
	padding: .05em .2em .05em .2em;
}

	#right .menu a {
		margin-left: .268em;
		width: 8.05em;
		*width: 8.4em;
		padding: .1em .2em .1em .2em;
	}

	.menu .first {
		border-top: 1px solid #e88100;
		padding-top: .1em;
	}

	.menu a:visited {
		color: #000000;
	}

	.menu a:focus, .menu a:hover {
		cursor: pointer;
		color: #efefef;
		background-color: #a90400;
		border-top: 1px solid #dc5a22;
		border-bottom: 1px solid #760400;
	}

	.menu .first:focus, .menu .first:hover {
		border-top: 1px solid #ba2900;
	}

/**************************************************/

.box, .msgs {
	border: 2px solid #C19B32;
	margin: 1em auto 0;
	padding: .8em;
	font-size: 1em;
	background-color: #00003a;
}
	
	.msgs {
		background-color: #0F5E0F;
	}

	#errors {
		
		background-color: #5E0F0F;
	}


/**************************************************/
/**************************************************/

#maincontent {
	background-color: #00003a;
	width: 100%;
	table-layout: fixed;
	margin-top: 1em;
}

	#maincontent .topleft, #maincontent .toprite {
		width: 1em;
		height: 1em;
	}

	#maincontent .topleft {
		background-image: url('/img/bigboxtopleft.gif');
		background-position: left top;
	}

	#maincontent .toprite {
		background-image: url('/img/bigboxtoprite.gif');
		background-position: right top;
	}

	#maincontent .topmid {
		background-image: url('/img/bigboxtopmid.gif');
		background-repeat: repeat-x;
		background-position: top;
	}

	#maincontent .midleft, #maincontent .midrite {
		background-repeat: repeat-y;
	}

	#maincontent .midleft {
		background-image: url('/img/bigboxmidleft.gif');
		background-position: left;
	}

	#maincontent .midrite {
		background-image: url('/img/bigboxmidrite.gif');
		background-position: right;
	}

	#maincontentfooter {
		width: 100%;
		background-image: url('/img/bigboxbottommid.gif');
		background-repeat: repeat-x;
		background-position: top;
	}

	#maincontentfooter .botleft, #maincontentfooter .botrite {
		height: 4.5em;
		background-position: top;
		background-repeat: no-repeat;
	}

	#maincontentfooter .botleft {
		background-image: url('/img/bigboxbottomleft.gif');
		background-position: left top;
	}

	#maincontentfooter .botrite {
		background-image: url('/img/bigboxbottomrite.gif');
		background-position: right top;
	}

/**************************************************/
/*         MID SECTION GENERAL					  */
/**************************************************/

#maincontent .mid {
	
	overflow: hidden;	
}

#announcement, #bugs, #mission, #stats, #changelogIndex, #changelogInner {
	vertical-align: middle;
	border: 1px solid #6394BD;
	background-color: #252422;
	padding: .6em .3em;
	font-size: 75%;
	/*font-family: tahoma, sans-serif;*/
}

#bugs {
	font-size: 90%;
}



/**************************************************/
/*         FORM ELEMENTS GENERAL				  */
/**************************************************/

form {


}

fieldset {
	border: 0px;
}

legend {
	color: #CCC;
	padding: 5px;
	margin-left: 5px;
}

input, textarea, select {
	vertical-align: middle;
	padding: 2px;
	border-width: 1px;
}

input {
	margin-left: 3px;
}

select {
	padding: 0px;
	font-size: 12px;
	margin-left: 3px;
}

option {
	padding-right: 8px;
}

input[type=submit], input[type=reset], input[type=button] {
	background-color: #909090;
	font-size: 8pt;
	cursor: pointer;
	margin-left: 0px;
}


/**************************************************/
/*				FOOTER GENERAL					  */
/**************************************************/

#footer {
	clear: both;
	position: relative;
	padding-bottom: 1.5em;
	width: 100%;
	font-family: "verdana", sans-serif;
	font-size: xx-small;
	text-align: center;
}

#footer .inner {
	width: 46.5em;
	margin: 0 auto 1em auto;
	text-align: center;
	padding-left: 4em;
}

	#sdl_trans {
		float: left;
		vertical-align: middle;
		width: 133px;
		height: 77px;
		position: relative;
	}

	#sdl_trans[id] {
		background: url('/img/sdl_translucent.png') no-repeat;
	}

	#opensource_trans {
		float: left;
		width: 118px;
		height: 77px;
		vertical-align: middle;
		position: relative;
	}

	#opensource_trans[id] {
		background: url('/img/opensource_translucent.png') no-repeat;
	}

	#mancunet_trans {
		float: left;
		width: 160px;
		height: 65px;
		vertical-align: middle;
		position: relative;
	}

	#mancunet_trans[id] {
		background: url('/img/mancunet_translucent.png') no-repeat;

	}

	#doom_trans {
		float: left;
		width: 160px;
		height: 65px;
		vertical-align: middle;
		position: relative;
	}

	#doom_trans[id] {
		background: url('/img/doomlogo_translucent.png') no-repeat;

	}


/***********************************************************/
/***********************************************************/
/*			DEVOBLOG									   */
/***********************************************************/
/***********************************************************/

#news {
	font-size: small;
	height: 494px;
	padding-right: .35em;
	overflow-y: scroll;
}

.news_item {
	margin: 5px;
	margin-bottom: 15px;
	border: 1px solid #333;
}


.news_title {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #333;
	padding: 5px;

}

.news_byline {
	font-size: smaller;
	background-color: #181818;
	padding: 3px 5px;
}

	.news_authorname {
		

	}

	.news_time {


	}

.news_postbody, .news_comments {
	background-color: #14124F;
	padding: 10px;

}

.news_comments {
	text-align: right;
}


/***********************************************************/
/***********************************************************/
/*			CHANGELOG									   */
/***********************************************************/
/***********************************************************/

.table_changelog, .table_buglist {
	font-size: 8pt; 
	width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 10px;
	margin-bottom: 30px; 
}

.table_changelog th {
	border: 1px solid #6394BD;
	border-width: 0px 0px 1px 0px;

}

.table_changelog .literow {
	background-color:#14124F;
	border: 1px solid #6394BD;
	border-width: 1px 0px 1px 0px;
}


.table_changelog .rev {
	text-align: right;
	width: 28px;
	padding-right: 2px;
	border: 1px solid #6394BD;
	border-width: 0px 1px 0px 0px;
}


.table_changelog .date {
	text-align: left; 
	width: 70px; 
	padding-right: 6px;
	padding-left: 4px;
}


.table_changelog .author {
	width: 60px;
}


.table_changelog .comment {
	padding: 5px;
}

#latestdetails {
	font-size: 9pt;
}

#latestdetails .comment p {
	padding-top: 3px; 
	padding-bottom: 24px; 
	font-size: 8pt;
	font-family: "courier new", courier, sans-serif;
	line-height: 8pt;
}


/***********************************************************/
/***********************************************************/
/*			SERVERLIST									   */
/***********************************************************/
/***********************************************************/

.serverlist {
	width: 95%;
	border: 0 solid #eeeeee;
	margin-left: auto;
	margin-right: auto;
}

.serverlist th {
	color: #ffbc00;
	border-bottom: 1px solid #eeeeee;
	font-size: 70%;
}

.serverlist td {
	background-color: #353530;
	padding: 3px;
	text-align: center;
	font-size: 70%;
	border: 1px solid #888888;
	border-bottom-width: 0px;
}

.serverlist td.servername {
	text-align: left;
}

#serverlistfooter {
	background-color: #494944;
	width: 94.8%;
	text-align: right;
	border: 1px solid #888888;
	font-weight: bold;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}




#minibugs {

}

#minibugs .minibug {
	opacity: .8;
	filter:alpha(opacity=80);
}

#minibugs .minibug .title {
	background-color: #000;
	color: #EEE;
	border-bottom: 000;
	padding: .1em .25em;
}

#minibugs .minibug .desc {
	border-top: 1px solid #000;
	padding: 2px; 
	background-color: #222; 
	color: #FFF;
	
}

#minibugs .minibug .desc .blocker a {font-weight: bold;}
#minibugs .minibug .desc .critical a, #minibugs .minibug .desc .critical a:visited {color: #FF4949;}
#minibugs .minibug .desc .enhancement a {font-style: italic;}

#minibugs .minibug .desc a, #minibugs .minibug .desc a:visited {color: #BABABA;}
#minibugs .minibug .desc a:hover {color: #FFF;}

.changelog_item {
	font-size: 77%;
	margin-bottom: .5em;
}


.changelog_item .hd {
	width: 100%;
	overflow: hidden;
	background-color: #121212;
	border-top: 1px solid #161616;
	border-bottom: 1px solid #050505;
}

	.changelog_item .hd .rev {
		float: left;
		width: 45%;
		padding: .25em;
	}

	.changelog_item .hd .date {
		float: right;
		width: 45%;
		text-align: right;
		padding: .25em;
	}

.changelog_item .bd {
	overflow: hidden;
	background-color: #191919;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #101010;
}

	.changelog_item .bd .comment {
		margin: .35em;
	}

.changelog_item .ft {
	width: 100%;
	overflow: hidden;
	background-color: #121212;

	border-bottom: 1px solid #050505;
}

	.changelog_item .ft .author {
		float: left;
		width: 45%;
		padding: .25em;
	}

	.changelog_item .ft .location {
		float: right;
		width: 45%;
		text-align: right;
		padding: .25em;
	}