/* Layout CSS */
body {
	background-color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.5px;
	color:#707276;
}
div#Container {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	background-image:url(/images/page/PageBackground.jpg);
	background-repeat:repeat-y;
}
div#PlanitLogo {
	position:absolute;
	width:192px;
	left:67px;
	top:5px;
	height:100px;
}
div#PlanitLogo a {
	display:block;
	height:100px;
	background-image:url(/images/logos/planit.jpg);
	background-repeat:no-repeat;
	background-position: 0px center;
}
div#PlanitLogo a:hover {
	background-position: 0 center;
}
div#HandheldTopNav {
	display:none;
}
div#SearchBox {
	position:absolute;
	left:629px;
	top:0px;
	padding:10px;
	width:280px;
	height:49px;
	background-color:#F5F5F7;
	border:1px solid #c3c3c3;
}

div#SearchBox form {
	position:relative;
	margin:10px auto 10px 23px;
}

div#SearchBox #HeaderSearchTerm {
	width:150px;
	float:left;
	margin-right:5px;
	font-size:12.5px;
	padding:1px;
}

div#SearchBox input[type='button'], div#SearchBox input[type='submit'] {
	display:block;
	vertical-align:middle;
	float:left;
	width:auto; /* floating elements need to have a width declared */
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:1em;
	color:#ffffff;
	border:1px solid #b5b5b5;
	background-color:#9e9d9d;
	background-image:url(/images/page/Button.jpg);
	background-position:right 0;
	padding:0 20px 2px 4px;
}

div#SearchResultsTop {
	position:absolute;
	display:none;
	left:665px;
	top:42px;
	z-index:101;
	background-image:url(/images/page/SearchResultsBGGrey.png);
	background-repeat:repeat;
	width:340px;
	max-height:400px;
	padding:0 0 10px 10px;
	border:1px solid #b5b5b5;
}

div#SearchResultsTopInner {
	max-height:390px;
	overflow:auto;
	font-size:9px;
}
div#SearchResultsTopInner a {
	text-decoration:none;
}
div#SearchResultsTopInner div.ResultsRowOdd, div#SearchResultsTopInner div.ResultsRowEven {
	padding:5px 2px;
	border-top:1px dotted #b5b5b5;
}
div#SearchResultsTopInner div.ResultsRowOdd {
	background-image:url(/images/page/SearchResultsBGRow1.png);
}
div#SearchResultsTopInner div.ResultsRowEven {
	background-image:url(/images/page/SearchResultsBGRow2.png);
}
div#SearchResultsTopInner a div.ResultsRowOdd, div#SearchResultsTopInner a div.ResultsRowEven {
	line-height:normal;
	color:#6B6B6B;
	text-decoration:none;
}
div#SearchResultsTopInner a:hover div.ResultsRowOdd, div#SearchResultsTopInner a:hover div.ResultsRowEven {
	background-image:none;
	background-color:#565656;
	color:#FCFCFC;
}
div#SearchResultsTopInner h1 {
	margin:0 0 3px 0;
	font-size:11px;
	font-weight:bold;
}
div#SearchResultsTopInner a:hover div.ResultsRowOdd h1, div#SearchResultsTopInner a:hover div.ResultsRowEven h1 {
	color:#fcfcfc;
}



div#SearchResultsBody {
	height:400px;
	overflow:auto;
}
div#SearchResultsBody div.ResultsRowOdd, div#SearchResultsBody div.ResultsRowEven {
	padding:5px 2px;
	font-size:11px;
	border-top:1px dotted #b5b5b5;
}
div#SearchResultsBody div.ResultsRowOdd {
	background-image:url(/images/page/SearchResultsBGRow1.png);
}
div#SearchResultsBody div.ResultsRowEven {
	background-image:url(/images/page/SearchResultsBGRow2.png);
}
div#SearchResultsBody div.ResultsRowOdd h1, div#SearchResultsBody div.ResultsRowEven h1 {
	margin:0 0 3px 0;
	font-size:11px;
	font-weight:bold;
}
div#SearchResultsBody a div.ResultsRowOdd, div#SearchResultsBody a div.ResultsRowEven {
	color:#6B6B6B;
	text-decoration:none;
}
div#SearchResultsBody a:hover div.ResultsRowOdd, div#SearchResultsBody a:hover div.ResultsRowEven {
	background-image:none;
	background-color:#565656;
	color:#FCFCFC;
	text-decoration:none;
}
div#SearchResultsBody a:hover div.ResultsRowOdd h1, div#SearchResultsBody a:hover div.ResultsRowEven h1 {
	color:#fcfcfc;
}

