 /*------------------------------------------------------------------
[Master Stylesheet]

Project:	BDT Website
Version:	2.0
Last change:	24/06/08 [started]
Assigned to:	David Whipps (dw), Coen Hyde (ch)
Primary use:	Template Site
-------------------------------------------------------------------*/

/* -----------TYPEFACES--------------------------- */

#contentContainer {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	letter-spacing: 0;
	background-color:white;
	/*background-image: url('/static/style/outside/images/content-background.gif');
	background-repeat: repeat-x;
	background-position: bottom;*/
}

#contentContainer p {line-height: 1.6em; margin-bottom: 20px}
a {color: #355070; text-decoration: none; }
a:hover {text-decoration: underline;}
#contentContainer strong {color: #213246; font-size: 1.1em; font-weight: 600;}
	
	#textBox {color: #000000; font: Verdana, Arial, Helvetica, sans-serif; font-size: 1.2em; letter-spacing: 0;}
			
	#footer {color: #49617a; font: Verdana, Arial, Helvetica, sans-serif; font-size: .7em;}
				#footer a {color: #7793af; text-decoration: none}
				#footer a:hover {text-decoration: underline}
	

/* ----------BODY PROPERTIES-------------- */

	body {
		margin: 0px;
		padding: 0px;
		background: #213246 url('/static/style/outside/images/backgroundrepeat.gif') repeat-x;
		width: 100%;
		font: 0.9em Verdana, Arial, Helvetica, sans-serif;
		color: #F2F2F;
	}

/* ----------Top Bar of the Page-------------- */
	
#topBar {
	position: relative;
	height: 20px;
	width: 100%;
	background-color: #213246;
	border-bottom: #84aad7 1px solid;
}

/* ----------banner for logo-------------- */

#banner {
    margin: 0 auto 0;
    padding-bottom:0;
    position: relative;
    background: url('/static/style/outside/images/logoBanner.jpg') no-repeat;
    width: 820px;
    height: 180px;
}

/* -----------------content--------------------- */

#contentContainer {
	margin: 0 auto;
	padding: 0;
	/*background-color:#F1F1F1;*/
	/*background-image: url('/static/style/outside/images/content-background.gif');*/
	/*background-repeat: repeat-x;*/
	/*background-position: bottom;*/
	border:1px solid #000000;
	top: 1px;
	margin:5px auto;
	padding: 0;
	position:relative;
	width: 760px;
	font-size:0.8em;
	letter-spacing:0;
	color:#4B4B4B;
}

#contentContainer h2 {
	font-size: 50px;
}

#contentContainer h3 {
	color: #213246;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 1.8px;
	padding: 20px 0 0;
	text-transform: uppercase;
}

#contentContainer h4 {
	margin: 5px 5px 15px;
	padding: 0px;
	font-size: 20px;
	font-weight:bold;
}

#contentContainer h5 {
	color: #273341;
	margin: 3px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.bluedogHeader {
	color: #213246;
	font-family: Helvetica, Arial, sans-serif;
}

#contentContainer h1.bluedogHeader {
	font-size: 3.3em;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: .8em;
	margin: 0;
	padding: 0 0 6 0;
}

#contentContainer h2.bluedogHeader {
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 1.8px;
	line-height: .8em;
	margin: 0 0 10px;
	text-transform: uppercase;
}


#contentContainer h1#courseTitle {
	color: #fff;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	background-color:#213246;
	display: inline;
	padding: 5px 13px;
	margin: 0;
	padding-top: -4px;
}

#contentContainer h2#subTitle {
	color: #fff;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #213246;
	display: inline;
	padding: 3px 13px;
	margin: 0;
	margin-bottom: -5px;
}

#contentContainer h1#courseTitle.error, #contentContainer h2#subTitle.error {
	background-color: #f14903;
}

/* for Mozilla/Safari/Opera */
*>#contentWrapper {
	min-height:400px;
  	margin: 30px;
}

/* for IE, with IE5/Mac backslash filter \*/
* html #contentWrapper {
	height:400px;
 	 margin: 30px;
}

.dropdown_box {
	padding: 10px;
}

