﻿/* FWEB PAGE LAYOUT STYLES */

/* -------------------------------------------------------- */
/* Styles specific to page layout used in MASTER PAGES only */
/* -------------------------------------------------------- */

html, body, form
{   
    height: 100%;
    width: 100%;
    padding: 0; 
    margin: 0;        
    overflow: hidden;    
}

/* NAMED DIVS */

div#fWebHeaderDiv
{   
    height: 28px;
    width: 100%;    
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0; 
    left: 0;
    background-color: #003300;
    color: White;
    font-family: Verdana, Tahoma, Arial;
}

span#fWebAppTitleSpan
{   
    padding: 0 0 0 3px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 20px;
}

span#fWebTopCornerSpan
{   
    padding: 0 10px 0 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    font-size: 12px;
    height: 15px;
    text-align: right;
}

span#fWebTopCornerSpan a
{
    color: white;
    font-weight: bolder;
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial;	
    text-transform: capitalize;
    text-decoration: none;
	cursor: pointer;    
}

span#fWebTopCornerSpan a:hover
{
    color: white;
    font-weight: bolder;
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial;	
    text-transform: capitalize;
    text-decoration: underline;
	cursor: pointer;    
}

div#fWebNavigationDiv
{   
    height: 45px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top:28px;
    left: 0;
    z-index: 99;
    background-color: #003300;
    color: White;
    font-family: Verdana, Tahoma, Arial;
}  
        
div#fWebPageControlsDiv
{   
    width: 100%;
    padding: 0;
    margin: 73px 0px 20px 0px;    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}

div#fWebToolbarDiv
{   
    height: 32px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}   

div#fWebToolbarDiv1
{   
    height: 32px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
} 

/*  FOOTER  */
div#fWebFooterDiv
{   
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    padding: 0;
    width: 100%;
    color: White;
    vertical-align: middle;    
    background-color: #003300;
    color: #dee7de;
    font-family: Verdana, Tahoma, Arial;
}

span#fWebFooterLeftSpan
{   
    position: absolute;
    left: 3px;
    top: 3px;
    vertical-align: middle;
    height: 12px;
    font-size: 12px;
}

span#fWebFooterRightSpan
{   
    position: absolute;
    right: 3px;
    top: 3px;
    vertical-align: middle;
    height: 12px;
    font-size: 12px;
}


/* ------------------------------------------ */
/* Styles specific to page layout for classes 
/* ------------------------------------------ */

/* Used primarily in an area where multiple controls will fill the space and it needs the scrolling handled */
.minorScrollDiv
{
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    position: relative !important;
}

/* Used primarily in an area where a control(s) will fill the space and scrolling will be handled within that space by another div */
.minorNonScrollDiv
{
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    position: relative !important;
}

/* Control Divs to contain a specific control at a specific height */
/* Offset Divs to provide div at correct height below control div */

/* TOOLBAR */

.toolbarControlDiv
{
    height: 32px; 
    width: 100%;    
    padding: 0px;
    margin: 0;    
    position: absolute;
    top: 0;
    left: 0;
}

.toolbarOffsetDivNew
{   
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;    
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}

.disabledToolbar
{
    pointer-events:none; 
    opacity:0.6;       
}

.toolbarOffsetDiv
{   
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;    
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}

.toolbarOffsetDivListTabEditContainer
{   
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;    
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}

.toolbarOffsetDiv1
{   
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;    
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}

/* TABSTRIP */

.tabStripControlDiv
{
    height: 25px; 
    width: 100%;     
    padding: 0px;
    margin: 0;    
    position: absolute;
    top: 0;
    left: 0;
}

.tabStripOffsetDiv
{   
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;    
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}

.subTabStripOffsetDiv
{   
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;    
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}

.subTabStripOffsetDiv1
{   
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;    
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}


/* TITLE */

.titleDiv
{ 
    height: 14px;
    width: 100%;    
    padding: 0 0 0 3px;
    margin: 0;    
    position: absolute;
    top: 0;
    left: 0;
    /*clear: both;*/
    /*display: block;*/
    font-family:Verdana,Arial;
    font-size:12px;
    font-weight: bold;
    color: #003300;
}

.titleOffsetDiv
{   
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 14px;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;    
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}


/* Filler Div to fill remainder of space */

.fillerDiv
{   
    height: 100%;
    min-height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #dee7de !important;
}


/* -------------------------------------------------------------------- */
/* Styles specific to control/data formatting used in MASTER PAGES only */
/* -------------------------------------------------------------------- */

/* BREADCRUMBS */

.fWebBreadcrumbSeparator
{
	color: White;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
    vertical-align:middle;
}

.fWebBreadcrumbsNode
{
	color: White;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration: none; 
	cursor:default;
    vertical-align:middle;
} 

.fWebBreadcrumbsNode a
{ 
	color: White;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration:none; 
	vertical-align:middle;
} 

.fWebBreadcrumbsNode a:hover
{ 
	color: White;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration:underline; 
	vertical-align:middle;
} 

/* appears as the tailend of the breadcrumbs */

.fWebBreadcrumbSelectedItemLabel
{
    font-size:12px; 
    font-weight:bold; 
    color: White;
    font-family:Verdana,Tahoma,Arial; 
    padding: 0 0 0 3px;
    vertical-align:middle; 
}

/* DIALOGS */
.fwebDialog {
    width: 100%;
    padding: 0;  
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;
    background-color: #dee7de;
    color: #003300;
    font-family: Verdana, Tahoma, Arial;
}