/* CSS Document */


*{
	margin: 0px;
	padding: 0px;
	/*list-style-type: none;*/
}

body
{
	font-size: 11px;
	background: #ffffff;
	color: #444;
	text-align: left;
	font-family: Tahoma, Arial;
}

a
{
	color: #009380;
	text-decoration: underline;
}

a:hover
{
	color: #01D7C0;
	text-decoration: underline;
}

span
{
	display: inline-block;
}

img
{
	border: none;
}

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

input,select, textarea
{	font-size: 120%;
	padding:0px 1px;
	color: #444;
	margin:0px 5px;
}

select
{
	font-size: 12px;
	color: #4C4C4C;
}

select option
{
	margin-right: 10px;
}


.optionwide
{
	margin-right: 7px;
	width: 350px !important;
}

.optionwide  option
{
    width: 350px !important;
}


.optionwide2
{
	margin-right: 7px;
	width: 200px !important;
}

.optionwide2  option
{
    width: 200px !important;
}


h1, h2, h3, h4, h5, h6
{
	font-size: 11px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
}

.clear 
{
	clear:both;
}


#wPage
{
	width: 600px;
	background: #fff;
	margin: 0 auto;
}

#header
{
	width: 100%;
	padding: 15px 0 0 0;
}

#header div
{
	float: left;
	padding-left: 25px;
}

#header div a img
{
	border: 0;
}

#header .right
{
	display:none;
}

#header span
{
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
}

#header input
{
	width: 100px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #A5ACB2;
}

#header .topUserLog
{
	color: #183A60;
}

#header .text_RT img
{
	padding: 10px 0 0 24px;
}

#logo
{
}


#banner
{
	display:none;
}

#banner div
{
	float: left;
	padding: 0px;
}

#banner .nav
{
	font-family: Arial;
	width: 274px;
	background: #183A60;
	color: #19958E;
	font-size: 12px;
	font-weight: bold;
	min-height: 187px;
}

#banner .nav a
{
	color: #fff;
	text-decoration: none;
}

#banner .nav a:hover
{
	color: #19958E;
	text-decoration: none;
}

#banner .nav .active, #banner .nav .active a
{
	color: #19958E;
}


#banner .nav ul
{
	padding: 10px 0 7px 10px;
	list-style: none;
}

#banner .nav ul li
{
	line-height: 142%;
}

/*#banner .nav .navCurrent a{
	color: #19958E;
}*/

.search
{
	font-family: Arial, Helvetica, sans-serif;
	width: 264px;
	background: #F4F4F4;
	color: #183A60;
	padding: 5px 0 5px 10px;
}

.search input
{
	width: 170px !important;
	border: 1px solid #A5ACB2;
}

#mainContent
{
	clear: both;
	float: none;
	width: 737px;
	margin: 0 auto;
}

#mainContent div
{
	float: left;
}

#mainContent .left
{
	display:none;
}

*html #mainContent .left
{
	width: 244px; /* for IE */
}

#mainContent .left div
{
	float: none;
	padding: 0 15px 20px 15px;
}

#mainContent .left p
{
	padding-top: 5px;
}

#mainContent .left h3
{
	color: #0A1C5C;
}

#mainContent .right
{
	width: 463px;
}

*html #mainContent .right
{
	width: auto;
}

#mainContent .right div
{
	float: none;
	clear: both;
	padding: 0 0 5px 0;
}

#mainContent .right ul {
    margin-left: 15px;
	padding: 0px 0px 10px 0px;
}

#mainContent .right ul li{
	list-style-type: square;
	/*margin-left: 10px;*/
	padding-right:10px;
}

#mainContent .right h1, #mainContent .thirdPart h1
{
	font-size: 18px;
	color: #004B91;
	/*changed by Helen for bug 15756*/
	/*padding: 0 0 10px 0;*/
	padding: 0 0 0px 0;
}

#mainContent .right h2
{
	font-size: 14px;
	color: #004B91;
	padding: 0 0 5px 0;
}

#mainContent .right h3, .wide h3
{
	color: #00937C;
}

#mainContent .right h4
{
	position: relative;
	top: -10px;
	font-weight: normal;
}

