﻿.note
{
    padding: 5px;
	background-color: #ffffcc;
	border: solid 1px #cccc66;
	line-height: 20px;
    color: Black;
}
.buttons
{
}
.failureStatus
{
    color: Red;
}

/* Login */
.login
{
}
.login ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.login li
{
    padding: 5px 0 5px 0;
}
.loginLabel
{
    width: 70px;
    display: inline-block;
}
/* end of Login */

/* PasswordRecovery */
.passwordRecovery
{
}
.passwordRecovery .label
{
    width: 80px;
}
.passwordRecovery .field
{
    width: 170px;
}
.passwordRecovery .error
{
}
/* end of PasswordRecovery */

/* ChangePassword */
.changePassword
{
}
.changePassword .label
{
    width: 120px;
}
.changePassword .field
{
    width: 120px;
}
.changePassword .error
{
}
/* end of ChangePassword */

/* ajax calendar */
.calendar
{
}
.calendar .ajax__calendar_container
{
    border: solid 1px black;
    background-color: White;
    z-index: 1000;
}
.calendar .ajax__calendar_other .ajax__calendar_day,
.calendar .ajax__calendar_other .ajax__calendar_year
{    
}
.calendar .ajax__calendar_hover .ajax__calendar_day,
.calendar .ajax__calendar_hover .ajax__calendar_month,
.calendar .ajax__calendar_hover .ajax__calendar_year
{    
}
.calendar .ajax__calendar_active .ajax__calendar_day,
.calendar .ajax__calendar_active .ajax__calendar_month,
.calendar .ajax__calendar_active .ajax__calendar_year
{    
}
img.calendarButton
{
    cursor: pointer;
}
/* end of ajax calendar */

/* Textbox Watermark */
.unwatermarked
{	
}
.watermarked
{		
	color: gray;	
}
/* end of Textbox Watermark */

/* FormView */
.formView
{
    width: 100%;
}
.formView .label
{
}
.formView .field
{
}
.formView .error
{
}
/* end of FormView */

/* Content */
.content
{
    border: solid 1px Black;
}
.content .contentHead
{    
    font-weight: bold;
    padding: 3px;        
}
.content .contentBody
{
    padding: 5px;
    overflow: hidden;
}
.contentBody > table td
{
    padding: 3px 0 3px 0;
}
.leftContent
{
    float: left;
    width: 49%;
}
.rightContent
{    
    float: right;
    width: 49%;
}
/* end of Content */

/* GridView */
.gridView
{
    width: 100%;    
}
.gridView, .gridView a
{
}
.gridView > tbody > tr > td, .gridView th
{
    padding: 4px;
}
.gridView .row
{
}
.gridView .footer
{
}
.gridView .pager
{
}
.gridView .pager table
{
    margin: auto;
}
.gridView .header, .gridView .header a, .gridView .pager, .gridView .pager a
{
}
.gridView .selectedRow
{
    font-weight: bold;    
}
.gridView .header
{  
    font-weight: bold;    
}
.gridView .header th
{
    white-space: nowrap;
}
.gridView .editRow
{
}
.gridView .alternatingRow
{
}
/* end of GridView */

