﻿body
{
	background-color: #E9E9E9;
}

h1 
{
	font-family:Arial, Verdana;
	font-size:24px;
	color:#4785A3;
	margin-bottom:5px;
}

h2
{
	font-family:Arial, Verdana;
	font-size:16px;
	color:#4785A3;
	margin-bottom:5px;
}

h3
{
	font-family:Arial, Verdana;
	font-size:14px;
	color:#4785A3;
	margin-bottom:5px;
}

td
{
	font-family:Verdana, Arial;
	font-size:11px;
	color:Black;
	margin-bottom:5px;
	line-height:16px;
}

a 
{
	color: #4785A3;
}

ul
{
	list-style-image:url('/resources/images/listArrow.gif');
} 

.header
{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:15px;
	background-color: #878787;
	font-size:2px;
}

.content
{
  width:100%;
  position:absolute;
  top:35px;
  left:0px;
}

.contentBody
{
	background-image:url('/resources/images/backgroundBody.gif');
	background-repeat:repeat-y;
}

.dateText
{
	font-family:Verdana, Arial;
	font-size:11px;
	color:#BABABA;
}

.footer 
{
	color:#8C9E28;	
}

.footer A:link
{
	color:#8C9E28;	
}

.footer A:hover
{
	color:#8C9E28;	
}

.footer A:visited
{
	color:#8C9E28;	
}

A.mainMenu:link, A.mainMenu:hover, A.mainMenu:active, A.mainMenu:visited
{
	color:White;
	padding-left: 18px;
	font-size:18px;
	background-image: url('/resources/images/menuArrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .2em;
	text-decoration:none;
	margin-right:20px;
	font-weight:normal;
}

A.header3:link, A.header3:hover, A.header3:active, A.header3:visited
{
	font-family:Arial, Verdana;
	font-size:14px;
	color:#4785A3;
	margin-bottom:5px;
	text-decoration:none;
}

.headerCell 
{
	background-image:url('/resources/images/ZuneForum.jpg');
	background-repeat:no-repeat;
	width:875px;
	height:230px;
	background-position: 10px 0px;
	vertical-align:bottom;
	padding-left:20px;
	padding-bottom:10px;
	
}

.mainTable
{
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background-color:White;
	border-left:1px solid black;
	border-right:1px solid black;
}

.spaceLeft
{
	background-position: top right;
	background-image: url("/resources/images/backgroundLeft.gif");
}

.spaceRight
{
	background-image: url("/resources/images/backgroundRight.gif");
}

.separator
{
	background-image: url("/resources/images/separator.gif");
}


