*
{
    margin: 0;
    padding: 0;
}

/* STRUCTURAL STYLES*/

html, body
{
    font-size: 12px;
    font-family: arial, sans-serif;
}

.header
{
    float: right;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;

}

.banner
{
    width: 468px;
    margin-left: auto;
    margin-right: auto;
}

.siteTitle
{
    float: left;
}

.siteLogo
{
    float: right;
}

.footer
{
    clear:both;display: block;
    margin: 5px 10px 20px 10px;
    border-top: dotted 1px #393939;
}

.TSBCfooter
{
    text-align: right;
    font-family: arial, sans-serif;
    font-size: 11px;
    display: block;
}
.copyright
{
    font-family: arial, sans-serif;
    text-align: right;
    font-size: 11px;
    display: block;
    }
    
.leftCol
{
	display:none;
	width: 0pt;
}

.leftButton1
{
    display:none;
}

.leftButton2
{
     display:none;
}    
    
    
.navItem
{
    background: url(images/arrow.gif) no-repeat 0px 5px;
    border-bottom: dotted 1px #393939;
    padding: 5px 0px 5px 15px;
}

#pageList
{
    height: 100%;
}

.content
{
    float: left;
    width: 550px;
    margin: 0 10px 0px 10px;
    padding-bottom: 10px;
}
/*Firefox fix*/
.content table
{
    clear: both;
}
.pageHeader
{
width: 100%;
background-color: White; 
   }
.pageHeader H1
{
    color: #332A86;
    margin-right: auto;
    float: left;
    width: 80%;
}

.pageNo
{
    color: #069;
    float: right;
    width: 20%;
    text-align: right;
}

.pageHeader H2
{
    margin-right: auto;
    float: left;
    width: 80%;
    margin-top: 2px;
    margin-bottom: 8px;
}

.navButtons
 {
    display:none;
}
.page
{
    background: url(images/arrow.gif) no-repeat 0px 5px;
    margin: 0px 0px 5px;
    font: 11px/14px Arial, Verdana, Helvetica, Sans-serif;
    color: #616a74;
    padding: 5px 0px 5px 16px;
    border-bottom: #787777 1px dotted;
}
.page a
{
    color: #616a74;
    text-decoration: none;
}

.currentPage
{
    font: 11px/14px Arial, Verdana, Helvetica, Sans-serif;
    color: #616a74;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 0px 5px 16px;
    background: url(images/arrow.gif) no-repeat 0px 5px;
    border-bottom: #787777 1px dotted;
    list-style-type: none;
}

.bl
{
    background: url(images/cornerBL.gif) 0 100% no-repeat;
}
.br /*bottom right hand corner*/
{
    background: url(images/cornerBR.gif) 100% 100% no-repeat;
}
.tl /*top left hand corner*/
{
    background: url(images/cornerTL.gif) 0 0 no-repeat;
}

.tr /* top right hand corner */
{
    background: url(images/cornerTR.gif) 100% 0 no-repeat;
    padding: 10px 10px 10px 10px;
}

.clear /*used to tidy up IE after round corner boxes*/
{
    font-size: 1px;
    height: 1px;
}

.rightCol
{
    width: 160px;
    color: #FFFFFF;
    float: right;
}

/* HTML STYLES */
p
{
    margin-bottom: 10px;
}
H1
{
    display: block;
    font-weight: normal;
    color: #332a86;
    font-family: Gill Sans MT, Gill Sans, arial, sans-serif;
}

H2
{
    display: block;
    font-size: 150%;
    font-weight: normal;
    color: #332a86;
    font-family: Gill Sans MT, Gill Sans, arial, sans-serif;
}
H3
{
    display: block;
    font-size: 130%;
    font-weight: normal;
    color: #332a86;
    font-family: Gill Sans MT, Gill Sans, arial, sans-serif;
}



a
{
    color: #069;
    text-decoration: underline;
}

strong
{
    color: #36425b;
}

ul, ol
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.listIdent
{
    float: left;
}

