﻿html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #333;
}

/*** Main navigation elements ***/

#Nav
{
	background: #f9ef21 url(/Images/NavBarGradient.gif) repeat-x left bottom;
	min-height: 1.9em;
	padding: 15px 21px 17px 21px;
}

#Nav ul
{
	margin: 0;
	padding: 0;
}

#Nav ul li
{
	float: left;
	font-weight: bold;
	list-style-type: none;
	padding: 7px 0px;
	position: relative;
}

#Nav ul li a
{
	font-weight: bold;
	padding: 7px 0px 7px 0px;
}

#Nav ul li.Active,
#Nav ul li a:active, #Nav ul li a:focus, #Nav ul li a:hover,
#Nav ul li a.Active
{
	background-color: #f3edb2;
	border-top: 1px solid #c5bd54;
	color: #002d62;
	padding: 6px 14px;
	text-decoration: none;
}

#Nav ul li a:link, #Nav ul li a:visited
{
	color: #002d62;
	padding: 6px 14px;
	text-decoration: none;
}

#Nav li:hover div.Flyout
{
	display: block;
}

#Nav div.Flyout
{
	background: url(/Images/BgFlyoutArrow.gif) no-repeat center top;
	display: none;
	left: 0px;
	padding-top: 27px;
	position: absolute;
	top: 27px;
	width: 196px;
	z-index: 100;
}

#Nav div.Flyout div.FlyoutInner
{
	border-right: 1px solid #f1e519;
	border-left: 1px solid #f1e519;
	width: 194px;
}

#Nav div.Flyout li
{
	border-bottom: 1px solid #f1e519;
	float: none;
	padding: 0;
}

#Nav div.Flyout li a:link, #Nav div.Flyout li a:visited
{
	background-color: #ffffff;
	display: block;
	padding: 15px 10px;
	width: 174px;
}

#Nav div.Flyout li a:active, #Nav div.Flyout li a:focus, #Nav div.Flyout li a:hover
{
	background-color: #f3edb2;
	border-top: none;
	border-bottom: none;
	display: block;
	padding: 15px 10px;
	width: 174px;
}

/*** Header area ***/

#Header
{
	background: url(/Images/BgFoldedCorner.gif) no-repeat right top;
}

/* header logos */

#Header .Logo
{
	float: left;
	margin: 20px 0px 0px 25px;
}

#Header.InsidePage .Logo:hover
{
	cursor: pointer;
}

#Header ul.SupportLogo
{
	float: right;
	margin: 70px 0px 0px 0px;
	padding: 0px 25px;
}

#Header ul.SupportLogo li
{
	border: 1px solid #f3f5f8;
	float: left;
	height: 63px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 25px;
	width: 198px;
}

#Header ul.SupportLogo li a
{
	display: block;
	height: 63px;
	width: 198px;
}

#Header ul.SupportLogo li.Baker
{
	background: url(/Images/BgLogoBakerIDI.gif) no-repeat left top;
}

#Header ul.SupportLogo li.FitnessAus
{
	background: url(/Images/BgLogoFitnessAustralia.gif) no-repeat left top;
}

/* content areas */

.LeftContent
{
	margin-left: 25px;
	margin-right: 675px;
}

html>body .LeftContent
{
	margin-left: 25px;
	margin-right: 675px;
}

.CenterContent,
.RightContent
{
	position: absolute;
	top: 223px;
	width: 225px;
}

.CenterContent
{
	right: 225px;
	width: 425px;
}

.RightContent
{
	right: 0px;
}


.Inside .LeftContent
{
	margin-left: 25px;
	margin-right: 250px;
}

html>body .Inside .LeftContent
{
	margin-right: 250px;
}

/* HOME PAGE CONTENT - home content, news, providers */

.LeftContent #Content ul li
{
	list-style-type: none;
	list-style-image: url(/Images/BgBullet.gif);
	line-height: 1.3em;
	margin-bottom: 0.2em;
}