/* Job Summary */
.summary
{
    margin: 0 0 1em 0;
}
.summary ul
{    
    padding: 0;    
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.summary ul, .summary table
{
    margin: 3px 0 3px 0;
    font-weight: bold;   
}
.summary li div
{
    float: left;
    width: 100px;    
}
.summary td div
{
    width: 100px;
}
.summary h3
{
    font-size: medium;
    font-weight: normal;
    margin: 0;
}
.summary h4
{
    font-size: small;
    font-weight: bold;
    margin: 0;
}
.summary em
{
    font-style: normal;
    font-weight: bold;  
}
/* end of Job Summary */

.verticalLinks
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.verticalLinks li
{
    padding: 5px 0 5px 0;
}
.resultsSummary
{    
    border-top: solid 1px Black;    
}

/* Profile Dialog */
.profileCol1
{
    float: left;
    display: inline;
    width: 49%;
    _width: 49%;
    margin: 0px 0.5% 0px 0.5%;
}
.profileCol1 .profileCol2
{
    margin-right: 0px;
    width: 48%;
}
.profileDlg
{
    position: relative;
    margin: 0px auto;
    min-width: 8em;
    max-width: 760px; /* based on image dimensions - not quite consistent with drip styles yet */
    margin-left: 12px; /* default, width of left corner */
    margin-bottom: 0.5em; /* spacing under dialog */
}
.profileDlg .pdlgContent,
.profileDlg .pdlgTop,
.profileDlg .pdlgBot,
.profileDlg .pdlgBot div
{
    background: transparent url("../Images/ProfileBackground.png") no-repeat top right;   
}
.profileDlg .pdlgContent
{
    position: relative;
    _overflow-y: hidden;
    padding: 12px 15px 0px 0px;
    
    color: #555555;
}
.profileDlg .pdlgTop
{
     /* top+left vertical slice */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px; /* top slice width */
    margin-left: -12px;
    height: 100%;
    _height: 1600px; /* arbitrary long height, IE 6 */
    background-position: top left;
}
.profileDlg .pdlgBot
{
    /* bottom */
    position: relative;
    width: 100%;
}
.profileDlg .pdlgBot,
.profileDlg .pdlgBot div
{
    height: 15px; /* height of bottom cap/shade */
    font-size: 1px;
}
.profileDlg .pdlgBot
{
    background-position: bottom right;
}
.profileDlg .pdlgBot div
{
    position: relative;
    width: 12px; /* bottom corner width */
    margin-left: -12px;
    background-position: bottom left;
}
.profileDlg .pdlgHead,
.profileDlg .pdlgBody,
.profileDlg .pdlgFoot
{
    position: relative;
}
.profileDlg .pdlgContentWrap
{
    /* extra content protector - preventing vertical overflow (past background) */
    position: static;
    max-height: 1000px;
    overflow: hidden;
}
.profileDlg .pdlgHead
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px gray;
    padding-bottom: 12px;
}
.profileDlg .pdlgBody
{
    padding-top: 6px;
}
/* end of Profile Dialog */

/* Profile Dialog content */
.profileDlg .pdlgBody td
{
    padding: 3px 0 3px 0;
}
.profileDlg .pdlgBody table
{    
    width: 100%;
}
.statusLabel
{
    float: left;
}
.statusImage
{
    height: 24px;
    width: 24px;
}
.statusLink
{
    line-height: 24px;
    margin-left: 5px;    
}
.dialogItemsLabel
{
    width: 130px;
}
.jobsItemsLabel
{
    width: 180px;
    font-weight: bold;
}
.profileItemsLabel, .profileStatusLabel
{
}
/* end of Profile Dialog content */

/* Info Styles */
.motto
{    
}
.infoHead
{    
}
.infoHeading
{    
}
.infoHeading > span
{    
}
.infoDesc
{    
}
.infoBody
{    
}
.infoFoot
{    
}
.infoFoot > span
{    
}
/* Info Styles */

/* Info Dialog */
.infoCol1
{
}
.infoCol2
{
}
.infoDlg
{
}
.infoDlg .dlgContent,
.infoDlg .dlgTop,
.infoDlg .dlgBtm,
.infoDlg .dlgBtm div
{
}
.infoDlg .dlgContent
{
}
.infoDlg .dlgTop
{
}
.infoDlg .dlgBtm
{
}
.infoDlg .dlgBtm,
.infoDlg .dlgBtm div
{
}
.infoDlg .dlgBtm
{
}
.infoDlg .dlgBtm div
{
}
.infoDlg .dlgHead,
.infoDlg .dlgBody,
.infoDlg .dlgFoot
{
}
.infoDlg .dlgContentWrap
{
}
.infoDlg .dlgHead
{
}
.infoDlg .dlgBody
{
}
.infoDlg .dlgFoot
{
}
.infoDlg .dlgFoot a
{
}
/* end of Info Dialog */

/* Info Dialog content */
.dlgHead label
{
}
.dlgHead img
{
}
.dlgBody ul
{
}
.dlgBody li
{
}
.dlgBody li label
{
}
.regAllow
{
}
.regAllow ul
{
}
.howWorks
{
}
.howWorks > span
{
}
/* end of Info Dialog content */

/* Footer Pics */
.footerPics
{    
    padding: 0;
    padding-top: 10px;
    margin: auto;
    overflow: auto;
    width: 460px;
    display: none;
}
.footerPics li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    float: left;
    margin-right: 5px;
    width: 110px;
    height: 87px;
}
.footerPic1
{
}
.footerPic2
{
}
.footerPic3
{
}
.footerPic4
{
}
/* end of Footer Pics */

.affiliations
{   
    margin: auto;
    margin-top: 10px;
    width: 135px;
}
