/*
 * $History: WebApp.css $
 * 
 * *****************  Version 3  *****************
 * User: Brogers      Date: 12/28/06   Time: 3:04p
 * Updated in $/Agency/Agency
 * 
 * *****************  Version 2  *****************
 * User: Brogers      Date: 11/14/06   Time: 10:30a
 * Updated in $/Agency/Agency
 * 
 * *****************  Version 1  *****************
 * User: Brogers      Date: 8/29/06    Time: 1:30p
 * Created in $/Agency_1
 * 
 * *****************  Version 16  *****************
 * User: Brogers      Date: 7/17/06    Time: 10:55a
 * Updated in $/Agency/Agency
 * 
 * *****************  Version 15  *****************
 * User: Brogers      Date: 7/13/06    Time: 1:04p
 * Updated in $/ClaimsSolution/Claims
 * Commented out font settings for Hover and Selected
 * 
 * *****************  Version 14  *****************
 * User: Brogers      Date: 6/26/06    Time: 2:13p
 * Updated in $/NWLAdmin/NWLAdmin
 * 
 * *****************  Version 13  *****************
 * User: Brogers      Date: 5/08/06    Time: 4:12p
 * Updated in $/Agency/Agency
 * 
 * *****************  Version 12  *****************
 * User: Brogers      Date: 3/20/06    Time: 1:22p
 * Updated in $/Agency/Agency
 * 
 * *****************  Version 11  *****************
 * User: Brogers      Date: 2/27/06    Time: 10:05a
 * Updated in $/Agency/Agency
 * 
 * *****************  Version 10  *****************
 * User: Brogers      Date: 2/26/06    Time: 3:44p
 * Updated in $/NWL_Shared
 * 
 * *****************  Version 9  *****************
 * User: Brogers      Date: 2/17/06    Time: 1:32p
 * Updated in $/Agency/Agency
 * 
 * *****************  Version 8  *****************
 * User: Brogers      Date: 1/30/06    Time: 5:28p
 * Updated in $/Agency/Agency
 * 
 * *****************  Version 7  *****************
 * User: Brogers      Date: 1/23/06    Time: 12:18p
 * Updated in $/NWL_Shared
 * 
 * *****************  Version 6  *****************
 * User: Brogers      Date: 11/29/05   Time: 3:26p
 * Updated in $/SecuritySolution/Security
 * 
 * *****************  Version 5  *****************
 * User: Brogers      Date: 8/24/05    Time: 9:40a
 * Updated in $/SecuritySolution/Security
 * 
 * *****************  Version 4  *****************
 * User: Vladf        Date: 5/27/05    Time: 3:53p
 * Updated in $/NWLAdmin/NWLAdmin
 * 
 * *****************  Version 3  *****************
 * User: Vladf        Date: 5/09/05    Time: 9:59a
 * Updated in $/NWLAdmin/NWLAdmin
 * 
 * *****************  Version 1  *****************
 * User: Brogers      Date: 3/10/05    Time: 3:46p
 * Created in $/Agency/Agency/behavior
 * 
 * *****************  Version 1  *****************
 * User: Brogers      Date: 3/10/05    Time: 3:42p
 * Created in $/Agency/Agency/Agency_1/behavior
 * $NoKeywords: $
 */

/* colors: */
/* dark grey #333333 */
/* medium grey #666666 */
/* dark blue #273853 */
/* light blue #475F84 */
/* store locator blue #5080D9 */
/* blue-green #498898 */
/* dark green #334D22 */
/* light green #7C966B */
/* orange #FF8C3F */
/* "2" equals "dark blue" */
/* "reverse" equals "white" */
/* "highlight" equals "orange" */

/* -------------------------------------------------------------------------------------------------------- */

/* generic body styles */

P
{
	margin: 0px 0px 0px 0px;
}

body
{
	color: black;
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	text-align: center;
}

TABLE
{
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
}

TABLE.controlGroup
{
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #f9f7f4;
}

/* -------------------------------------------------------------------------------------------------------- */

/* html text links styles */
.textLink
{
	color: navy;
	line-height: 13px;
	font: bold 11px verdana, arial, helvetica, sans-serif;
}
.textLinks:hover
{
	color: #273853;
}

/* text links dark blue */
.textLinks2
{
	color: #273853;
	line-height: 13px;
	font: bold 11px verdana, arial, helvetica, sans-serif;
}
.textLinks2:hover
{
	color: #666666;
}

/* html text links non-bold styles */
.textLinksNonEmphasis
{
	color: #666666;
	text-decoration: underline;
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
}
.textLinksNonEmphasis:hover
{
	color: #273853;
}

/* text links white */
.textLinksReverse
{
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 13px;
	font: bold 11px verdana, arial, helvetica, sans-serif;
}
.textLinksReverse:hover
{
	color: #FF8C3F;
}

/* specs table links */
.textLinksSpecs
{
	color: #273853;
	line-height: 13px;
	font: bold 9px verdana, arial, helvetica, sans-serif;
}
.textLinksSpecs:hover
{
	color: #666666;
}

