﻿body
{
	background-color: #848484;
	font-family: Palatino Linotype;
	font-size: 10pt;
	color: #545454;
	margin-top: 15px;
}
.SafariMenuItem
{
	color: White;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	padding: 3px 15px;
}
.FooterLink
{
	font-size: 10px;
	color: White;
	text-decoration: none;
}
.LoginBarButton
{
	color: White;
	background-color: #545454;
	border-style: solid;
	border-width: 1px;
	border-color: White;
	font-family: Palatino Linotype;
	height: 20px;
	font-size: 9pt;
	text-decoration: none;
}
.txtLogin, .PasswordTextBox
{
	width: 60px;
	font-size: 12px;
	color: GrayText;
}
.WebPart
{
	width: 100%;
	background-color: #a9c6c2;
	color: Black;
	font-family: Palatino Linotype;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #1A5E56;
	font-size: 9pt;
}
.WebPartTitle
{
	background-color: White;
	font-family: Palatino Linotype;
	font-size: 11pt;
	font-weight: bold;
	color: #1A5E56;
}
.WebPartZone
{
	width: 100%;
}
.FlashPanel
{
	width: 746px;
	margin-left: 17px;
}
.TopShadow
{
	background: #a9c6c2 url("pageTitleBKGD_belltown.gif") repeat-x;
	width: 780px;
	height: 6px;
	margin: 0;
	padding: 0;
}
.PreviewLink
{
	color: Blue;
	text-decoration: underline;
}
.PreviewLink:hover
{
	cursor: pointer;
}
.CompanyNewsMessage
{
	color: #BA362D;
	text-align: center;
	margin: 0 auto;
}
.PasswordsNote
{
	color: #BA362D;
	text-align: right;
	background-color: White;
	width: 745px;
	margin: 0 auto;
}
.PasswordLabel
{
	width: 50px;
	color: #848484;
	background-color: Transparent;
	font-family: Arial;
	font-size: 9pt;
	position: relative;
	top: -18px;
	left: 71px;
	margin: 0;
	padding: 0;
	border-width: 0;
}
#branding
{
	width: 780px;
	margin: 0 auto;
	padding-top: 17px;
	background-color: #dce5e4;
	border-left: solid 1px #2d7f75;
	border-right: solid 1px #2d7f75;
	text-align: left;
}
#menubar
{
	width: 780px;
	background-color: #dce5e4;
	margin: 0 auto;
	text-align: left;
	padding-top: 3px;
	border-left: solid 1px #2d7f75;
	border-right: solid 1px #2d7f75;
}
#navigationmenu
{
	background-color: #848484;
	padding: 2px;
	height: 25px;
	width: 742px;
	margin: 0 auto;
}
#navigation
{
	float: left;
}
#logincontent
{
	float: right;
	background-color: #848484;
	color: White;
	padding: 0;
}
#pagecontentframe
{
	width: 780px;
	margin: 0 auto;
	background-color: #a9c6c2;
	text-align: left;
	border-left: solid 1px #2d7f75;
	border-right: solid 1px #2d7f75;
	border-bottom: solid 1px #2d7f75;
	padding: 0 0 17px;
}
#content
{
	width: 780px;
}
#maincontent
{
	background-color: White;
	text-align: left;
	padding-bottom: 10px;
}
#footer
{
	width: 746px;
	background-color: #848484;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#copyright
{
	width: 746px;
	text-align: center;
	font-size: 10px;
	font-family: Arial;
	color: #909090;
	background-color: White;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Menu
{
	background-color: #848484;
}
.MenuLinkItem, .MouseOverMenuLinkItem, .SelectedMenuLinkItem
{
	padding: 3px 10px;
	text-align: center;
	font-family: Palatino Linotype;
	font-size: 11px;
	color: White;
}
.SubMenu
{
	border-bottom: solid 2px gray;
	border-right: solid 2px gray;
	background-color: #F5F3F2;
	width: 160px;
}
.SmLinkItem, .SmMouseOverLinkItem
{
	padding: 3px 0 3px 2px;
	font-family: Palatino Linotype;
	font-size: 11px;
	border: solid 1px;
}
.SmMouseOverLinkItem
{
	color: White;
}
.SmLinkItem
{
	background-color: #F1E9E8;
	border-color: #F1E9E8;
}
.MouseOverMenuLinkItem, .SmMouseOverLinkItem
{
	background-color: #A0A8E0;
	border-color: #404080;
}

/* modalupdateprogress */
.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 18px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}
