/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	margin-top: 2px;
	margin-left: 2px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, MS Sans Serif;
}
a:link
{
	color: navy;
}
a:visited 
{
	color: navy;
}
a:hover {
	color: #ee0700; /*Darker red.*/
}

a:active 
{
	color: navy;
}
.Alternate
{
	background-color: #ffffcc;
}
TABLE
{
	border:0;
	padding:0px, 0px, 0px, 0px;
	background-color: transparent;
	border-color:Gray;
	border-collapse:collapse
}

.Menu,
a.Menu,
a.Menu:link {
	font-family: Verdana, Arial, MS Sans Serif;
	font-weight: lighter;
	font-size: 10pt;
	color: white;
	background-color: #012d5a;
	vertical-align: middle;
	text-decoration: none; /*!important;*/
}

	a.Menu:visited {
		color: white;
		background-color: #012d5a;
		text-decoration-color: white;
	}

	a.Menu:active {
		color: white;
		background-color: #012d5a;
	}

	a.Menu:hover {
		background-color: #012d5a;
		text-decoration: underline;
		color: White;
	}

.MenuBackground {
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, MS Sans Serif;
	background-color: #d9edff;
	text-decoration: none;
	color: Black;
}

.MenuHover {
	text-decoration: none;
	font-weight: bold;
	color: #ee0700;
	/*cursor: hand;*/
}

.TopMenu
{
	border-right: thin outset;
	padding-right: 2px;
	border-top: thin outset;
	padding-left: 2px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: thin outset;
	padding-top: 2px;
	border-bottom: thin outset;
	font-family: Verdana, Arial, MS Sans Serif;
	border-collapse: collapse;
	background-color: transparent;
}

TD
{
	font-size: 10pt;
	margin: 4px;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	vertical-align:top;
}

P
{
	margin-bottom:2px;
	margin-top:2px;
    FONT-SIZE: 10pt;
    COLOR: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
}

LI
{
	margin-bottom:2px;
	margin-top:2px;
    FONT-SIZE: 10pt;
    COLOR: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
}

.textbox
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #639ace 1px solid;
}

OPTION
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #639ace 1px solid;
}

TEXTAREA
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #639ace 1px solid;
}

h1 {
	margin-top: 2px;
	font-weight: bolder;
	font-size: 12pt;
	margin-bottom: 2px;
	color: #a52a2a;
	font-family: Verdana, Arial, MS Sans Serif;
}

h2
{
	margin-top: 2px;
	font-weight: bolder;
	font-size: 12pt;
	margin-bottom: 2px;
	color: #a52a2a;
	font-family: Verdana, Arial, MS Sans Serif;
}

h3
{
	margin-top: 0px;
	font-weight: bolder;
	font-size: 10pt;
	margin-bottom: 2px;
	color: #a52a2a;
	font-family: Verdana, Arial, MS Sans Serif;
}

OL
{
	margin-top: 2px;
	font-size: 10pt;
	margin-bottom: 2px;
	font-family: Verdana, Arial, MS Sans Serif;
}

.PageHeader
{
	font-weight: bolder;
	font-size: 14pt;
	color: #a52a2a;
	font-family: Verdana, Arial, MS Sans Serif;
	height: 21px;
}

.combo
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #FFFFFF;
    TEXT-ALIGN: left;
    FONT-FAMILY: Verdana, Arial, MS Sans Serif;
}

/*Use it for Labels to display field values on the screen (i.e. read only fields)*/
.label
{
	font-weight: bolder;
	font-size: 10pt;
	background: none transparent scroll repeat 0% 0%;
	font-family: Verdana, Arial, MS Sans Serif;
	text-align: left;
}

/*Use it for Labels where warning/confirmation messgaes needs to be displayed*/
.message
{
	font-weight: bolder;
	font-size: 10pt;
	background: none transparent scroll repeat 0% 0%;
	color: #0000cd;
	font-family: Verdana, Arial, MS Sans Serif;
	text-align: center;
}

.button
{
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: #639ace 1px solid;
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: #696969;
	font-family: Verdana, Arial, MS Sans Serif;
	background-color: #fff0b3;
}

.calendar
{
	border-right: #639ace 1px solid;
	border-top: gray 1px solid;
	font-size: 10pt;
	border-left: gray 1px solid;
	width: 17px;
	cursor: hand;
	color: maroon;
	border-bottom: #639ace 1px solid;
	font-family: Webdings;
	height: 17px;
	background-color: #fff0b3;
}

.ColumnHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif;
	background-color: #d9edff;
	text-align: center;
}
.ActiveTab
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: blue 1px solid;
	color: navy;
	border-bottom: none;
	font-family: Verdana;
	background-color: transparent;
}

.BlankTab
{
	border-right: none;
	border-top: none;
	font-weight: bold;
	font-size: 10pt;
	border-left: none;
	color: navy;
	border-bottom: blue 1px solid;
	font-family: Verdana;
	background-color: transparent;
}

.InactiveTab
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: blue 1px solid;
	color: navy;
	border-bottom: blue 1px solid;
	font-family: Verdana;
	background-color: #ffffff;
}

.TabPage
{
	border-right: blue 1px solid;
	border-top: none;
	border-left: blue 1px solid;
	color: navy;
	border-bottom: blue 1px solid;
	font-family: Verdana;
	background-color: transparent;
}
blockquote
{
	margin-top: 0px;
	margin-bottom:0px;
}
.PagesubHeader
{
	font-weight: bolder;
	font-size: 10pt;
	color: #a52a2a;
	font-family: Verdana, Arial, MS Sans Serif;
	height: 21px;
}

/*Use it for environment banner*/
.headerEnvironmentDevelopment {
	font-weight: bold;
	font-size: x-large;
	background-color: #41f4b2;
	border-color: #CC3300;
	border-width: 2px;
}

.headerEnvironmentSIT {
	font-weight: bold;
	font-size: x-large;
	background-color: #41d9f4;
	border-color: #CC3300;
	border-width: 2px;
}

.headerEnvironmentInternalUAT {
	font-weight: bold;
	font-size: x-large;
	background-color: #FF9933;
	border-color: #CC3300;
	border-width: 2px;
}

.headerEnvironmentExternalUAT {
	font-weight: bold;
	font-size: x-large;
	background-color: lawngreen;
	border-color: #CC3300;
	border-width: 2px;
}

.headerEnvironmentProduciton {
	display: none;
}

.headerEnvironmentError {
	font-weight: bold;
	font-size: x-large;
	background-color: #ee0700;
	border-color: #CC3300;
	border-width: 2px;
	width: 100%;
	display: block;
}

.HideMe {
	display: none;
}

.ShowMe {
	display: block;
}

.centerTextContent {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/********** AMP **********/
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.errorMessage {
	color: #ee0700; /* dark red */
}

.customFieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 15px;
}