body {
	background-image:url(images/bg1b.gif);
	background-repeat:repeat-x;
	background-color:#79b7c4;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#79b7c4;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#666;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

h4
{
	font-size; 18px;
	color:#000000;
	font-weight:bold
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:800px;
	padding:5px;
	height:auto;
	background-color:#FFF;
	text-align:left;
	border:2px solid;
}

#banner {
	width:799px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:100px;
	background-image:url(images/norplay.jpg);
	background-repeat:no-repeat;
	float:left;
	
}

#bannerRight {
	width:620px;
	height:51px;
	background:url(images/bg1c.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 15px;
	margin-top:7px;
}

#content {
	background:url(images/bg1.gif) repeat-y;
	height:1%;

	}

#leftColumn {
	float:left;
	width:150px;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:11px;
	color:#CCC;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:11px;
	border-bottom:1px dotted #333;
	
}

#nav a:hover {
	background-color:#666;
}

#nav li a.active {
 color: #fff;
 background: #666;
 }

#leftColumnBottom {
	width:130px;
	background:url(images/bg1c.gif) repeat-x;
	padding:110px 10px 10px;
	color:#EAEAEA;
}

#rightColumn {
	float:left;
	width:550px;
	padding-left:20px;
	padding-right:20px;
	color:#666;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#333;
}

/* stats table*/

table {
	border-collapse: collapse;
}

td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
	
}

thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {

}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(images/up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(images/down.gif);
}
.nosort {
	cursor: default;
}

.scroll-table-head {
    width: 800px;
}

.scroll-table-body {
    width: 800px;
    height: 600px;				
}
.scroll-table-body td {
	padding-right: 10px;
	overflow: hidden;
}
/*table*/


/*
Calendar
*/

tr.day
{
	color: #666;
	font-size: 9px;
	height: 90px;
}

tr.number
{
	background: #ddd;
	color: #888;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
	font-weight:bold;
}

th
{
	background: #fff;
	color: #999;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 5px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	
	div.buttons
{
	font: 10px Verdana, sans-serif;
	padding: 10px 0 20px;
	text-align: center;
}

div.buttons a
{
	background: #ddd;
	border: 1px solid #bbb;
	color: #000;
	padding: 3px 5px;
}

div.buttons a:hover
{
	background-color: #eef;
}	
		

/*
Calendar
*/