/* --------- specific system styles (do not edit!) --------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* --- image wrapping rules --- */
.fluxresetwrap {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.fluximg-al {
	text-align: left;
}

.fluximg-al .caption {
	text-align: left;
	margin: 0 auto 0 0;
}

.fluximg-ar {
	text-align: right;
}

.fluximg-ar .caption {
	text-align: left;
	margin: 0 0 0 auto;
}

.fluximg-ac {
	text-align: center;
}

.fluximg-ac .caption {
	text-align: left;
	margin: 0 auto 0 auto;
}

.fluximg-wl {
	float: left;
	text-align: left;
}

.fluximg-wl .caption {
	text-align: left;
}

.fluximg-wr {
	float: right;
	text-align: left;
}

.fluximg-wr .caption {
	text-align: left;
}

/* Only IE-win sees this. \*/
* html .fluximg-al, * html .fluximg-ar, * html .fluximg-ac {
	height: 1%;
}

* html .fluximg-wl {
	margin: 0 -3px 0 0;
}

* html .fluximg-wr {
	margin: 0 0 0 -3px;
}
/* End hide from IE5/mac */

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* hide accessibility links from visual browsers */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.list0 {
	list-style-image: url(../graphics/system/bullet0.gif);
	margin-left: 1em;
	padding: 0;
}

ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	margin-left: 2em;
	padding: 0;
}

ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	margin-left: 4em;
	padding: 0;
}

ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	margin-left: 1em;
	padding: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 160px;
	text-align: right;
}