.LeftContent #Content ol li
{
	line-height: 1.3em;
	margin-bottom: 0.2em;
}

#MainContentWrapper
{
	clear: both;
	height: auto;
	padding-bottom: 30px;
	padding-top: 25px;
}

.Box
{
	border: 1px solid #e7e7e7;
	width: 198px;
}

.NewsBox
{
	border: 1px solid #e7e7e7;
	width: 398px;
}

/* Home content area */

.HomeContent
{
	border: 1px solid #e7e7e7;
	clear: both;
	margin-top: 25px;
	margin-bottom: 14px;
	padding-left: 9px; 
}

.HomeContent table
{
	width: 100%;
}

.HomeContent .ContentCell
{
	padding: 7px;
	vertical-align: top;
	width: 100%;
}

.HomeContent .ImageCell
{
	vertical-align: top;
	padding: 7px;
}

.HomeContent:hover
{
	background-color: #f3edb2;
}

.HomeContent:hover h2>a
{
	text-decoration: underline;
}

.HomeContent h2
{
	color: #006be8;
	font-weight: bold;
	margin-top: 5px;
}

/* News area */

.News h2
{
	background: #f7f8fa url(/Images/BgNewsArticle.gif) no-repeat right top;
	color: #006be8;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 15px 30px 14px 15px;
}

.News h2 a
{
	text-decoration: none;
}

.News h2:hover,
.News h2:hover a
{
	background-color: #f3edb2;
	cursor: pointer;
	text-decoration: underline;
}

.News ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.News ul li
{
	background-color: #ffffff;
	border-top: 1px solid #e7e7e7;
	font-size: 0.9em;
	padding: 0px 15px 15px 15px;
}

.News ul li:hover,
.News ul li:hover h3,
.News ul li:hover p
{
	background-color: #f3edb2;
	cursor: pointer;
}

.News h3
{
	color: #006be8;
	display: block;
	font-size: 1em;
	margin: 15px 0px 0px 0px;
	padding-bottom: 2px;
}

.News h3:hover,
.News ul li:hover h3
{
	text-decoration: underline;
}

.News .Date,
.NewsDate
{
	color: #999999;
	font-size: 0.8em;
	text-transform: uppercase;
}

.NewsListing h1,
.NewsItem h1
{
	margin-bottom: 4px;
}

.NewsListing .NewsDate,
.NewsItem .NewsDate
{
	margin-bottom: 10px;
}

.NewsViewAll
{
	clear: both;
}

.NewsPageImage
{
	float: right;
	margin-top: 5px;
	margin-left: 15px;
}

.NewsImage
{
	float: left;
	margin-top: 4px;
	margin-right: 15px;
}


/* Providers area */