.textLinksExpand
{
	color: White;
	line-height: 15px;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------------------------------- */

/* normal text styles */
.textFixed
{
	line-height: 10px;
	font-family: 'Courier New';
	font-size: 9pt;
	color: Black;
}
.textFixedOld
{
	line-height: 13px;
	font: 11px;
	color: Black;
}
.text
{
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: Black;
}
.texthover
{
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #333333;
	background-color: #ddddff;
	cursor: hand;
}
.textselected
{
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: White;
	background-color: Navy;
}

/* normal text - not required */
.textNR
{
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #8a949c;
}

/* normal text - not required */
.textReq
{
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: red;
}

/* normal text - not required */
.textSuccess
{
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: green;
}

/* normal text dark blue */
.text2
{
	color: #273853;
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
}

/* normal text white */
.textReverse
{
	color: #FFFFFF;
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
}

/* normal text bold */
.textEmphasis2
{
	color: #666666;
	line-height: 13px;
	font: bold 11px verdana, arial, helvetica, sans-serif;
}

/* normal text bold */
.textEmphasis3
{
	line-height: 13px;
	font: bold 11px verdana, arial, helvetica, sans-serif;
}

/* normal text bold dark blue */
.textEmphasis
{
	line-height: 13px;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: Navy;
}

/* text bold slightly larger than textEmphasis */
.textLarge
{
	line-height: 13px;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	color: Navy;
}

/* italic text styles */
.textItalic
{
	font-style: italic;
}

/* underline text styles */
.textUnderline
{
	text-decoration: underline;
}

/* header text */
.header
{
	color: #000099;
	line-height: 14px;
	font: bold 14px tahoma, helvetica, verdana, arial, sans-serif;
}

/* header text dark blue */
.header2
{
	color: #273853;
	line-height: 13px;
	font: bold 13px verdana, arial, helvetica, sans-serif;
}

/* header text dark blue for compare product lines */
.header3
{
	color: #273853;
	line-height: 13px;
	font: bold 15px verdana, arial, helvetica, sans-serif;
}

/* header text dark blue for compare product lines */
.header4
{
	color: Maroon;
	line-height: 13px;
	font: bold 15px verdana, arial, helvetica, sans-serif;
}

/* header text dark blue for compare product lines */
.header5
{
	font: bold 12px tahoma, arial, helvetica, sans-serif;
	color: #b22222;
}

/* small text */
.textSmall
{
	color: #666666;
	line-height: 13px;
	font: 9px verdana, arial, helvetica, sans-serif;
}

/* small text blue */
.textSmall2
{
	color: #273853;
	line-height: 13px;
	font: 9px verdana, arial, helvetica, sans-serif;
}

/* pos navigation */
.POSNav
{
	color: #273853;
	font: bold 12px verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.POSNav:hover
{
	color: #eeebe6;
}

.POSSubNav
{
	color: #273853;
	line-height: 11px;
	font: bold 9px verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.POSSubNav:hover
{
	color: #eeebe6;
}

/* -------------------------------------------------------------------------------------------------------- */


/* FORMS */

/* dropDown */
.dropDown
{
	background-color: #FFFFFF;
	text-decoration: none;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	font: 10px verdana, arial, helvetica, sans-serif;
}

.dropDown_error
{
	background-color: #ffc0cb;
	text-decoration: none;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	font: 10px verdana, arial, helvetica, sans-serif;
}

INPUT.button
{
	background-color: Silver;
	color: navy;
	font-weight: bold;
	text-decoration: none;
	font: bold 10px verdana, arial, helvetica, sans-serif;
}

.color
{
	background-color: #FFFFFF;
	color: #333333;
	font: 10px verdana, arial, helvetica, sans-serif;
}

.readOnly
{
	background-color: #dcdcdc;
	color: #333333;
	font: 10px verdana, arial, helvetica, sans-serif;
}

.error
{
	background-color: #ffc0cb;
	color: #333333;
	font: 10px verdana, arial, helvetica, sans-serif;
}

.whiteButton
{
	background-color: #FFFFFF;
	color: #333333;
	font: bold 10px verdana, arial, helvetica, sans-serif;
}

textarea.color2
{
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	font: 10px verdana, arial, helvetica, sans-serif border-color:#696969;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}

.thinBorder
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.tabBorder
{
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.thickBorder
{
	border-right: gray 2px solid;
	border-top: gray 2px solid;
	border-left: gray 2px solid;
	border-bottom: gray 2px solid;
}

INPUT.highlightButton
{
	background-color: #dcdcdc;
	color: navy;
	font-weight: bold;
	text-decoration: none;
	font: bold 12px verdana, arial, helvetica, sans-serif;
}

/*------------
--- HEADER ---
------------*/
Table.TitleTable
{
	background-color: #277cb0;
	width: 100%;
	height: 40px;
	border: 0px;
}

Table.TitleTableDev
{
	background-color: Gray;
	width: 100%;
	height: 40px;
	border: 0px;
}

Table.TitleTableTest
{
	background-color: Olive;
	width: 100%;
	height: 40px;
	border: 0px;
}

.CompanyName
{
	font: 24pt Arial, Sans-Serif;
	line-height: 20pt;
	color: #f4f0eb;
}

.ApplicationTitle
{
	font: 12pt Arial, Sans-Serif;
	line-height: 10pt;
	color: #f4f0eb;
}

.PageTitle
{
	font: bold 14pt Arial, Sans-Serif;
	color: #f4f0eb;
}

/*--------------------------
--- COMMON TOOLBAR STYLE ---
--------------------------*/
TABLE.Toolbar
{
	width: 100%;
	background-color: #d2cac0;
	margin-bottom: 10px;
	padding-left: 2em;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

/* link style */
A.link
{
	text-decoration: none;
}
A.link:visited
{
	color: Navy;
}
A.link:hover
{
	color: Blue;
}


TABLE.Toolbar TD.Select, TABLE.Toolbar TD.Select SELECT
{
	padding-left: 1em;
	padding-right: 1em;
	font-size: xx-small;
	font-family: verdana, arial, helvetica, sans-serif;
}

TABLE.Toolbar TD.Icon
{
	padding: 2px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #d2cac0;
	cursor: hand;
	text-align: center;
}

TABLE.Toolbar TD.IconOver
{
	padding: 2px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px highlight;
	background-color: #ddddff;
	cursor: hand;
	text-align: center;
}

/*--------------------------
------- TAB BAR STYLE ------
--------------------------*/
TABLE.tabRow TH
{
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	text-align: left;
}

/* Hover and select */

.Hover
{
	/*	line-height: 13px;  	font: bold 11px verdana, arial, helvetica, sans-serif; */
	color: Navy;
	background-color: #ddddff;
	cursor: hand;
}

.Selected
{
	cursor: hand; /*	line-height: 13px;  	font: bold 11px verdana, arial, helvetica, sans-serif; */
	color: White;
	background-color: Navy;
}


/*----------------------
PAGE HEADINGS AND BUTTONS
--------------------*/


TABLE.PageSelectionTable
{
	width: 150px;
	padding: 6px;
}


TABLE.PageSelectionTable TD.PageSelection
{
	border: solid 1px highlight;
	background-color: #d2cac0;
	cursor: hand;
	text-align: left;
	height: 30;
	font: bold x-small verdana, arial, helvetica, sans-serif;
	padding-left: 0.5em;
	color: Black;
}

TABLE.PageSelectionTable TD.PageSelectionDisabled
{
	border: solid 1px highlight;
	background-color: #d2cac0;
	text-align: left;
	height: 30;
	font: bold x-small verdana, arial, helvetica, sans-serif;
	padding-left: 0.5em;
	color: Gray;
}

TABLE.PageSelectionTable TD.PageSelectionOver
{
	border: solid 1px highlight;
	background-color: #ddddff;
	cursor: hand;
	text-align: left;
	height: 30;
	font: bold x-small verdana, arial, helvetica, sans-serif;
	padding-left: 0.5em;
}

TABLE.PageSelectionTable TD.PageSelectionChosen
{
	border: solid 1px highlight;
	background-color: Navy;
	color: White;
	text-align: left;
	height: 30;
	font: bold x-small verdana, arial, helvetica, sans-serif;
	padding-left: 0.5em;
}


TABLE.FormPage
{
	width: 100%;
	background-color: #eeebe6;
	border: solid 1px black;
}

TABLE.FormPage TD.FormPageTitle
{
	background-color: #d2cac0;
	color: #000000;
	font: bold x-small verdana, arial, helvetica, sans-serif;
	padding-left: 0.5em;
	border: solid 1px black;
	height: 25px;
}

/*DIV.PageHolder
{
	position:relative;
	overflow:auto;
	text-align:center;
	width:expression(document.body.offsetWidth-this.clientLeft-this.offsetLeft-4);	
	height:expression(document.body.offsetHeight-this.clientTop-this.offsetTop-4); 
}*/

/* BEHAVIOR TEXT BOXES */

INPUT.integer
{
	background-color: #FFFFFF;
	color: #333333;
	font: 10px verdana, arial, helvetica, sans-serif;
}

INPUT.integerReadOnly
{
	background-color: #dcdcdc;
	color: #333333;
	font: 10px verdana, arial, helvetica, sans-serif;
}

INPUT.date
{
	background-color: #FFFFFF;
	color: #333333;
	font: 10px verdana, arial, helvetica, sans-serif;
	width: 72px;
}

INPUT.dateReadOnly
{
	background-color: #dcdcdc;
	color: #333333;
	font: 10px verdana, arial, helvetica, sans-serif;
	width: 72px;
}

INPUT.dateError
{
	background-color: #ffc0cb;
	color: #333333;
	font: 10px verdana, arial, helvetica, sans-serif;
	width: 72px;
}

INPUT.money
{
	background-color: #FFFFFF;
	color: #333333;
	font: 10px verdana, arial, helvetica, sans-serif;
	text-align: right;
	width: 85px;
}

INPUT.moneyReadOnly
{
	background-color: #dcdcdc;
	color: #333333;
	font: 10px verdana, arial, helvetica, sans-serif;
	text-align: right;
	width: 85px;
}

.Description
{
	line-height: 13px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #000099;
}


