/* 
=====================================
CSS for CITY OF SYDNEY - CitySwitch
====================================
*/  


* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}

/*====================================*/
/*CUSTOM IDS AND CLASSES */
/*====================================*/

/*------- ID's common to all skins-------- */

#pageHeader {
	background-image:  url(Images/CS_Header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 300px;
	}
#pageHolder { /*--Sets overall width and centers page--*/ 
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
#logoContainer {
	width: 100%;
	height: 64px;
	float: left;
	text-align: right;
	padding-top: 30px;
}
#TagLine {
	width: 100%;
	height: 111px;
	margin-top: 52px;
	float: left;
}
#TagLine H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 35px;
	font-weight: bold;
	text-align: right;
}
html>body #logoContainer {
	height: 105px;
	margin-top: 0px;
}
html>body #TagLine {
	height: 111px;
	margin-top: 0px;
}

#breadC {
	width: 50%;
	float: left;
	text-align: left;
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: auto;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding-top: 10px;
}
#userName {
	float: left;
	text-align: right;
	width: 40%;
}
#searchBox{
	float: right;
	width: 280px;
	height: 40px;
	padding: 5px 0 0 10px ;
	text-align: left;
	background-image:  url(Images/CS_Search.gif);
	background-repeat: no-repeat;
}
#searchBox_2{
	float: left;
	width: 160px;
	height: 40px;
	padding: 5px 0 0 10px ;
	margin-left: 10px;
	text-align: left;
	background-image:  url(Images/CS_Search.gif);
	background-repeat: no-repeat;
}
#footerContainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 60px;
	background-color: #000000;
	}
#partnerLogos {
	width: 100%;
	float: left;
	border-top: 10px solid #12AD2B;
}
#partnerLogos img {
	/*float: left;*/
	margin: 0px;
}
/*------- ID's/Classes for Home Skin-------- */
.homeLeftPane{
	padding: 5px;
	float: left;
	text-align: left;
}
.homeContentPane{
	width: 560px;
	padding: 20px;
	float: left;
	text-align: left;
}
html>body .homeContentPane {
	width: 560px;
}
.homeRightPane{
	float: left;
	text-align: left;
	padding: 20px 0 20px 20px;
}
html>body .homeRightPane {
	width: 380px;
}
#fiveColWrapper{
	width: 100%;
	float: left;
	text-align: left;
}
.smallCol{
	width: 200px;
	float: left;
	text-align: left;
	padding: 20px;
}
html>body .smallCol {
	width: 160px;
}
.doubleCol{
/*
	width: 400px;
*/
	float: left;
	text-align: left;
	padding: 20px;
}
html>body .doubleCol {
	width: 360px;
}
/*------- ID's/Classes for City Skin-------- */
.cityLeftPane{
	width: 200px;
	min-height: 750px;
	float: left;
}
#innerContent {
	width: 800px;
	float: left;
	text-align: left;
	padding: 20px 0px;
}
.cityQuotePane {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.cityContentPane {
	width: 520px;
	float: left;
	padding-right: 30px;
}
html>body .cityContentPane {
	width: 470px;
	}
.cityRightPane {
	width: 280px;
	float: left;
}
#fourColWrapper {
	width: 100%;
	float: left;
}
/*------- ID's/Classes for Signatories Skin-------- */

.sigContentPane {
	width: 800px;
	float: left;
	padding: 20px;
}
html>body .sigContentPane{
	width: 760px;
	}
.sigRightPane {
	width: 200px;
	float: left;
	padding: 20px 0;
}
/*------- ID's/Classes for News/Events Skin-------- */

.newsContentPane {
	width: 720px;
	float: left;
	padding: 20px;
}
html>body .newsContentPane{
	width: 680px;
	}
.newsRightPane {
	width: 280px;
	float: left;
	padding: 20px 0;
}
/*------- ID's/Classes for Single Column Skin-------- */

