@CHARSET "ISO-8859-1";

/* Copyright (C) 2004 Binoid Solutions Corp. */

body {
	background-image:url(/images/mainbg.jpg);
	text-align: center;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #ffffe5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	top: 0px;
	margin: 5px;
	height: 290px;
	
	background-repeat: no-repeat;
	background-position: 100% 0%;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	z-index: 1000;
}

.table_content{
	width: 823px;
	}
	
.table_left{
	width: 193px;
	vertical-align: top;
	}
	
.table_spacer{
	width: 25px;
	}
	
.table_center{
	width:605px;
	font-size: 1.2em;
	vertical-align: top;
	/*background-image:url(/images/puzzlebg2.png);*/
	}

#left {
	background-image:url(/images/puzzlebg3.png);
	background-color: #ffffdd;
	position: relative;
	left: 0px;
	width: 823px;
	height: 100%;
	padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 50px;
	border: 2px none #666666;
	font-size: 10pt;
	z-index: 1;
}

#center {
	background-image:url(/images/puzzlebg2.png);
	position: relative;
	top: 0px;
	left: 5px;
	margin-left: 13em;
	background-color: #ffffdd;
	width: 615px;
	padding-top: 500px;
}

#holder {
	top: -500px;
	position: relative;
}

#background {
	top: -115px;
	left: 5px;
	background-color: #ffffdd;
	position: relative;
	padding-left: 0px;
	width: 828px;
	position: relative;
}


#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	top: 0px;
}

#center table tr td a {
	/* This is required for the Tomahawk calendar days to show properly */
	color: black;
}

#center thead tr th a {
	/* This is to over ride the fix above for the Tomahawk calendar */
	color: #FFFFFF;
}

#centerWide {
	top: 0;
	margin-left: 5px;
	min-height: 400px;
}

#centerWide table tr td a {
	/* This is required for the Tomahawk calendar days to show properly */
	color: black;
}

#centerWide thead tr th a {
	/* This is to over ride the fix above for the Tomahawk calendar */
	color: #FFFFFF;
}

#help {
	top: 5;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#footer {
	background-image:url(/images/footerbg.gif);
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: .6em;
	color: #FFFFFF;
	text-align: center;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #046812;
	border-right-color: #3B6CFF;
	border-bottom-color: #046812;
	border-left-color: #3B6CFF;
	vertical-align: bottom;
	clear: both;
	position: relative;
	top: -132px;
	height: 60px;	
	width: 828px;
	z-index: 10;
}

#footer ul {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
	display: inline;
}

#footer ul li {
	margin-left: 0;
	padding: 4px 9px 4px 8px;
	list-style: none;
	display: inline;
	border-right: 1px dotted #066;
}

#footer ul li.last {
	border-right: 0px;
}

#footer a:link,#footer a:visited {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
}

/*TOP BANNER CODE*/
#top_row {
    height:290px;
    width:751px;
    top:0px;
    margin:0px;
    z-index: 50; 
}
#top_logo {
	background-image:url(/images/AR_Banner3.jpg);
	background-repeat:no-repeat;
	height:290px;
	width:828px;
    top:-5px;
    margin:0px;
    z-index: 40;
}
#top_status {
	position: absolute;
	margin:0px;
	height:16px;
	width:16px;
	z-index: 50;
	top: 166px;
	left: 13px;
}


/* Menu */
/* For level 1 menu */

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li{
	margin: 0px;
	padding: 0px;
	display:inline;
}

#menu ul.unselected li a {
	padding: 2px 5px 2px 10px;
	margin: 0px;
	background-color: #EAF4F4;
}

#menu ul.unselected ul li a:hover {
	color: #FFFFFF;
	background-color: #87A8A8;
}

#menu ul.disabledMenuItem li a {
	padding: 2px 5px 2px 10px;
	margin: 0px;
	background-color: #EAF4F4;
}

#menu ul.disabledMenuItem ul li a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
}

#menu ul li  a {
	width:177px;
	display:block;
	background-color: #85b152;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #456e10;
	border-right: 1px solid #456e10;
	-moz-border-radius: 4px 0px 0px 4px;
	padding: 2px 5px 2px 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

/* For level 2 menus */

#menu ul li a:visited {color:#FFFFFF;}
#menu ul li a:hover {
	/* ROLL OVER COLOUR*/
	color: #446c16;  
	background-color: #85b152;
}
#menu ul li a:active { color:#294747;}
#menu ul li a.selected {
	color:black;
	background-color: #669966;
}
#menu ul ul li a {
	width:162px;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 3px 10px;
	color:#ffffff;
	background-color: #669966;
}
#menu ul ul li span {
	padding: 2px 10px 2px 10px;
	margin: 0px;
	background-color: #FFFFFF;
}
#menu ul ul li ul li a {
	padding: 2px 10px 2px 10px;
	margin: 0px;
}

/* For level 3 menus */

#menu ul li ul li a:visited {color:#FFFFFF;}
#menu ul li ul li a:hover {
	/* ROLL OVER COLOUR*/
	color: #446c16;  
	background-color: #85b152;
}
#menu ul li ul li a:active { color:#294747;}
#menu ul li ul li a.selected {
	color:black;
	background-color: #669966;
}
#menu ul ul li ul li a {
	width:152px;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 3px 20px;
	color:#ffffff;
	background-color: #669966;
}
#menu ul ul li ul li span {
	padding: 2px 10px 2px 10px;
	margin: 0px;
	background-color: #FFFFFF;
}
#menu ul ul li ul li ul li a {
	padding: 2px 10px 2px 10px;
	margin: 0px;
}

