/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #222;
	font: 14px Verdana, Arial, sans-serif;
	text-align: left;
	background: #8e51b0 url(../images/bg.jpg) repeat-x;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	margin: 0 auto;
	width: 960px;
	border-top: 14px solid #a163c6;
	background: #fff;
}

#header {
	height: 231px;
	background: #5d2e8e url(../images/header_bg.jpg) top left no-repeat;
}

#main {
	clear: both;
	padding: 0 28px;
}

#content {
	clear: both;
	float: right;
	width: 655px;
	padding: 10px 0 15px 0;
}

#side {
	width: 219px;
	float: left;
	padding-bottom: 25px;
}

#footer {
	clear: both;
	background: #5f218e;
	height: 132px;
}

/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	float: left;
	margin: 36px 0 0 26px;
}

#header h1 {
	float: left;
	padding: 3px 0 0 25px;
	color: #e2dac3;
	font-size: 1.6em;
	letter-spacing: -1px;
}

#header_details {
	clear: left;
}

#header_contact {
	float: left;
	padding: 5px 0 0 20px;
}

#header h5 {
	padding: 3px 0;
	color: #e2dac3;
}

#header h5 strong {
	font-weight: bold;
	color: #fdee1e;
}

#header_links {
	float: left;
	clear: left;
	padding: 66px 0 0 87px;
}

#header_links a:link,
#header_links a:visited {
	float: left;
	padding-right: 20px;	
}