.singleContentPane {
	width: 100%;
	float: left;
	margin: 20px 0;
}
/*=========================================*/
/* Hack to make div strech to size of inner divs*/
/*========================================*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
/*=====================================================*/
/* Css for XMOD template - Signatory Alphabetical List*/
/*=====================================================*/
.sigList{
	height: 60px;
	border-bottom: 1px dotted #3D3D3D;
	width: 45%;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
}
.sigLogo{
	float: left;
	margin: 0 20px 0 0;
}
.sigCompany {
	color: #3D3D3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 0;
	font-weight: bold;
}
.sigCity {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0;
}
/*=====================================================*/
/* Css for XMOD template - Signatory State Pages List*/
/*=====================================================*/
.sigColumnLogo{
	height: 80px;
	text-align: center;
}
/*=====================================================*/
/* Css for XMOD template - Signatory Home Page List*/
/*=====================================================*/
.sigHomepage{
	/*height: 80px;*/
	width: 120px;
	text-align: center;
	padding: 6px 0;
}
.sigHomeInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: auto;
	text-align: left;
	letter-spacing: 0;
}
/*=========================================*/
/* Css for XMOD template - Sucess Story tiles*/
/*========================================*/
#sucList{
	border: 1px dotted #3D3D3D;
	padding: 10px;
	width: 222px;
	/*height: 130px;*/
	margin-right: 20px;
}
html>body #sucList{
	width: 212px;
	}
#sucList H2 {
 	font-size: 16px;
}
.sucHero{
	margin: 10px 0;
}
/*=========================================*/
/* Css for XMOD template - Sucess Story Homepage fading ticker*/
/*========================================*/
.newsticker {
	/*border: 1px solid #000;*/
	background: #fff;
	padding: 0;
	margin: 0 0 10px 0;
	height: 210px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	list-style-type: none;
}
.newsticker ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*text-indent: -1em;*/
}
.newsticker li {
	height: 210px;
	width: 360px;
	padding: 0;
	margin: 0;
	list-style: none;
	/* margin-left: -30px; Modified */
}
.sucessHomeInfo{
	padding: 10px;
	width: 180px;
	height: 130px;
	margin-right:15px;
	margin-bottom:0;
	margin-left:130px;
	background-color: #333333;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	text-indent: 0;
}
.sucessHomeInfo H2{
	color: #CCC;
}
.quoteticker {
	/*border: 1px solid #000;*/
	background-color: #FFFFFF;
	padding: 0;
	/*margin: 0 0 10px 0;*/
	height: 150px;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	list-style-type: none;

}
.quoteticker ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -1em;
	background-color: #FFFFFF;
}
.quoteticker li {
	height: 150px;
	width: 98%;
	padding: 0;
	margin: 0;
	list-style: none;
	/* margin-left: -30px; Modified as it is affected in the IE Browser*/
	margin-left:0;
	text-indent: 0;
	background-color: #FFFFFF;
}
/*=========================================*/
/* Css for XMOD Forms within the Intranet*/
/*========================================*/
.sigForms {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto;
	text-align: left;
	letter-spacing: 0;
}
.sigPanel {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto;
	text-align: left;
	letter-spacing: 0;
	padding: 20px;
}
.proReportWrapper {
	border: 2px solid #FF6600;
	padding: 6px;
	width: 705px;
}
.proReport {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 0;
}
.proReport TD {
	padding: 3px;
}
.proReport hr {
	color: #5A5B51;
}
.proReportSmall {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 0;
}
.formLeftCol{
	width: 150px;
	float: left;
	line-height: 22px;
	letter-spacing: 0;
}
.formLeftSpace{
	line-height: 24px;
}
.formRightCol{
	width: 270px;
	/*float: left;*/
}
.formLeftColTwo{
	width: 200px;
	float: left;
	line-height: 22px;
	letter-spacing: 0;
}
.formWrapHalf{
	float: left;
	width: 425px;
	border-right: 1px solid #cccccc;
}
.tenancyTable TD {
	color: #5A5B51;
	/*color: #ffffff;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0;
	padding: 2px;
}
.tenancyDetails {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	letter-spacing: .05em;
	width: 700px;
	padding: 10px;
	border: 2px solid #12AD2B;
	margin-bottom: 20px;
}
.buttonCenter {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0;
	}
/*=========================================*/
/* Css for Announcements within the Intranet*/
/*========================================*/
.dateIntra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
	text-transform: uppercase;
}
/*=========================================*/
/* Css for User Management Table*/
/*========================================*/
#Table35 TD {
	background-color: #999;
	}