/* Help pages */
#help p {
	font-size: 0.75em;
	margin-right: 5%;
	margin-left: 7%;
	text-align: justify;
	line-height: 1.20em;	
}

hr {
	background: #669966;
	width: 75%;
}

.centreText {
	text-align: center;
	font-size: 0.85em;
	font-weight: normal;
}

.errorText {
	color: red;
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
}

.warningText {
	color: yellow;
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
}

.infoText {
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
}

.inputbox {
	font-size: 0.85em;
}

.pageTitle {
	font-size: 0.85em;
	text-align: left;
	font-weight: bold;
}

.headingTitle {
	font-size: 0.85em;
	text-align: left;
	font-weight: bold;
}

.subTitle {
	font-size: 0.85em;
	text-align: left;
	font-weight: bold;
	margin: 4px 45px;
}

.subDetail {
	font-size: 0.85em;
	text-align: left;
	font-weight: normal;
	margin: 10px 45px;
}

.notes {
	font-size: 0.85em;
	text-align: left;
	font-weight: normal;
	color: red;
}

.normalText {
	font-size: 0.85em;
	font-weight: normal;
}

.instructionText {
	font-size: 0.85em;
	color: blue;
	font-style: italic;
}

.labelText {
	font-size: 0.85em;
	font-weight: bold;
}

.boldItalic {
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
}

.borderTable {
	border: 1px solid black;
}

.standardTable {
}

/*CURRENTLY SET TO GREEN*/
.standardTable_Header {
	color: #FFFFFF;
	background-color: #446c16;
	padding: 0px;
    text-align: center;
    border: none;
}
#center table a {
	color: #FFFFFF;
}

.standardTable_Footer {
	color: #FFFFFF;
	background-color: #446c16;
	padding: 0px;
    text-align: center;
    border: none;
}

table.scroller {
	margin-left:auto; margin-right:auto;
}

.standardTable_RowOdd {
	background-color: #d7daa1;
}

.standardTable_RowEven {
	background-color: #c1daa1;
}

.standardTable_Column {
	border: 0px solid# bfd1a9;
}

.standardTable_ColumnCentered {
    text-align: center;
}

.innerTable {
}

.innerTable_Header {
	color: #FFFFFF;
	background-color: #5b3d09;
	padding: 0px;
    text-align: center;
    border: none;
    height:23px;
    padding-left: 10px;
    padding-right: 10px;
}

/*CURRENTLY SET TO BROWN*/
.innerTable_Footer {
	color: #FFFFFF;
	background-color: #5b3d09;
	padding: 0px;
    text-align: center;
    border: none;
}

.innerTable_RowOdd {
	background-color: #d7daa1;
}

.innerTable_RowEven {
	background-color: #c1daa1;
}

.innerTable_Column {
	border: 0px solid# d7daa1;
}

.innerTable_ColumnCentered {
    text-align: center;
}

.highlightRow {
	color: #FFDD00;
}

.plain_link {
	color: #506c21;
}

.plain_link A:link {
	color: #506c21;
	text-decoration: none
}

.plain_link A:visited {
	color: #506c21;
	text-decoration: none
}

.plain_link A:active {
	color: #506c21;
	text-decoration: none
}

.plain_link A:hover {
	color: #506c21;
	text-decoration: underline; 
}

.plain_link {
	color: #506c21;
}

.table_center A:link {
	color: #85b152;
	text-decoration: none
}

.table_center A:visited {
	color: #85b152;
	text-decoration: none
}

.table_center A:active {
	color: #85b152;
	text-decoration: none
}

.table_center A:hover {
	color: #85b152;
	text-decoration: underline; 
}

.standardTable_RowOdd A:link {
	color: #000000;
	text-decoration: underline;
}

.standardTable_RowOdd A:visited {
	color: #000000;
	text-decoration: underline;
}

.standardTable_RowOdd A:active {
	color: #000000;
	text-decoration: underline;
}

.standardTable_RowOdd A:hover {
	color: #000000;
	text-decoration: underline; 
}

.standardTable_RowEven A:link {
	color: #000000;
	text-decoration: underline;
}

.standardTable_RowEven A:visited {
	color: #000000;
	text-decoration: underline;
}

.standardTable_RowEven A:active {
	color: #000000;
	text-decoration: underline;
}

.standardTable_RowEven A:hover {
	color: #000000;
	text-decoration: underline; 
}

.standardTable_Header A:link {
	color: #FFFFFF;
	text-decoration: underline; 
}
.standardTable_Header A:visited {
	color: #FFFFFF;
	text-decoration: underline; 
}
.standardTable_Header A:active {
	color: #FFFFFF;
	text-decoration: underline; 
}
.standardTable_Header A:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}

.innerTable_Header A:link {
	color: #FFFFFF;
	text-decoration: underline; 
}
.innerTable_Header A:visited {
	color: #FFFFFF;
	text-decoration: underline; 
}
.innerTable_Header A:active {
	color: #FFFFFF;
	text-decoration: underline; 
}
.innerTable_Header A:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}

.myFaces_panelTabbedPane_emptyHeaderCell {
background-color:#FFFFFF !important;
}
.myFaces_panelTabbedPane_activeHeaderCell input:hover, .myFaces_panelTabbedPane_inactiveHeaderCell input:hover {
background:#0088CC none repeat scroll 0% !important;
color:#FFFFFF !important;
}

