﻿/*=================
Layout Content
==================*/
body
{
    margin: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
    background: #ededed url(/Public/images/Layout/bgGrad.gif) repeat-x 0 0;
    color: #666;
}

h1, h2, h3, h4
{
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

h1
{
    font-size: 14px;
    margin-top: 8px;
}
/*h1 title on homepage*/
.h1_Slogan
{
    
    line-height:22px;
    font-size:18px;
    color:#339900;
    margin:0 0 2px 0;
}

h2
{
    font-size: 16px;
    text-transform: uppercase;
    width: 99%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 0px 2px 5px;
    margin: 0 0 10px 0;
    background: #ff9900 url(/Public/images/Buttons/Orange_Bg.gif) repeat-x top left;
}

.Half_Width
{
    width: 48%;
    margin: 0;
}

h3
{
    color: #666;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
}

h4
{
    font-size: 16px;
}

a img
{
    border: none;
}

p
{
    line-height: 16px;
    margin-top: 6px;
}

.p_NoteText
{
    font-size: 12px;
    line-height: 14px;
}

.a_textLink
{
    color:#666;
    font-weight:bold;
}

.a_textLink:active, .a_textLink:hover
{
    color:#339900;  
}

/*TODO: WHY IS THIS SAME CLASS IN 3 CSS FILES, WITH A DIFFERENT NAME ! */

.Clear
{
    clear: both;
    height:0px;
}

#aspnetForm
{
    margin: 0;
}

/*---Layout Divs ---*/
#DivMainwrapper
{
    width: 910px;
    margin: 0px auto 5px auto;
    background: #fff;
}

#DivContentwrapper
{
    width: 900px;
    height: auto;
    margin: 0;
    padding: 4px 5px 5px 5px; /*take off top when BDA controls are showing*/
    background: #fff;
}

/*======================
Main Banner Content
======================*/
#DivBannerControls
{
    width: auto;
    height: 30px;
    background-color: #ddd;
    margin: 0;
    padding: 2px 10px;
    line-height: 30px;
}

#DivBannerNav
{
    width: auto;
    height: 110px;
    padding: 0px 10px 0px 10px;
    margin: 5px 0 0 0;
    background: #ddd url(/Public/Images/Layout/TrainingHeader.jpg) no-repeat top center;
}

.logo
{
    display: block;
    width: 215px;
    height: 73px;
    float: right;
    padding: 10px 0 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(/Public/images/Layout/logo.gif) no-repeat top right;
}

.logo a
{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#DivBookDetails
{
    width: 400px;
    height: 65px;
    padding: 10px 0 0 0;
}

.LabelTelephoneNumber, .EmailContact
{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
    color: #fff;
    margin: 0 20px 0 8px;
}

.EmailContact:hover, .EmailContact:active
{
    text-decoration: underline;
}
/*--- Main Navigation Controls ---*/
#DivNavControls
{
    width: auto;
    height: 35px;
}

#DivNavControls ul, #DivNavControls li
{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

#DivNavControls li
{
    width: auto;
    height: auto;
    margin: 0 8px 0 0;
}

#DivNavControls li a
{
    display: block;
    position: relative; /*to help place the end span tab corner absolute*/
    width: 110px;
    height: 35px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
    padding: 0px 4px;
    background: #ff9900 url(/Public/Images/Layout/TabBg_Up.gif) repeat-x top left;
}

.SpanTab_LeftCorner
{
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 6px;
    width: 6px;
    height: 35px;
    background: transparent url(/Public/Images/Layout/TabLeft_Up.gif) no-repeat top left;
}

.SpanTab_RightCorner
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 6px;
    width: 6px;
    height: 35px;
    background: transparent url(/Public/Images/Layout/TabRight_Up.gif) no-repeat top right;
}

/*--- BreadCrumb Links ---*/
.DivBreadcrumb
{
    width: 898px;
    border-bottom: 1px solid #ccc;
    margin-right: 2px;
    padding: 0;
    font-size: 10px;
    color: #666;
}
.DivBreadcrumb p
{
    margin: 1px 0px 2px 11px;
    padding: 0;
    display: block;
}
.DivBreadcrumb p a
{
    color: #333;
    text-decoration: none;
}
.DivBreadcrumb p a:hover
{
    text-decoration: underline;
}

/*--- Rollover and Selected state of nav buttons ---*/
#DivNavControls li a:hover, #DivNavControls li a.active
{
    color: #ff9900;
    background: #ff9900 url(/Public/Images/Layout/TabBg_Dn.gif) repeat-x top left;
}

#DivNavControls li a:hover .SpanTab_LeftCorner, #DivNavControls li a.active .SpanTab_LeftCorner
{
    background: transparent url(/Public/Images/Layout/TabLeft_Dn.gif) no-repeat top left;
}
#DivNavControls li a:hover .SpanTab_RightCorner, #DivNavControls li a.active .SpanTab_RightCorner
{
    background: transparent url(/Public/Images/Layout/TabRight_Dn.gif) no-repeat top right;
}

/*=================
Main Content Layout
===================*/
.DivMainContent
{
    padding: 5px 10px 10px 10px;
}

.Div_HorizontalLayout
{
    width: 880px;
    height: auto;
    margin: 0 0 20px 0;
}

.Div_Left_Box, .Div_Right_Box
{
    width: 48%;
    height: auto;
    float: left;
}

.Div_Right_Box
{
    float: right;
}

/*--- Message note box layout ---*/
div.NoteMessage
{
    padding: 10px;
    width: auto;
    background: #FAF7F5;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
}

div.NoteMessage span, .TypingMessage
{
    display: inline-block;
    padding-bottom: 3px;
    padding-left: 10px;
    margin: 0;
}
.TypingMessage
{
    font-weight: bold;
}

div.NoteMessage p
{
    margin-right: 10px;
}

/*Used on the booking Request noteMessage boxes*/
div.NoteMessageFullWidth
{
    width: 98%;
}

/*--- Background colors for divs ---*/
.ColorNavigation
{
    background-color: #FAF7F5;
}
.ColorNote
{
    background-color: #FAF7F5;
}

/*--- Input and Text boxes ---*/

.AdminTableTextInputArea, .LargeTextArea, .ShortTextArea
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
}
.AdminTableTextInputArea
{
    width: 200px;
    height: 100px;
    overflow: hidden;
}
.TextBox
{
    width: 200px;
}

/*=======================
 Main navigation buttons 
=======================*/
.ActionButton
{
    display: inline-block;
}

.ActionButton, .ActionButton:hover, .ActionButtonDisabled
{
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    background: #419440 url(/Public/images/Buttons/GreenBtn_Up_Bg.gif) repeat-x top left;
}

.ActionButtonDisabled
{
    background: #ff9900 url(/Public/images/Buttons/Orange_Bg.gif) repeat-x top left;
}

.ActionButton:hover
{
    background: #66cc00 url(/Public/images/Layout/GreenBtn_Dn_Bg.gif) repeat-x top left;
}

/*--- terms button etc ---*/
.ActionButton2
{
    border: solid 1px #ff9900;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #ff9900;
    padding: 0px 5px;
    display: block;
    background: #FAF7F5;
}

.ActionButton2:hover
{
    text-decoration: none;
    color: #fff;
    background: #ff9900;
}

/*--- Alignment of Buttons ---*/
.Inline_Block
{
    display: inline-block;
}

.Centre
{
    display: block;
    width: 140px;
}
.Right
{
    display: block;
    float: right;
}
.Left
{
    display: block;
    float: left;
}

/*================================
Home Page
==================================*/
.Div_Intro
{
    width: 340px;
    height: auto;
    float: left;
    margin:10px 0;
}

#DivPromotionBox
{
    width:440px;
    height: auto;
    float: right;
    margin:15px 0px 0px 0px;
    position:relative;
}

.Div_CompareTable
{
    visibility:hidden;/*--- hides the slides ---*/
    width:540px;
    height: auto;
    float: right;
    margin:0 -14px 0 0;
    position:relative;
}

/*--- Slideshow for table comparisons ---*/
.a_CompareTableSlides
{
    display:block;
    width:534px;
    height:208px;
    background:#fff url(/Public/Images/CompareTables/ComparisonTables_Up.gif) no-repeat top left;
}

.a_CompareTableSlides img
{
    left:12px;
    top:11px;
    position:absolute;
    z-index:8;
}

.a_CompareTableSlides img.active
{
    z-index:10;
}

.a_CompareTableSlides img.last-active
{
    z-index:9;
}

.a_CompareTableSlides:hover, .a_CompareTableSlides:active
{
    cursor:pointer;
    background:#fff url(/Public/Images/CompareTables/ComparisonTables_Dn.gif) no-repeat top left;
}

.Div_Rossette
{
    width: 120px;
    height: 105px;
    text-align: center;
    float: left;
}

.Div_Rossette img
{
    border: none;
}

.Div_Rossette a
{
    display: block;
    width: auto;
    height: auto;
}

.Div_Instruction_text
{
    width: auto;
    margin-left: 5px;
    height:28px;
}

/*--- CATEGORY Navigation ---*/
#DivCourseCategories
{
    width: auto;
    height: auto;
}

.DivPublicCat
{
    width: 860px;
    height: auto;
    float: right;
    padding:0px 10px;
}

.DivPublicCat a
{
    display: block;
    float: left;
    width: 100px;
    height: 100%;
    padding-left: 6px;
    color: #666;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    margin: 5px 0;
}

.DivPublicCat a:hover
{
    color: #f90;
}

.DivPublicCat a img
{
    border: 0;
}

.DivPublicCatName
{
    text-align: center;
}

/*--- NEWS AND SPECIAL OFFERS STYLES ---*/
#newsticker-demo
{
    width: auto;
    height: 180px;
    background: #fff;
    padding: 0px 10px 0px 5px;
}

#newsticker-demo ul, #newsticker-demo li
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#newsticker-demo a
{
    text-decoration: none;
    margin: 0 0 10px 0;
    float: right;
}
#newsticker-demo img
{
    width: 100px;
    border: none;
    float: left;
    margin: 0 10px 10px 0;
}

.DivNews
{
    width: 100%;
    height: auto;
}

.DivNews_Narrow
{
    width: 290px;
    height: auto;
    float: left;
}

.newsticker-jcarousellite
{
    width: 100%;
}

.newsticker-jcarousellite ul li
{
    list-style: none;
    display: block;
    height: 180px;
    cursor: pointer;
}
/*
.newsticker-jcarousellite .thumbnail
{
    float: left;
    width: 110px;
}
.newsticker-jcarousellite .info
{
    float: right;
    width: 190px;
}
.newsticker-jcarousellite .info span.cat
{
    display: block;
    font-size: 10px;
    color: #808080;
}*/


/*================================
Courses Page - (4 icons)
==================================*/
.Div_Search_Icons
{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 10px 0;
}

.Div_Search_Icons a
{
    margin: 0px auto 10px auto;
}

/*================================
Course Calendar Page
==================================*/
/*the month link buttons*/
.DivMonthCnt
{
    margin: 0px 0px 20px 0px;
    padding-bottom: 5px;
}

.TableTrainingCalendar
{
    width: 100%;
}

/*--- Tables ---*/
.TDEventHeader
{
    background-color: #f90;
    height: 26px;
}

span.TextLinksWithoutHover
{
    display: block;
    color: #fff;
    font-weight: bold;
    margin: 4px 0xp 4px 0px;
    padding-left: 5px;
    padding-top: 2px;
    text-transform: uppercase;
}

.contentstory
{
    margin: 10px 0 10px 0;
    clear: both;
}

.contentimage
{
    border: #ccc solid 1px;
    display: block;
    width: 85px;
    height: 85px;
    padding: 2px;
    float: left;
}

.CourseNameDiv
{
    height: 18px;
    margin-left: 100px;
    color: #ff9900;
    background: #faf7f5;
    font-size: 14px;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 2px 0px;
}


.CourseSubTitleDiv
{
    height: 18px;
    margin-left: 100px;
    color: #ff9900;
    padding: 5px 0px;
}


.buttonsDiv a
{
    float: right;
    margin: 20px 0 40px 20px;
}

.PContentStory
{
    margin: 15px 0 0 100px;
}

/*================================
Course Details Page / Calendar
==================================*/
.frontEndContent h2
{
    margin-bottom: 20px;
}

.CourseDetailsContentImage
{
    border: #ccc solid 1px;
    display: block;
    width: 129px;
    height: 129px;
    padding: 1px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
}

.H3CourseDetails
{
    font-size: 14px;
    line-height: 20px;
    color: #f90;
    background: #faf7f5;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    margin-top: 10px;
    clear: both;
    margin-left: 140px;
}

.contentstory .CourseDetailsTable, .contentstory .EventDetails
{
    width: 840px;
    margin-bottom: 20px;
}

.contentstory .CourseDetailsTable
{
    margin-left: 5px;
}

.CourseDetailsTable th, .EventDetails th
{
    padding-left: 140px;
    text-align: left;
    width: 180px;
}
p.NoImage, p.NoImageLarge
{
    width: 83px;
    height: 83px;
    display: block;
    line-height: 140%;
    border: solid 1px #999999;
    background-color: #EEEEEE;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

p.NoImageLarge, p.NoImageLarge
{
    width: 126px;
    height: 126px;
}

.icons
{
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    background: transparent;
}

.UpcomingEventsTableClass
{
    margin: 100px;
}

.Panel_Public_UpcomingEvents
{
    margin-top: 30px;
}

.Panel_Public_UpcomingEvents .SearchTable
{
    margin: 0;
    padding: 0;
}

.Panel_Public_UpcomingEvents .SearchTable tr th
{
    width: 120px;
    color: #666;
    background: #fff;
}

.Panel_Public_UpcomingEvents .Bottom-bordered
{
    border: none;
}

/*================================
Course By Name Page
==================================*/
.SearchTable
{
    border: none;
    width: 100% !important;
    margin: 10px 0px 0px 0px;
}

table.SearchTable tr td
{
    padding: 10px 5px;
    border-bottom: #ff9900 solid 1px;
}

table.SearchTable tr th
{
    text-align: left;
    background-color: #ff9900;
    color: #fff;
    padding: 5px;
}

table.SearchTable tr.NoBorder td
{
    border-bottom: none;
}

/*================================
Courses By Location Page
==================================*/
table.EventLocation
{
    width: 400px;
    margin: 20px 0px;
    text-align: left;
}

table.EventLocation tr th
{
    width: 125px;
}

/*================================
Contact Page
==================================*/
div.AddressDetails, div.ContactForm
{
    width: auto;
    height: 310px;
}

div.AddressDetails
{
    font-size: 18px;
    background: #FAF7F5;
    color: #ff9900;
}

div.AddressDetails a
{
    color: #ff9900;
    text-decoration: none;
}

div.AddressDetails a:hover
{
    text-decoration: underline;
}

div.ContactForm
{
	height:auto;
	overflow:visible;
}

div.ContactFormInner
{
	 overflow:visible;
	 margin-bottom:20px;
}

/*================================
Booking Request form
==================================*/
img.ValidationError
{
    height: 16px;
    width: 16px;
    border: 0;
    margin: 0px 0px 0px 5px;
}

.TableMargin
{
    margin-top: 20px;
    margin-bottom: 6px;
    text-align: left;
    border-collapse: collapse;
    border-bottom: 1px solid #ff9900;
}
.TableMargin td
{
    border-right: 1px solid #ff9900;
    border-left: 1px solid #ff9900;
    padding: 5px 5px 5px 10px;
}

.TableMargin th
{
    padding: 5px 5px 5px 10px;
}

.TD120
{
    width: 220px;
    border-left: 1px solid #ff9900;
}

.TableHeading
{
    border: #ff9900 solid 1px;
    background: #faf7f5;
}

.TD150
{
    width: 220px;
}

.TD200
{
    width: 200px;
}

.TD80
{
    width: 80px;
    text-align: center;
}

/*================================
Terms And Conditions Page
================================*/
.DivTermsText
{
    width: 880px;
    height: auto;
    background: #FAF7F5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.OrangeFont
{
    color: #ff9900;
    font-weight: bold;
}

.DivTermsText p, .DivTermsText ul
{
    font-size: 12px;
    width: 90%;
    margin: 0 20px;
}

/*===============================
Footer Content
===============================*/
#DivLogoFooter
{
    border-top: #ccc solid 1px;
    width: auto;
    height: 55px;
}

/* --- LOGO NAVIGATION MENU --- */
#DivLogoLinks
{
    width: 600px;
    height: 35px;
    margin: 10px 0 0 10px;
    float: left;
    padding: 0;
}

#DivLogoLinks ul, #DivLogoLinks li
{
    float: left;
    list-style: none;
}

#DivLogoLinks li
{
    height: 34px;
    margin: 0 30px 0 0;
    text-indent: -9999px;
    overflow: hidden;
}

#DivLogoLinks li a
{
    display: block;
    height: 34px;
}

/* Hide from IE5-Mac \*/
#DivLogoLinks li a
{
    float: none;
}
/* End hide */

/*Logo images for button Rollovers*/
.LiLogoBtn1 a
{
    width:114px;
    background-color: #ccc;
    background: url(/Public/images/Logos/InvestInPeople_Up.gif) no-repeat top left;
}
.LiLogoBtn1 a:hover, .LiLogoBtn1 a:active
{
    background-color: #ccc;
    background: url(/Public/images/Logos/InvestInPeople_Dn.gif) no-repeat top left;
}

.LiLogoBtn2 a
{
    width:114px;
    background-color: #ccc;
    background: url(/Public/images/Logos/PASMA_Up.gif) no-repeat top center;
}
.LiLogoBtn2 a:hover, .LiLogoBtn2 a:active
{
    background-color: #ccc;
    background: url(/Public/images/Logos/PASMA_Dn.gif) no-repeat top center;
}

.LiLogoBtn3 a
{
    width:114px;
    background-color: #ccc;
    background: url(/Public/images/Logos/CITB_Up.gif) no-repeat top left;
}
.LiLogoBtn3 a:hover, .LiLogoBtn3 a:active
{
    background-color: #ccc;
    background: url(/Public/images/Logos/CITB_Dn.gif) no-repeat top left;
}

.LiLogoBtn4 a
{
    width:62px;
    background-color: #ccc;
    background: url(/Public/images/Logos/Ipaf_Up.gif) no-repeat top center;
}

.LiLogoBtn4 a:hover, .LiLogoBtn4 a:active
{
    background-color: #ccc;
    background: url(/Public/images/Logos/Ipaf_Dn.gif) no-repeat top center;
}

/*--- Orange footer bar content ---*/
#DivOrangeFooter
{
    width: auto;
    height: 40px;
    background: #ff9900 url(/Public/Images/Buttons/Orange_Bg.gif) repeat-x top left;
    position: relative;
}

.SpanTab_LeftFooter
{
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 8px;
    width: 8px;
    height: 40px;
    background: transparent url(/Public/Images/Layout/OrangeLeftTab_Bg.gif) no-repeat top left;
}

.SpanTab_RightFooter
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 8px;
    width: 8px;
    height: 40px;
    background: transparent url(/Public/Images/Layout/OrangeRightTab_Bg.gif) no-repeat top right;
}

#DivOrangeFooter img
{
    border: none;
}

p.Copyright
{
    font-size: 12px;
    width: 350px;
    text-align: right;
    color: #fff;
    float: right;
    margin: 12px 12px 0px 0px;
}

p.Copyright a
{
    color: #fff;
}

