﻿/* General styles for the Null City Website */

html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #181818;
} 

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #C7C7C7;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #E9E9E9;
}

.titleBar
{
	color: #aeadae;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
	height: 20px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url('Images/TopBarBackground.gif');
}

.navigationBar
{
	background-color: #000000;
	color: #aeadae;
	height: 32px;
}

.cityScape
{
	color: #aeadae;
	height: 72px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url('Images/CityScape.gif');
}

.mainSection
{
	color: #aeadae;
	height: 150px;
	background-repeat: repeat-x;
	background-image: url('Images/CheckersMain.gif');
}

.navigationRollover a
{
	vertical-align: middle;
	width: 88px;
	height: 22px;
	display: block;
	text-align: center;
	padding-top: 10px;

	background: url("Images/Button.gif") 0 0 no-repeat;
	text-decoration: none;
	color: #8e8e8e;
	outline: none;
}

.navigationRollover a:hover 
{
	background-position: 0 -32px;
	color: #aeadae;
	outline: none;
}

.navigationRollover a:active
{
	background-position: 0 -64px;
	color: #ebebeb;
	outline: none;
}

.postTable
{
	width: 100%;
}

.fileTable
{
	width: 100%;
	padding: 1px;
	border: solid 1px #6f6f6f;
}

.fileTableShort
{
	width: 650px;
	padding: 1px;
	border: solid 1px #6f6f6f;
}

.fileTableHeader
{
	font-weight: bold;
	background-color: #6a6a6a; 
	color: #dfdfdf; 
	padding-left: 4px;
	width: 100%;
}

.fileTableSection
{
	white-space: nowrap;
	background-color: #4A4A4A;
	padding-left: 4px;
	padding-right: 4px;
	width: 1px;
}

.fileTableFill
{
	width: 100%;
}

.fileTableCell
{
	width: 50%;
	background-color: #3E3E3E;
	padding-left: 4px;
}


.postTableInner
{
	padding: 7px;
	border: solid 1px #6f6f6f;
	background-color: #383838;
	color: #aeadae;
	background-repeat: repeat-x;
	background-image: url('Images/CheckeredItem.gif');
}

.ie6TableFix
{
	width: 100%; 
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.ie6PartFixRight
{
	width: 190px; 
	padding-top: 10px;
	padding-right: 10px;
}

.ie6PartFixLeft
{
	width: 190px; 
	padding-top: 10px;
	padding-left: 10px;
}

.borderedImage
{
	border: none !important;
}

.contactCell
{
	 vertical-align: middle;
}

.boxes
{
	background-color: #494949;
	color: #AEAEAE;
	border: solid 1px #7A7A7A;
}

.buttons
{
	background-color: #797979;
	color: #DEDEDE;
	border: solid 1px #9A9A9A;
}

.buttons:hover
{
	background-color: #9D9D9D;
	color: #FFFFFF;
	border: 1px solid #AEAEAE;
}


img, div { behavior: url(iepngfix.htc) }

a img
{ 
	border-color: #8f8f8f;
	border-width: 2px;
} 

a:hover img
{ 
	border-color: #AfAfAf;
	border-width: 2px;
} 


/* Grid gubbins */
.gridNoWrap
{
	white-space: nowrap;
}