div#UserStatusBox {
    position:absolute;
	top:106px;
	left:29px;
    width:500px;
	height:29px;
	line-height:29px;
	vertical-align:middle;
	font-size:10px;
    z-index:100;
	overflow:hidden;
}
div#UserStatusBox a {
	color:#565656;
	text-decoration:none;
}
div#UserStatusBox a:hover {
	color:#707276;
	text-decoration:underline;
}


#Header {
	position:absolute;
	left:19px;
	top:135px;
	width:962px;
	height:227px;
	z-index:1;
	overflow:hidden;
	background-color:#B7B8BA;
}
#Header h1 {
	position:absolute;
	margin:0;
	padding:0;
	left:550px;
	top:75px;
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:1em;
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
	z-index:1;
}
#HeaderURL {
	position:absolute;
	margin:0;
	padding:0;
	right:65px;
	top:177px;
	height:50px;
}
#HeaderURL a {
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	background-color:#9e9d9d;
	background-image:url(/images/page/Button.jpg);
	background-position:right 0;
	padding:2px 20px 3px 4px;
	text-decoration:none;
}
#Breadcrumbs {
	position:absolute;
	left:270px;
	top:362px;
	width:710px;
	height:36px;
	line-height:36px;
	font-size:11px;
	color:#bdbdbd;
	overflow:hidden;
}
#Breadcrumbs span#BreadcrumbsCaption {
	font-weight:bold;
	color:#747679;
}
div#Breadcrumbs ul {
	display:inline;
	margin:0 0 0 10px;
	list-style-type:none;
}
div#Breadcrumbs li {
	display:inline;
	margin:0;
}
div#Breadcrumbs a {
	color:#bdbdbd;
	font-weight:normal;
	text-decoration:none;
}
div#Breadcrumbs a:hover {
	color:#A2A2A2;
}
div#Breadcrumbs a.selected {
	color:#9a9b9d;
}
div#MainContent {
	position:relative;
	margin:398px 0 0 0;
}
a img {
	border:none;
}
.BigQuoteStart {
	display:block;
	position:relative;
	float: left;
	margin:15px 10px -10px 0;
	width: 10px;
	height: 10px;
	font-size: 50px;
	color:#565656;
}
.BigQuoteEnd {
	display:block;
	position:relative;
	float: right;
	margin:15px 10px -10px 0;
	width: 10px;
	height: 10px;
	top:0;
	margin-left: 20px;
	font-size: 50px;
	color:#565656;
}

div#LeftBox {
	display:block;
	position:relative;
	float:left;
	width:255px;
	overflow:hidden;
	margin-left:-809px;
}
div.LeftPod {
	width:249px;
}
div.LeftPodTop {
	width:230px;
	margin:0 0 0 19px;
}
div.LeftPodContent {
	margin:0 0 0 19px;
}

ul.LocalisedSiteLink li a:hover {
	background-image:url(/images/leftnav/backgroundovernoarrow.jpg);
}
ul.LocalisedSiteLink li a.selected {
	background-image:url(/images/leftnav/backgroundovernoarrow.jpg);
}
ul.LocalisedSiteLink li a img {
	position:absolute;
	right:20px;
}

div.LeftPodBottom {
	width:228px;
	margin:0 0 0 20px;
}

div#RightBox {
	display:block;
	position:relative;
	float:left;
	width:153px;
	overflow:hidden;
	margin-left:19px;
}
div.RightPod {
	width:153px;
}
div.RightPodTop {
	width:153px;
	margin:0;
}
div.RightPodContent {
	margin:0;
}
div.RightPodBottom {
	width:153px;
	margin:0;
}