#mainContent .right p
{ 
	line-height:140%;
	padding: 0px 15px 8px 0;
}


#footer
{
	font-size: 10px;
	clear: both;
	width: 100%;
	background: #004B91 url( '../images/footer_rt.gif' ) no-repeat bottom right;
	height: 30px;
	line-height: 30px;
}

#footer p
{
	padding-left: 30px;
	color: #fff;
}

#footer p a, #footer p a:hover
{
	color: #fff;
	text-decoration: none;
}

#footer p a:hover
{
	text-decoration: underline;
}

.blue_tt
{
	color: #004B91;
	margin-left: 4px;
}

.bt_2 { margin-left: 64px;} /* Firefox */ 
* html .bt_2 { margin-left: 68px; } /* IE6 */ 
*+HTML .bt_2 { margin-left: 68px !important; }
.blue_tt a
{
	color: #004B91;
	text-decoration: underline;
}

.blue_tt a:hover
{
	color: #006DD3;
	text-decoration: underline;
}

.green_tt
{
	color: #009380 !important;
}

.text_CT
{
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 6px !important;
	clear: both;
}


.text_CT_no_border
{
	text-align: center;
	
	padding-top: 6px !important;
	clear: both;
}


.text_RT
{
	text-align: right;
}

.floatImg
{
	float: left;
	padding: 0px 10px 3px 3px;
}

.select_80
{
	/*width: 80px;*/
	width:134px;
}
.select_128
{
	width:128px; margin: 0;
}
.select_192
{
	width:192px;
}

.inputother { 
	margin-top: 8px;
}

*+html input.inputother { margin-left: 8px !important; } /* IE7 */ 

.clear
{
	clear: both;
	float: none;
	height: -1%;
	line-height: 0;
}


/*-------------------------------------------------------------------------------------------*/
/* // index */
#banner .guidePath
{
	width: 463px;
	height: 190px;
	background: url( '../images/banner_bg.jpg' ) no-repeat;
}

#banner .guidePathDL
{
	width: 463px;
	height: 190px;
	background: url( '../images/banner_bg3.jpg' ) no-repeat;
}


#mainContent .left .leftSub1
{
	clear: both;
	width: 244px;
	line-height: 170%;
	letter-spacing: -0.05em;
}

#mainContent .left h1, #mainContent .left h2, #mainContent .left h3
{
	font-family: Arial;
}

#mainContent .left .leftSub1 h1
{
	font-size: 16px;
	color: #002D7A;
	font-weight: 900;
}

#mainContent .left .leftSub1 h2
{
	font-size: 16px;
	color: #00937C;
}

#mainContent .left .leftSub1 .heading1
{
	font-family: Arial;
	font-size: 16px;
	color: #002D7A;
	font-weight: 900;
}

#mainContent .left .leftSub1 .heading2
{
	font-family: Arial;
	font-size: 16px;
	color: #00937C;
	font-weight: bold;
}

#mainContent .left .sponsor
{
	clear: both;
	padding-top: 40px;
}

#mainContent .left .sponsor img
{
	padding-right: 20px;
}

.homeRight h2
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

/*--------------------------------------------------------------------------------------------------*/

/* // Inside Page */
#banner .insideGuidePath
{
	/* big background img */
	width: 463px;
	height: 170px;
	background: url( '../images/banner_bg2.jpg' ) no-repeat;
}

#banner .MemberGuidePath
{
	/* big background img */
	width: 463px;
	height: 170px;
	background: url( '../images/roo.jpg' ) no-repeat;
}

#banner .EducationGuidePath
{
	/* big background img */
	width: 463px;
	height: 170px;
	background: url( '../images/kookaburra.jpg' ) no-repeat;
}

#banner .ConsultingGuidePath
{
	/* big background img */
	width: 463px;
	height: 170px;
	background: url( '../images/wombat.jpg' ) no-repeat;
}


#banner .subMenu
{
	width: 463px;
	font-family: Arial, Helvetica, sans-serif;
}

#banner .subMenu ul
{
	padding-top: 8px;
	height: 22px;
	border-bottom: 1px solid #004A91;
	list-style-type: none;
}

