/* Global */
#fancy_ajax{overflow:hidden}

body {
	padding: 0px;
	margin: 0px auto;
	margin-left: auto; margin-right: auto;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #030303;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	width: 100%;
}

a:link, a:hover, a:active, a:visited { text-decoration: none; border: none; }

.left { float: left; }
.right { float: right; }


/* Container */
#container {
	width: 960px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	overflow:hidden;
}

#header {
	background-image: url('../images/bg_header.jpg');
	width: 960px;
	height: 136px;
	background-repeat: no-repeat;
	padding: 25px 0px 0px 36px;
}

#content {
	background-image: url('../images/bg_content.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height:690px;
}
#content_nograd {
	background-image: url('../images/bg_content_2.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	min-height: 663px;
}
#subcontent {
	padding: 15px 36px 53px 36px;
}

#footer {
	background-image: url('../images/footer.jpg');
	width: 960px; height: 71px;
	background-repeat: no-repeat;
}
#foot-content {
	padding-top: 11px; padding-left: 36px;
}
#footer_clean {
	background-image: url('../images/footer_2.jpg');
	width: 960px; height: 71px;
	background-repeat: no-repeat;
}

/* Footer menu */
#footer-menu {
	width: 960px; height: 34px;
}
#menu-content {
	padding-top: 0px; margin: 0px;
	padding-left: 21px; padding-right: 13px;
}
div.copyright {
	position: relative;
	top: 5px; left: 0px;
}

/* Panel */
.panel { padding-top: 18px; }

table.panel {
	width: 568px;
	padding-top: 0px;
}

table.subpanel {
	width: 253px;
}

#top-panel {
	background-image: url('../images/top_panel_bg.jpg');
	width: 548px; height: 211px;
	padding-top: 64px;
	padding-left: 12px; padding-right: 10px;
}
#game-closed {
	background-image: url('../images/top_panel_disabled.jpg');
	width: 548px; height: 211px;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:12pt;
}
.button {
	position: relative;
	top: 15px; left: 5px;
}

div.panel1 {
	background-image: url('../images/subpanel1_bg.jpg');
	background-repeat: no-repeat;
	width: 253px; height: 139px;
	cursor:hand;
}

div.panel1:hover {
	background-image: url('../images/subpanel1_hover_bg.jpg');
	background-repeat: no-repeat;
	width: 253px; height: 139px;
}

#subpanel1 {
	padding-top: 45px; padding-left: 130px;
}
.button2 {
	position: relative;
	top: 15px; left: 160px;
}

div.panel2 {
	background-image: url('../images/subpanel2_bg.jpg');
	background-repeat: no-repeat;
	width: 253px; height: 139px;
	cursor:hand;
}
div.panel2:hover {
	background-image: url('../images/subpanel2_hover_bg.jpg');
	background-repeat: no-repeat;
	width: 253px; height: 139px;
}
#subpanel2 { padding-top: 31px; padding-left: 135px; }
.button3 {
	position: relative;
	top: 28px; left: 15px;
}

div.panel3 {
	background-image: url('../images/subpanel3_bg.jpg');
	background-repeat: no-repeat;
	width: 253px; height: 139px;
	cursor:hand;
}

div.panel3:hover {
	background-image: url('../images/subpanel3_hover_bg.jpg');
	background-repeat: no-repeat;
	width: 253px; height: 139px;
}


#subpanel3 {
	padding-top: 66px; padding-left: 107px;
}

div.panel4 {
	background-image: url('../images/subpanel4_bg.jpg');
	background-repeat: no-repeat;
	width: 253px; height: 139px;
	cursor:hand;
}

div.panel4:hover {
	background-image: url('../images/subpanel4_hover_bg.jpg');
	background-repeat: no-repeat;
	width: 253px; height: 139px;
}


#subpanel4 { padding-top: 31px; padding-right: 10px; }
.button4 {
	position: relative;
	top: 12px; left: 18px;
}

/* Font */
.text { font-family: Arial; }
.bold  { font-weight: bold; }

.small { font-size: 8pt; font-weight: normal; }
.normal { font-size: 10pt; font-weight: normal; }
.font0 { font-size: 13pt; }
.font1 { font-size: 14pt; }
.font2 { font-size: 19pt; }
.font3 { font-size: 10pt; }
.font4 { font-size: 13pt; }
.white { color: #ffffff; }
.tab { color: #999999;}
span.copyright { color: #666666; }

/* Custom */
.counter { position: relative; top: 5px; left: 445px; }
#counter-block { padding-top: 2px; padding-left: 8px; padding-right: 22px; }
#week {
	font-size: 190%;
	font-family: Impact;
	font-weight: 900;
	color: #ffffff;
}
#waratahs { padding-top: 10px; }

#terms_title{
	text-align:center;
	height: 43px;
	text-indent: -9000px;
	width: 402px;
	background-image: url('../images/terms_title.jpg');
}

ol{ 
	color:#FF0000;
	font-size:10pt;
	font-weight:bolder;
}

ol p{
	 color:#666666;
	 font-weight:normal;
}
#issued_by {
	clear:both;
	float:right;
	color:#999999;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:8pt;
	background-color:#FFFFFF;
	padding:10px;
	opacity:0.7;
	filter: alpha(opacity = 70);
}

.clear{clear:both}

.marchsix{margin-top:2px;)