TD.NormalBold {
	background-color: #999;
}
#Table51 TD.NormalBold {
	background-color: #fff;
}
#Table44 TD{
	background-color: #fff;
}
#Table43 TD{
	background-color: #fff;
}
#Table54 TD.NormalBold{
	background-color: #fff;
}
/*#Table4 TD{
	background-color: #999;
}*/
/*=========================================*/
/* Css to fix link colours in FIle Manager*/
/*========================================*/
.FileManagerTreeNode {
	color: #5A5B51;
}
/*=========================================*/
/* Css for Links Module*/
/*========================================*/

.LinksDesignTable TD {
	padding-left: 10px;
	height: 50px;
	border-bottom: 1px solid #ccc;
	background-color: #F5FBF7;
	width: 300px;
}
.LinksDesignTable TD:hover{
	background-color: #E9F7EA;
}
/*====================================*/
/* GENERIC STYLES*/
/*====================================*/
P {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	letter-spacing: .05em;
	}
.Normal {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	letter-spacing: .05em;
	}
.NormalTextBox {
	width: 78%;
	}
.NormalSmall {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0;
}
#searchBox .NormalTextBox{
	width: 150px;
}
TEXTAREA.NormalTextBox{
width: 550px;
}

.NormalBold{
	color: #CCC;
	}
Label.NormalBold{
	color: #6699cc;
	}
.SearchTextBox {
	}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: normal;
	text-align: left;
	color:#12AD2B;
	font-weight: bold;
	letter-spacing: 0;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #5A5B51;
	text-align: left;
	font-weight: bold;
	}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #5A5B51;
	text-align: left;
	font-weight: bold;
	letter-spacing: .03em;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: normal;
	text-align: left;
	color:#F17C0E;
	font-weight: bold;
	letter-spacing: 0;
}
H5 { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #5A5B51;
	text-align: center;
	font-weight: bold;
	letter-spacing: .05em;
}
H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	line-height: 60px;
	}
TD {}
DIV {}
TH {}
hr {
	border-top: 1px solid #999;
	border-bottom: none;
	/*color: #12AD2B;*/
	color: #999;
	height: 1px;
	}
.small {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: .05em;
	text-transform: uppercase;
	}
.smallBC {
	color: #5A5B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: .05em;
	text-transform: uppercase;
	}
a.smallPrint:visited  {
	color: #12AD2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	letter-spacing: 0.05em;
	text-transform: none;
	text-decoration: none;
	}
a.smallPrint:active  {
	color: #12AD2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	letter-spacing: 0.05em;
	text-transform: none;
	text-decoration: none;
	}
a.smallPrint:link  {
	color: #12AD2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	letter-spacing: 0.05em;
	text-transform: none;
	text-decoration: none;
	}
.smallPrint  {
	color: #12AD2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	letter-spacing: 0.05em;
	text-transform: none;
	text-decoration: none;
	}
a.smallPrint:hover {
	text-decoration: underline;
	}
#containerContent ul {
	padding-left: 2em;
	margin-left: 0;
	text-indent: -1.3em;
}
#containerContent ul li {
	list-style: disc inside;
	padding-bottom: 4px;
}
.blueText ul {
	padding-left: 1.5em;
	margin-left: 0;
	text-indent: -1.3em;
}
.blueText ul li {
	list-style: disc inside;
	padding-bottom: 2px;
}
#containerContent ol {
	padding-left: 2em;
	margin-left: 0;
	text-indent: -1.3em;
	color:#12AD2B;
	font-weight: bold;
}
#containerContent ol li {
	list-style: decimal url(none) inside;
	padding-bottom: 4px;
	color: #5A5B51;
	font-weight: normal;
}
a:active {
	color: #12AD2B;
	letter-spacing: .02em;
	}
a:visited {
	color: #12AD2B;
	letter-spacing: .02em;
	}
a:link {
	color: #12AD2B;
	letter-spacing: .02em;
	}