div#MidBox {
	display:block;
	position:relative;
	width:540px;
	float:left;
	font-size:1.1em;
	line-height:1.6em;
	margin-left:269px;
	margin-bottom:50px;
}
div#MidBox h1 {
	font-size:19px;
	line-height:1.1em;
	color:#565656;
	margin:0.5em 0 1.5em 0;
	font-weight:normal;
	clear:both;
}
div#MidBox h2 {
	color:#565656;
	font-size:1.1em;
	margin:0 0 1.5em 0;
	font-weight:bold;
	clear:both;
}
div#MidBox h3 {
	color:#565656;
	font-size:1.0em;
	font-weight:bold;
	clear:both;
}
div#MidBox p {
	margin:0 0 1.5em 0;
}
div#MidBox a {
	color:#565656;
	text-decoration:underline;
}
div#MidBox a:hover {
	color:#707276;
}
div.hr {
	clear:both;
	border-bottom:1px dotted #707276;
	margin:5px 0 10px 0;
}
div#MidBox div.CrossLinks {
	clear:both;
	border:1px solid #e2e3e4;
	margin-top:10px;
	padding:10px;
}
.ColouredText {
	color:#565656;
}


#PageMenuContainer{ /*create a styles for our navigationContainer div to hold our navigation */
	display:block;
    position:relative;
    width:540px;
	height:25px;
	overflow:visible;
	z-index:2;
}
#PageMenu, #PageMenu ul {
	float:left;
    padding: 0;
    margin: 0;
    list-style: none;
	font-size:12px;
	line-height: 1.5em;
	width:auto; /* floating elements need to have a width declared */
}
#PageMenu {
	margin-left: 10px;
}
#PageMenu li {
	float: left;
	position: relative;
	width: auto; /* width needed or else Opera goes nuts */
	margin: 0 2px 0 0;
}
#PageMenu li a {
	display: block;
	width: auto; /* width needed or else Opera goes nuts */
 	float: left;
	text-decoration:none;
	color:#747679;
	font-weight:bold;
 	height:25px;
	padding:4px 10px 0 0;
	margin:0;
	background: url(/images/page/PageMenuBG.jpg) no-repeat top right;
}
#PageMenu li a span {
	background: url(/images/page/PageMenuBG.jpg) no-repeat top left;
    float: left;  
	width:auto; /* floating elements need to have a width declared */
    padding-right: 5px;  
    display: block;  
    margin-top: -4px;  
 	height:25px;
}
#PageMenu li a:hover {
	color:#747679;
	background: url(/images/page/PageMenuBG_over.jpg) no-repeat top right;
 	height:29px;
	z-index:100;
}
#PageMenu li a:hover span {
	background: url(/images/page/PageMenuBG_over.jpg) no-repeat top left;
 	height:29px;
	z-index:100;
}
#PageMenu li a.selected {
	background: url(/images/page/PageMenuBG_over.jpg) no-repeat top right;
	color:#565656;
}
#PageMenu li a.selected span {
	background: url(/images/page/PageMenuBG_over.jpg) no-repeat top left;
}

div#PageContentContainer {
	position:relative;
	background-image:url(/images/page/PageContentBG.jpg);
	background-repeat:repeat-x;
	padding:10px 0;
	min-height:300px;
}
div#PageContent {
	position:relative;
	margin:0 10px;
	font-size:1.1em;
}

div#SocialBookmarks {
	position:relative;
	margin:0 19px 0 19px;
	border:1px solid #dbddd7;
	width:940px;
	height:32px;
	padding:10px;
	clear:both;
	font-size:13px;
	background-image:url(/images/page/SocialBookmarksBG.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}