#banner .subMenu ul li
{
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 0px 3px 0 3px;
}

#banner .subMenu ul li a, #banner .subMenu ul li a:hover
{
	color: #474747;
	text-decoration: none;
}

.subMenuCurrent
{
	/* the current menu of subMenu */
	position: relative;
	top: 1px;
	height: 21px;
	line-height: 18px !important;
	border: none !important;
	border-top: 1px solid #004A91 !important;
	border-left: 1px solid #004A91 !important;
	border-right: 1px solid #004A91 !important;
	background: #fff;
	z-index: 99px;
}

/*#mainContent .right .subNews div{
	width: 49%;
	clear: none !important;
	float: left !important;
}*/


#mainContent .right .teamContent
{
	margin-bottom: 10px;
	clear: both;
}

#mainContent .right .newContent h2, #mainContent .right .teamContent h2
{
	font-size: 12px;
	margin-bottom: 3px;
}

#mainContent .right .subNews div div
{
	float: right;
	margin: 0 10px 0 15px;
}

#mainContent .right .subNews div img, #mainContent .right .subTeam div img
{
	border: 1px solid #ccc;
	padding: 2px;
}

#mainContent .right .subTeam div div
{
	clear: none !important;
	float: left !important;
}

#mainContent .right .subTeam .photo
{
	width: 120px;
	clear: both !important;
}

#mainContent .right .subTeam .content
{
	width: 340px;
	float: left;
}
/* Inside Page // */

/*---------------------------------------------------------------------------------------------------------------------------*/

/* // training page */
#mainContent .thirdPart
{
	width: 600px;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
}

.breadthumb
{
	font-size: 10px;
}

#mainContent .thirdPart div
{
	float: none;
	padding: 0px 0 10px 0;
}

#mainContent .thirdPart p
{
	padding: 0 0 10px 0;
}

/*added by Helen for bug 15446*/
.pDisplayNone
{
	display:none;
}

.pDisplayBlock
{
	display:block;
}


#mainContent .filterPart
{
	margin-top: 10px;
}

#mainContent .filterPart label
{
	font-weight: bold;
	color: #003882;
}

#mainContent .filterPart select
{
	margin-left: 5px;
}

#mainContent .filterPart .space
{
	margin-left: 45px;
}

table.tableList
{
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	color: #004B91;
}