a:hover {
    color:#12AD2B;
	text-decoration: underline;
}
a.intraLog, a.intraLog:visited, a.intraLog:active, a.intraLog:link,  {
	text-align: left;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 12px;
	line-height: 40px;
	vertical-align: bottom;
	text-transform: uppercase;
	height: 40px;
	font-weight: bold;
}
a.intraLog:hover  {
}
.intraLog, .intraLog:link {
	text-align: left;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 12px;
	line-height: 40px;
	vertical-align: bottom;
	text-transform: uppercase;
	height: 40px;
	font-weight: bold;
}
html>body .intraLog, .intraLog:link {
	line-height: 65px;
}
a.search:visited  {
	text-align: left;
	color:#12AD2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	vertical-align: baseline;
	text-transform: uppercase;
}
a.search:active  {
	text-align: left;
	color:#12AD2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	vertical-align: baseline;
	text-transform: uppercase;
}
a.search:link  {
	text-align: left;
	color:#12AD2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	vertical-align: baseline;
	text-transform: uppercase;
}
.userText, a.userText:active, a.userText:visited, a.userText:link {
	text-align: right;
	color:#5A5B51;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 36px;
	vertical-align: baseline;
	text-transform: capitalize;
}
a.userText:hover{
    color:#12AD2B;
	text-decoration: underline;
}
.search  {
	text-align: left;
	color:#12AD2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	vertical-align: baseline;
	text-transform: uppercase;
}
a.search:hover {}
a.footer:visited {
	text-align: left;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	vertical-align: baseline;
}

a.footer:active {
	text-align: left;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	vertical-align: baseline;
}

a.footer:link {
	text-align: left;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	vertical-align: baseline;
}

.footer {
	text-align: left;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	vertical-align: baseline;
}

/* END*/
/*---------------------------------------------------------------------------*/

/*=========================================*/
/* Styles for Smooth Galleries*/
/*========================================*/
.jdGallery .slideInfoZone P {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*font-weight: bold;*/
	font-size: 80%;
	line-height: auto;
	color:#FFFFFF;
	letter-spacing: 0;
}
/*====================================================*/
/* Styles the Content Pane Headings in Edit Mode*/
/*====================================================*/
.Head {	
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #999999
}
.SubHead {	
	FONT-SIZE: 11px; 
	COLOR: #999999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.SubSubHead {	
		FONT-SIZE: 11px; 
COLOR: #999999
}
label {
	color: #999999;
}
input {
	color: #999999;
}
/*====================================================*/
/*Edit Mode Buttons*/
/*====================================================*/
A.CommandButton:active  {	
	COLOR: #12AD2B; 
	TEXT-DECORATION: underline;
	font-size: 12px;
}
A.CommandButton:visited  {	
	COLOR: #12AD2B; 
	TEXT-DECORATION: underline;
	font-size: 12px;
}
A.CommandButton:link  {	
	COLOR: #12AD2B; 
	TEXT-DECORATION: underline;
	font-size: 12px;
}
.CommandButton  {	
	COLOR: #12AD2B; 
	TEXT-DECORATION: underline;
	font-size: 12px;
}
A.CommandButton:hover {
	color:#F17C0E;
	TEXT-DECORATION: underline;
	font-size: 12px;
}
.SmallCommandButton  {	
	COLOR: #12AD2B; 
	TEXT-DECORATION: underline;
	font-size: 10px;
}