.Providers ul
{
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Providers ul li
{
	font-size: 0.9em;
	list-style-image: none;
	list-style-type: none;
}

.Providers ul.NavList li
{
	font-size: 1em;
	list-style-image: none;
	list-style-type: none;
}

.Providers ul li.Hover
{
	margin-bottom: 15px;
}

.Providers ul li[class="Hover"]:hover,
.Providers ul li[class="Hover"]:hover h3
{
	background-color: #f3edb2;
	cursor: pointer;
	list-style-image: none;
}

/* search form */

.Providers .SearchBox
{
	margin-bottom: 15px;
}

.Providers h2.Search
{
	background-color: #f7f8fa;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding: 15px 30px 2px 15px;
	color: #000000;
}

.Providers .SearchForm
{
	background-color: #f7f8fa;
	padding: 0px 5px 15px 15px;
}

#HeaderSearchQuery
{
	float: left;
	margin-right: 4px;
	width: 115px;
	
}

.SearchSubmit
{
	float: left;
	margin-left: 3px;
}

.Providers h3
{
	background: #f7f8fa no-repeat right top;
	color: #006be8;
	font-size: 1.2em;
	margin: 0px;
	padding: 15px 30px 14px 15px;
}

.Providers h3.Find
{
	background-image: url(/Images/BgFindProvider.gif);
}

.Providers h3.Become
{
	background-image: url(/Images/BgBecomeProvider.gif);
}

.Providers h2.Login
{
	background: #f7f8fa url(/Images/BgProviderLogin.gif) no-repeat right top;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding: 15px 30px 14px 15px;
	color: #000000;
}

.Providers h3 a
{
	text-decoration: none;
}

.Providers .Hover h3:hover,
.Providers .Hover h3:hover a
{
	background-color: #f3edb2;
	cursor: pointer;
	text-decoration: underline;
}

.Providers .LoginForm
{
	background-color: #f7f8fa;
	padding: 0px 15px 15px 15px;
}

.Providers .LoggedInAs
{
	color: #5c5c5c;
	font-size: 0.9em;
}

.Providers .LoginForm .LoginField
{
	padding-bottom: 15px;
}

.Providers .LoginForm .ValidationMessage
{
	color: #ff0000;
	font-size: 0.9em;
}

.Providers .LoginForm label
{
	color: #5c5c5c;
	font-size: 0.8em;
	text-transform: uppercase;
}

.Providers .SearchForm input[type="text"],
.Providers .LoginForm input[type="text"],
.Providers .LoginForm input[type="password"]
{
	border: 1px solid #e7e7e7;
	padding: 5px;
	width: 157px;
}

.Providers .SearchForm input[type="text"]
{
	width: 115px;
}

.Providers .LoginForm .InputBox
{
	width: 157px;
}

.Providers .LoginForm ul
{
	line-height: 1.5em;
	margin-top: 15px;
}

.Providers .LoginForm a
{
	text-decoration: underline;
}

.ProvidersTable th
{
	text-align: left;
}

.ProvidersTable td
{
	background-color: #f7f8fa;
}

blockquote
{
	background: url(/Images/BgQuote.gif) no-repeat left top;
	border-bottom: 1px solid #e7e7e7;
	color: #898989;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 18px 0px;
	padding: 25px 16px 10px 16px;
	text-align: center;
	width: 168px;
}


/* Inside page content */

#ImageTitle
{
	background: #f7f8fa no-repeat 9px 9px;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	height: 29px;
	padding: 9px 9px 6px 9px;
}

#ContentWrapper
{
	background: url(/Images/BgContentNavTitle.gif) repeat-y left bottom;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

#LeftNav
{
	background-color: #ffffff;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	position: absolute;
	width: 200px;
}

#LeftNav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#LeftNav ul.NavList li
{
	border-bottom: 1px solid #e7e7e7;
}

#LeftNav ul.NavList li.Parent
{
	padding-bottom: 10px;
}

#LeftNav ul.NavList a
{
	font-weight: bold;
}

#LeftNav ul.DownloadsList a
{
	background: no-repeat 13px 13px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 0.9em;
	padding-left: 35px;
}

#LeftNav a
{
	/*border-bottom: 1px solid #e7e7e7;*/
	display: block;
	padding: 13px 13px 10px 13px;
	text-decoration: none;
}

#LeftNav ul.NavList3 li
{
	border-bottom: none;
}

#LeftNav ul.NavList3 a
{
	border-bottom: none;
	font-size: 0.9em;
	font-weight: normal;
	padding: 10px 13px 10px 13px;
}

#LeftNav a.Active
{
	color: #002d62;
}

#LeftNav a:hover,
#LeftNav ul.DownloadsList a:hover
{
	background-color: #feffb9;
	color: #002d62;
}

#LeftNav h3
{
	background: #f7f8fa url(/Images/BgDownloads.gif) no-repeat right top;
	border-bottom: 1px solid #e7e7e7;
	height: 32px;
	margin: 0px;
	padding: 13px 13px 0px 13px;
}

#Content
{
	margin: 0px 35px 0px 236px;
	padding-top: 0px;
	padding-bottom: 30px;
}

#Content .FooterNote
{
	font-size: 0.7em;
}

#Content .IntroHeading
{
	margin-bottom: 0px;
}

#RelatedContent
{
	font-size: 0.9em;
	margin-top: 25px;
	width: 200px;
}

#RelatedContent h2
{
	color: #002d62;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 8px;
}

#TileCover
{
	background: #ffffff url(/Images/BgContentNavTitleCover.gif) no-repeat left top;
	height: 10px;
	width: 150px;
}


#Footer
{
	background: #e5eaef url(/Images/BgFooter.gif) repeat-x left top;
	clear: both;
	width: 100%;
}

#Footer .FooterLinks ul
{
	float: left;
	font-size: 1em;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 30px 26px;
}

#Footer.Inside .FooterLinks ul
{
	padding: 20px 0px 10px 26px;
}

#Footer .FooterLinks li
{
	background: url(/Images/BgFooterPipe.gif) no-repeat left 0.1em; 
	display: inline;
	padding: 0px 10px 0px 15px;
}

#Footer .FooterLinks ul li:first-child
{
	padding-left: 0px;
	background-image: none;

}

#Footer li a
{
	color: #006be8;
	text-decoration: none;

}

#Footer li a:active, #Footer li a:focus, #Footer li a:hover
{
	color:#006be8;
	text-decoration: underline;
}

#Footer .FooterLinksInside
{
	float: left;
}

#Footer .Copyright
{
	color: #666666;
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 20px 25px;
	text-align: right;
}
#Footer .CopyrightInside
{
	clear: left;
	float: left;
	padding: 0px 25px;
	text-align: left;
}

#Footer ul.SupportLogo
{
	margin: 18px 0px;
}
#Footer ul.SupportLogo li
{
	border: 1px solid #ffffff;
}
#Footer ul.SupportLogo li.Baker
{
	background: url(/Images/BgLogoBakerIDIinside.gif) no-repeat left top;
}

#Footer ul.SupportLogo li.FitnessAus
{
	background: url(/Images/BgLogoFitnessAustraliaInside.gif) no-repeat left top;
}

/*
.Mandatory
{
	background-image:url(/Images/IconMandatory.gif);
	background-repeat:no-repeat;
	color:#c00;
	display:block;
	font-size:1.4em;
	height:10px;
	width:16px;
	float:right;
	margin-right:-4px;
}
*/
#SiteMap
{
	margin-top: 20px;
}

#SiteMap div a
{
	font-weight: bold;
}

#SiteMap div div a
{
	font-weight: normal;
}

/* Secure Providers Area */

.SecureAreaContent
{
	float:left;
	width:47%;
}

.SecureAreaNews
{
	float:left;
	margin-left:3%;
	width:47%;
}

.SecureAreaNews ul
{
	margin:0px;
	padding:0px;
}

.LeftContent #Content .SecureAreaNews ul li
{
	list-style-image:none;
}

.SecureAreaNews h3
{
	color: #006be8;
	display: block;
	font-size: 1em;
	margin: 15px 0px 0px 0px;
	padding-bottom: 2px;
}


.SecureAreaNews .Date
{
	color: #999999;
	font-size: 0.8em;
	text-transform: uppercase;
}

.SecureAreaNews .NewsImage
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/* Calendar Picker */

.CalendarPicker
{
	font-size:0.8em;
}

.CalendarPicker td:hover,
.CalendarPicker td.SelectedDate,
.CalendarPicker td.SelectedDate:hover
{
	background-color:#f3edb2;
}

input[type='button'].OkButton
{
	background: url(../Images/BgButtonSmall.gif) no-repeat left top;
	font-size:0.8em;
	width:37px;
}

input[type='button'].CancelButton
{
	background: url(../Images/BgButtonMedium.gif) no-repeat left top;
	font-size:0.8em;
	width:60px;
}