div#SocialBookmarks div.Left {
	width:400px;
}
div#SocialBookmarks p {
	display:block;
	float:left;
	width:auto; /* floating elements need to have a width declared */
	height:32px;
	line-height:32px;
	margin:0;
	padding:0;
}
div#SocialBookmarks ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:32px;
}
div#SocialBookmarks img {
	vertical-align:middle;
}
div#SocialBookmarks ul li {
	text-align:center;
	display:inline;
	margin:0;
}
div#SocialBookmarks ul li a {
	display:block;
	float:left;
	width:auto; /* floating elements need to have a width declared */
	background:none;
	color:#797b7f;
	text-decoration:underline;
	margin:0 5px;
}
div#SocialBookmarks ul li a:hover {
	text-decoration:none;
	background:none;
}
div#SocialBookmarks .Left ul li a {
	width:26px;
	height:26px;
	background-repeat:no-repeat;
	background-position:0 0;
}
div#SocialBookmarks .Left ul li a:hover {
	background-position:-26px 0;
}
div#SocialBookmarks .Left ul li.delicious a {
	width:27px;
	background-image:url(/images/SocialBookmarks/delicious.gif);
}
div#SocialBookmarks .Left ul li.delicious a:hover {
	background-position:-27px 0;
}
div#SocialBookmarks .Left ul li.digg a {
	background-image:url(/images/SocialBookmarks/digg.gif);
}
div#SocialBookmarks .Left ul li.reddit a {
	background-image:url(/images/SocialBookmarks/reddit.gif);
}
div#SocialBookmarks .Left ul li.facebook a {
	background-image:url(/images/SocialBookmarks/facebook.gif);
}
div#SocialBookmarks .Left ul li.stumbleupon a {
	width:27px;
	background-image:url(/images/SocialBookmarks/stumbleupon.gif);
}
div#SocialBookmarks .Left ul li.stumbleupon a:hover {
	background-position:-27px 0;
}
div#SocialBookmarks .Left ul li.twitter a {
	width:26px;
	background-image:url(/images/SocialBookmarks/twitterbird.png);
}
div#SocialBookmarks .Left ul li.twitter a:hover {
	background-position:-26px 0;
}

div#Footer {
	position:relative;
	margin:20px 19px 38px 19px;
	width:962px;
	height:358px;
	clear:both;
	font-size:13px;
	color:#fdfeff;
	background-image:url(/images/page/PlanitLinks.jpg);
	background-repeat:repeat-x;
}
div#Footer h1 {
	position:absolute;
	margin:0;
	top:35px;
	left:88px;
	font-size:19px;
	font-weight:bold;
	color:#fdfeff;
}
div.FooterLinks {
	position:absolute;
	top:86px;
	width:140px;
}
div.FooterLinks h2 {
	margin:0;
	font-size:15px;
	padding:0 0 11px 0;
	border-bottom:1px solid #a0a1a3;
}
#FooterCol1 {
	left:88px;
}
#FooterCol2 {
	left:329px;
}
#FooterCol3 {
	left:568px;
}
#FooterCol4 {
	left:729px;
}
div.FooterLinks ul {
	margin:0;
	list-style-type:none;
}
div.FooterLinks li {
	margin:0;
	border-bottom:1px solid #a0a1a3;
}
div.FooterLinks li a {
	display:block;
	width:140px;
	margin:0;
	padding:11px 0;
	color:#dbddd7;
	text-decoration:none;
}
div.FooterLinks li a:hover {
	text-decoration:underline;
}

div#ResellerFooterContainer {
	position:relative;
	margin:20px 19px 38px 19px;
	width:962px;
	height:170px;
	clear:both;
	font-size:13px;
	color:#fdfeff;
	background-image:url(/images/page/PlanitLinks.jpg);
	background-repeat:repeat-x;
}
div#ResellerFooterContainer h1 {
	position:absolute;
	margin:0;
	top:35px;
	left:88px;
	font-size:19px;
	font-weight:bold;
	color:#fdfeff;
}
div#ResellerFooterContainer div#ResellerFooter {
	position:absolute;
	margin:0;
	top:55px;
	left:88px;
	width:786px;
	font-size:15px;
	line-height:1.2em;
	color:#dbddd7;
}
div#ResellerFooterContainer div#ResellerFooter a {
	color:#dbddd7;
	font-weight:bold;
	text-decoration:none;
}
div#ResellerFooterContainer div#ResellerFooter a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
}