/*	-------------------------------------------------------------
	USER MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userMenu {
	color: #645f09;
	letter-spacing: -1px;
	padding: 2px 10px 2px 10px;
	margin-bottom: 3px;
	font-size: 0.9em;
	background: #fff100;
	border: 1px solid #c8be0d;
}

#userMenu a:link,
#userMenu a:visited {
	color: #645f09;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	padding: 3px 0 6px 0;
	line-height: 1.2em;
	font-size: 1.5em;
	color: #5f2890;
	letter-spacing: -1px;
}

#content h2 {
	padding: 3px 0 2px 0;
	margin-bottom: 4px;
	line-height: 1.3em;
	font-size: 1.3em;
	letter-spacing: -1px;
	color: #5f2890;
	border-bottom: 1px solid #ccc;
}

#content h3 {
	padding: 4px 0 1px 0;
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: bold;
	color: #a09a7f;
}

#content h4, #content h5 {
	padding: 3px 0 2px 0;
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: bold;
	color: #5f2890;
}

#content h5 {
	color: #888;
}

#content .purple {
	color: #5f2890;
}

#content strong {
	font-weight: bold;
	color: #5f2890;
}

#content p {
	padding: 5px 0 8px ;
	line-height: 1.3em;
}

#content a:link,
#content a:visited {
	color: #5c1e89;
}

#content a:hover {
	color: #320e4c;
}

#content ul {
	padding: 10px 0 10px 20px;
}

#content li {
	padding: 0 0 9px 23px;
	background: url(../images/li_bg.gif) no-repeat 0 0;
}

#content .save {
	padding: 3px 4px;
	border: 2px solid #e9bb27;
	background: #ffee18;
	color: #a79353;
}

/*	Side box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.sideMenu h2 {
	padding: 3px 0 3px 26px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 1.1em;
	color: #afa88d;
	background: #eeebda;
}


#content .contentSideBox p {
	padding: 4px 8px 4px 8px;
}

#content .contentSideBox h5 {
	background: url(../images/contentSideBox_top.gif) no-repeat top left;
	padding: 20px 8px 4px 8px;
	margin: 0 0 2px 0;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #3e0c49;
}


/*	View Classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content table#viewClasses {
	width: 100%;
	border-collapse: collapse;
}


#content table#viewClasses tr td {
	text-align: right;
	display: table-cell;
	border-bottom: 1px solid #9b83a8;
	padding: 8px 4px;
	font-size: 1.1em;
}

#content table#viewClasses tr td.left {
	float: none;	
	text-align: left;
}

#content table#viewClasses .enrollLink {
	background: #a362c6;
	border: 2px solid #8e55ac;
	padding: 1px 2px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

#content table#viewClasses .placesLeft {
	font-size: 0.8em;
	font-weight: bold;
	color: #666;	
}




/*	-------------------------------------------------------------
	Home Page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Top
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #homeTopBox {
	padding: 12px 0 0 0;
}

#content #homeTopBox_right {
	width: 210px;
	padding-bottom: 11px;
	font-size: 1.0em;
	letter-spacing: -1px;
	text-align: center;
	float: right;
	padding: 12px 0 10px 0;
}

/*	Mid
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #homeMidBox {
	clear: both;
	padding: 20px 0 0 0;
}

#content #homeMidBox_left {
	float: left;
	width: 200px;
}

#content #homeMidBox_right {
	float: right;
	width: 426px;
}

#content #homeMidBox_right h2 {
	font-size: 1.35em;
	border: 0;	
	padding: 0;
	margin: 0;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background: url(../images/front_topTrainer_bg.gif) no-repeat top left;
}

#content #homeMidBox_right h3 {
	font-size: 1.3em;
	text-align: center;
	border: 0;	
}

/*	Boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #homeBoxes {
	clear: both;
	padding: 30px 0 10px 0;
}

#content .homeBox {
	width: 314px;
	float: left;
	background: #a362c6;
	border-bottom: 7px solid #733a91;
	font-size: 0.9em;
	color: #111;
}

#content .homeBox.yellow {
	background: #fff100;
	color: #3e3006;
	border-bottom: 7px solid #dfb500;
}

#content .homeBox.last {
	float: right;
}

#content .homeBox h5 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 8px 0 7px 0;
	border: 0;
	margin: 0;
	background: #733a91 url(../images/homeBox_top.gif) no-repeat;
	letter-spacing: -1px;
	color: #fff;
	text-align: center;
}

#content .homeBox.yellow h5 {
	background: #dfb500 url(../images/homeBox_yellow_top.gif) no-repeat;	
}

#content .homeBox h5 a:link,
#content .homeBox h5 a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#content .homeBox strong {
	color: #2f0c5b;
}

#content .homeBox .inner {
	padding: 4px 10px;
}

#content .homeBox a:link,
#content .homeBox a:visited {
	color: #491c5a;
}



/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.sideMenu {
	background: url(../images/menuMain_top.gif) left top no-repeat;
	padding-top: 37px; 
}
	
.sideMenu ul {
	background: #eeebda url(../images/menuMain_bot.gif) left bottom no-repeat;
	padding: 6px 0 10px 0;
}

.sideMenu ul li {
	
}

/*	1st level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

.sideMenu ul li a:link,
.sideMenu ul li a:visited {
	display: block;
	height: 27px;
	line-height: 27px;
	color: #777159;
	font-size: 1.1em;
	text-decoration: none;
	border-top: 1px solid #d9d6c5;
	background: url(../images/menuMain_li.gif) 6px top no-repeat;
	padding-left: 26px;
}

.sideMenu ul li a:hover {
	background-position: 7px top;
	background-color: #e7e4d3;
	color: #57513b;
}

.sideMenu ul li a.start:link,
.sideMenu ul li a.start:visited {
	border-top: 0;
}

.sideMenu ul li a.active:link,
.sideMenu ul li a.active:visited {
	color: #4d4a3b;
	background-position: 6px -27px;
	background-color: #e7e4d3;
}

.sideMenu ul li a.active:hover {
	background-position: 7px -27px;
}

/*	2nd level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

.sideMenu ul li ul {
	padding-bottom: 8px;
	background-image: none;
}
	
.sideMenu ul li ul li {
	padding-left: 24px;
}
	
.sideMenu ul li ul li a:link,
.sideMenu ul li ul li a:visited,
.sideMenu ul li ul li a.active:link,
.sideMenu ul li ul li a.active:visited {
	border: 0;
	background: url(../images/menuMain_ul_li.gif) 0 11px no-repeat;
	padding: 3px 0 2px 13px;
	line-height: 1.2em;
	height: auto;
	font-size: 0.95em;
	color: #63604e;
}

.sideMenu ul li ul li a.active:link,
.sideMenu ul li ul li a.active:visited {
	font-weight: bold;
}

.sideMenu ul li ul li a:hover ,
.sideMenu ul li ul li a.active:hover {
	background-position: 1px 11px;
	color: #353222;
}


/*	TRAINING MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

.sideMenu#trainingInfo {
	margin-top: 20px;
	background: url(../images/trainingInfo_bg.gif) no-repeat;
	padding-top: 31px;
}

.sideMenu#trainingInfo ul {
	padding-top: 0;
}

.sideMenu#trainingInfo ul li a:link,
.sideMenu#trainingInfo ul li a:visited {
	font-size: 0.9em;	
	background-image: url(../images/trainingInfo_li.gif);
	background-position: 8px 7px;
}

.sideMenu#trainingInfo ul li a.active:link,
.sideMenu#trainingInfo ul li a.active:visited {
	color: #4d4a3b;
	background-color: #e7e4d3;
	background-image: url(../images/trainingInfo_li_active.gif);
}



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Contact dee
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer #contactDee {
	float: left;
	padding: 23px 0 0 20px;
}

#footer #contactDee h4 {
	color: #fcef03;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: -1px;
}

#footer #contactDee p {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #f5eef7;
}

#footer #contactDee a:link,
#footer #contactDee a:visited {
	color: #fcf400;
}

/*	Delta & AABP Logos
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer #delta_logo {
	float: right;
	padding: 28px 30px 0 10px;
	text-align: center;
}

#footer #aabp_logo {
	float: right;
	text-align: center;
	padding: 30px 20px 0 0;
}

#footer #delta_logo h4,
#footer #aabp_logo h4 {
	font-weight: bold;
	font-size: 0.8em;
	color: #ebdef4;
	letter-spacing: -1px;
	text-align: center;
	padding: 6px 0 0 0;
}




/*	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer #footerMiddle {
	text-align: center;
	float: right;
	padding: 30px 35px 0 0;
	color: #9453b8;
}

#footer #footerMiddle p {
	padding: 15px 0 15px 0;
}

#footer #footerMiddle a:link,
#footer #footerMiddle a:visited {
	color: #9752c3;
	font-size: 0.8em;
	font-weight: bold;
}



/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox {
	margin: 10px 0 10px 0;
	padding: 10px 10px 5px 35px;
	background: no-repeat 10px 10px;
	font-size: 12px;
}

.msgBox .title {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.msgBox .text {
	padding: 0 0 5px 0;
}

.msgBox a:link,
.msgBox a:visited {
	text-decoration: underline;	
}
	

/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.success {
	border: 1px solid #7fea6f;
	background-color: #dcf8d8;
	background-image: url(../../../images/icons/msgBox_success.gif);
	color: #009900;
}

.msgBox.success a:link,
.msgBox.success a:visited,
#content .msgBox.success a:link,
#content .msgBox.success a:visited {
	color: #009900;	
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.error {
	border: 1px solid #e9cc7c;
	background-color: #fdf0cd;
	background-image: url(../../../images/icons/msgBox_error.gif);
	color: #b17409;
}

.msgBox.error a:link,
.msgBox.error a:visited,
#content .msgBox.error a:link,
#content .msgBox.error a:visited {
	color: #a08106;	
}

/*	Fail
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.fail {
	border: 1px solid #f57878;
	background-color: #ffe1e1;
	background-image: url(../../../images/icons/msgBox_fail.gif);
	color: #cc3300;
}

.msgBox.fail a:link,
.msgBox.fail a:visited,
#content .msgBox.fail a:link,
#content .msgBox.fail a:visited {
	color: #cc3300;	
}
	
	
	
	
	
	
	
	
/* legacy kept */
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
}

#successMsg h5,
#errorMsg h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

#successMsg p,
#errorMsg p {
	color: #905b1d;
}

#successMsg a:link,
#successMsg a:visited,
#successMsg a:hover {
	color: #fff;
}

#errorMsg a:link,
#errorMsg a:visited,
#errorMsg a:hover {
	color: #724714;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg {
	background: #6fb558;
	border: 1px solid #5fa349;
	border-left: 0;
	border-right: 0;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border: 1px solid #e5ca47;
	border-left: 0;
	border-right: 0;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}