.listItem
{
    padding-left: 20px;
    padding-right: 30px;
}
li, .li
{
    width: 450px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.numbering
{
    font: bold 11px/12px Arial, Helvetica, sans-serif;
    color: #069;
}

.redText
{
    font: 11px/14px Verdana, Arial, Helvetica, Sans-serif;
    color: Red;
}

/*++++++++++++++++++++++

     
registration form styles

++++++++++++++++++++++*/

div.row
{
    clear: both;
    display: inline;
}

div.centreRow
{
    clear: both;
    padding-left: 100px;
}

div.row span.label
{
    float: left;
    width: 200px;
    text-align: right;
    padding-right:10px;
}

div.row span.formw
{
    float: right;
    width: 310px;
    text-align: left;
    font-size: 10px;
}

div.spacerRow
{
    clear: both;
    display: inline;
    padding: 20px 20px 20px 20px;
    background-image: url(images/spacer.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: auto;
    margin-left: 190px;
    height: 100px;
}

/*++++++++++++++++++++++

      TSBC online training specific styles

++++++++++++++++++++++*/

#training-wrapper
{
    margin-top: 204px;
    float: left;
    width: 390px;
    position: relative;
}

div.highlightedDiv
{
    /*background-color:#D6DEEF;*/
    background: #f0eeee url(images/cornerBL.gif) 0 100% no-repeat;
    cursor: default;
    display: block;
    margin: 5px 5px 20px 0px;
    padding: 5px 0px 5px 35px;
    border: solid 1px #332a86;
}

div.tryNowDiv
{
    /*background-color:#D6DEEF;*/
    background: #f0eeee url(images/Task.png) 5px 5px;
    background-repeat: no-repeat;
    cursor: default;
    display: block;
    margin: 5px 20px 20px 0px;
    padding: 0px 0px 5px 35px;
}

div.templateDiv
{
    /*background-color:#D6DEEF;*/
    background: #f0eeee url(images/Document.png) 5px 5px;
    background-repeat: no-repeat;
    cursor: default;
    display: block;
    margin: 5px 20px 20px 0px;
    padding: 0px 0px 5px 35px;
}
.questionSubText
{
    font: 11px/14px Verdana, Arial, Helvetica, Sans-serif;
    display: block;
}

div.questionDiv
 {
    display:none;
}

div.highlightedDivTR
{
    background: url(images/cornerTR.gif) 100% 0 no-repeat;
    padding: 5px 5px 10px 0px;
}

div.highlightedDivBR
{
    background: url(images/cornerBR.gif) 100% 100% no-repeat;
    padding: 0px 0px 0px 0px;
}
div.highlightedDivBL
{
    background: url(images/cornerBL.gif) 0 100% no-repeat;
    padding: 0px 0px 0px 0px;
}

div.questionDivTL
{
    background: url(images/Help.png) 0px 0px no-repeat;
    padding: 0px 35px 0px 0px;
}

div.highlightedDivTL
{
    background: url(images/cornerTL.gif) 0 100% no-repeat;
    padding: 0px 0px 0px 0px;
}
.checkBox
{
    clear: both;
    float: none;
    margin-bottom: 3px;
}
.checkBox INPUT
{
    display: block;
    float: left;
}
.checkboxLabel
{
    display: block;
    float: left;
    margin-top: 3px;
    padding-right: 10px;
    padding-left: 5px;
}
.highlightedDiv p
{
    padding-right: 10px;
}
.highlightedDiv a
{
    color: #003399;
    text-decoration: underline;
}

div.downloadBtn
{
    float: right;
    padding: 10px 2px 0px 2px;
}
/* ####### REPLACED TABLE STYLES ########## */


.categoryListing
{
    clear: right;
}

.topicTitle
{
    font: 22px/18px Arial, Helvetica, Sans-serif;
    padding: 4px 6px 2px 0px;
    color: #332A86;
    font-weight: bold;
    display: block;
}

.moduleTitle
{
    padding: 3px 0px 0px 0px;
    float: left;
    color: #332A86;
    width: 500px;
    font: 11px/14px Verdana, Arial, Helvetica, Sans-serif;
    font-weight: 700;
    clear: both;
}
.moduleTitle a
{
    text-decoration: underline;
    color: #332A86;
}

.moduleDesc
{
    color: #383838;
    float: left;
    display: table;
    width: 500px;
    padding: 3px 0px 10px 0px;
}


/*************************************************
* Action plan styles
*
**************************************************/
.actionPlan
{
}

.APquestion
{
    margin-top: 10px;
    font-weight: bold;
    margin-left: 20px;
}

.APanswer
{
    margin-bottom: 10px;
    margin-left: 30px;
}

.actionItems
{
}

.actionItemsHeading
{
    font-weight: bold;
    margin-left: 20px;
}
.actionItem
{
    margin-left: 30px;
}
