﻿html
{
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	height: 100%;
	margin: 0;
	padding: 0;
}
form
{
	height: 100%;
	margin: 0;
	padding: 0;
}
@media print
{
	.noprint { display: none}
	#content {background: #FFFFFF; }		/* white background on print */
}

.StoreVisitInfo
{
    font-family: 'Segoe Condensed';
    font-size: 8pt;
    font-style: italic;
    color: Gray;
}

.StoreStatusBarTextBold
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.StoreStatusBarText
{
	font-family: 'Segoe UI';
	font-size: 10pt;
}

.StoreStatusBarTextRed
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #DC143C;
}

/* New Entity Table classes */
table.EntityRight
{
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
table.EntityLeft
{
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
tr.EntityRight
{
	width: 100%;
	height: 28px;
}
tr.EntityLeft
{
	width: 100%;
	height: 28px;
}
td.EntityRightLabel
{
	vertical-align: middle;
	width: 30%;
	height: 32px;
	font-family: 'Segoe UI';
	font-size: 10pt;
	font-style: normal;
	white-space: normal;
}
td.EntityRightInput
{
vertical-align: middle;
	width: 70%;
	height: 32px;
	white-space: nowrap;
	border-width: 0;
	margin: 0 0 0 0;
	font-family: 'Segoe UI';
	font-size: 10pt;
	font-style: normal;
}

td.EntityLeftLabel
{
	vertical-align: middle;
	width: 30%;
	height: 32px;
	font-family: 'Segoe UI';
	font-size: 10pt;
	font-style: normal;
	white-space: normal;
}
td.EntityLeftInput
{
	vertical-align: middle;
	width: 70%;
	height: 32px;
	white-space: nowrap;
	border-width: 0;
	margin: 0 0 0 0;
	font-family: 'Segoe UI';
	font-size: 10pt;
	font-style: normal;
}
/* end new entity classes */

/*  "NEW" new entity classes */
table.Entity
{
	table-layout: fixed;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
tr.Entity
{
	width: 100%;
	height: 28px;
}
td.Entity4UpLabel
{
	vertical-align: middle;
	width: 15%;
	height: 32px;
	font-family: 'Segoe UI';
	font-size: 10pt;
	font-style: normal;
	white-space: normal;
	padding-left: 5px;
	padding-right: 2px;
}

td.Entity4UpInput
{
	vertical-align: middle;
	width: 35%;
	height: 32px;
	white-space: nowrap;
	border-width: 0;
	margin: 0 0 0 0;
	font-family: 'Segoe UI';
	font-size: 10pt;
	font-style: normal;
	padding-left: 0px;
	padding-right: 5px;
}
td.Entity4UpLabelTop
{
	vertical-align: top;
	width: 15%;
	height: 32px;
	font-family: 'Segoe UI';
	font-size: 10pt;
	font-style: normal;
	white-space: normal;
	padding-left: 5px;
	padding-right: 2px;
}
td.Entity4UpInputTop
{
	vertical-align: top;
	width: 35%;
	height: 32px;
	white-space: nowrap;
	border-width: 0;
	margin: 0 0 0 0;
	font-family: 'Segoe UI';
	font-size: 10pt;
	font-style: normal;
	padding-left: 0px;
	padding-right: 5px;
}

/* end "NEW" new entity classes */

tr.BottomStatusBar
{
	width: 100%;
	height: 20px;
}
td.BottomStatusBar
{
	height: 20px;
	padding-left: 5px;
	background-color: #CCCCCC;
}

/* Entity Outer Class  */
table.EntityOuter
{
	border-spacing: 15px;
	width: 100%;
	height: 100%;
}
tr.EntityOuter
{
	width: 100%;
	height: 100%;
}
td.EntityOuter
{
	width: 50%;
	height: 100%;
	vertical-align: top;
}

.EntitySectionSplit
{
	padding-top: 10px;
}
body.Entity
{
	width: 100%;
	height: 100%;
	margin: 0;
}
/* Note Styles */
.NoteBody
{
	font-family: Verdana;
	font-size: 8pt;
}
.NoteTitle
{
    font-family: Segoe UI;
    font-size: 9pt;
    font-weight: bold;
    background-color: #204d89;
    color: White;
}
a.NoteLink, a.NoteLink:hover
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight:normal;
    text-decoration: underline;
    color: #003399;
}
.NoteInfo
{
	font-family: Verdana;
	background-color:#F2F8FF;
	font-size: 7pt;
}
.Attachment
{
    font-family: Verdana;
    font-size: 8pt;
    color: Blue;
}

table.PopupHeader
{
	width: 100%;
	background-color: #D7E3F2;
	border-color: #9EB6CE;
	border-style: solid;
	border-width: 1px;
	padding: 8px;
	border-spacing: 0;
}

td.PopupHeader, tr.PopupHeader
{
	width: 100%;
}

.SimpleText
{
	font-family: 'Segoe UI';
	font-size: 10pt;
	font-style: normal;
	white-space: normal;
    color: #000055;
}

.BoldText
{
    font-family: 'Segoe UI';
    font-size: 10pt;
    font-style: normal;
    white-space: normal;
    color: #000055;
    font-weight: bold;
}

.LargeBoldText
{
    font-family: 'Segoe UI';
    font-size: 12pt;
    font-style: normal;
    white-space: normal;
    color: #000055;
    font-weight: bold;
}

.LeftMenu
{
	width: 100%;
	background-image: url("../../Images/lmenu_grd2_180.png");
	background-repeat: repeat-y;
	height: 100%;
}

.LoginFailure
{
    font-family: 'Segoe UI';
    font-size: 10pt;
    color: #CC0000;
}
.LoginPrompt
{
    font-family: 'Segoe UI';
    font-size: 10pt;
    color: #003399;
}
.LoginAltPrompt
{
    font-family: 'Segoe UI';
    font-size: 10pt;
    color: #F7F7F7;
}
.ChangePWPrompt
{
    font-family: 'Segoe UI';
    font-size: 11pt;
    color: black;
    border-style:solid;
    border-color:#ABC1DE;
    border-width:1px;
}
.ChangePWPrompt:hover
{
    font-family: 'Segoe UI';
    font-size: 11pt;
    color: black;
    border-style:solid;
    border-color:#003399;
    border-width:1px;
}

a.alphalinks:link
{
	text-decoration: none;
    color: #003399;
} 
a.alphalinks:hover
{
	text-decoration: underline;
    color: #000055;
} 

tr.EntityStatusBar
{
	width:100%;
	height:20px;	
	padding-left:5px;
	padding-right:5px;
	
	border:solid 1px #DFDFDF;
}
td.EntityStatusBar
{
	background-color:#D9EAFF;
	color:#999999;
}

.divOverflow
{
    overflow: auto;
/*	overflow-y:auto;
	overflow-x:hidden;	
*/
}

td.NoMenuForm
{
	padding-left:20px;
}

a.StaticHyperLink:link
{
	color:blue;
	text-decoration:underline;	
}
a.StaticHyperLink:active
{
	color:blue;
	text-decoration:underline;	
}
a.StaticHyperLink:visited
{
	color:blue;
	text-decoration:underline;	
}
