/*
	CSS 2.1 STYLE DEFINITIONS FOR NATIONAL SECURITY AGENCY WEB SITE

	Developed by Sven Aelterman
	Version 1.0
	2006-10-03
*/

body, td, input, select, textarea
{
	font-family: Verdana, Sans-Serif;
}

body
{
	font-size: 0.8em;
	margin: 0;
	background-color: White;
}

small
{
	font-size: 0.75em;
}

.NoTopMargin
{
	margin-top: 0;
	padding-top: 0;
}

.NoBottomMargin
{
	margin-bottom: 0;
	padding-bottom: 0;
}

h1
{
	font-size: 1.7em;
}

h2
{
	font-size: 1.3em;
}

.MessageFolderHeader {
    font-size: 1.3em;
    font-weight: bold;
}

.CreateNewMessageLink {
    float: right;
    margin-right: 25px;
}

/*
	Various panels/divs
*/

.Receipt
{
	background-color: #f8fbb3;
	font-family: Arial, Helvetica, Sans-Serif;
	border: solid 1px Red;
	margin: 5px;
	padding: 5px;
}

.SimulatedPremium, .EndorsementText, .ContractWizardProductDetail, .ContractOverview, .PhotoUpload, #HomepageQuickSearchContent
{
	background-color: #f8fbb3; /* a kind of light dull yellow */
}

.SimulatedPremium, .EndorsementText, .ContractWizardProductDetail, .ContractOverview
{
	font-size: 0.75em;
}

.SimulatedPremium, .EndorsementText, .ContractWizardProductDetail, .PhotoUpload, #HomepageQuickSearchContent
{
	margin-top: 7px;
	border: solid 1px Olive;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: white;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 350px;
}

.EndorsementText, .ContractWizardProductDetail, .PhotoUpload, #HomepageQuickSearchContent
{
	padding: 3px;
}

.ContractOverview, .ContractOverviewHeader, .PhotoUploadHeader
{
	width: 100%;
	padding: 2px;
}

.ContractOverview
{
	border: solid 1px #799fce;
	margin-bottom: 10px;
}

.ContractOverview table
{
	width: 100%;
}

.ContractOverviewHeader, .PhotoUploadHeader
{
	color: White;
	background-color: #799fce;
	font-weight: bold;
}

.ContractOverviewHeader
{
	border: solid 1px #799fce;
}

.PhotoUploadHeader
{
	border: solid 1px #3e6eab;
}

.NoDisplay
{
	display: none;
}

.DimensionTextBox
{
	width: 6ex;
}

a.ShowTooltip
{
	color: Green;
}

div.InlinePopup, div.Popup
{
	display: none;
	color: InfoText;
	background-color: InfoBackground;
	border: solid 1px Black;
	padding: 5px;
	font-size: 0.9em;
	position: relative;
}

div.Popup
{
	position: absolute;
	float: right;
	width: 60%;
}

div#HeaderIconPanel
{
	background-color: #3e6eab;
}

/*
	The WaitDialog class is used to show a "Please wait..." message
	while asynchronous postbacks complete.
*/

div#WaitDialog
{
	background-color: #E6E6E6;
	position: absolute;
	z-index: 10000;
	top: 45%;
	left: 20%;
	width: 60%;
    opacity: 1;
	text-align: center;
	padding: 20px;
	border: outset 2px;
	vertical-align: middle;
}

div .blockdiv {
    background: url(../../Images/blank.gif); 
    opacity: .5; 
    z-index: 9999; 
    position: fixed;
    overflow: hidden;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100%  !important;
    height: 100% !important;
}

.WaitMessageLabel
{
	padding-left:1em;
}

/*
	Tab of "tab controls"
*/
.ContractViewMenuCSSClass {
    color: white;
}

.ContractViewMenuCSSClass a.static.Tab, .ContractViewMenuCSSClass a.static.SelectedTab
{
	font-weight: bold !important;
	padding: 5px !important;
	border: solid 1px #3e6eab !important;
	margin-bottom: -1px !important;
}

.ContractViewMenuCSSClass a.static.Tab
{
	background-color: White !important;
	color: #3e6eab !important;
    margin-left: 5px;
}