.large_butt {
	margin: 0 auto;
	display:block;
	width: 287px;
	height: 70px;
	background-repeat: no-repeat;
}

#login {
	background-image: url('./images/login.png');
}

#login:hover {
	background-image: url('./images/login_hover.png');
}

#priceBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px;
	margin: -10px 0 0 -10px;
	z-index: 1;
}

/* -----------footer--------------------------- */

	#footer {
	width: 670px;
	margin: 20px auto;
	padding: 15px;
	border-top: 1px solid #49617a;
	text-align: center;
	}
	

/* ---------- Notices -------------------------- */


.table1 {
	font-family: Tahoma,sans-serif;;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #b9b9b9;
	padding: 2px;
	border-collapse: collapse;
	margin-bottom: 10px;
	text-align: left;
}

.table1 td, .error_box td {
	background-color: #f2f2f2;
	border-width: 1px;
	border-style: solid;
	border-color: #b9b9b9;
	background-image: url('./images/table_cell.gif');
	background-repeat: repeat-x;
	color: #4b4b4b;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.table1 .row_headers td, .table1 th, .table1 .cell_headers {
	background-color: #2a3a4c;
	background-image: url('./images/table_header.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	border-width: 1px;
	border-style: none;
	border-color: #cccccc;
	text-align: left;
	padding: 5px;
}

.success th {
	background: #369e23 url('./images/table_header_green.gif') repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

/*.notice {*/
/*	width:700px;*/
/*}*/
/*	*/
/*#contentContainer .notice {*/
/*	width: 100%;*/
/*}*/

.notice_error a {
	text-decoration: underline;
}

.table1 .row_headers td a, .table1 th a, .table1 .cell_headers a {
	color: #ffffff;
}

.table1 .row_headers td a:hover, .table1 th a:hover, .table1 .cell_headers a:hover {
	color: #f14903;
}

.table1 .break {
	background-color: #273341;
	color: #cccccc;
	border-width: 1px;
	border-style: solid;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.table1 .row_headers .cell_blank {
	background-color: #cccccc;
}

.invisableTable {
	border-style: none;
	border-collapse: collapse;
}

.invisableTable td {
	border-style: none;
	background-image:none;
	background-color: transparent;
	padding: 5px;
	text-align: left;
}

.invisableTable th {
	text-align: right;
	background-image:none;
	background-color: transparent;
	color: #4b4b4b;
}

.highlight, .success {

}

.input
{
	border-width:1px;
	border-style: solid;
	border-color: #d2d2d2;
	margin: 0;
	padding: 2px;
}

.input_error
{
	border-color: #ffad53;
	background-color: #fef8f2;
}

#contentContainer .highlight a {
	text-decoration: underline;
}

.highlight th {
	background: #763e00 url('/static/style/outside/images/table_header_highlight.gif') repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

.bullet_holder {
	margin: 1px;
	padding: 0px;
	position: relative;
	display: inline;
}

.button01 {
	position: relative;
	background-color: #dfdfdf;
}

.button01 .inner {
	width: 100%;
	height: 100%;
	margin: 0 1px 1px;
	border-color: #a9afb6;
	border-style: solid;
	border-width: 1px;
	background-image: url('/static/style/outside/images/button01-background.gif');
	background-color: #d7dce2;
}

/* PNG Fix */
#priceBar,
a.qld,
a.wa
{
	behavior: url(/static/style/common/iepngfix.htc);
}

.contentHolder {
	margin: 10px auto;
	width: 100%;
}

.contentHolderLeft {
	padding: 0 35px 0 15px;
}

.contentHolderRight{
	padding: 0 20px 0 40px;
	width: 300px;
}

.dropdown_box {
	padding: 0;
}

.portalWhy {
	color: #213246;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 1.8px;
	padding: 20px 0 0;
	text-transform: uppercase;
}

.portalExplain {
	background-color: #EBEDF0;
	border: 1px solid #949AA1;
	margin-bottom: 20px;
	padding: 20px;
}

.portalList {
	line-height: 2.2em;
	list-style-image: url('/static/style/outside/images/tick-glow.png');
}

.portalList strong {
	color: #213246;
	font-size:1.1em;
}

ul.courses {
	margin: 15px 0;
	padding: 0;
}

.courses li {
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin: 1px 0;
	padding: 5px 0;
}

.courses li a {
	color: #254152;
	display: block;
	font-weight: bold;
	padding: 5px 0;
}
	.courses li a:hover {
		background: #ddd;
		color: black;
		text-decoration: none;
	}
	.courses li em.accredited {
		background: url(./images/nationally-recognised.png) no-repeat left #f47a00;
		color: white;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		padding: 3px 3px 3px 20px;
	}


.pageMessage {
	background: #ffcd9b;
	border-bottom: 2px solid #ff8000;
	font-size: 18px;
	padding: 5px;
}

#courses-list h3 { cursor: pointer; font-size: 16px; font-weight: normal; letter-spacing: 0; margin: 0; padding: 0; text-transform: none; }
#courses-list a { font-size: 14px; }
#courses-list a span { color: #070; font-size: 14px; padding: 5px; }

.group { background: url(/static/style/outside/images/collapse-course.png) no-repeat 10px 10px white; border: 1px solid #82a3b6; padding: 8px 8px 8px 30px; }
	.group .details ul { list-style: none; margin: 0; padding: 0; }
	
	
hr.clear { clear: both; visibility: hidden; }
	
#company-login {}
	#company-login h1 { color: #213246; font-family: Helvetica, Arial, sans-serif; font-size: 30px; margin: 0 0 30px 0; text-transform: uppercase; }
	#company-login .login-box { float: right; width: 300px; }
	#company-login .benefits { padding: 0 330px 0 0; }
		#company-login .benefits ul { font-size: 14px; list-style: none; margin: 0 0 0 15px; padding: 0; }
		#company-login .benefits li { background: url(/static/style/outside/images/company-feature-bg.gif) no-repeat 0 6px; padding: 5px 5px 5px 26px; }
		#company-login .benefits p { font-size: 16px; }
		#company-login .benefits p em { display: block; font-size: 20px; font-style: normal; font-weight: bold; }
		#company-login .benefits span.highlight { background: #ffd3a8; }
		#company-login .benefits p.phone { background: url(/static/style/outside/images/phone.gif) no-repeat left; font-size: 30px; line-height: 30px; margin: 0; padding: 10px 0 10px 45px; }
		
td.actions { width: 260px; }
#lander-actions {}
	#lander-actions ul { list-style: none; margin: 0; padding: 0; }
	#lander-actions li { margin: 0 0 3px 0; }
	#lander-actions a { text-indent: -9999px; }
	
	#lander-actions a.overview,
	#lander-actions a.signup,
	#lander-actions a.companys { background: url(./images/lander-actions-sprite.png) no-repeat 0 0; display: block; height: 57px; width: 257px; cursor: pointer; }
	
	#lander-actions a.signup { background-position: -257px 0; }
	#lander-actions a.companys { background-position: -514px 0; }
	
	#lander-actions a.overview:hover { background-position: 0 -57px; }
	#lander-actions a.signup:hover { background-position: -257px -57px; }
	#lander-actions a.companys:hover { background-position: -514px -57px; }
	
	
.message { background: #009500; border: 1px solid #006c00; color: white; font-size: 18px; padding: 10px; text-align: center; }



#contentContainer .notice { background: #333; color: white; font-size: 16px; font-weight: normal; margin: 0 -10px 15px -10px; padding: 10px; text-align: center;  -moz-border-radius: 7px; -webkit-border-radius: 7px; }
	#contentContainer .notice p { font-size: 14px; font-weight: normal; margin: 0; padding: 0; }
	#contentContainer .notice small { font-size: 12px; }
	#contentContainer .notice a { color: white; text-decoration: underline; }
	#contentContainer .notice a:hover { background: white; color: black; text-decoration: none; }

	#contentContainer .notice.attention { background: #800000; }
	#contentContainer .notice.error { background: #800000; color: #ffffff; font-weight: bold; }
	#contentContainer .notice.success { background: #008000; }