﻿/* DEFAULTS
----------------------------------------------------------*/

.bodyorg
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Segoe UI" , "Helvetica Neue" , "Lucida Grande" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


html
{
    overflow-y: scroll;
}

body
{
    background: White;
    font-size: .80em;
    font-family: "Segoe UI" , "Helvetica Neue" , "Lucida Grande" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
}



a:link, a:visited
{
    color: rgb(0, 88, 95);
    text-decoration: none;
}

a:hover
{
    color: rgb(0, 88, 95);
    text-decoration: underline;
}

a:active
{
    color: rgb(0, 88, 95);
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.RadGrid
{
        outline: none ;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    color: White;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

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   
----------------------------------------------------------*/

.pageorg
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 20px auto;
}

.page_top
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: #0095A9;
    z-index: 19999;
}

.page_bottom
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
    padding-top: 3px;
    padding-right: 5px;
    background-color: #0095A9;
    z-index: 19999;
    text-align: right;
    color: White;
    font-size: x-small;
    vertical-align: middle;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: White;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: black;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 5px;
    margin: 0px;
    min-height: 420px;
    border-left: 1px solid #828282;
    border-bottom: 1px solid #828282;
    border-right: 1px solid #828282;
    font-family: 'Swis721 BT';
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.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;
}

.dialog
{
    overflow: hidden;
    padding: 10px;
}

.pageHeaders
{
    font-family: 'Swis721 BT';
    font-size: 26px;
    color: Black;
    width: 100%;
    text-align: center;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}
/*
div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 7px 7px 7px;
    font-size: small;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: small;
    font-weight: 600;
    padding: 0px 2px 4px 2px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 47%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    height: 100%;
    vertical-align: text-top;
    display: block;
    float: left;
    text-align: left;
    width: auto;
    color: White;
    padding: 2px;
    font-size: 18px;
}

.no_border
{
    border: 0px;
}

.inline
{
    display: inline;
}

.bold
{
    font-weight: bold;
}

.top_fieldsets
{
    width: 900px;
}

.top_fs_text
{
    font-family: 'Swis721 BT';
    font-size: 24px;
    margin-left: 10px;
    padding-bottom: 15px;
    font-weight: normal;
    color: Black;
}

/* login.aspx
----------------------------------------------------------*/

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: Black;
    top: 0px;
    left: 960px;
}

.loginDisplay a:link
{
    color: Gray;
}

.loginDisplay a:visited
{
    color: Gray;
}

.loginDisplay a:hover
{
    color: Purple;
}

table.logintable td
{
    height: 45px;
    font-size: medium;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.loclabel
{
    font-size: 12px;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}




.job_details
{
    clear: both;
    font-family: 'Swis721 BT';
    font-size: 22px;
    color: Black;
    padding: 0px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    text-align: center;
}


/* CANDIDATE PAGE
----------------------------------------------------------*/
#candidateList
{
 clear:both;   
}

.candidateTemplateBody
{
    min-height: 150px;
    border: 1px solid Gray;
    padding: 10px 10px;
    padding-bottom:10px;
    margin: 2px;
    font-family: 'Swis721 BT';
    font-size: 16px;
    clear: both;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width:907px;
}

.candidateTemplateBodyOrg
{
    min-height: 200px;
    border: 1px solid Gray;
    padding: 10px 10px;
    padding-bottom:5px;
    margin: 2px;
    font-family: 'Swis721 BT';
    font-size: 16px;
    clear: both;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width:907px;
}

.candidate_fieldset
{
    font-family: 'Swis721 BT';
    font-size: 16px;
}

.candidate_name
{
    font-size: 22px;
}

.candidate_details_left, candidate_details_email, candidate_details_phone, candidate_details_admin
{
    padding-left: 10px;
    padding-top: 5px;
}

.candidate_details_left
{
    float: left;
    min-width: 240px;
}

.candidate_details_phone
{
    width: 210px;
    padding-left: 7px;
    float: left;
    text-align: left;
    line-height: 22px;
}

.candidate_details_email
{
    float: left;
    width: 280px;
    min-width: 180px;
    line-height: 22px;
}

.candidate_details_dossier_feedback
{
    float: right;
    text-align: left;
    padding-right: 1px;
}

.candidate_details_item
{
    height: 20px;
    padding-right: 17px;
    width: 110px;
    text-align: left;
}

.candidateHeaderDiv
{
    height: 22px;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid black;
}

.candidateHeaderDivLeft
{
    float: left;
    text-align: center;
}

.candidateHeaderDivCenter
{
    float: left;
    text-align: center;
    padding-top: 3px;
}

.candidateHeaderDivRight
{
    float: right;
    text-align: center;
    padding-top: 2px;
}

.candidateDetailsCheckboxDiv
{
    float: left;
    height: 100%;
    padding-top: 56px;
    padding-right: 12px;
}

.candidatDetailsProfilePicDiv
{
    float: left;
    height: 100px;
    margin-top: 4px;
    margin-right: 20px;
    width: 80px;
    border: 1px solid Gray;
}

.showUserCommentsLink
{
    font-size: small;
    font-style: normal;
    text-align: right;
    padding-right: 1px;
    width: 695px;
}

.showUserCommentsLink:hover
{
    cursor: pointer;
}

.consultant_note_div
{
    display: block;
}
.comments_area
{
    width: 100%;
    margin-top: 72px;
}

.comments_button_div
{
    width: 100%;
    float: left;
    text-align: right;
    padding-bottom: 3px;
    padding-top:3px;
    clear: both;
    display: none;
}

.consultant_comment
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: medium;
    padding-bottom: 0;
	line-height:1.5em;
}
.commentsGridDiv
{
    margin-top: 15px;
    clear: both;
    width: 715px;
    margin-left: auto;
    margin-right: auto;
}

