/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	/* x          IEPORTAL MASTER STYLES            x */
	/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
body {
	background-color: #fff;
}

input[type='text'] {
	font-size: 0.8em;
	border: #7F9DB9 1px solid;
	height: 14px;
}

input[type='password'] {
	font-size: 0.8em;
	border: #7F9DB9 1px solid;
	height: 14px;
}

.txtBlue {
	color: #CADDF9;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: smaller;
}

.txtRed {
	color: red;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: smaller;
}

.txtDarkBlue {
	color: #4A61D6;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.txtRedSmall {
	color: #FF0000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.txtGreenSmall {
  color: green;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
}

.label {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 0.7em;
	line-height: normal;
	color: #000000;
	border-bottom: 0px solid;
	padding-right: 0px;
	border-right: 0px solid white-space :   nowrap;
}

.btnFrm, .btnFrm:hover{
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #EEF0FB;
	font-weight: bold;
	background-color: #5C73EE;
	border: 1px solid;
	border-top-color: #BCC6FA;
	border-left-color: #BCC6FA;
	border-right-color: #000;
	border-bottom-color: #000;
}

.buttonBlock {
	padding-top: 18px;
	padding-left: 5px;
}

.criteriaForm {
	background-color: #232B6D;
	margin: 0px;
}

.pageBody {
	background-color: #232B6D;
	color: #D2DAFC;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: normal;
	MARGIN-LEFT: 0pt;
	MARGIN-RIGHT: 0pt;
	MARGIN-TOP: 0pt;
	MARGIN-BOTTOM: 0pt;
}

.txtFrm {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 18px;
	text-transform: uppercase;
}

.dropdownFrm {
	font-family: Arial, Tahoma, Verdana, Geneva, Arial, Helvetica,
		sans-serif;
	font-size: 0.7em;
}

.labelNowrap {
	white-space: nowrap;
}

/*
    Popup styles
*/
.popupFrame {
	font-size: 0.7em;
	line-height: normal;
	color: #232B6D;
	white-space: nowrap;
}

.popupFrameTitle {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 0.8em;
	background: #333366;
	color: #fff;
}

/*
    End of Popup styles
*/
.formBody {
	background-color: #232B6D;
	margin: 4px;
}

.formStyle {
	background-color: #ddd;
}

#dummyIFrame {
	filter: mask();
}

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding-left: 8px;
	padding-right: 4px;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: lightyellow;
	color: #D90000;
	cursor: pointer;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid : DXImageTransform . Microsoft .
		Shadow(color = gray, direction = 135);
}

#dhtmltooltip P {
	margin-top: 8px;
	margin-bottom: 5px;
}

#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.errorPanel {
	border: 1px solid #999;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff
}

.regCol1 {
	padding-left: 2px;
	width: 30%
}

.regCol2 {
	padding-left: 2px;
	width: 40%
}

.regCol3 {
	padding-left: 22px;
	width: 30%
}

.regCol4 {
	padding-left: 6px;
	width: 40%
}

.regCol5 {
	padding-left: 6px;
	width: 60%
}

.regCol6 {
	padding-left: 6px;
	width: 20%
}

.regCol7 {
	padding-left: 6px;
	width: 80%
}

#regErrMsg ul {
	width: 70%;
}

.standardTable_Header { //
	color: #FF2119;
	background-color: #003399;
	padding: 4px;
	text-align: left;
	border-right: 1px solid #FFFFFF;
	font-size: 1.05em;
	white-space: nowrap;
	text-align: left;
}

.gridText {
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Geneva, Arial, Helvetica,
		sans-serif;
	font-size: 1.0em;
	white-space: nowrap;
	/*
  //background-color:#FFFFFF;
  border:1px solid #000000;
  width:100%;
*/
}

.rowOdd {
	background-color: #E7ECF9;
}

.rowEven {
	background-color: #FFFFFF;
}

.standardTable_ColumnCentered {
	text-align: center
}

.adminTable_Header {
	color: #FFFFFF;
	background-color: #003399;
	padding: 4px;
	text-align: left;
	border-right: 1px solid #FFFFFF;
	font-size: 1.05em;
	white-space: nowrap;
	text-align: left;
}


.errorMessage, .successMessage{
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

.errorMessage{
	color:#ff930e;
}

.successMessage{
	color:#00FF00;
}

.goButton, .goButton:hover{
	color:#FFFFFF;
	font-size:13px;
	font-weight: bold;
	line-height:13px;	
	border: 1px solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	margin:5px;
	padding: 2px 3px 0px 3px;
 	width:100px;
	height:20px;
	text-align: center;
/*	float:left;*/
	background-image:url(../images/main-nav-blue-gradient.jpg);
	font-family: helvetica, arial, sans-serif;
	cursor:pointer;
}

 #pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
	font-color:#FFFFFF;
	font-weight: bold;
	font-style: normal;
  	font-variant: normal;
	color:#FFFFFF;
	}


#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	
	}





