* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #aaa;
}

body {
	font-family: verdana,arial;
	font-size: .8em;
	background: #bbb url(http://static.blackintel.org/images/content-bg.gif);
	text-align: justify;
}

html {
	overflow-y: scroll;
}

a {
	color: #3668b3;
	text-decoration: none;
}

a:hover {
	color: #498cf2;
}

#main {
	margin: 15px auto;
	width: 950px;
	border: 1px #1c1c29 solid;
}

#header {
	display: block;
	width: 950px;
	height: 220px;
	font-size: 1em;
	font-family: "Regatta Condensed LET",verdana,arial;
	background-image: url(http://static.blackintel.org/images/banner.png);
	position: relative;
}
#headerimg1 {
	position: absolute; 
	top: 20px; 
	right: 20px; 
}

#headerimg2 {
	position: absolute; 
	top: 65px; 
	right: 20px; 
}

#headerimg3 {
	position: absolute; 
	top: 110px; 
	right: 20px; 
}

#headerimg4 {
	position: absolute; 
	top: 155px; 
	right: 20px; 
}

#lowerpart {
	background: url(http://static.blackintel.org/images/menubg.png) repeat-y; /* TODO: change color */
}

#navbar {
	font-size: 1.1em;
	float: left;
	list-style: none;
	bottom: 0;
	width: 200px;
	color: white;
	background: url(http://static.blackintel.org/images/menu.png) no-repeat; /* TODO: change color */
	display: inline; /* IE Fix */
}


#navbar a {
	display: block;
	font-weight: bold;
	color: #b3b3b3;
}

#navbar a:hover 
{
	color: #e5e5e5;
}

#navbar ul
{
	padding: 0;
	margin-left: 10px;
	margin-bottom: 3px;
}

#navbar li
{
	
	display: inline;
	width: 100%;

}

#navbar li.nonexisting
{
	/*display: none;*/
}

#serverstatus
{
	width: 160px;
	font-size: 0.8em;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px;
}

#serverstatus h1
{
	padding-top: 20px;
	font-size: 1.2em;
}

.serverstatustable
{
	width: 130px;
	border: 0px;
}



.navbutton {
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #b3b3b3;
}

.navbutton:hover {
	color: #e5e5e5;
}

#contents
{
	margin-left: 200px;
	background: #0b0b0b url(http://static.blackintel.org/images/mainbg.png);
}

#contents2
{
	background: url(http://static.blackintel.org/images/main.png) no-repeat;
}

#contents3
{
	padding: 15px 20px;
}

#contents ul {
	padding-bottom: 10px;
}

#contents li {
	margin-left: 25px;
	margin-bottom: 10px;
}

.bottomfix
{
	clear: both;
	height: 0;
	visibility: hidden;
}

#donate {
	margin-top: 25px;
	text-align: center;
}


#modinfo {
	display: inline;
	float: right;
	top: 30px; 
	margin-right: 0px;
	width: 400px;
}

#footnotes {
	margin-top: 10px;
}


#googleads-navbar {
	margin-top: 220px;
	float: right;
}

h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;	
}

h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
}


p {
	padding-bottom: 10px;
}




.CollapseList {
	cursor: pointer;
}

.CollapseList p {
	display: none;
}
.CollapseList .expanded p {
	display: block;
}
.CollapseList table {
	display: none;
}
.CollapseList .expanded table {
	display: block;
}
.CollapseList ul {
	display: none;
}
.CollapseList .expanded ul {
	display: block;
}



input, textarea {
	margin: 2px;
	padding: 1px;
	background: #222 url(http://static.blackintel.org/images/input-bg.gif);
	border: 1px #666 solid;
	color: #aaa;
	/* TODO: Make background pic? */
}

input.button {
	background: #999;
	border: 1px #ddd solid;
	color: #222;
	width: 50px;
}

.cninput {
	width: 198px;
}
textarea {
	width: 400px;
	height: 150px;
}

strong {
	margin: 0 5px;
	color: #ddd;
}



.cnstory, .cncomment {
	margin-left: 10px;
	padding-bottom: 10px;
}

.cninfo {
	padding-bottom: 10px;
	font-size: .8em;;
}



.important {
	color: #BF1F1F;
}




.screenshotbox {
	border: none;
}
.screenshotbox td {
	border: none;
	padding: 0;
	width: 166px;
	text-align: center;
	vertical-align: top;
	padding: 2px;
}

.screenshotbox img {
	width: 160px;
	height: 120px;
	background: #272727;
	margin-bottom: 5px;
	display: block;
	border: 1px #474747 solid;
}

.screenshotbox .fakeimg {
	width: 160px;
	height: 120px;
	background: #0F0F0F;
	margin-bottom: 5px;
	display: block;
	border: 1px #272727 solid;
}


/* Added for the xwis query page */
table {
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px #444444 solid;
}

caption {
	margin-bottom: 10px;
}

tr.spacer {
	height: 15px;
}

tr.spacer td {
	border: 1px #444444 solid;
}

td {
	border: 1px #444444 solid;
	border-top: 0;
	border-bottom: 0;
	padding: 3px 5px;
}

th {
	border: 1px #444444 solid;
	padding: 5px 10px;
}


.row-0 {
	background: #1F1F1F;
}

.row-1 {
	background: #0F0F0F;
}

#ida000000,#ida0000000a, #ida0000000b
{
	background: #0F1F3F;
}

#idblckintel,
#idblkintel1,
#idblkintel2,
#idblkintel3,
#idblkintel4,
#idblkintel5,
#idblkintel6,
#idblkintel7,
#idblkintel8,
#idblkintel9,
#idblkintel0
{
	background: #3F0F0F;
}

.team-1 td{
	color: red;
}
			
.team-0 td{
	color: yellow;
}
			
.collapsedserver{
	cursor: pointer;
	display: none;
}
			
.uncollapsedserver{
	display: block;
	position: absolute;
	background: #222;

	border: 1px #7f7f7f solid;
	padding: 4px 8px;
}

/* For the banlist */

#name
{
	max-width: 100px;
}

#ip
{
	max-width: 140px;
}

#serial
{
	max-width: 320px;
}

td.time
{
	max-width: 100px;
}

th.time
{
	max-width: 100px;
}

#reason 
{
	width: auto;
}
/* For the forum */

#contents-forum
{
	background: #0b0b0b url(http://static.blackintel.org/images/mainbg.png);
}

#contents2-forum
{
	background: url(http://static.blackintel.org/images/main-forum.png) no-repeat;
}


#google-ads
{
	margin: 10px;
	text-align: center;
}