table.tableList caption
{
	font-size: 11px;
	color: #00947E;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

.tableList th
{
	text-align: center;
	padding: 2px 0 2px 0;
	border: 1px solid #ccc;
}

.tableList td
{
	text-align: left;
	padding: 2px 10px 2px 15px;
	border: 1px solid #ccc;
}


table.tableList2
{
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	color: #004B91;
}


table.tableList2 caption
{
	font-size: 11px;
	color: #00947E;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

.tableList2 th
{
	text-align: left;
	padding: 2px 0 2px 15px;
	border: 1px solid #ccc;
}

.tableList2 td
{
	text-align: left;
	padding: 2px 10px 2px 15px;
	border: 1px solid #ccc;
}

table.trainingTableList
{
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 50%;
	color: #004B91;
}
table.trainingTableList caption
{
	font-size: 11px;
	color: #00947E;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

.trainingTableList th
{
	text-align: left;
	padding: 2px 0 2px 15px;
	border: 1px solid #ccc;
}

.trainingTableList td
{
	text-align: left;
	padding: 2px 10px 2px 15px;
	border: 1px solid #ccc;
	
}

.seatReserve
{
	
}

.seatReserve table
{
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	color:#004B91;
}

.seatReserve td
{
	text-align: left;
	padding: 2px 10px 2px 15px;
	border: 1px solid #ccc;
}

.seatReserve .noborder
{
	 border:0px !important
}

#mainContent .thirdPart fieldset
{
	float: left;
 	width:70%;
	padding: 0 10px 5px 15px;
	margin: 10px 15px 15px 0;
	-moz-border-radius:8px;
}

#mainContent .magazine fieldset
{   display:block;
	padding: 0 10px 5px 10px;
	margin: 10px 10px 10px 0px;
	width:400px;
	-moz-border-radius:8px;
}

.magazine .longSpan
{
	width:400px !important
}

.magazine .midSpan
{
	width:200px !important
}
.mainContent fieldset
{
  padding:0px 15px;
  overflow:hidden;
  -moz-border-radius:8px;
 
}
.mainContent fieldset p {
	margin: 0;
	padding: 0;
	vertical-align: top;
}


.floatspan { float: left; clear: left; }
.floatinput { float: left; }



#mainContent fieldset legend
{
	color: #183A60;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px 5px 5px;
}

#mainContent .thirdPart fieldset input
{
	font-size: 12px;
	color: #4C4C4C;
}

#mainContent fieldset span,.blueboldfont
{
	color: #004B91;
	font-weight: bold;
}
fieldset {
	clear: both; 
}
#mainContent fieldset span{
	width: 135px;
	display: -moz-inline-box;
	display: inline-block;
}
#mainContent fieldset span span { 
	width: 16px;
	}

.redot { color: red !important;}

.spaceline { margin-top: 12px !important;}

#mainContent fieldset .space
{
	margin-right: 12px;
}

.wholeSet
{
	float: none;
	clear: both;
	width: 94%;
}

.wholeSet .text_CT
{
	clear: both;
}

.wholeSet div
{
	float: left !important;
	width: 50%;
}

#mainContent fieldset .inputBorder
{
	border: 1px solid #A5ACB2;
	/*width: 170px;*/
	width: 128px;
	height: 20px;
}
#mainContent fieldset .inputBorderContactUs
{
	border: 1px solid #A5ACB2;
	width: 188px;
	height: 20px;
}
/* training page // */



/* Events Page */
.calendar
{
	width: 510px;
}

.calendar table
{
	border: 1px solid #ffffff;
	/*border-collapse: collapse;*/
}

.calendar table thead th, .calendar table thead td
{
	background: none;
	height: auto;
	width: auto;
	line-height: normal;
	padding-bottom: 5px;
}

.calendar table thead th
{
	font-size: 15px;
	color: #00947E;
}

.arrowLF
{
	padding-left: 10px !important;
}

.arrowRT
{
	text-align: right !important;
	padding-right: 10px;
}

.calendar table tfoot
{
	background: #65747B url( '../images/calendar_topbg.jpg' ) repeat-x top;
	height: 30px;
}

.calendar table tfoot td
{
	background: #65747B url( '../images/calendar_topbg.jpg' ) repeat-x top;
	height: auto;
	width: auto;
}

.calendar table th
{
	background: url( '../images/calendar_topbg.jpg' ) repeat-x;
	height: 29px;
	line-height: 29px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	width: 70px;
}

.calendar table td
{
	width: 70px;
	font-size: 11px;
	color: #444;
	background: #DDE2E7;
	height: 57px;
	vertical-align: top;
	text-align: left;
	padding-left: 3px;
	font-weight: bold;
}

.calendar table td a
{
	color: #000666;
	text-decoration: underline;
}

.calendar table td span
{
	display: block !important;
	font-size: 9px;
	margin-top: 3px;
	line-height: 150%;
	font-weight: normal;
}


.calendar table td.active
{
	background: #98A7B8;
	color: #fff;
}

.calendar table td.active a
{
	color: #fff;
	text-decoration: underline;
}

.calendar table td.blank
{
	background: #fff;
}

.calendar .coursename
{
	color: #009380;
}


.eventsContent table.tableList
{
	margin-top: 15px;
	width: 510px;
}

.attendee span
{
	width: 135px;
	color: #004B91;
	font-weight: bold;
}

.eventName span
{
	width: 135px;
	color: #004B91;
	font-weight: bold;
}

.errorMessage
{
	width: 100% !important;
	color: red !important;
}

.errorMessage span
{
	font-weight: bold;
	width: 100% !important;
	color: red !important;
}


/*tokki add*/
#tbheader{ width:510px}
#tbheader td{ background:#FFFFFF; font-size:16px;text-align:center; line-height:16px; color:#01937e; font-weight:bold;
background:#ffffff none repeat scroll 0%;
padding-left:3px;
height:24px;
vertical-align:center;
width:auto;
}
.tbheader table{ width:510px; padding: 0;}
.tbheader table td{ background:#FFFFFF; font-size:16px;text-align:center; line-height:16px; color:#01937e; font-weight:bold;
background:#ffffff none repeat scroll 0%;
padding-left:3px;
height:24px;
vertical-align:center;
width:auto;
}
.tft{background: #65747B url('../images/calendar_topbg.jpg') repeat-x top;height:20px;}
.shortbtn{ width:130px;}
/*tokki addaaaaaaaaaaaaaaaaaaa*/
.siteMap{
	margin: 25px 5px 0 20px;
}

.siteMap li{
	display: block;
	background: url('../images/icon_red_dot.gif') no-repeat 0 9px;
	padding-left: 12px;
	line-height: 190%;
	font-size: 11px;
	font-weight: bolder;
}

.siteMap li a{
	color: #414141;
	text-decoration: none;
}

.siteMap li a:hover, .siteMap li.active{
	color: #F20017;
	text-decoration: none;
}

.siteMap li.active{
	cursor: default;
}

.siteMap li li{
	background: none;
	font-weight: normal;
	padding-left: 10px;
}

.siteMap li li a{
	color: #30417E;
}

.siteMap li li a:hover{
	color: #000 !important;
}
#Login_5_btnChangePassword{width:120px}
#Login_5_btnLogin{width:50px}
#Login_5_btnChangePasswordAndLogin{width:180px}
#TrainingCourse_5_btnBack{width:170px}
.btn-AddAnotherCourse{width:120px}
.btnNextToPayment{width:120px}
.btnNextToTrainingPayment{width:230px}

.thankyouBorder
{
	border: 2px;
	border-color: Red;
	border-style:solid;
	text-align:center;
	font-weight:bold;
	color:Red;
 
	
}

.confirmationCss
{
	border: 2px; 
	border-color: Red; 
	border-style:solid; 
	text-align:left; 
	font-weight:bold; 
	color:Red; 
	padding-left:10px 2px 2px 10px;

}

.labelMessageCss
{
	padding-left:10px 2px 2px 10px;
}

.pagingPanelCss
{
	text-align:right;
}

.hidden 
{
	display: none;
}

table.form input, table.form select 
{
	margin: 0 0 0 5px;	
}

table.form td.padded 
{
	padding: 0 0 0 5px;	
}

table.form td.h20 
{
	line-height: 20px;
}


.contenttext p img { float: left; }

/* Distance & Learning */

.contentTable {
	width:737px;
}

.table_content {
	cellSpacing:0;
	cellPadding:0;
	border:0px none;
	width:707;
	background-color: #FFFFFF
}

.dlsubbanner
{
	clear: both;
	float: none;
	width: 435px;
	padding: 0 !important;
	margin: 0 auto;
	padding: 10px 14px 10px 14px !important;
}

.dlsubbanner .subMenu
{
	width: 435px;
	font-family: Arial, Helvetica, sans-serif;
}

.dlsubbanner .subMenu ul
{
	padding-top: 8px;
	height: 22px;
	border-bottom: 1px solid #004A91;
	list-style-type: none;
}

.dlsubbanner .subMenu ul li
{
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 0px 3px 0 3px;
}

.dlsubbanner .subMenu ul li a, #banner .subMenu ul li a:hover
{
	color: #474747;
	text-decoration: none;
}

.dlsubbanner .subMenuCurrent
{
	/* the current menu of subMenu */
	position: relative;
	top: 1px;
	height: 21px;
	line-height: 18px !important;
	border: none !important;
	border-top: 1px solid #004A91 !important;
	border-left: 1px solid #004A91 !important;
	border-right: 1px solid #004A91 !important;
	background: #fff;
	z-index: 99px;
}

table.transcript 
{
	margin-top:20px;
}

table.transcript td.title
{
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

table.transcript td.course
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

table.transcript td.unitscompleted
{
	font-size: 13px;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

table.transcript td
{
	font-size: 14px;
}