.emailform .formfielddescr {
	font-weight: normal;
	color: #666;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 210px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 180px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../graphics/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	font-size: 17px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	font-size: 12px;
	font-weight: normal;	
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

.quicksearch {
	position: absolute;
	z-index: 95;
	margin: 110px 0 0 560px;
}

.quicksearch .searchbox .formfieldtext {
	width: 125px;
	font-size: 13px;
	border: 1px solid #E70800;
}

.quicksearch .searchbox .formfieldbutton {
	margin: 0 0 0 3px;
	border: none;
	padding: 0;
	color: #E70800;
	font-size: 13px;
	font-weight: bold;
	background: none;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* --------- navigation styles --------- */
/* ---- nav style 0 (Main Nav - Hz Text) ---- */
.navi0 {
	/* common font face, size, formatting */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: url(../graphics/system/mainnav_bkg.gif) no-repeat;
	float: right;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	display: block;
	float: left;
}

.navi0 li.navc0 {
	border-bottom: 3px solid #600;
}

.navi0 a {
	display: block;
	width: 20px;
	height: 18px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #666;
	padding: 4px 5px 0px 5px;
	white-space: nowrap;
}

/* change back to block display for all non Mac IE \*/
.navi0 a {
	display: block;
}
/* end Mac IE hack */

html>body .navi0 a {
	width: auto;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #666;
	text-decoration: none;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #660500 url(../graphics/system/mainnav_currentbkg.gif) repeat-x;
	border: none;
	padding: 4px 6px 0 6px;
}

.navc0 a:link, .navc0 a:visited, .navc0 a:hover, .navc0 a:active {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #660500 url(../graphics/system/mainnav_currentbkg.gif) repeat-x;
	border: none;
	padding: 4px 6px 0 6px;
}

.navi0start {
	position: relative;
	left: 1px;
}

.navi0end {
	position: relative;
	left: -1px;
}

/* ---- nav style 1 (Sub Nav - Vt Text) ---- */
.navi1 {
	/* common font face, size, formatting */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.navi1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 li, .navi1 li.navc1 {
	display: block;
	padding: 2px 0 3px 8px;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #666;
	text-decoration: none;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #666;
	text-decoration: underline;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #E70A00;
	text-decoration: none;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #E70A00;
	text-decoration: underline;
}

li.navh1 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0 0 8px 0;
}

.navi1 li.navh1 {
	padding: 0;
}

/* ---- nav style 2 (Sub Nav Level 3 - Vt Text) ---- */
.navi1 .navi2 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.navi1 .navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 .navi2 li, .navi1 .navi2 li.navc2 {
	display: block;
	padding: 1px 0 2px 8px;
}

.navi1 .navi2 a:link, .navi1 .navi2 a:visited {
	/* normal link: colour, style */
	color: #666;
	text-decoration: none;
}

.navi1 .navi2 a:hover, .navi1 .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #666;
	text-decoration: underline;
}

.navi1 .navc2 a:link, .navi1 .navc2 a:visited {
	/* current link: colour, style */
	color: #E70A00;
	text-decoration: none;
}

.navi1 .navc2 a:hover, .navi1 .navc2 a:active {
	/* current link rollover: colour, style */
	color: #E70A00;
	text-decoration: underline;
}

/* ---- nav style 3 & 4 (Footer Nav + Login Nav - Hz Text) ---- */
.navi3, .navi4 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

div.navi3 {
	position: absolute;
	z-index: 2;
	padding: 25px 20px;
}

div.navi4 {
	position: absolute;
	z-index: 3;
	margin: 0 0 0 595px;
	padding: 25px 85px 25px 10px;
}

.navi3 ul, .navi4 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi3 li, .navi4 li {
	float: left;
	padding: 0 15px 0 0;
}

.navi3 a:link, .navi3 a:visited, .navi4 a:link, .navi4 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navi3 a:hover, .navi3 a:active, .navi4 a:hover, .navi4 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navc3 a:link, .navc3 a:visited, .navc4 a:link, .navc4 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navc3 a:hover, .navc3 a:active, .navc4 a:hover, .navc4 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

/* flyup styles */
/* ---- nav style 9 (Main Nav Flyup Panel - Vt Text Flyup) ---- */
.navi9 {
	/* common font face, size, formatting */
	position: absolute;
	z-index: 100;
	left: -999em;
	top: -999em;
	margin-top: -1px;
	border: 4px solid #600;
	border-top: 11px solid #600;
	padding: 4px 0;
	width: 140px;
	height: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	background: #FFF;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi0 .navi9 {
	top: auto;
}
/* end Mac IE 5 hack */

.navi0 .navi9 ul {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	list-style: none;
}

.navi0 .navi9 ul li {
	display: block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	width: 140px;
}

html>body .navi0 .navi9 li {
	height: auto;
}

.navi0 .navi9 li a {
	display: block;
	clear: both;
	float: none;
	margin: 0;
	padding: 3px 7px 3px 7px;
	border: none;
	width: 126px;
	white-space: normal;
}

html>body .navi0 .navi9 ul li a {
	height: auto;
	background: none;
}

.navi9 ul li a:link, .navi9 ul li a:visited {
	/* normal link: colour, style */
	color: #666;
	padding: 3px 7px 3px 7px;
	text-decoration : none;
	background: none;
}

.navi9 ul li a:hover, .navi9 ul li a:active {
	/* normal link rollover: colour, style */
	color: #666;
	padding: 3px 7px 3px 7px;
	text-decoration : underline;
	background: none;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	font-size: 20px;
	margin: 0;
	padding: 0 0 15px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 17px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 14px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
	color: #666;
	font-size: 11px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background: #000 url(../graphics/system/page_bkg.jpg) repeat-x;
}

#headerstrip1 {
	position: absolute;
	z-index: -1;
	width: 50%;
	height: 91px;
	background: #EB0B00;
}

#headerstrip2 {
	position: absolute;
	z-index: 1;
	top: 91px;
	border: 2px solid #000;
	border-width: 2px 0;
	width: 100%;
	height: 79px;
	background: #FFF;
}

#mainouter {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
}

#maininner {
	width: 754px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#mainlogo {
	position: absolute;
	z-index: 1;
	margin: 11px 0 0 7px;
	width: 389px;
	height: 143px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/main_logo.gif) no-repeat;
}

#mainlogoBingo {
	position: absolute;
	z-index: 1;
	margin: 11px 0 0 7px;
	width: 389px;
	height: 143px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/Bingo_main_logo.png) no-repeat;
}

* html #mainlogoBingo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/Bingo_main_logo.png',sizingMethod='scale');
}

#header {
	height: 91px;
	background: url(../graphics/system/header.jpg) no-repeat;
	margin-bottom: 92px;
}