/* ===============================================
    CSS STYLES FOR HouseMenu - Horz Exhibit Blue
   ===============================================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#navHorz ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: 1px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	/*z-index: 99999;*/
	z-index: 89; /*Changed to stop conflict with LightBox z-index of 100 and overly of 90*/
	position: relative;
}
#navHorz { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: 1px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	/*z-index: 99999;*/
	z-index: 89; /*Changed to stop conflict with LightBox z-index of 100 and overly of 90*/
	position: relative;
}
#navHorz li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}
#navHorz li li { /* all items under the top level */
	z-index: 11113;
}
#navHorz a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}
#navHorz li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}
#navHorz li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}
#navHorz li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}
#navHorz li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}
#navHorz li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}
#navHorz li.sfhover ul ul ul {
	left: -9999px;
}
#navHorz li.sfhover ul ul {
	left: -9999px;
}
#navHorz li:hover ul ul ul {
	left: -9999px;
}
#navHorz li:hover ul ul {
	left: -9999px;
}
#navHorz li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navHorz li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navHorz li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navHorz li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navHorz li li:hover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navHorz li:hover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navHorz iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}
.ArrowPointer {
	cursor: default;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#navHorz ul { /* all lists */
    width: 100%;
    background-color: transparent;
	display: inline;
	float: left;
	margin-top: 8px;

}
#navHorz { /* all lists */
    width: 100%;
    background-color: transparent;
	display: inline;
	float: left;
	margin-top: 8px;
	margin-left: -14px;
}
#navHorz ul {
	margin-top: 10px;
}
html > body #navHorz {
	margin-top: 10px;
}
#navHorz li { /* all list items */
    /* hack for MacIE5 to ignore, while other browsers use \*/
    width: auto;
    _width: 1px;
    /* end hack */
}
#navHorz li li {
	height: auto;
}
#navHorz li ul { /* second-level lists */
	width: 175px;
	display: block;
	float: left;
	margin: 0;
	line-height: 14px;
	background-color: #12AD2B;
	height: auto;
	left: -999em;
	font-weight: normal;
}
#navHorz li ul ul { /* third-and-above-level lists */
    background-color: #fff;
    line-height: 12px;
    margin: -1.75em 0 0 9.25em;
}
#navHorz a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	height: 28px;
	width: auto;
	padding: 8px 13px 0 13px;
	/*border-right: 1px solid #B0B1B3;*/
	background-image: url(Images/navDivider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navHorz li a:hover {
    color: #FFFFFF;
	background-image:  url(Images/greenMenuHover.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding: 8px 13px 0 13px;
	/*border-right: 1px solid #FFFFFF;*/
}
#navHorz li li a {
	width: 175px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #12AD2B;
	background-image: none;
	white-space: normal;
	height: auto;
}
#navHorz li li a:hover {
	background-image:  none;
    color: #FFFFFF;
	background-color: #5AC66B;
	line-height: 18px;
    height: auto;
	padding: 5px;
	width: 175px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#navHorz #houseMenuParentItem a
{ /* all links under the parent item (li) */
    background-color: transparent; 
    text-decoration: none;
}

#navHorz a#houseMenuParentLink
{ /* parent link itself */
    background-color: transparent; 
    text-decoration: none;
}

#navHorz a#navHorzCurrentLink
{ /* current link itself */
	background-image:  url(Images/greenMenuHover.gif);
	background-repeat: repeat-x;
    color: #FFFFFF; 
    /*background-color: #fff; */
    text-decoration: none;
}
#navHorz li#navHorzItemHome {
	border: none;
	display: none;
}
/*Makes the Admin and Host Menu Headings Green */
#navHorzItem1133 a {
	color:#12AD2B;
}
#navHorzItem7 a {
	color:#12AD2B;
}

/*========== END ==========*/
/* ===============================================
    CSS STYLES FOR Menu used in ADMIN mode
   ===============================================
*/
.MainMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.MainMenu_MenuItemSel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.MainMenu_MenuContainer {
    background-color: #FFF;
}
/*========== END ==========*/
/* ===============================================
    CSS STYLES FOR Intranet HouseMenu - navIntra
   ===============================================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#navIntra ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: 1px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	/*z-index: 99999;*/
	z-index: 89; /*Changed to stop conflict with LightBox z-index of 100 and overly of 90*/
	position: relative;
}
#navIntra { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: 1px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	/*z-index: 99999;*/
	z-index: 89; /*Changed to stop conflict with LightBox z-index of 100 and overly of 90*/
	position: relative;
}
#navIntra li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}
#navIntra li li { /* all items under the top level */
	z-index: 11113;
}
#navIntra a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}
#navIntra li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}
#navIntra li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}
#navIntra li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}
#navIntra li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}
#navIntra li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}
#navIntra li.sfhover ul ul ul {
	left: -9999px;
}
#navIntra li.sfhover ul ul {
	left: -9999px;
}
#navIntra li:hover ul ul ul {
	left: -9999px;
}
#navIntra li:hover ul ul {
	left: -9999px;
}
#navIntra li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navIntra li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navIntra li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navIntra li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navIntra li li:hover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navIntra li:hover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#navIntra iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}
.ArrowPointer {
	cursor: default;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#navIntra ul { /* all lists */
    width: 92%;
    background-color: transparent;
	display: inline;
	float: left;
	margin-top: 8px;
}
#navIntra { /* all lists */
    width: 92%;
    background-color: transparent;
	display: inline;
	float: left;
	margin-top: 8px;
}
#navIntra ul {
	margin-top: 10px;
}
html > body #navIntra {
	margin-top: 10px;
}
#navIntra li { /* all list items */
    /* hack for MacIE5 to ignore, while other browsers use \*/
    width: auto;
    _width: 1px;
    /* end hack */
}
#navIntra li li {
	height: auto;
}
#navIntra li ul { /* second-level lists */
	width: 150px;
	display: block;
	float: left;
	margin: 0;
	line-height: 14px;
	background-color: #12AD2B;
	height: auto;
	left: -999em;
	font-weight: bold;
}
#navIntra li ul ul { /* third-and-above-level lists */
    background-color: #fff;
    line-height: 12px;
    margin: -1.75em 0 0 9.25em;
}
#navIntra a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	background-color: transparent;
	height: 28px;
	width: auto;
	padding: 8px 8px 0 20px;
	/*border-right: 1px solid #B0B1B3;*/
	}
