/*
	filename: local.css
	created by: Steve Mansell
	created date: 26/3/2007
	description: Contains local style settings used in this section of the site.
*/
.formDiv
{
    border: solid 1px ButtonFace;
    padding: 5px 5px 5px 5px;
    
}

.formRow
{
	clear: left;
	display: block;
	padding: 4px 0px 4px 0px
}

.formRow .label
{
	font-weight: bold;
	display: block;
	width: 11em;
	float: left;
	clear: none;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
.formRow .labelWide
{
	font-weight: bold;	
}

.formRow .wide
{
    width: 220px;    
}

.formRow .field
{
	clear:right;
	width: 400px;
	display: block;
}

.formRow .fieldNarrow
{
    float:left;
	clear:right;
	width: 310px;
	display: block;
}

	
.formRow .fieldPrice
{
	display: block;
	text-align: right;
}

.formRow .fieldPriceSubtotal
{
	display: block;
	font-weight: bold;
	text-align: right;
}

.formRow .fieldPriceTotal
{
	display: block;
	font-weight: bold;
	font-size: 140%;
	text-align: right;
}


.buttonsRow
{
	width: 100%;
	text-align: right;
	clear: both;
}

.buttonsRow input
{
	margin: 3px;
}

/* Search results page styles */
.resultsTable
{
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}
	
.resultsTable th
{
	background-color: #356494;
	color: White;
	font-weight: bold;
	text-align: left;
}

th.priceHeader
{
	text-align: right !important;
}

.resultsTable td
{
	border: 1px solid white;
}

.resultsRow
{
	background-color: #C1D5EB;
		
}

.resultsRowAlt
{
	background-color: #AEC2D9;
}

.resultsTable a
{
    color: #022751;   
}

.keyPair
{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
}

tr.pager td
{
	font-weight: normal;
}

tr.pager td a
{
	font-weight: bold;
	text-decoration: underline;
}

/* End of search results page styles */

/*-- COURSE OUTLINE PAGE DETAILS --*/

#courseTools a
{
    color: #022751;
}

#courseMenuContainer 
{
    float: right;    
    clear: both;
    width: 312px;
}
#courseDetailsContainer 
{
    float: left;
    clear:both;
    margin-left: 0px;
    margin-right: 0;
    width: 438px;
}

#courseDetailsContainer ul
{
	margin-left: 20px;
}
#courseDetailsContainer ul li
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#courseDetailsTitleSep 
{
    background-image: url("../../images/lineSep.gif");
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: 0;
    height: 1px;     
}
.courseOutlineTitle
{
    color: #022751;
    vertical-align:middle;    
    background-color: #BFC9D3;
    font-size: 1.2em;
    width: 100%;
    height: 45px;        
    min-height: 45px;        
    clear: both;
}
#courseDetailsContainer h1
{
    color: #022751;
    font-size: 1.1em;
    margin: 0px;
    clear:both;
}
#courseDetailsContainer h2
{
    color: #022751;
    padding-bottom: 1em;
    font-size: 1.1em !important;
    margin: 0;
    letter-spacing: normal;
}
#courseOutlineContainer 
{
    margin-top: 0;
    padding-top: 0;
    width: 98%;
    overflow: visible;
}

#wbtCourseOutlineContainer 
{
    margin-top: 0;
    padding-top: 0;
    height: 395px;
    width: 603px;
    overflow: auto;
}

#courseOptionsContainer h2 
{
    margin-top: 0;
    padding-top: 0;
    font-size: 1em;
    clear: both;
    letter-spacing: normal;
}

#courseOptionsContainer table
{
	clear: both;
}

#courseScheduleContainer 
{
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;    
    width: 312px;
    font-size: .9em;
    clear: right;
}

#courseScheduleContainer h2
{
	clear: both;
	word-spacing: normal;
}


#coursePurchaseContainer 
{
    float: left;
    margin-left: 5px;
    margin-right: 0;    
    width: 253px;
    font-size: .8em;
    border-bottom: solid #8093A8 1px;
    border-left: solid #8093A8 1px;
}
#coursePurchaseContainer a 
{
    color: #022751;
    font-weight: bold;    
}
#coursePurchaseContainer h2 
{
    padding: 3px 0 0 5px;
    margin: 0;
    height: 20px;
    background-color: #022751;
    color: White;
    font-size: 1em;
    font-weight: bold;     
}
#trainingOptions 
{
    padding: 3px;
}
#basketLink 
{
    margin-left: 85px;
}
#courseScheduleContainer h2 
{
    padding: 3px 0 0 5px;
    margin: 0;
    height: 20px;
    background-color: #022751;
    color: White;
    font-size: 1.1em;
    font-weight: bold;  
}
#courseScheduleContainer a 
{
    color: #022751;   
}
.mailSendStatus 
{
    color: #F20017;
    font-size: 1.2em;
    font-weight: bold;
}

#courseAboutContainer
{
    float: right;
    clear: both;
    margin-left: 0px;
    margin-right: 0px;    
    margin-top: 15px;
    width: 312px;   	
}

#quickSearchContainer
{
    float:right;
    width: 312px;
    clear:both;
}

#courseMenuHeader
{
    padding: 5px 0 0 5px;
    height: 20px;
    background-color: #022751;    
    color: White;
    font-size: 1em;
    font-weight: bold;    
}
#courseMenu
{    
    background-image: url('/courses/images/CourseAboutBackgroundGradient.jpg');
    color: White;
    font-weight: bold;
    height: 100px;
}

.courseAboutLeftColumn
{
    float:left;
    clear: both;
    width: 155px;
    border-right: solid 2px #FFFFFF;
    overflow: hidden;
}
.courseAboutRightColumn
{
    float:right;
    width: 155px;
    overflow: hidden;
}

#courseMenu a 
{
    color: #022751;
}

.outlineMenu 
{
	display: block;
	clear: both;
    padding: 5px 10px 5px 5px;    
    width: 100%; 
    border-bottom: solid 2px #FFFFFF;
    height: 13px;
}

.outlineMenuDisabled 
{
	display: block;
	clear: both;
    padding: 5px 10px 5px 5px;
    color: #B5B0B0 !important;
    width: 100%;   
    border-bottom: solid 2px #FFFFFF;
    height: 13px;
}


#courseInfo 
{
    font-size: 1em;
    color: #690000;
    margin-bottom: 10px;
    margin-top: 0px;    
    
}

#courseInfo .row
{
	font-weight: normal;
}
/*
#courseInfo img
{
    position:absolute;
}
*/
#courseInfo .label
{
    width: 90px;
    font-weight: bold;
    display:block;
    float:left;
    clear:left;
}


#courseTools
{
    margin-top: 5px;
    font-size: 1em;
    padding: 0;
    background-color: #BFC9D3;
    color: #022751;    
}
#courseToolsItems
{
    padding: 5px 5px 5px 5px;        
}
#courseTools ul 
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
#courseTools li
{
    background-image: url("../../images/bullet.gif");
    background-repeat: no-repeat;
    background-position: 0 .4em;  
    padding: 0 0 0 1em;
} 

#courseToolsHeader
{
    padding: 3px 0 0 5px;
    margin: 0;
    height: 20px;
    background-color: #022751;
    color: White;
    font-size: 1.1em;
    font-weight: bold; 
    clear: both;
}

/*-- END OF COURSE OUTLINE PAGE DETAILS --*/

/*-- EMAIL COURSE DETAILS PAGE DETAILS --*/
#emailDetails 
{
}
#emailInputHeaders 
{    
    width: 100px;
    float: left;
    text-align: right;
}
#emailInputDetails 
{    
    width: 500px;
    float: left;
    margin-bottom: 1px;
    padding-left: 5px;
}
#emailBody 
{
    clear: both;
    margin-bottom: 15px;
    margin-top: 1px;
}
.emailField 
{
    background-color: #D9DEE5;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 0;
    width: 95%;    
}
#emailMessageHeader 
{
    margin-top: 1em;
    margin-bottom: 0;
}
.emailMessageBox 
{
    background-color: #D9DEE5;
    width: 95%;
    margin-top: .2em;    
}
.emailValidationSummary 
{
    margin-left: 100px;
}    
.inputHeader 
{
    display: block;
    margin-top: 1px;
    margin-bottom: 4px;
    line-height: 22px;        
}
#emailOptions 
{
    margin-top: .5em;
}
.mailStatus 
{
    color: #F20017;
    font-size: 1.2em;
    font-weight: bold;
    
}
/*-- END OF EMAIL COURSE DETAILS PAGE DETAILS --*/

/*-- BOOKING STYLES --*/
.delegateDetailsStatus
{
	width: 220px;
	float: right;
}

.bookingStatusContainer 
{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.bookingStatusContainer div
{
	text-align: center;
}

.bookingStatusContainer img
{
	border: 0px;
	display: inline;
}

.warning
{
	font-weight:bold;
	color: Red;
	padding: 0 10 0 10;
}

table.basket 
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

table.basket th
{
	background-color: #022751;
	color: White;
	font-weight: bold;
	text-align: left;
	padding: 0.5em;
}

table.basket th.number
{
	text-align: right;
}

table.basket td
{
	border: 1px solid white;
	padding: 0px 3px 0px 3px;
}

table.basket td.number
{
	text-align: right;
	display: block;
}



table.basket td.total
{
	/*font-size: 140%;*/
	font-weight: bold;
	text-align: right;
	background-color: #022751;
	color: White;
	border: 1px solid #022751;
	padding: 3px;
}

table.basket a
{
    color: #022751;   
}

table.basket td input
{
	width: 95%;
	margin-right: 3px;
}

table.basket td.number input
{
	text-align: right;
}

table.basket .row
{
	background-color: #BFC9D3;
		
}

table.basket .altRow
{
	background-color: #BFC9D3;
}

span.compulsory
{
	color: Red;
	font-weight: bold;
}
.pageCount
{
	display: block;
	width: 100%;
	text-align: right;
}

/* Booker details page */
.bookerDetails h1
{
	display: none;
}

.bookerDetails h2
{
	display: block;
	width: auto;
	background-color: #022751;
	color: White;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

.bookerDetails #formContainer
{
	background-color: #f0f0f0;
}

.bookerDetails input
{
	border: 1px solid #909090;
}

.bookerDetails .formRow
{
	padding-left: 5px;
}

/* Delegate details page */
.delegateDetailsStatus 
{
	padding: 0px;
}
.delegateDetailsStatus ul
{
	padding-left: 3px;
	margin-left: 20px;
}

.delegateDetailsStatus ul li
{
	margin-bottom: 0.5em;
}
.delegateDetailsStatus .selected
{
	font-weight: bold;
}

.delegateDetailsStatus h2
{
	display: block;
	width: 100%;
	background-color: #022751;
	color: White;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 7px;
}
	
.delegateDetails
{
	width: 510px;
}

.delegateDetails select
{
	font-size: 85%;
}

.delegateDetails h1
{
	display: none;
}

.delegateDetails h2
{
	display: block;
	width: 100%;
	background-color: #022751;
	color: White;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

.delegateDetails h3
{
	display: block;
	width: 100%;
	background-color: #e0e0f0;
	color: #022751;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.delegateDetails #formContainer
{
	background-color: #f0f0f0;
}

.delegateDetails .delegateItemPanel
{
	background-color: #f0f0f0;
	width: 520px;
}

.delegateDetails input
{
	border: 1px solid #909090;
}

.delegateDetails .formRow
{
	padding-left: 5px;
}

.delegateDetails .editButtonsRow
{
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 5px;
}

/* Payment processing page */
.paymentProcessing h1
{
	display: block;
	width: 100%;
	background-color: #022751;
	color: White;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

/* Payment details page */
.paymentDetails 
{
    clear: both;
}
.paymentDetails h1
{
	display: none;
}

.paymentDetails h2
{
	display: block;
	width: auto;
	background-color: #022751;
	color: White;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

.paymentDetails h3
{
	display: block;
	width: auto;
	background-color: #e0e0f0;
	color: #022751;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

.paymentDetails .formContainer
{
	background-color: #f0f0f0;
}

.paymentDetails input
{
	border: 1px solid #909090;
}

.paymentDetails .formRow
{
	padding-left: 5px;
}

.marketingQuestions h2
{
	display: block;
	width: auto;
	background-color: #022751;
	color: White;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

/*-- END OF BOOKING STYLES --*/