#headerBingo {
	height: 91px;
	background: url(../graphics/system/Bingo_header.jpg) no-repeat;
	margin-bottom: 92px;
}

#mainnav {
	position: absolute;
	z-index: 2;
	top: 149px;
	width: 754px;
}

#subnav {
	min-height: 230px;
	height: 230px;
}

html>body #subnav {
	height: auto;
}

#pagecontent {
	background: #FFF url(../graphics/system/content_bkg2.jpg) no-repeat left top;
	padding-top: 21px;
}

#column1 {
	width: 152px;
	padding: 0 10px 0 15px;
	border-right: 1px solid #CCC;
}

#column2 {
	width: 539px;
	padding: 0 25px 0 12px;
}

#bingocolumn {
	width: 716px;
	padding: 0 25px 0 12px;
}

#bingocolumncontent {
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#homelink {
	margin: 0 0 10px 0;
}

#brick2 {
	height: 45px;
}

#footer, #homefooter {
	width: 754px;
	height: 84px;
	border: 1px solid #FF9C97;
	border-width: 1px 0 0 0;
	background: #EB0B00 url(../graphics/system/footer_bkg.gif) no-repeat left bottom;
}

#homefooter {
	height: 58px;
}

#footerlogo {
	position: absolute;
	z-index: 2;
	margin: -40px 0 0 559px;
	width: 200px;
	height: 72px;
	background: url(../graphics/system/footer_logo.gif) no-repeat;
}

#printfriendly {
	position: absolute;
	z-index: 1;
	margin: 17px 0 0 392px;
	width: 200px;
}

#printfriendly a {
	color: #900;
	text-decoration: underline;
}

.printtext {
	display: block;
	margin: -20px 0 0 38px;
}

#postcontent {
	height: 9px;
}

/* homepage template styles */
#homepagecontent {
	background: #FFF url(../graphics/system/home_topbkg.gif) no-repeat;
	padding-top: 21px;
}

#homemain {
	background: url(../graphics/system/home_sidebkg.gif) repeat-y top right;
}

#homecolumn1 {
/*	width: 250px; */
	border: 1px solid #FFF;
	border-width: 1px 1px 0 0;
}

#homecolumn2 {
/*	width: 251px; */
	border: 1px solid #FFF;
	border-width: 1px 1px 0 0;
}

#homecolumn3 {
/*	width: 243px; */
	border: 1px solid #FFF;
	border-width: 1px 0 0 0;
}

#extraarea {
	padding: 15px;
}

#scrollerbox {
	position: absolute;
	z-index: 15;
	width: 746px;
	height: 269px;
}

.scrollerboxouter {
	position: relative;
	z-index: 5;
	visibility: visible;
	top: 131px;
	left: 518px;
  width: 164px;
	height: 28px;
	text-align: left;
	overflow: hidden;
	clip: rect(0px 163px 28px 0px);
	background: #FFF
}

.scrollerboxinner {
	position: absolute;
	z-index: 14;
	left: 164px;
	top: 0;
	visibility: visible;
	margin : 0;
	padding: 0;
	height: 28px;
}

.scrollerboxinner .t0, .scrollerboxinner .t1, .scrollerboxinner .t2, .scrollerboxinner .t3, .scrollerboxinner .t4 { 
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #000;
}

#scrollerbox2 {
	position: absolute;
	z-index: 15;
	width: 746px;
	height: 269px;
}

.scrollerboxouter2 {
	position: relative;
	z-index: 5;
	visibility: visible;
	top: 95px;
	left: 465px;
  	width: 240px;
	height: 140px;
	text-align: center;
	overflow: hidden;
	clip: rect(0px 240px 140px 0px);
}

.scrollerboxinner2 {
	position: absolute;
	z-index: 14;
	left: 5px;
	top: 0px;
	visibility: visible;
	margin : 0;
	padding: 0;
  	width: 230px;
	height: 135px;
}

.scrollerboxinner2 .t0, .scrollerboxinner2 .t1, .scrollerboxinner2 .t2, .scrollerboxinner2 .t3, .scrollerboxinner2 .t4 { 
	font-family: Arial,Helvetica,sans-serif;
}

#HighlightBox {
	background-color: #FFEAEA;
	padding: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
}