.ContractViewMenuCSSClass a.static.SelectedTab
{
	background-color: #3e6eab !important;
	color: White !important;
}

div.TabContent
{
	background-color: White;
	border: 1px solid #3e6eab;
	padding: 5px;
	position: relative;
}

/*
*/

.NewsItemsRow td
{
	padding: 3px;
}

/*
*/
.NSGButton, .WizardNavigationButton
{
	margin: 7px 0px;
	background-color: #3e6eab;
	color: White;
	font-weight: bold;
	font-size: 0.85em;
	height: 4ex;
}

/*
	GRIDVIEW
*/

.Grid
{
	border: solid 1px #3e6eab;
	padding: 5px;
	width: 100%;
}

.GridHeader
{
	background-color: #799fce;
	color: White;
}

.GridEmpty
{
	width: 100%;
	border: 0;
	font-style: italic;
	background-color: White;
}

/*
	END GRIDVIEW
*/

/*
	WIZARD CONTROLS
*/

.Wizard
{
	width: 100%;
	border: solid 1px #3e6eab;
}

.WizardSideBar
{
	background-color: #3e6eab;
	padding: 5px;
}

.WizardStep
{
	height: 100%;
	vertical-align: top;
	padding: 7px;
	width: 95%;
	margin-right: 7px;
}

.WizardNavigationButton
{
	margin: 7px;
}

.WizardSidebar
{
	background-color: #799fce;
	width: 16em;
	height: 26em;
	vertical-align: top;
}

/*
	END WIZARD CONTROLS
*/

/*
	EXCEPTION VISUALIZER
*/

.ExceptionTitle
{
	font-weight: bold;
	border-bottom: solid 2px white;
	padding-bottom: 1px;
}

.ExceptionMessage, .ExceptionTitle
{
	color: Red;
}

.ExceptionBox
{
	background-color: #ffdddd;
	margin: 5px 0;
	padding: 5px;
	border: solid 1px Red;
	position: fixed;
	z-index: 10000;
	top: 25%;
	left: 20%;
	width: 60%;
    max-height: 50%;
    overflow-y:auto;
}

/*
	END EXCEPTION VISUALIZER
*/

/*
	YES/NO VISUALIZER
*/

div.YesNo
{
	border: solid 1px Green;
	padding: 5px;
	margin: 5px;
	background-color: #c6fbd7;
}

div.YesNo p
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.ModalPopupBackground
{
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/*
	END YES/NO VISUALIZER
*/

/*
	ASP.NET MENU ITEMS
*/

.MainMenu
{
	background-color: Transparent;
	display: inline-block;
    margin-left: 8px;
}

.PopoutMenu
{
	padding: 0px;
	border: solid 1px gray;
	z-index: 100;
}

.PopoutMenuItem
{
	border: solid 2px #ddd;
	z-index: 100;
}

.MenuItem
{
	border: solid 1px #ddd;
	z-index: 100;
    margin-right: 16px;
}

.MenuItemMouseOver
{
	border: solid 1px gray;
	z-index: 100;
}

.MenuItemMouseOver, .PopoutMenuItemMouseOver
{
	background-color: Silver;
	z-index: 100;
}

.MenuItem, .MenuItemMouseOver, .PopoutMenuItem, .PopoutMenuItemMouseOver
{
	padding: 2px;
	color: Black;
	z-index: 100;
}

/*
	END ASP.NET MENU ITEMS
*/

/*
	PAGE LAYOUT ELEMENT FORMATTING
*/

div#HeaderPanel {
    background-color: gainsboro;
    background-image: linear-gradient(to right, gainsboro, #0152AB, #0152AB, #0152AB);
}

div#MainPanel
{
	background-color: White;
}

div#NavigationPanel
{
	background-color: #ddd;
}

div#FooterPanel, div#HeaderPanel
{
	color: White;
}

#FooterPanel
{
	background-color: #0152AB;
}

div#FooterContentPanel
{
	font-size: 0.8em;
}

.NSGValidator {
    font-size: 1.5em;
    margin-left: .2em;
    color: crimson;
    animation: redBlinkingText 1.2s infinite;
}



@keyframes redBlinkingText {
    0% {
        color: crimson;
    }

    49% {
        color: crimson;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: crimson;
    }
}