﻿.SealPage
{
    position: absolute;
    top: 100px;
    left: 10px;
    right: 10px;
    bottom: 40px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
    border: 4px solid #999999;
    background-color: #FFFFFF;
    min-width: 1001px;
    z-index: 125;
}

.SealFocusBar 
{
    border-bottom: none;
    padding-left: 5px;
    padding-right: 10px;
    border-right: 1px solid gainsboro;
}

.SealHeaderBar
{
    position:absolute;
    z-index: 150;
	left: 0;
	top: 0;
    color: White;
    min-width: 1024px;
}

.SealHeaderPanel
{
    overflow: hidden;
    display: none;
    height: 80px;
}
.SealHeaderPanel_Shrink
{
    height: 40px !IMPORTANT;
}

.SealUserBar {
    cursor: pointer;
    border-bottom: none;
    padding: 5px 5px 5px 10px;
}

.SealUserBar_Content 
{
    position: absolute;
    top: 80px;
    right: 25px;
    width: 200px;
    z-index: 200;
    padding: 5px;
    padding-top: 0px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
.SealUserBar_Content_Shrink
{
    top: 40px !IMPORTANT;
}

.SealUserBar_Content_Container {
    padding: 15px;
    background-color: #fff;
}

.SealUserBar_Content_Container div
{
    padding-top: 5px;
}

.SealHeaderLogo
{
    z-index: 101;
    vertical-align: middle;
}
.SealHeaderLogo2
{
    height: 70px;
    z-index: 101;
    vertical-align: middle;
}
.SealHeaderLogo_Shrink
{
    width: 75px !IMPORTANT;
	height: 40px !important;
    z-index: 101;
    vertical-align: middle;
}

.SealBulletImage
{
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

/******************************** NAVIGATION MENU ********************************/
.header-bar-position 
{
	position:absolute;
	left: 0;
	top: 0;
}
.nav-menu-tab 
{
	width:150px;
	height: 18px;
    cursor:pointer;
	border-top: 0;
	background: url(../seal/images/arrow-up-white.png) no-repeat center;
	margin: 0 auto;
	-webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.nav-menu-pin
{
    width: 18px;
    text-align: center;
    vertical-align: top;
}
.nav-menu-pin div
{
    height: 18px;
    width: 18px;
    cursor: pointer;
    background: url(../seal/images/pin-off-white.png) no-repeat center;
}
.nav-menu-panel-container 
{
    overflow: auto;
}
.nav-menu-panel
{
    display: none;
}
.nav-menu-table
{
    margin: 0 auto !IMPORTANT;
}
.nav-menu-panel-left
{
    padding: 5px;
    white-space: nowrap;
    width: 1%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.nav-menu-panel-right
{
    padding: 5px;
}
.nav-menu-group
{
    display: inline-block;
}
.nav-menu-link
{
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 1px;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}
.nav-menu-link:hover
{
    text-decoration: underline;
}

.notification-alert 
{
    padding-top: 1px;
    padding-left: 5px; 
    padding-right: 5px;
    background-color: red;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    height: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 130;
}
.notification-text 
{
    font-size: 8px;
    font-weight: bold;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/******************************** HEADER ********************************/
.intSealPageHeader {
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border: solid #999999;
	border-width: 1px 1px 0;
	height:90px;
	width:100%;
}
.intSealHeaderCenter
{
	color:#000000;
	background-color: transparent;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
.intSealAppLogo
{
	float:left;
	height:64px;
	margin: 10px 20px 0;
	z-index:1;    
}
.intSealCompanyLogo
{
	height:80px;
	margin-top:5px;
	z-index:1;    
}
/*
.intSealSSLogo
{
	float:left;
	height:22px;
	padding-left:5px;
	padding-top:1px;
	z-index:1;    
}
*/
.intSealSSLogo
{
	position: absolute;
	max-height:36px;
    max-width:36px;
	right: 10px;
	bottom: 5px;
	z-index:120;    
}
.intSealPageUserName
{
	float:right;
	font-weight:bold;
	padding-top:15px;
	padding-right:10px;
}
.intSealPageLogoutMenu
{
	clear:right;
	float:right;    
	padding-top:5px;
	padding-right:10px;
	font-size:90%;
}
.intSealPageLogoutMenuIE
{
	clear:right;
	float:right;    
	padding-right:10px;
	font-size:90%;
	position:relative;
	top:-30px;
}
.intSealHeaderTextLine
{
	clear:left;
	color:#ffffcc;
	font-weight:bold;
	height:9px;
	margin:0 auto;
	text-align:right;
	width:100%;
}
/******************************** CONTENT ********************************/
.intSealPageBody
{
	background-color: #FFFFFF;
	/*border-left:1px solid #999999;
	border-right:1px solid #999999;*/
	margin:0;
	padding:0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.SealPageSideNavItem {display:none;}
.intSealPageSideNav
{
	float:left;
	margin:0;
	padding:2px;
	text-align:center;
	width:150px;
}
.intSealNavHeader /* container for sideNav areas within  */
{
	-webkit-border-radius:8px;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border-radius:8px;
	padding-bottom:2px;
    padding-top:2px;
	width:100%;
	color:#fff;
	
}
.intSealPageSideNav ul
{
	list-style-type:none;
	margin:0px 4px;
}
.intSealPageSideNav li
{
	margin:2px;
	padding:4px;
	text-align:left;
	border-radius:4px;
}
    
.intSealPageSideNav li a
{
	font-size:.9em;
	text-decoration:none;
	font-weight:bold;
	/*text-shadow: 1px 1px #AAAAAA; IE doesn't do this yet*/
}
.intSealPageSideNav li a:hover
{
	text-decoration:underline;
	text-shadow:none;
}
.intSealPageContent
{
    padding: 4px;
}
/*
.intSealPageVersion
{
	float:right;
	padding-top:5px;
	padding-right:5px;
}
    */
.intSealPageVersion
{
	position: absolute;
	right: 60px;
    bottom: 2px;
}
.intSealPageCopyright
{
	float:right;
	padding-top:5px;
	padding-right:5px;
}
/******************************** FOOTER ********************************/

.SealPageFooter
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    height:25px;
    min-width: 1024px;
    z-index: 121;
}

.SealPageFooterOutside
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    height:40px;
    min-width: 1024px;
    background-color: white;
    z-index:120;
}

.intSealPageFooter
{
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border: solid #999999;
	border-width: 0px 1px 1px;
	clear:both;
	font-size:.85em;
	height:25px;
	margin:0px;
	width:100%;
}
/* not sure if these are being used */
.intSealPageFooter ul
{
	list-style-type:none;
	color:#0a50a1;
	margin:8px 0px 0px 15px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-left:0px;
}
.intSealPageFooter li
{
	margin:0px;
	float:left;
}
.intSealPageFooter li a
{
	padding:3px 15px 3px 15px;
	font-weight:bold;
	text-decoration:none;
}