/* Default CSS Stylesheet for a new Web Application project */

BODY {
	BACKGROUND-COLOR: white;
	color: #595A5C;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal
}

.DetailPanel {
	BACKGROUND-COLOR: #f7f9f9;
	color: #595A5C;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal
}

.DetailPanelWhiteBG {
	background-color: #425581;
	color: white;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT { COLOR: #595A5C; }

H1 {
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

H2 {
	font-size: 1.75em;
	font-style: normal;
	font-weight: 700;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

H3 {
	font-size: 1.58em;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

H4 {
	font-size: 1.33em;
	font-weight: 500;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

H5, DT {
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

H6 {
	font-size: .8em;
	font-style: normal;
	font-weight: 700;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

TFOOT, THEAD {
	font-size: 1em;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

TH {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
	text-transform: none;
	vertical-align: middle;
	word-spacing: normal;
}	


A:link {
	color: #595A5C;
	text-decoration: none;
}

A:visited {
	color: #333399;
	text-decoration: none;
}

A:active {
	color: #333399;
	text-decoration: none;
}

A:hover {
	color: #3333cc;
	text-decoration: underline;
}

SMALL { font-size: .7em; }

BIG { font-size: 1.17em; }

BLOCKQUOTE, PRE { }	
	

UL LI { list-style-type: square; }

UL LI LI { list-style-type: disc; }

UL LI LI LI { list-style-type: circle; }

OL LI { list-style-type: decimal; }

OL OL LI { list-style-type: lower-alpha; }

OL OL OL LI { list-style-type: lower-roman; }

IMG {
	border-color: #003366;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;	
}

.mover {
	background: #F4FDEE; /*#ffffce; /*#FFFFD8;*/
}

tr {
	font-size: 12px;
	height: 25px;
}

.footer {
	color: #990000;
	font: 10px;
}

.pageHeader {
	color: #FF8428;
	font-size: 11px;
	height: 20px;
	text-align: right;
	vertical-align: bottom;
}

.alertHeader {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}

.cssLogin {
	color: White;
	font-family: Tahoma;
	font-size: 1px;
	font-weight: 100;
}

.cssWelcome {
	background-color: #003366;
	color: white; /*#008080;/*#325f87;*/
	font-family: Georgia;
	font-size: 22px;
	font-weight: 500;
}

.cssEDelivery {
	color: #4DA811; /*#008080;/*#325f87;*/
	font-family: Georgia;
	font-size: 23px;
	font-weight: 600;
}

.cssEDeliveryBG {
	background-color: #003366;
	color: #00E800;
	font-size: smaller;
}

.redHeader {
	color: red; /*#008080;/*#325f87;*/
	font-size: xx-small;
}

.tdHeader {
	font-size: 12px;
	font-weight: bold;
}

.confirm {
	background-color: #ffffcc;
	border-bottom: 1px solid #02397d;
	border-left: 1px solid #02397d;
	border-right: 1px solid #02397d;
	border-top: 1px solid #02397d;
	color: darkblue;
	font: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px 10px 10px 10px
}

.error {
	background-color: #ffffcc;
	border-bottom: 1px solid #02397d;
	border-left: 1px solid #02397d;
	border-right: 1px solid #02397d;
	border-top: 1px solid #02397d;
	color: #bf0000;
	font: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px 10px 10px 10px
}

.errorPopUp {
	color: red;
	display: none;
	font-size: 8pt;
}