﻿ 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(../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; 
}

#NavLeft_Contents
{
    position: absolute;
    top: 0px; width: 100%;
    bottom: 0px;
    /*border: 1px solid red;*/
    overflow: auto;
    top: 33px;
}
#NavLeft_Contents ol
{
    margin-top: 0px;
    padding-top: 0px;
    
}
#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;
}  

.NavLeft_TextActive {
    font-weight: bold;          
}
.NavLeft_BGActive {
    background: transparent url(../images/navlefton/navleft_bg.gif) repeat;
}
.NavLeft_LeftActive {
    background: transparent url(../images/navlefton/navleft_leftSide.gif) repeat-y scroll left top;
}
.NavLeft_RightActive {
    background: transparent url(../images/navlefton/navleft_rightSide.gif) repeat-y scroll right top;
}
.NavLeft_TopActive {
    background: transparent url(../images/navlefton/navleft_topBG.gif) repeat-x scroll left top;
}
.NavLeft_BottomActive {
    background: transparent url(../images/navlefton/navleft_bottomBG.gif) repeat-x scroll right bottom;
}

.NavLeft_TopLeftActive {
    background: transparent url(../images/navlefton/navleft_topleft.gif) no-repeat scroll left top;
}
.NavLeft_TopRightActive {
    background: transparent url(../images/navlefton/navleft_topright.gif) no-repeat scroll right top;
}
.NavLeft_BottomLeftActive {
    background: transparent url(../images/navlefton/navleft_bottomleft.gif) no-repeat scroll left bottom;
}
.NavLeft_BottomRightActive {
    background: transparent url(../images/navlefton/navleft_bottomright.gif) no-repeat scroll right bottom;
}
.NavLeft_Item td {
    font-size: 14px;
    cursor: pointer;
}
/*hover*/
.NavLeft_TextHover {
    font-weight: normal;          
}
.NavLeft_BGHover {
    background: transparent url(../images/navlefthover/navleft_bg.gif) repeat;
}
.NavLeft_LeftHover {
    background: transparent url(../images/navlefthover/navleft_leftSide.gif) repeat-y scroll left top;
}
.NavLeft_RightHover {
    background: transparent url(../images/navlefthover/navleft_rightSide.gif) repeat-y scroll right top;
}
.NavLeft_TopHover {
    background: transparent url(../images/navlefthover/navleft_topBG.gif) repeat-x scroll left top;
}
.NavLeft_BottomHover {
    background: transparent url(../images/navlefthover/navleft_bottomBG.gif) repeat-x scroll right bottom;
}

.NavLeft_TopLeftHover {
    background: transparent url(../images/navlefthover/navleft_topleft.gif) no-repeat scroll left top;
}
.NavLeft_TopRightHover {
    background: transparent url(../images/navlefthover/navleft_topright.gif) no-repeat scroll right top;
}
.NavLeft_BottomLeftHover {
    background: transparent url(../images/navlefthover/navleft_bottomleft.gif) no-repeat scroll left bottom;
}
.NavLeft_BottomRightHover {
    background: transparent url(../images/navlefthover/navleft_bottomright.gif) no-repeat scroll right bottom;
}
.NavLeft_ItemHover td {
    font-size: 14px;
    cursor: pointer;
}

.NavLeft_Detail{
    font-weight:normal;
    font-size:8pt;
}