#navIntra li a:hover {
    color: #FFFFFF;
	/*background-image:  url(Images/greenMenuHover.gif);
	background-repeat: repeat-x;*/
	height: 28px;
	padding: 8px 8px 0 20px;
	/*border-right: 1px solid #FFFFFF;*/
}
#navIntra li li a {
	width: 150px;
	padding: 5px 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #12AD2B;
	background-image: none;
}
#navIntra li li a:hover {
	background-image:  none;
    color: #FFFFFF;
	background-color: #5AC66B;
	line-height: 18px;
    /*height: auto;*/
	padding: 5px 5px 0 5px;
	width: 150px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#navIntra #houseMenuParentItem a
{ /* all links under the parent item (li) */
    background-color: transparent; 
    text-decoration: none;
}

#navIntra a#houseMenuParentLink
{ /* parent link itself */
    background-color: transparent; 
    text-decoration: none;
}

#navIntra a#navHorzCurrentLink
{ /* current link itself */
	/*background-image:  url(Images/greenMenuHover.gif);
	background-repeat: repeat-x;*/
    color: #FFFFFF; 
    /*background-color: #fff; */
    text-decoration: none;
}
#navIntra li#navHorzItemHome {
	border: none;
	display: none;
}
/*Makes the Admin and Host Menu Headings Green */
#navIntraItem1133 a {
	color:#12AD2B;
}
#navIntraItem7 a {
	color:#12AD2B;
}

/*========== END ==========*/
/* ===============================================
    CSS STYLES FOR Menu used in ADMIN mode
   ===============================================
*/
.MainMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.MainMenu_MenuItemSel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
/*========== END NavIntra==========*/


.Eventweekenday {
background-color:#FFFFFF
}

.Eventday {
background-color:#FFFFFF
}
.Eventweekenday {
background-color:#FFFFFF
}
.Eventday {
background-color:#FFFFFF
}
.DataGrid_Item {
background-color:#ffffff;
color:#000000;
}
.DataGrid_AlternatingItem {
background-color:#ffffff;
color:#000000;
}
/*=============================*/
/* Intranet Page styles*/
/*=============================*/

.IntranetBody {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	/*width: 330px;*/
}
#Intranet_Outer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

/*======================
Modified Below
#IntranetBanner {
	width: 1000px;
	height: 180px;
	background-image: url('Images/intranet_bannerBG.jpg');
	background-repeat: no-repeat;
}
#IntranetLogo {
	width: 312px;
	height: 53px;
	margin-top: 60px;
	margin-left: 12px;
	float: left;
	background-image:url('Images/intranet_logo.gif')
}
#IntranetBannerTitle {
	font-family: Arial;
	font-size: 45px;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: .025em;
	margin-top: 60px;
	/////////text-align: right;
	margin-right: 12px;
	height: 76px;
}
html>body #IntranetBannerTitle {
	margin-top: 0px;
	padding-top: 59px;
}

#IntranetContent {
	width: 1000px;
}
========================*/

/*======================
Control Pane*
========================*/
#ControlPane {
	padding: 10px;
	background-image: url('Images/control_paneBG.jpg');
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-left: 10px;
	width: 300px;
	height: 550px;
	float: left;
}
/*======================
Control Pane Internal Page*
========================*/
#ControlPaneIntern {
	padding: 10px;
	background: transparent url('Images/control_paneBG.jpg') no-repeat top left;
	margin-top: 10px;
	margin-left: 10px;
	/*width: 230px;
	height: 550px;*//
	float: left;
}

