/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #ffffff;
    font-size: 0.8em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.6em;
    color: #444444; /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.6em;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}

h3
{
    font-size: 1.4em;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 5px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 725px;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    border: 0px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px; /*color: #f9f9f9;*/
    color: #ffffff;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    margin: 12px 8px 8px 275px;
    min-height: 420px;
    width: 480px;
    position: relative; 
    top: -4px; 
    left: -31px;
}


.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    display:none;
}

.masterheadertable
{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-collapse: collapse;
    border-width: 0;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #ffffff;
    width: 100%;
    height: 30px;
}

div.menu
{
    padding: 4px 0px 4px 0px;
    color: #0094DA;
    height: 20px;
}

div.menu ul
{
    list-style: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -15px;
    margin-bottom: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #0094DA;
    border: 1px #4e667d solid;
    color: white;
    display: block;
    line-height: 1.35em;
    padding: 0px 20px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 3px;
    -moz-border-top-left-radius: 0.7ex;
    -moz-border-top-right-radius: 0.7ex;
    -webkit-border-top-left-radius: 0.7ex;
    -webkit-border-top-right-radius: 0.7ex;
    border-top-left-radius: 0.7ex;
    border-top-right-radius: 0.7ex;
}

div.menu ul li a:hover
{
    background-color: #A4C3DC;
    color: #283891;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #A4C3DC;
    color: #283891;
    text-decoration: none;
}
div.UnderlineMenu
{
    height: 3px;
    background-color: #0094DA;
    margin-top: -3px;
}




/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* tables */
td
{
    vertical-align: top;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1em;
    display: block;
    text-align: left;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/*PACE*/
div.layout
{
    /*border: 2px solid #3366CC;*/
    background-color: white;
    padding: 5px;
}

.ResultsDiv
{
    padding: 2px;
    z-index: 1; 
    height: auto; 
    width: 470px
}

.SearchResultsPanel
{
   Height:390px;
   Width:470px;
   border-color:Black;
   border-width:1px;
   border-style:none;
}

.SearchResultsGrid
{
   Width:100%;
}


div.colouredlayout
{
    border: 2px solid #0094DA;
    background-color: #99CCFF;
    padding: 5px;
}

div.leftlayout
{
    border: 2px solid #0094DA;
    background-color: white;
    padding: 5px;
    width: 215px;
    color: #000000;
}

div.headerdiv
{
    padding: 3px;
    background-color: #0094DA;
    margin: -5px;
    font-weight: bold;
    color: #FFFFFF;
}

.gvrow
{
    border-style: none;
    border-width: 1px;
    background-color: #FFFFFF;
}

.gridviewitem
{
    padding-top: 5px;
    padding-left: 0px;
}

.gvheader
{
    display: none;
}


/*for training list demo*/
.gridviewcourses
{
    border-style: solid;
    border-width: 1px;
    background-color: Red;
    font-family: Arial;
}

.gvrowcourses
{
    border-style: solid;
    border-width: 1px;
    background-color: #FFFFFF;
    background-color: Red;
    font-family: Arial;
}

.gridviewitemcourses
{
    padding-top: 5px;
    padding-left: 0px;
    background-color: Red;
    font-family: Arial;
}
.gvheadercourses
{
    text-align: left;
    background-color: Red;
    font-family: Arial;
}


.orgtable
{
    border-collapse: collapse;
    border-width: 0px;
    font-size: 0.9em;
}

.orgtext
{
    background-color: #F3F3F3;
}
.orgblank
{
    background-color: #ffffff;
}
.orgfieldname
{
    font-weight: bold;
}





.bl
{
    background: url(../Images/border_TL.gif) 0 100% no-repeat #e68200;
    width: 20em;
}
.br
{
    background: url(br.gif) 100% 100% no-repeat;
}
.tl
{
    background: url(../Images/border_TL.gif) 0 0 no-repeat;
    color: #fff;
    font-weight: bold;
}

/*.tr {background: url(../Images/border_TR.gif) 100% 0 no-repeat  #472F92; -*/
.tr
{
    background: #0094DA;
    color: #fff;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    width: 219px;
    -moz-border-top-right-radius: 1.5ex;
    -webkit-border-top-right-radius: 1.5ex;
    border-top-right-radius: 1.5ex;
}

.clear2
{
    font-size: 1px;
    height: 0px;
}



li
{
    margin-top: 1em;
}