﻿.MainSentryPortalMenuBG
{
	background-color: #d9dbe5;
	background-image: url('../../graphics/MainMenuBG.gif');
	background-repeat: repeat-x;
	position: absolute;
	background-attachment: scroll;
	z-index: -1;
	width: 100%;
	height: 28px;
}
.SentryPortalTabMainMenu
{
		color: #4d8abe;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
		background-color: #ffffff;
	cursor: default;
	position: relative;
}
BODY.PortalPopupBody
{
	margin: 0px;
	height: 100%;
	width: 100%;
	min-width: 500px;
}

BODY.LoginPage 
{
	background-color:#4d8abe;
	background-image: url('../../graphics/CSShadow.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

DIV.PortalContentBG
{
	width:100%;
	height:100%;
	background-color:#eeebeb;
	padding:10px 10px 10px 10px;
}

DIV.PortalTabBG
{
	background-color: #d9dbe5;
	background-image: url('../../graphics/portal/tabbg.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	width: 100%;
	height: 25px;
}

DIV.PortalTabSpacer
{
	float:left;
	background-color: Transparent;
	height: 15px;
	width: 2px;
}

DIV.PortalTabActive
{
	float:left;
	background-color: #003399;
	color: #ffffff;
	font-size: 11px;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	height: 15px;
}

DIV.PortalTabActiveMouseOver
{
	float:left;
	background-color: #003399;
	color: #d9dbe5;
	font-size: 11px;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	height: 15px;
}

DIV.PortalTabNormal
{
	float:left;
	background-color: Transparent;
	color: #666666;
	font-size: 11px;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	height: 15px;
}

DIV.PortalTabNormalMouseOver
{
	float:left;
	background-color: #e1e0e0;
	color: #003399;
	font-size: 11px;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	height: 15px;
}

DIV.PortalTabHidden 
{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

TD.PortalTopRightBar 
{
	background-color:#003399;
	height:25px;
	padding-right:5px;
	color:#ffffff;
}

.PortalTopRightBarText 
{
	color: #ffffff;
	font-size: 11px;
	font-family: verdana, Tahoma, arial;
	font-weight: bold;
	text-decoration: none;
}

.PortalTopRightBarTextHover
{
	color: #e1e0e0;
	font-size: 11px;
	font-family: verdana, Tahoma, arial;
	font-weight: bold;
	text-decoration: none;
}

DIV.PortalBrandingLogo 
{
	 background-image: url('../../graphics/portal/PortalBrandingLogo.gif');
	 background-repeat: no-repeat;
	 position: absolute;
	 cursor: pointer;
	 top: 5px;
	 left: 5px;
	 width: 347px;
	 height: 69px;
}

DIV.PortalContactIcon 
{
	background-image: url('../../graphics/portal/email.gif');
	background-repeat: no-repeat;
	padding-right: 5px;
	width: 25px;
	height: 17px;
}

.PortalContactMenu
{
	 border: none 0px;
}

.PortalContactMenuLevel1
{
	 padding: 3px 5px 3px 5px;
	 background-color: #e1e0e0;
	 cursor: pointer;
	 border: solid 1px #ffffff;
}

.PortalContactMenuHover 
{
	 background-color: #029364;
	 color: #ffffff;
	 border: solid 1px #ffffff;
}

.HeadingRowClass
{
	background-color:#666666;
}

.SentryPrimaryHeader
{
	background-color:#666666;
	border-width: 1px;
	border-color: #4d8abe;
	border-style: solid;
	width: auto; /*height: 22px;*/
	padding: 4px;
}

.HeadingRowClass
{
	background-color:#666666;
}

.Text
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

.TextHeader1
{
	font-size: 14px;
	font-weight: bold;
}

.TextHeader2
{
	font-size: 12px;
	font-weight: bold;
}

.PortalActionMenuIcon
{
	background-image: url('../../images/action_menu.gif');
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
}

.PortalActionMenuIconHover
{
	background-image: url('../../images/action_menu_roll.gif');
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
}