/*======================
Content Pane*
========================*/

#ContentPaneIntranet {
	width: 300px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
/*======================
one column single Content Pane        Increased width for Nabers forms*
========================*/
#ContentPaneIntraSingle {
	width: 900px;
	margin-left: 20px;
	margin-top: 20px;
}
/*======================
Right Pane*
========================*/
#IntranetRightPane {
	width: 300px;
	margin-top: 10px;
	float: left;
}
#ControlPane H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
}
#ContentPaneIntro {
	width: 640px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	text-align: left;
	float: left;
}
#ContentPaneIntern {
	width: 700px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	text-align: left;
	float: left;
}
#IntranetFooter {
	width: 700px;
	height: 30px;
	color: #999999;
	text-align:right;
	border-bottom: 10px solid #999999;
	padding-bottom: 5px;
	margin: 30px 15px 15px 0;
	float: right;
}
#IntranetNav {
	width: 100%;
	text-align: left;
	float: left;
	clear: right;
	padding: 0;
	margin-top: 4px;
	height: 30px;
}

#2ndLevelContent {
	width: 614px;
}
/* END Intranet Page styles*/
/* Table styles*/
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}
.ms-list1-0111-main {
	background-color: white;
}
.ms-list1-0111-even {
	font-weight: normal;
	color: black;
	background-color: white;
}
.ms-list1-0111-odd {
	font-weight: normal;
	color: black;
	background-color: silver;
}
/*end table styles*/


/* Modifications for Cross Browser Issues */
#homeMainWrap{display:inline-block; clear:both; width:1000px;}
#homeMainWrap .LeftWrap{width:560px;float:left;margin:0 20px 0 0; display:block;}
#homeMainWrap .RightWrap{width:380px;float:left;margin:0 0 0 0; display:block;}


#IntranetContent {width: 990px; display:inline-block; clear:both; margin:0 0 0 10px; float:none;}

#IntranetBanner {width: 1000px;height: 180px;background: url('Images/intranet_bannerBG.jpg') no-repeat left top; display:inline-block;}
#IntranetLogo {width: 323px;height: 53px;margin-top: 60px;float: left;background:url('Images/intranet_logo.gif') no-repeat 12px 0;}
#IntranetBannerTitle {font-family: Arial;font-size: 45px;font-style: normal;color: #FFFFFF;letter-spacing: .025em;margin: 50px 0 0 0;padding-right: 12px;height: 84px; width:630px; float:right;}
#nav {text-align: left;	padding: 0;	margin: 0;	height: 50px; display:block; clear:both;}

.LeftWrap{width:320px;float:left;margin:10px 15px 0 0; display:block;}
.RightWrap{width:640px;float:left;margin:10px 0 0 0; display:block;}

#ControlPane {background:url("Images/control_paneBG.jpg") repeat-x left top;height:550px;padding:10px; margin:0; display:block; clear:both;}
#ContentPaneIntro {margin:0; padding:0; display:block; clear:both;}
#ContentPaneIntranet {float:left;margin:10px 15px 0 0;width:310px; display:block; padding:0;}
#IntranetRightPane {float:left;margin:10px 0 0 0;width:310px; display:block; padding:0;}


#searchContainer {height:40px;text-align:right; display:block; float:right; width:49%;}
#searchBox_2 {background:url("Images/CS_Search.gif") no-repeat 0 0;float:left;height:40px;margin-left:10px;padding:5px 0 0 10px;text-align:left;width:270px;}

h6 {color:#FFFFFF;font-family:Arial,Helvetica,sans-serif;font-size:40px;font-weight:bold;line-height:40px;text-align:right; margin:0; padding:0; white-space:nowrap;}

/* Control Panel */
.ControlPanel{margin: 0 auto;background: #f1f1f1;border: 0px;width: 1000px;color: #000;}
.MainMenu_MenuContainer {margin:0 auto;width:1000px;background-color:#FFFFFF;}

/* Hide the Admin Menu from the MainNav */
#navHorzItem1133, #navHorzItem1133 a{display:none;}


/* Grid Overflow Control */
.ModReportGridC{ display:block; clear:both; width:900px; overflow:auto;}

/* Breadcrumb and Search Container Alignment */
.bc_searchWrap{width:1000px; display:inline-block; clear:both;}