div.Pod {
	overflow:hidden;
}
div.PodTop {
	position:relative;
	height:36px;
	background-image:url(/images/leftnav/header.jpg);
	background-repeat:repeat-x;
}
div.PodTop h1 {
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
	line-height:36px;
	height:36px;
	overflow:hidden;
}
div.PodContent {
	background-image:url(/images/page/PodBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #dbddd7;
	padding:10px;
	font-size:10px;
	line-height:1.1em;
}
div.PodContent h1 {
	margin:0;
	color:#565656;
	font-size:11px;
	font-weight:bold;
}
div.PodContent h2 {
	margin:0;
	color:#565656;
	font-size:11px;
	font-weight:bold;
}
div.PodContent p {
	margin:5px 0;
}
div.PodContent a {
	color:#565656;
	text-decoration:underline;
}
div.PodContent p.MoreLink a {
	color:#565656;
	font-weight:bold;
}
div.PodBottom {
	height:1px;
}


/* Non-layout CSS */

.Hidden {
	display:none;
}
.Visible {
	display:block;
}
.NoBreak {
	white-space:nowrap;
}
.ErrorBorder {
	border:1px solid #FF0000;
	padding:10px 5px;
	font-size:9px;
	background-color:#FEF3F3;
}
.NoteBorder {
	border:1px solid #E0E0E0;
	padding:10px 5px;
	font-size:9px;
	background-image:url(/images/page/NotesBoxBG.gif);
	background-repeat:repeat;
}
input.ErrorBorder {
	padding:2px;
}
#PageContent table {
	width:100%;
	border-collapse:collapse;
	border-spacing: 0px 0px;
	background-color:#FFFFFF;
}
#PageContent div.Results table {
	margin:0 1%;
	width:98%;
}
#PageContent table tr.alt td {
	background-color:#FFFFEC;
}
#PageContent td, #PageContent th {
	border:1px solid #E0E0E0;
	padding:2px;
	vertical-align:top;
}
#PageContent th {
	background-color:#fafafa;
}
#PageContent th.col {
	text-align:center;
}
#PageContent th.row {
	text-align:left;
}
#PageContent th[scope='col'] {
	text-align:center;
}
#PageContent th[scope='row'] {
	text-align:left;
}
#PageContent table.noborder {
	border:none;
}
#PageContent table.noborder th, #PageContent table.noborder td {
	border:none;
}
#PageContent label, #PageContent input, #PageContent select, #PageContent textarea {
	margin:0.4em 0;
	vertical-align:middle;
	float:left;
	width:auto; /* floating elements need to have a width declared */
	font-size:0.9em;
}
#PageContent label {
	clear:both;
	width:12em;
	font-weight:bold;
}
#PageContent label.error {
	color:#FF0000;
	width:auto;
	clear:none;
	margin-left:1em;
	font-size:0.8em;
}
#PageContent form br {
	clear:both;
}
#PageContent label.inline {
	clear:none;
	float:none;
	width:auto;
	margin-right:1em;
}
#PageContent input[type='text'], #PageContent input[type='password'], #PageContent select, #PageContent textarea {
	border:1px solid #E0E0E0;
	padding:2px;
}
#PageContent input[type='password'] {
	font-family:"Courier New", Courier, monospace;
}
#PageContent input[type='button'], #PageContent input[type='submit'] {
	display:block;
	height:23px;
	border:1px solid #b5b5b5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	background-color:#9e9d9d;
	background-image:url(/images/page/Button.jpg);
	background-position:right 0;
	padding:0 20px 2px 4px;
}
#PageContent input[type='radio'], #PageContent input[type='checkbox'] {
	float:none;
	margin-right:5px;
}
#PageContent a.buttonlink {
	height:23px;
	border:1px solid #b5b5b5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	background-color:#9e9d9d;
	background-image:url(/images/page/Button.jpg);
	background-position:right 0;
	padding:2px 20px 3px 4px;
	text-decoration:none;
}
#PageContent a:hover.buttonlink {
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
}
#PageContent textarea {
	font-size:1em;
}
#PageContent fieldset {
	border:1px solid #E0E0E0;
	background-color:#FDFDFD;
	padding:10px;
	background-image:url(/images/page/FieldsetBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#PageContent fieldset legend {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
}
#PageContent ul li, #PageContent ol li {
	margin-left:2em;
}