.tbox_blank
{
    font-style: italic;
    color: Gray;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: Gray;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    width:774px;
}

.tbox
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: Gray;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    width:774px;
}

.tbox:focus
{
    font-style: normal;
    color: Black;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: Gray;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    width:774px;
}


.hover_link:hover
{
    border: 1px solid red;
}
.add_comment_div
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: small;
    font-style: normal;
    margin-top: 20px;
	
}

.user_comment_header
{
    font-size: small;
    font-weight: bold;
}

.user_comments_div
{
    margin-left: 0px;
    min-height: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px solid #333333;
    display: none;
}
.comment_field
{
    float: left;
    width: 410px;
    padding-top: 0px;
    margin: 0px;
}

.comment_field legend
{
    margin: 0px;
    margin-left: 10px;
}

.view_menu_div
{
    float: right;
    padding-right: 20px;
    font-size:medium;
    font-weight:bold;
}

a:hover,a:active{
    outline: none;
}
body div:focus{
    outline: none;
}
img{
    outline:none;
}
a:focus{
    outline:none;
}
a::-moz-focus-inner{
    border: 0;
}

.RadGrid_Default .rgRow td a,.RadGrid_Default .rgAltRow td a
{
    font-weight: 500; /*color: rgb(0, 66, 118);*/
    color: #00585F;
    text-decoration: none;
}

.RadGrid_Default .rgRow td a:hover,.RadGrid_Default .rgAltRow td a:hover
{
    color: #00585F;
    text-decoration: underline;
}

.RadGrid_Windows7 .rgAltRow  td,.RadGrid_Windows7 .rgRow td
{
    border-width: 0;
    border-style: none;
}

.RadGrid_Windows7 .rgRow > td:first-child, .RadGrid_Windows7 .rgAltRow > td:first-child
{
    border-color:#FFFFFF;
}


/* CONSULTANT DETAILS
----------------------------------------------------------*/

.consultant_comment_div_org_ORG
{
    padding-bottom: 5px;
    margin-right: 15px;
    margin-left: 95px;
    margin-top: 7px;
    /*font-style: italic;*/
    border: 1px solid Gray;
    background-color: #FFFFFF;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.consultant_comment_div_org
{
    padding-bottom: 0;
    margin-right: 10px;
    margin-left: 120px;
    padding-top: 8px;
    /*font-style: italic;*/
    background-color: #FFFFFF;
    margin-top:81px;
}

.consultant_comment_div
{
    padding-bottom: 0;
    margin-right: 130px;
    padding-right:30px;
    margin-left: 120px;
    padding-top: 8px;
    /*font-style: italic;*/
    background-color: #FFFFFF;
    margin-top:81px;
}


.consultant_comment_div p
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
    font-size: small;
	line-height:1.5em;
}

.consultant_template_div
{
    min-height: 180px;
    border: 1px solid black;
    padding: 10px;
    padding-top: 20px;
    margin: 20px 10px;
    font-family: Swis721 BT,Serif;
    font-size: 16px;
    clear: both;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.consultant_commmenter
{
    font-size: .80em;
    font-family: Swis721 BT, Serif;
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

.consultant_header
{
    width: 765px;
    padding-left: 110px;
    height: 30px;
}

.consultant_header_ul
{
    margin-left: 130px;
    padding-left: 20px;
    padding-top: 5px;
    width: 743px;
    border-bottom: 1px solid black;
}

.consultant_pic_div
{
    float: left;
    width: 110px;
}
.consulant_name_div
{
    vertical-align: top;
    float: left;
    clear: none;
}

.consultant_name
{
    font-size: 22px;
    display: inline;
    padding-left: 20px;
    float: left;
    vertical-align: bottom;
}

.consultant_title_div
{
    float: left;
    padding-left: 10px;
    display: inline;
    bottom: 0px;
    margin-top: 5px;
    vertical-align: bottom;
    font-size: 18px;
}

.consultant_title
{
    font-style: italic;
    display: inline;
}

.consultant_contact_details_div
{
    position: relative;
    top: 10px;
    clear: none;
    float: left;
    width: 760px;
    padding-left: 20px;
}
.consultant_phone_div
{
    float: left;
    clear: none;
}
.consultant_email_div
{
    float: left;
    clear: none;
    padding-left: 35px;
}

.consultant_voip_div
{
    float: left;
    clear: none;
    padding-left: 35px;
}

.consultant_bio_div
{
    clear: inherit;
    padding-left: 130px;
    padding-right: 20px;
    padding-top: 10px;
    font-style: italic;
}


/* COMMENTS
----------------------------------------------------------*/
.comments_page
{
    padding: 20px;
    font-family: Swis721 BT, Serif;
    font-size: medium;
}
.user_comment_div
{
    font-size: 16px;
    padding: 0px 0px;
    padding-bottom: 15px;
    margin: 0px;
    font-style: normal;
}

.user_comment_fieldset
{
    float: left;
    clear: both;
    width: 570px;
    padding-bottom: 5px;
    margin-top: 2px;
    font-family: Swis721 BT, Serif;
    font-size: small;
    color: #696969;
}



/* DOCUMENTS
----------------------------------------------------------*/
.documents_body
{
    width: 918px;
    min-height: 455px;
    padding-bottom: 10px;
}
.documents_left
{
    float: left;
    width: 431px;
    min-height: 410px;
    padding-left: 24px;
}

.documents_right
{
    margin-left: 478px;
    min-height: 410px;
    clear: none;
    padding-right: 20px;
}

.documents_col
{
}

.col_header
{
    text-align: left;
    font-size: medium;
    color: #333333;
    padding-bottom: 3px;
    padding-left: 6px;
}
