﻿ html, body 
{
      margin:0;
      padding:0;
      height:100%;
      overflow:hidden;
}

* 
{
    font-family: Calibri, 'Lucida Grande', Verdana, Helvetica, Sans-Serif; font-size: 15px;
}

/*tab text*/
.TabsOffLink, .TabsOnLink {
    text-decoration: none;
}

#LabelTitle {
    font-size: 24px;
}

#LoadingBG, #SaveBG, #ErrorBG
{
    position: absolute; 
    top: 0px; 
    left: 205px; 
    right: 0px; 
    bottom: 0px; 
    z-index: 997; 
    overflow:hidden;
    text-align:center; color: #ffffff;
    display: none;
}

#LoadingMessage, #VeilErrorMessage, #VeilSaveMessage
{
    z-index: 998; 
    position: absolute; 
    top: 0px; 
    left: 205px; 
    overflow:hidden;
    text-align:center; 
    color: #ffffff;
    display: none;
}

#VeilErrorMessage, #VeilSaveMessage
{
	color: #000;
}

/* Remove id selectors in deploy of interview scheduling */
.TopLevel_Tab, #TopLevel_Home, #TopLevel_AppMain
{
    position: absolute; 
    top: 68px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}    

#Home_MainIFrame{
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 43px; 
    background-image: url(/OLA2Common/OnlineApp/images/WindowBG.gif); background-repeat:repeat-x;
}

#AppMain_MainIFrame
{
    position: absolute; 
    top: 0px; 
    left: 205px; 
    right: 0px; 
    bottom: 43px; 
}

#AppMain_NavLeft
{
    position: absolute; 
    top: 5px; 
    left: 4px; 
    width: 195px; 
    bottom: 48px; 
}

#LoginContainer
{
	margin-top: 6px; 
	margin-right: 18px;
	color:#fff;
}

#LogoffContainer
{
    display: inline-block;
    padding-top: 4px;
}

#LogoffContainer a
{
	color:#333333;
	text-decoration:underline;
}

#UserInformation
{
    display: inline-block;
    padding-top: 4px;
}

.VeilCommon
{
    filter:alpha(opacity=60); 
    opacity: 0.6; 
    background-color: #9d9d9d; 
    position:absolute; 
    z-index:999;
    display:none;
}

.VeilCommonIE
{
    filter:alpha(opacity=60); 
    opacity: 0.6; 
    background-color: #939393; 
    position:absolute; 
    z-index:999;
    display:none;
}

/* styles for the modal popup */

/* dialog frame */
.modal_dialog
{
    position:absolute;
    font-family: Calibri;
    font-size:16px;
    
}

/* dialog contents container */
.modal_dialog .container
{
    font-family:tahoma,helvetica,arial,sans-serif;
    width:550px;
    border:solid 2px #99aabd;
    background-color:#F2F9FF;
} 

/* dialog header */
.modal_dialog .header
{
    background:url(../images/sprite.gif) repeat-x 25px -20px;	/* play w/ the y-position for different bg colors */
    height:30px;
    color: #fff;
    padding-top:2px;
}

/* dialog header message */
.modal_dialog .header .msg
{
    vertical-align:middle;
    padding-left:6px;
    color:#000;
    font-size:20px;
    font-weight:bold;
}         

/* dialog body */
.modal_dialog .body
{
    background-color:#ffffff;
    padding: 15px 10px 15px 10px;
} 

/* dialog body message */
.modal_dialog .body h2
{
    padding-top:0px;
    background-color: #ffffff;
    font-size:14px;
    text-align:center;
    font-weight:normal;
}  

/* dialog footer */
.modal_dialog .footer
{
    height:30px;
    background-color: #ffffff;
} 

/* dialog footer right */
.modal_dialog .footer .right
{
    background-color: #ffffff;
    float:right;
    text-align:right;
    padding-bottom:6px;
    padding-right:6px;
} 

/* dialog footer left */
.modal_dialog .footer .left
{
    background-color: #ffffff;
    float:left;
    text-align:left;
    padding-bottom:6px;
    padding-left:6px;
} 

/* dialog footer middle */
.modal_dialog .footer .center
{
    background-color: #ffffff;
    text-align:center;
    padding:0px 6px 6px 6px;
} 

/* dialog footer input */
.modal_dialog .footer input
{
    background-color: #efefef;
    text-align:center;
    border:solid 2px #999;
    cursor: pointer;
    color:#333;
} 


/* dialog upper-right close */
.modal_dialog .close
{
    right:4px;	
    background: url(../images/icons.gif) no-repeat -732px 0px;	
    width:16px;	
    cursor:hand;	
    position:absolute;	
    top:5px;	
    height:16px;
}

/* dialog close hover */
.modal_dialog .close:hover { background: url(../images/icons.gif) no-repeat -749px 0px;	}

/* modal overlay */
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=60);
    opacity:0.6;
}  

/* Container for left navigation on applicant side */
#NavLeft_Contents {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 33px;
    bottom: 0;
    width: 100%;
    overflow: auto;
}
/* Focus/Hover styling for items in left navigation */
#NavLeft_Contents li.NavLeft_Item:hover,
#NavLeft_Contents li.NavLeft_Item:focus,
#NavLeft_Contents li.NavLeft_Item.selected:focus {
    box-shadow: 0 0 9px 0 #999 inset;
    border: 1px solid #999;
}
/* Base styling for items in left navigation */
#NavLeft_Contents li.NavLeft_Item {
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
/* 'Selected' styling for items in left navigation */
#NavLeft_Contents li.NavLeft_Item.selected {
    box-shadow: 0 0 11px 0 #8DF inset;
    border: 1px solid black;
    font-weight: bold;
}
/* Application Page navigation styling */
#NavLeft_Contents li.NavLeft_Item.AppPage {
    font-size: 14px;
    counter-increment: page-counter;
    padding: 2px 0 2px 30px;
    text-indent: -12px;
}
/* Application Page navigation styling */
/* Note: this section overrides the numbers in the ordered list */
#NavLeft_Contents li.NavLeft_Item.AppPage::before {
    content: counter(page-counter) '.';
    width: 7px;
    margin-right: 5px;
    display: inline-block;
    text-align: right;
}
/* Applicant Form navigation styling */
#NavLeft_Contents li.NavLeft_Item.AppForm {
    padding: 5px 10px;
    margin: 0;
}
/* Applicant Interview navigation styling */
#NavLeft_Contents li.NavLeft_Item.AppInterview {
    padding: 5px 10px;
    margin: 0;
}

.NavLeft_Detail{
    font-weight:normal;
    font-size:8pt;
}