#PageContent div.InnerPodsLeftContainer {
	width:250px;
	float:left;
}

#PageContent div.InnerPodsRightContainer {
	width:250px;
	float:right;
}

#PageContent div.InnerLeftPod {
	clear:both;
	float:left;
	width:auto; /* floating elements need to have a width declared */
}
#PageContent div.InnerRightPod {
	float:right;
	width:auto; /* floating elements need to have a width declared */
}
#PageContent div.Pod {
	width:250px;
	margin:0;
	padding:0;
}
#PageContent div.PodTop {
	width:250px;
	margin:0;
	padding:0;
	height:8px;
	background-image:url(/images/page/InnerPodTop.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#PageContent div.Pod h1 {
	display:none;
}
#PageContent div.PodContent {
	width:230px;
	margin:0;
	padding:10px 12px 10px 8px;
	background-image:url(/images/page/InnerPodBG.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	border:none;
	overflow:hidden;
}
#PageContent div.PodContent ul.Menu {
	margin-left:-25px;
}
#PageContent div.PodBottom {
	width:250px;
	margin:0;
	padding:0;
	height:8px;
	background-image:url(/images/page/InnerPodBottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#PageContent div.Columns2 {
	float:left;
	width:48%;
	margin:0 1% 10px 1%;
}
#PageContent div.Columns2_1 {
	clear:both;
	float:left;
	width:45%;
	margin:0 auto 10px 0;
}
#PageContent div.Columns2_2 {
	float:right;
	width:45%;
	margin:0 0 10px auto;
}
#PageContent div.Columns3 {
	float:left;
	width:31%;
	margin:0 1.15% 10px 1.15%;
}
#PageContent div.Columns3_1 {
	clear:both;
	float:left;
	width:30%;
	margin:0 auto 10px 0;
}
#PageContent div.Columns3_2 {
	float:left;
	width:30%;
	margin:0 5% 10px 5%;
}
#PageContent div.Columns3_3 {
	float:right;
	width:30%;
	margin:0 0 10px auto;
}
#PageContent div.MenuBox {
	float:left;
	display:block;
	width:228px;
	margin:0 10px 20px 0;
	padding:0;
	border:1px solid #E0E0E0;
	background-color:#FDFDFD;
	padding:10px;
	background-image:url(/images/page/FieldsetBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}


/* Ajax grid control styles - NOW SEPARATE */


p.NewsFeedLink {
	text-align:right;
}
p.NewsFeedLink a img {
	vertical-align:middle;
	border:none;
}

.Handheld {
	display:none;
}

.SmallText {
	font-size:0.8em;
	line-height:1.3em;
}

ul.Menu {
	margin:-10px -10px 10px -10px;
}
ul.Menu a {
	color:#707276;
	text-decoration:none;
}
ul.Menu li {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.Menu li a, #PageContent ul.Menu li a {
	display:block;
	width:208px;
	padding:10px 0 4px 18px;
	background-image:url(/images/leftnav/background.jpg);
	height:20px;
	color:#707276;
	text-decoration:none;
	overflow:hidden;
}
ul.Menu li a:hover, #PageContent ul.Menu li a:hover {
	background-image:url(/images/leftnav/backgroundover.jpg);
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
}
ul.Menu li a.selected, #PageContent ul.Menu li a.selected {
	background-image:url(/images/leftnav/backgroundselected.jpg);
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
}
#PageContent ul.Menu li a {
	width:222px;
	padding-left:10px;
}
.RightPod ul.Menu li a {
	padding-left:5px;
}
.RightPod ul.Menu li ul li a {
	background-image:url(/images/rightnav/background2.jpg);
}
.RightPod ul.Menu li a:hover {
	background-image:url(/images/rightnav/backgroundover.jpg);
}
ul.Menu li ul {
	margin:0;
}
ul.Menu li ul li {
	list-style:none;
	font-weight:normal;
}
ul.Menu li ul li a {
	background-image:url(/images/leftnav/background2.jpg);
}
#LeftNavMenu ul.Menu {
	margin-bottom:-10px;
}
#MainContent .Pod ul.Menu li ul li {
	margin-left:0;
}
#MainContent .Pod input[type='button'], #MainContent .Pod input[type='submit'], .Pod input[type='button'], .Pod input[type='submit'] {
	display:block;
	height:18px;
	border:1px solid #b5b5b5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	font-weight:bold;
	background-color:#9e9d9d;
	background-image:url(/images/page/Button.jpg);
	background-position:right -4px;
	padding:0 15px 3px 1px;
}

