html { }
* {
	margin: 0;
	padding: 0;
}

body 
{
	background: #000000;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #969696;
	cursor:default;	
	background-image: url(images/body_background_large.jpg);
	background-position: top center;
	background-attachment: scroll;
	min-width: 800px;
	padding-bottom: 70px;
}

h1, h2, h3
{
	color: #C8C8C8;
}

h1
{
}

h2 
{
}

h3 
{
}

p, blockquote, ul, ol 
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

p 
{
}

blockquote
{
}

ul 
{
}

ol
{
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	border: none;
	color: #000000;
	text-decoration: underline;
	/*cursor:hand;*/
}
.center
{
	text-align: center;
}
#pmbar
{
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  line-height: 21px;
  padding: .3em;
  padding-top: 0em;
  z-index: 999;
	background-image: url(images/content_background.png);
	background-position: top left;
	background-attachment: scroll;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
#loginbar
{
  position: absolute;
  top: 0;
  right: 0;
  height: 21px;
  line-height: 21px;
  padding: .3em;
  padding-top: 0;
  padding-right: 0;
  z-index: 999;
	background-image: url(images/content_background.png);
	background-position: top left;
	background-attachment: scroll;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
#wrapper
{
  position: relative;
  width: 100%;
}
#topbar
{
	position: relative;
	height: 100px;
/*	background-color: #7F7F7F;*/
	margin-top: 0;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0;
	background-image: url(images/logo_rk.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#topbar.tremulousopentournament
{
	background-image: url(images/logo_tot.png);
}
/*#topbarcornerleft
{
	position: absolute;
	top:0;
	left:0;
	height:11px;
	width:9px;
	background-image: url(images/topbar_upper_left_corner.png);
}
#topbarcornerright
{
	position: absolute;
	top:0;
	right:0;
	height:11px;
	width:9px;
	background-image: url(images/topbar_upper_right_corner.png);
}
#bottomleftcorner
{
	position: absolute;
	bottom:0;
	left:0;
	height:18px;
	width:9px;
	background-image: url(images/bottom_left_corner.png);
}
#bottomrightcorner
{
	position: absolute;
	bottom:0;
	right:0;
	height:18px;
	width:9px;
	background-image: url(images/bottom_right_corner.png);
}*/
#footerbar
{
	position: absolute;
	background-image: url(images/footer-background.png);
	bottom: -15px;
	left: 110px;
	right: 110px;
	width: auto;
	height: 35px;
	z-index: 100;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #000;
  line-height: 35px;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
#tabbar
{
	position: absolute;
	background-image: url(images/button-background.png);
  border-right: 1px solid #333;
  border-left: 1px solid #333;
	top: 85px;
	left: 110px;
	right: 110px;
	width: auto;
	height: 35px;
	z-index: 100;
  padding: 0;
  margin: 0;
  text-align: center;
}
#tabbar ul
{
  position: relative;
  top: 2px;
  display: block;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
	list-style: none;
	height: 30px;
	width: 514px;
}
#tabbar ul li
{
  display: inline;
  padding: 0;
  margin: 0;
}
#tabbar ul li a
{
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 31px;
	text-align: center;
	width: 70px;
	z-index: 100;
  padding: 0;
  margin: 0;
  margin-left:1px;
  margin-right:1px;
  color: black;
  font-weight: bold;
}
#tabbar ul li a:hover
{
	background-image: url(images/button-background_hover.png);
	text-decoration: none;
}
#tabbar ul li a.selected
{
	background-image: url(images/button-background_hover.png);
	text-decoration: none;
}
/*#tabbar ul li a.tabhome
{
	background-image: url(images/tabbar_button_home.png);
	height: 76px;
}
#tabbar ul li a.tabforum
{
	background-image: url(images/tabbar_button_forum.png);
	height: 76px;
}
#tabbar ul li a.tabservers
{
	background-image: url(images/tabbar_button_servers.png);
	height: 76px;
}
#tabbar ul li a.tabfiles
{
	background-image: url(images/tabbar_button_files.png);
	height: 76px;
}
#tabbar ul li a.tabclan
{
	background-image: url(images/tabbar_button_clan.png);
	height: 76px;
}
#tabbar ul li a.tabdev
{
	background-image: url(images/tabbar_button_dev.png);
	height: 76px;
}
#tabbar ul li a.tabirc
{
	background-image: url(images/tabbar_button_irc.png);
	height: 76px;
}
#tabbar ul li a.tabhome:hover
{
	background-image: url(images/tabbar_button_home_hover.png);
	height: 76px;
}
#tabbar ul li a.tabforum:hover
{
	background-image: url(images/tabbar_button_forum_hover.png);
	height: 76px;
}
#tabbar ul li a.tabservers:hover
{
	background-image: url(images/tabbar_button_servers_hover.png);
	height: 76px;
}
#tabbar ul li a.tabfiles:hover
{
	background-image: url(images/tabbar_button_files_hover.png);
	height: 76px;
}
#tabbar ul li a.tabclan:hover
{
	background-image: url(images/tabbar_button_clan_hover.png);
	height: 76px;
}
#tabbar ul li a.tabdev:hover
{
	background-image: url(images/tabbar_button_dev_hover.png);
	height: 76px;
}
#tabbar ul li a.tabirc:hover
{
	background-image: url(images/tabbar_button_irc_hover.png);
	height: 76px;
}


#tabbar ul li a.tabhomeselected
{
	background-image: url(images/tabbar_button_home_hover.png);
	height: 76px;
}
#tabbar ul li a.tabforumselected
{
	background-image: url(images/tabbar_button_forum_hover.png);
	height: 76px;
}
#tabbar ul li a.tabserversselected
{
	background-image: url(images/tabbar_button_servers_hover.png);
	height: 76px;
}
#tabbar ul li a.tabfilesselected
{
	background-image: url(images/tabbar_button_files_hover.png);
	height: 76px;
}
#tabbar ul li a.tabclanselected
{
	background-image: url(images/tabbar_button_clan_hover.png);
	height: 76px;
}
#tabbar ul li a.tabdevselected
{
	background-image: url(images/tabbar_button_dev_hover.png);
	height: 76px;
}
#tabbar ul li a.tabircselected
{
	background-image: url(images/tabbar_button_irc_hover.png);
	height: 76px;
}*/
#outercontent
{
	font-size: 12px;
	position: relative;
	margin-top: 0;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 600px;
/* 	background-color: #003554; */
	background-image: url(images/content_background.png);
	background-position: top left;
	background-attachment: scroll;
	border: 1px solid black;
}
#innercontent
{
	position: relative;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
/* 	background-color: #393939; */
	min-height: 600px;
}
#innercontent div.contentmenubar
{
	font-size: 12px;
	top: 0;
position: relative;
padding-top: 10px;
padding-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 10px;
text-align: center;
border-bottom: 5px solid #7F7F7F;
}

#innercontent div.contentmenubar ul
{
	top: 0;
	width: 100%;
  position: relative;
	display: block;
	padding:0;
	margin: 0;
}

#innercontent div.contentmenubar ul li
{
	top: 2px;
display: inline;
position: relative;
list-style-type: none;
margin:0;
padding: 0;
padding-left: 2px;
padding-right: 2px;
border-bottom: 5px solid #7F7F7F;
}

#innercontent div.contentmenubar ul li a
{
position: relative;
color: #000000;
top: 0px;
margin: 0;
padding-bottom: 0;
padding-left: 5px;
padding-right: 5px;
font-size: 12px;
font-weight: normal;
line-height: 16px;
border-bottom: 5px solid #7F7F7F;
margin-left: 2px;
margin-right: 2px;
}

#innercontent div.contentmenubar ul li a:hover
{
color: #7F7F7F;
text-decoration: none;
border-bottom: 5px solid #000000;
}

#innercontent div.contentmenubar ul li a.selected
{
color: #7F7F7F;
text-decoration: none;
border-bottom: 5px solid #000000;
}
#innercontent div.forum_index_wrapper
{
	position: relative;
	top: 10px;
	left: 0;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background-image: url(images/content_table_watermark.png);
	background-repeat: repeat-y;
	background-color: #6B6B6B;
}
#innercontent div.forum_index_wrapper table.forum_index
{
	width: 100%;
	border-collapse: collapse;
}
#innercontent  div.forum_index_wrapper table.forum_index th
{
	height:32px;
	background-image: url(images/content_th_background.png);
	color: #000000;
	border: 3px solid #393939;
}
#innercontent  div.forum_index_wrapper table.forum_index th.topics
{
	width: 80px;
}
#innercontent  div.forum_index_wrapper table.forum_index th.posts
{
	width: 80px;
}
#innercontent  div.forum_index_wrapper table.forum_index th.lastpost
{
	width: 200px;
}
#innercontent  div.forum_index_wrapper table.forum_index td
{
	padding: 20px;
	color: #000000;
	border: 3px solid #393939;
}
#innercontent div.generaltable_wrapper
{
	position: relative;
	top: 10px;
	left: 0;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(images/content_table_watermark.png);
	background-repeat: repeat-y;
	background-color: #6B6B6B;
}
#innercontent div.generaltable_wrapper table.generaltable
{
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
	border-collapse: collapse;
}
#innercontent  div.generaltable_wrapper table.generaltable th
{
	height:32px;
	background-image: url(images/content_th_background.png);
	color: #000000;
	border: 1px solid #393939;
}
#innercontent  div.generaltable_wrapper table.generaltable td
{
	font-size: 120%;
	padding: 10px;
	color: #000000;
	border: 1px solid #393939;
}
#content
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 120%;
	text-align: justify;
}
#content p
{

}
#content p:first-letter 
{
	font-size: 130%;
	font-weight: bold;
	margin-left: 20px;
}

#content table
{
  table-layout: fixed;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
	border-collapse: collapse;
	background-image: url(images/content_table_watermark.png);
	background-repeat: repeat-y;
	background-color: #6B6B6B;
}
#content table.devtable, #content table.autotable
{
  table-layout: auto;
}
#content table.aboutstatus
{
	float: right;
  table-layout: auto;
	width: 40%;
	margin-left: 10px;
	border-collapse: collapse;
	background-image: url(images/content_table_watermark.png);
	background-repeat: repeat-y;
	background-color: #6B6B6B;
	max-width: 200px;
}
#content  table th
{
	height:32px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/content_th_background.png);
	color: #000000;
	border: 1px solid #393939;
	text-align: center;
}
#content  table td
{
	font-size: 100%;
	padding: 10px;
	color: #000000;
	border: 1px solid #393939;
}
.biglevelshot
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 480px;
}
.jumpbuttons
{
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
}
.jumpbuttons span
{
	text-align: center;
	padding-left: .25em;
	padding-right:.25em;
}
a.adminbutton
{
	padding: 4px;
	border: 1px solid black;
	margin-right: 4px;
}

span.quakecolor_black {
  color: #555555;
}

span.quakecolor_red {
  color: #FF0000;
}

span.quakecolor_green {
  color: #00FF00;
}

span.quakecolor_yellow {
  color: #FFFF00;
}

span.quakecolor_blue {
  color: #0000FF;
}

span.quakecolor_cyan {
  color: #00FFFF;
}

span.quakecolor_pink {
  color: #FF00FF;
}

span.quakecolor_white {
  color: #FFFFFF;
}
#subfooter
{
	position: absolute;
	bottom: -140px;
	left: 110px;
	right: 110px;
	width: auto;
	height: 75px;
	z-index: 100;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #AAA;
}
#subfooter a
{
color: #EEE;
}
/* -----------forum stuff------------- */

.navbar {
	background-image: url(images/content_th_background.png);
	padding: 0 0 0 0;
	margin-bottom: 5px;
	display: block;
	color: #000000;
	line-height: 32px;
}
.navbar a
{
	color: #111111;
	margin-bottom:0;
}
.navbar ul.linklist
{
	line-height: 32px;
	margin-bottom:0;
}
ul.linklist li {
	list-style-type: none;
}

#datebar
{
  margin:0;
  padding: 0;
  height: 1.5em;
}
#dateleft
{
  float: left;
  margin:0;
  padding: 0;
}
#dateright
{
  float: right;
  margin:0;
  padding: 0;
}
p.searchbar {
	white-space: nowrap;
	padding:0;
	margin: 0;
} 
p.searchbar a
{
  color: #aaaaaa;
}
table.tablebg {
/* 	background-image: url(images/content_table_watermark.png); */
	background-repeat: no-repeat;
	background-color: #6B6B6B;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.tablebg th {
	height:32px;
	background-image: url(images/content_th_background.png);
	color: #000000;
	border: 1px solid #393939;
}
table.tablebg th a,table.tablebg th a:visited
{
	color: #000000 !important;
}
table.tablebg td.row1,table.tablebg td.row2,table.tablebg td.row3
{
  background: transparent;
	font-size: 80%;
	padding: 5px;
	color: #000000;
}

table.tablebg td a
{
	color: #000000;
}
table.tablebg td.colors
{
	line-height: .5em;
}
.row1,.row2,.row3
{
	border: 1px solid #393939;
}
p.forumdesc
{
  margin:0;
  padding:0;
}

h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

h2 .titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	margin: 0;
	padding: 0;
  color:#000000;
}
table.tablebg h2 .titles a 
{
  color:#000000 !important;
}

.postbody img
{
  position: relative;
  max-width: 450px;
  overflow: hide;
}
form.generated_form {
text-align: center;
}
form.generated_form br{
clear: both;
}
form.generated_form label {
float: left;
width: 20%;
text-align: right;
vertical-align: top;
margin-bottom: 2px;
}

form.generated_form input,file {
float: left;
width: 60%;
margin-left: 0px;
padding: 0;
margin-bottom: 2px;
}

form.generated_form textarea {
float: left;
width: 60%;
height: 150px;
}
form.generated_form input.formbutton, #topbarlogin input.formbutton {
width: auto;
float: none;
/* margin-left:20%; */
background: url(images/form_button_background.png);
border: 1px solid black;
height: 25px;
}
form.generated_form input.formbutton:hover , #topbarlogin input.formbutton:hover{
background: url(images/form_button_background_hover.png);
}
#pmbar a
{
  color: #FFFFFF;
}
#pmbar a:hover
{
  color: #000000;
}
#loginbar a
{
  color: #FFFFFF;
}
#loginbar a:hover
{
  color: #000000;
}
span.teamname
{
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
span.teamtag
{
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
span.teamdescription
{
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 12px;
  text-align: center;
}
a.button, a.adminbutton
{
  font-size: 15px;
width: auto;
float: none;
padding: 3px;
margin-right: 5px;
/* margin-left:20%; */
background: url(images/form_button_background.png);
border: 1px solid black;
line-height: 25px;
height: 25px;
}
a.button:hover, a.adminbutton:hover
{
background: url(images/form_button_background_hover.png);
}
td.smalllevelshot
{
  width: 100px;
}
pre
{
  line-height: 1.1em;
}
table.players
{
  border-collapse: collapse;
  padding:0;
}
table.players td.team, table.players table.team
{
  margin:0;
  padding: 0;
}
#servers table.players{
	width: 100%;

	padding:0;
	border-collapse: collapse;
}
#servers table.team{
	width: 100%;
	padding:0;
	border-collapse: collapse;
}
#servers table.players th{
	width: 49%;
	margin:0;
	padding:0;
	text-align: center;
	border-bottom: 1px solid #393939;
}
#servers table.players td.team{
	vertical-align: top;
	border-bottom: 1px solid #393939;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
}
#servers table.team th{
	margin:0;
	padding:0;
	text-align: center;
	border-bottom: 1px solid #393939;
}
#servers table.team td{
	margin:0;
	padding:0;
	border: 0;
}
#servers table.team td.name{
	padding: 5px 0 0 5px;
}
#servers table.team .name{
	width: 60%;
}
#servers table.team .kills{
	width: 20%;
	text-align: center;
}

#servers table.team .ping{
	width: 20%;
	text-align: center;
}