.yui-tt { /* Tooltip styling */
color: #444;
font-size:9px;
border: 1px solid #444;
background-color: #FFC;
padding: 5px;
width:250px;
}

/* Accordion styles */
#PageContent div.accordion h2 {
	color:#FF0000;
	font-size:inherit;
	margin:auto;
	clear:none;
}

/* TimeEntry styles */
.timeEntry_control {
	vertical-align: middle;
	margin-top: 3px;
	margin-left: 2px;
}
* html .timeEntry_control { /* IE only */
	margin-top: -4px;
}

/* PrettyPhoto styles */
a[class^='prettyPhoto'] {
	position:relative;
	display:inline-block;
	margin:0 1em 1em 0;
	padding:10px;
	border:1px solid #B8B8B8;
	background-color:#FEFEFE;
	opacity:0.80;
	filter:alpha(opacity=80);
}
a[class^='prettyPhoto']:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
a[class^='prettyPhoto'] span.overlayicon {
	position:absolute;
	opacity:0.9;
	filter:alpha(opacity=90);
	/*
	top:50%;
	left:50%;
	*/
	top:8px;
	left:8px;
}
a[class^='prettyPhoto'] span.overlayicon img {
	position:absolute;
	opacity:1;
	filter:alpha(opacity=100);
	/*
	height:48px;
	width:48px;
	top:-24px;
	left:-24px;
	*/
	height:24px;
	width:24px;
	top:0;
	left:0;
}
#AdminBox {
	position:fixed;
	bottom:0;
	padding:5px 1%;
	left:93%;
	width:98%;
	height:10px;
	color:#ffffff;
	background-image:url(/images/page/AdminBoxBG.png);
}
#AdminBox:hover {
	left:0;
}
#AdminBox a {
	color:#ffffff;
}
#AdminBoxMenu {
	float:right;
	width:80%;
	text-align:right;
}

#PageContent div.BodyCellMenu {
	position:relative;
	height:80px;
	overflow:hidden;
	background-color:#F2F2F2;
	border-left:solid 5px #565656;
	border-right:solid 45px #565656;
	padding:10px 10px 10px 140px;
	margin:0 0 2px 0;
}
#PageContent div.BodyCellMenu:hover {
	background-color:#ffffff;
}
#PageContent div.BodyCellMenu img {
	position:absolute;
	top:0;
	left:0;
	width:130px;
	height:100px;
}
#PageContent div.BodyCellMenu h1 {
	margin:0 0 0.2em 0;
	font-size:1.3em;
	color:#565656;
}
#PageContent div.BodyCellMenu p {
	margin:0;
	font-size:11.2px;
}
#PageContent div.BodyCellMenu a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	background-image: url(\images\page\blank.gif);
}
#PageContent div.ImageColumn {
	position:relative;
	top:-10px;
	float:left;
	background-color:#565656;
	background-image:url(/images/page/ImageColumnLeftBG.png);
	background-repeat:repeat-y;
	width:540px;
}
#PageContent div.ImageColumnImages {
	position:relative;
	margin:0;
	width:162px;
	height:100%;
	overflow:hidden;
	float:left;
	background-color:#FFF;
}
#PageContent div.ImageColumnImages a[class^='prettyPhoto'] {
	margin:0;
	padding:0;
	border:none;
}
#PageContent div.ImageColumnText {
	position:relative;
	float:left;
	width:348px;
	padding:10px 15px;
	text-align:justify;
}

