/* Basic CSS styles This stylesheet is intended to match the style of the default Windows XP UI */
/* Default CSS styles. These styles override the basic HTML tags on the page  */
/* Version received from KF Apr 01 2006 v1.2   */

/*
===================== Added Own CSS Classes ===================
*/

.arrowCol{
	width:150px;
	text-align: center;
	border: 2px solid black;
}

.arrowTextColLeft{
	width:160px;
	text-align: left;
}

.arrowTextColRight{
	width:140px;
	text-align: right;
}


.arrowArrowCol{
	width:460px;
}


.arrowRow{
	height: 10px;
	background: #C0C0C0;
}
.popUpAgree{
	
}

.popUpAgreeHdr{	
	width:100%;
	background: green;
}

.popUpAgreeBody{
	width: 99%;
}


.uploadViewCol1{
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	width:250px;
	}

.uploadViewCol2{
	padding-left: 10px;
	width:auto;
	text-align: left;
	}


.resultSelectionCol1{
	width: auto;
	background: #d5dfe5;
	}

.resultSelectionCol2{
	width: 20px;
	background: #d5dfe5;
	}

.reportResultCol1{
	width: auto;
	text-align: center;
	background: #d5dfe5;
	}

.reportResultCol2{
	width: 5%;
	background: #d5dfe5;
	}


.uploadCol1{
	font-weight: bold;
	text-align: right;
	width:250px;
	}

.uploadCol2{
	width:auto;
	}
.inspectorBox{
	width: 900px;
	}

.inspectorCol1{
	width: 120px;
	white-space: nowrap;
	
	}
.inspectorCol2{
	width: 730px;
	}


.reportAlign{
	text-align: right;
	}
	
.reportExpcol1{
	width: 15%;
	}

.reportExpcol2{
	width: 85%;
	}


.reportByRow{
	}

.reportByRowTotal{
	border-top: 2px solid black;
	font-weight: bolder;
	}


.reportByCol1{
	width: 400px;
	}	

.reportByCol2{
	width: 200px;
	text-align: right;
	}	

.unitMeasureBoxWidth{
	top: 60px; 
	left: 360px;
	}

.unitMeasureBoxLenght{
	top: 110px;
	left: 360px;
	}
.quesSecCColAll{
	width: 98%;	
}	

.quesSecCCol1{
	width: 550px;
}	

.quesSecCCol2{
	width: 250px;
}	


.quesSecACol1{
	width: 130px;
	vertical-align: top;
}
.quesSecACol2{
	width: 10px;
	vertical-align: top;

}
.quesSecACol3{
	width: 400px;
	vertical-align: top;
	
}
.questionErrMess1{
	color:red;
	display:block;
	border:1px solid red;
	background: #fff4f0;
	margin-top:60px;
	border-color: #FF0000;
	text-align:center;
	}

.questionErrMess2{
	color:red;
	display:block;
	border:1px solid red;
	background: #fff4f0;
	margin-top:35px;
	border-color: #FF0000;
	text-align:center;
	}

.questionErrMess3{
	color:red;
	display:block;
	border:1px solid red;
	background: #fff4f0;
	margin-top:25px;
	border-color: #FF0000;
	text-align:center;
	}


.notification{
	border: 3px solid green;
	padding: 4px;

	vertical-align: middle;
	text-align: left;
	width: 500px;
	height: auto;
	}
	
.notificationSub{
	padding: 5px;
	padding-left: 60px;
	padding-top: 10px;
	vertical-align: middle;
	text-align: left;
	height: 220px;
	background: transparent url("./css-images/tools.png") no-repeat top left;
	}

	
.notificationButtontrue{
	border: none;
	text-align: center;
	height: 32px;
	width: 32px;
	background: transparent url("./css-images/notitrue.png") no-repeat center;
	}	
	
.notificationButtonfalse{
	border: none;
	text-align: center;
	height: 32px;
	width: 32px;
	background: transparent url("./css-images/notifalse.png") no-repeat center;
	}	

	
.notificationCol1{
	background:#CCFFCC;
	border:none;
	width:560px;
	text-align: justify;
}

.notificationRow1{
	background: transparent;
	border:none;
	white-space: nowrap;
	}

.notificationTxt{
	font-weight: bolder;
	font-style: italic;
	border:none;
	}

.notificationSeries{
	text-align: right;
	background:green;
	width:99%
}

.notificationIn{
	border: 2px solid green;
	padding: 2px;
	padding-left: 35px;
	padding-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: left;
	width: 800px;
	background: #FFFF79;
	}
	
.notificationInCol1{
	padding:3px;
	width: 30px;

	}
	
.notificationInCol2{
	padding:3px;
	width: 770px;
	}


.boxStyleMarking{
	text-align: center;
	width: 860px;
	margin-left:13px;
	}

.viewBoxColumnInputMark{
	white-space: nowrap;
	width: 750px;
	}
	
.viewCLabelMark{
	padding-top:5px;
	padding-left: 1px;
	padding-right: 1px;
	text-transform:uppercase;
	font: bold;
	height:auto;
	font-size: 10px;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	}
	
.viewBoxStyleMarkingExe{
	text-align: center;
	width: 860px;
	margin-left:13px;
	}

.viewBoxStyleMarking{
	text-align: center;
	width: 860px;
	margin-left:13px;
	}


.menuline{
	border-left:2px solid white;
	}

.waitingBox{
	padding: 5px;
	border: 2px solid green;
	vertical-align: middle;
	text-align: -moz-center;
	}
	
.waitingBoxInner{
	padding: 5px;
	border: 12px solid #CCFFCC;
	vertical-align: middle;
	text-align: -moz-center;
	}



.formMenu{
	vertical-align: top;
	width: 20%;
}

.formBody{
	margin-left: 2px;
	vertical-align: top;
}

.rowtrue{
	color: #FF0000;
	background: red;
	
}
.rowfalse{
}

.timberBoxStyle{
	vertical-align: top;
	text-align: -moz-center;
	width: 880px;
	margin-left:0px;
	}

.timberBox{
	vertical-align: top;
	text-transform:uppercase;
	font: bold;
	height:auto;
	font-size: 10px;
	white-space: nowrap;
	text-align: left;
	padding-right: 25px;
	}
	
.timberBoxPermit{
	vertical-align: top;
	text-transform:uppercase;
	font: bold;
	height:auto;
	font-size: 10px;
	white-space: nowrap;
	text-align: left;
	padding-right: 25px;
	}


.timberSelectInput{
	white-space: nowrap;
	
	}	

.cLabel1, .cLabel2, .cLabel2Full,  .cLabel2Exe,.cLabel3, .cLabel3Full,  .cLabel3Exe,
.cLabel4, .cLabel4Name, .cLabel4NameView, .cLabel5, .cLabel6, .cLabel7, .cLabel7Exe, .cLabel8Exe, .cLabel8, .cLabel9{
	text-transform:uppercase;
	font: bold;
	height:auto;
	font-size: 10px;
	white-space: nowrap;
	text-align: -moz-left;
	} 
.cLabel1{
	padding-left: 4px;
	padding-right: 0px;
	}
.meTo, .meFrom{
	border: 1px solid red;
	white-space: nowrap;
    padding: 1px;
    font-size: 10px;
    text-align: -moz-center;
    width: 150px;
	color:red;
	display:block;
	background: #fff4f0;
    }

.meTo{
	top: 210px;
	
}
.meFrom{
	top: 190px;
}


.cLabel2{
	padding-left: 4px;
	padding-right: 30px;
	}
.cLabel2Full{
	padding-left: 1px;
	padding-right: 1px;
	}	
.cLabel2Exe{
	padding-left: 8px;
	padding-right: 60px;
	}
.cLabel3{
	padding-left: 8px;
	padding-right: 46px;
	}
.cLabel3Full{
	padding-left: 8px;
	padding-right: 6px;
}
.cLabel3Exe{
	padding-left: 8px;
	padding-right: 6px;
}
.cLabel4Name{
	padding-left: 4px;
	padding-right: 55px;
	}
.cLabel4NameView{
	padding-left: 4px;
	padding-right: 55px;
	}
.cLabel4{
	padding-left: 4px;
	padding-right: 2px;
	}

.cLabel5{
	padding-left: 4px;
	padding-right: 4px;
	}
	
.cLabel6{
	padding-left: 4px;
	padding-right: 5px;
	}
.cLabel7{
	padding-left: 4px;
	padding-right: 15px;
	}
.cLabel7Exe{
	padding-left: 4px;
	padding-right: 0px;
	}

.cLabel8{
	padding-left: 10px;
	padding-right: 15px;
	}
.cLabel8Exe{
	padding-left: 34px;
	padding-right: 15px;
	}
	
.cLabel9{
	padding-left: 0px;
	padding-right: 3px;
	}
.cLabel9Exe{
	padding-left: 1px;
	padding-right: 0px;
	}	
.boxColumnLabel{
	text-transform:uppercase;
	font: bold;
	height:20px;
	font-size: 11px;
	white-space: nowrap;
	padding-left: 4px;
	}




ul{
	list-style-type: none;
}

.popUpHeigth{

	}


.outTxtWidth{
 	width: 170px;
		
}
.popupErrMessageStyle{
	width: 400px;
	}


.newRightPaginator{
	margin-left:45px;
	}

.rightPaginator{
	text-align: -moz-right;
	}

.outTxtWidth{
 	width: 160px;
		
}

.topBanner{
	text-align: -moz-center;
}


.imageButoon{
	border: 2px solid gray;
}

.imageButoon:hover{
	border: 2px solid white;
}

.imageButoon-dis{
	color: #ABABAB;
    text-decoration: none;
    border: 2px dotted #CCCCCC;
    cursor: default;
}



.paginatorMessage{
	font:bold;
	text-align: -moz-left;
}

.paginatorCounterTitle{
	font:bold;
	padding-left:350px;
	text-align: -moz-right;
	}

.otherInfoBox{
	border:2px solid green;
	}
	
.totalInfoBox{
	vertical-align:top;
	border:2px solid green;
	}

.miniBoxTitle{
	background-color: green;
	text-align: -moz-center;
	display:block;
	font: 12px;
	width: 880px;
	}

.paginatorCounter{
	text-align: -moz-right;
	}
.paginatorCounterRight{
	text-align: -moz-right;
	}

.standard{
	text-align: -moz-left;
	font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.standardRight{
	font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.topLable{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}


.tableRowSelected{
    background-color:#ddaa77;

}
.tableRowMouseOver{
    background-color:#ffbb99;    
}

.columnCenter{
	text-align: -moz-center;
	}



.showData{
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    width:150px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #BEBEBE;
    border: 1px solid #BEBEBE;
    margin: 2px;
    display:block;
    height: 18px;
    white-space: nowrap;
	}

.showData1{
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    width:150px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #BEBEBE;
    border: 1px solid #BEBEBE;
    margin: 2px;
    display:block;
    height: 18px;
    white-space: nowrap;
	}
	
.showData2{
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    width:410px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #BEBEBE;
    border: 1px solid #BEBEBE;
    margin: 2px;
    display:block;
    height: 18px;
    white-space: nowrap;
	}
	
.labelwidth{
	padding: 10px;
	width: 110px;
	}

.showInvisible{
	font-family: Arial, Helvetica, sans-serif;
    width:150px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: transparent;
        margin: 2px;
    display:block;
    height: 18px;
	}

.totalSum{
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background: #BEBEBE;
    border: 1px solid #ABABAB;
    margin-right: 5px;
    width:60px;
    display: block;
    height: 20px;
	}
.columnSub1{
	width: 15%;
	white-space: nowrap;
	}
.columnSub2{
	width: 50%;
	white-space: nowrap;
	}
.columnSub3{
	width: 15%;
	}

.draggableHeader{
	width: 100%;
		background: orange;
	}

.draggableHeaderText{
	text-align: -moz-left;
    border: 0px;
    margin-left: 2px;
    padding: 0px;
	}
.draggableHeaderButton{
	text-align: -moz-right;
    border: 0px;
    margin: 0px;
    padding: 0px;

	}

.rightSide{
	text-align: -moz-right;
	}

.gradeRequestform{
	padding-left: 20px;
	}


.columnAutoNoboder{
	width: auto;
	}

.columnAuto{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
	text-align: -moz-center;
	width: auto;
	border:1px solid gray;
	}

.columnAuto1{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
	text-align: -moz-center;
	width: 142px;
	border:1px solid gray;
	}


.columnAuto2{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
	text-align: -moz-center;
	width: 50px;
	border:1px solid gray;
	}

.columnAuto3{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
	text-align: -moz-center;
	width: 180px;
	border:1px solid gray;
	}

.boxStyle1{
	vertical-align: top;
	width: 100%;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom: 2px solid white;
	}
	
.subBoxStyle{
	text-align: -moz-center;
	}

.boxStyle{
	text-align: -moz-center;
	width: 880px;
	margin-left:0px;
	}
	
.paginatorBox{
	text-align: -moz-center;
	width: 100%;
	margin-left:13px;
	}

	
.mainboxStyle{
	text-align: -moz-center;
	width: 880px;
	}

.boxSeparatorColumn{
	width:295px;
	}
	
.boxSeparatorColumnPopup{
	width:480px;
	}
.boxColumnLabelMed{
	text-transform:uppercase;
	font: bold;
	font-size: 11px;
	padding-left: 10px;
	width: 230px;
	text-align: -moz-center;
	display: block;
	}
	

	


.sideColumnLabel{
	text-transform:uppercase;
	font: bold;
	height:28px;
	font-size: 11px;
	padding-left: 2px;
	width: 100px;
	white-space: inherit;
	border: 2px solid black;
	}


.boxColumnLabelLong{
	text-transform:uppercase;
	font: bold;
	font-size: 11px;
	padding-left: 10px;
	width: 350px;
	text-align: -moz-right;
	}

.boxColumnBody{
	width: 99%;
	background: #BEBEBE;
	}

.boxColumnLabelForPopUp{
	text-transform:uppercase;
	font: bold;
	font-size: 11px;
	padding-left: 10px;
	width: 130px;
	white-space: nowrap;
	}

.boxColumnInputForPopUp{
	width: 170px;
	white-space: nowrap;
	}	

.boxColumnInput{
	width: 200px;
	white-space: nowrap;
	}	
	


.tableRowSelected{
    background-color:#ddaa77;

}
.tableRowMouseOver{
    background-color:#ffbb99;    
}

.boxColumnOutput{
   
    font-size:12px;
    width: 150px;
    margin-bottom: 2px;
    padding: 2px;
}
	
.titleHeader{
	text-align: -moz-center;
	font-size:20px;
	margin-left: 70px;
	}
	

.exportHeader{
	font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  	text-transform:uppercase;
  	text-align:-moz-center;
	display:block;
	border-bottom:2px solid green;
    width:880px;
    height:17px;
   	
	}



.notice{
	font-size:9px;
	}

.body, table {
    font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#595959;
}


.logo {
    padding-left:80px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
}

/*Outermost div */
.outer {
    text-align:-moz-center;
}

/*For the menu advert, login and login Table margins and padding */
.advertForm, .genericForm {

}

.loginForm{
    background: #CCFFCC;
    text-align: -moz-center;
    width: auto
}

.centerAlign{
	vertical-align: middle;
	text-align: -moz-center;
	}

.loginTbl{
    margin:0px;
    padding:0px;
    background: #CCFFCC;
    height: 100%;
    text-align: -moz-center;
}




.loginLabel{
	text-align: -moz-center;
	}

/*generate boxes for sms, advert and login */
.sms, .advert, .login {
    vertical-align:top;
	padding-left:5px;
    padding-right:5px;
    padding-top:15px;
    padding-bottom:2px;
    margin-top:10px;
    margin-left:0px;
    margin-right:5px;
    width:206px;
}

.sms
{
    text-align:-moz-left;
 	border: 1px solid #FAC963;
	background: #fbf9dd url("./css-images/sms.gif") no-repeat top right;
    padding-bottom:10px;
}

.advert
{
    text-align:-moz-center;
  	border: 1px solid #C9F775;
	background: #F0FFCC;
}

.login {
    text-align:-moz-left;
  	border: 1px solid #b1d5f4;
	background: #EAF8FF url("./css-images/lock.gif") no-repeat top right;
}

.sms h4, .advert h4{
    text-align:-moz-left;
	text-transform: uppercase;
	color: #ff6600;
	border-bottom: 2px solid #ff6600;
	margin-bottom: 10px;
}

.sms h4 {
    font-size:10px;
	color: #ff6600;
	border-bottom: 2px solid #ff6600;
}

.advert h4 {
    font-size:10px;
	color: #008000;
	border-bottom: 2px solid #008000;
}

.login h4, .loginShow {
    font-size:10px;
    text-align:-moz-left;
    text-transform:uppercase;
	color: #3DABED;
	border-bottom: 2px solid #3DABED;
}

.loginOutputText {
    text-align:-moz-left;
    text-transform:uppercase;
    color: #3DABED;
}



/* For Nifty rounded boxes */
div#box div#sms{width:206px;color:#FFF}

div#box {
  background:#FFFF99;
  border: 1px solid #FAC963;
  margin-top:10px;
  margin-right:5px;
  margin-top:10px;
}


div#sms {
  background:#E8FDF8;
  margin-top:10px;
}

div#sideAdvert {
  background:#FFD5FF;
  margin-top:10px;
}


.menuForm {
	background:#CCFFCC;
    margin: 0px;
    padding-top:8px;
    padding-left:3px;
    padding-right:2px;
    padding-bottom:8px
}

.nowrap  {
    white-space:nowrap;
}



/* emphasize child row */
.childRowStyle {
   /* padding-left:15px;*/
}

.childRowIndentStyle .menuOutputText{
      font-size:11px;
}

/* For submenus */
.childRowIndentStyle {
    padding-left:12px;
    padding-top:2px;
    padding-bottom:2px;
    background-color:#FFFFFF;
    font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
    width:auto;
    display:block;
    text-decoration:none;
    margin:0px;
}

/* Outer menu */
.menu{
    background-color:#FFFFFF;
    border-collapse: collapse;
    border: none;
    padding:0px;
    margin-left:0px;
    margin-bottom:0px;
    font-size:10px;
    width:200px;
}


/* emphasize parent row of menu*/
.groupRowStyle {
    font-weight: bold;
}


/* Parent row menu text */
.groupRowIndentStyle .menuOutputText{
      font-size:12px;
      text-decoration:none;
}

.groupRowIndentStyle-dis{
      font-size:12px;
      text-decoration:none;
}


/* emphasize parent row */
.groupRowIndentStyle-dis {
    background-color:#99FF99;
    height:auto;
    padding-left:10px;
    padding-top:2px;
    padding-bottom:2px;
    font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    float:none;
    display:block;
    width:100%;
    margin-left:3px;
    white-space: nowrap;
}

.groupRowIndentStyle {
    background-color:#99FF99;
    height:auto;
    padding-left:10px;
    padding-top:2px;
    padding-bottom:2px;
    font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    float:none;
    display:block;
    width:100%;
    margin-left:3px;
    white-space: nowrap;
}


.mainSideMenuStyle {
    background-color:#99FF99;
    height:auto;
    padding-left:2px;
    padding-top:2px;
    padding-bottom:2px;
    font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    float:none;
    display:block;
    width:260px;
    margin-left:2px;
}


.groupRowIndentStyle:hover{
    background-color:#99FFCC;
}

/* Row and column settings for menus */
.exRow, .exColumn {
    border:none;
    margin:0px;
    border-collapse:collapse;
    padding-bottom:0px;
    border-color: FFFFFF;
    font-size:12px;
    width:206px;
    background-color: #FFFFFF;
}

/* Apply to any css box if need shadow

Shadow Border for the boxed container (Can be replaced with others)
Shadow for the border
Shadow shift to shift the shadow border sligtly upwards and left of the shadow */

.shadow {
    display:block;
    float:none;
    /*padding:0 5px 5px 0; */
    background: url(./css-images/shadow.png) no-repeat bottom right;
    /*margin: 18px 0 0 18px; */
}


.shadowBorder {
    display:block;
    position:relative;
    top:-2px;left:-2;
    padding:0px;
    background:#FFFFFF;
    border:1px solid;
    border-color: #cccccc #666666 #666666 #cccccc;
    margin:0px;
    float: none;
}

.shadowShift {
    position:relative;
    top:-2px;left:-2;padding:0px;
    float: none;
}

.verticalAlign {
	vertical-align: top;
}

.popupButton {
    text-align: -moz-right;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.fullWidth {
    display:block;
    width:100%;
}

.message {
    color:#0083B3;
}

.message, .error, .warning {
    border: 1px solid;
    margin-top: 10px;
    margin-left: 20px;
    margin-right:20px;
    margin-bottom:10px;
    padding: 8px 20px 8px 45px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
    display: block;
    width:auto;
    text-align: center;
    vertical-align: bottom;

}

.error {
    background: #fff4f0;
    border-color: #FF0000;
    color: #FF0000;

}

.headerLine{
	border-top: 1px solid green;
	}

.warning {
    border-color: #ffe488;
    color: #000;


}

.message {
    border-color: #CCCCFF;
    color: #000;
}

.dataBlock,
.dataBlockProfile,
.dataBlockUtil,
.dataBlockGroupProfile,
.dataAddUser,
.dataBlockFaq,
.dataBlockSearch,
.dataBlockEdit,
.dataBlockNoEdit,
.dataBlockDownload,
.dataBlockNoEntry,
.dataBlockImportant,
.dataDeleteUser {
	border: 1px solid #b7ec93;
	padding: 15px 20px 20px 20px;
	margin-bottom: 15px;
    margin-left:8px;
    margin-top:10px;
    width:720px;
	
}

.dataBlockUtil {
  	background: #f3fced url("./css-images/tools.gif") no-repeat top right;
}

.dataBlockProfile {
  	background: #f3fced url("./css-images/person.gif") no-repeat top right;
}

.dataBlockGroupProfile {
  	background: #f3fced url("./css-images/people.gif") no-repeat top right;
}

.dataAddUser {
  	background: #f3fced url("./css-images/user_add.gif") no-repeat top right;
}

.dataDeleteUser {
  	background: #f3fced url("./css-images/user_delete.gif") no-repeat top right;
}

.dataBlockFaq {
  	background: #f3fced url("./css-images/faq.gif") no-repeat top right;
}

.dataBlockSearch {
  	background: #f3fced url("./css-images/search.gif") no-repeat top right;
}

.dataBlockEdit {
  	background: #f3fced url("./css-images/edit.gif") no-repeat top right;
}

.dataBlockNoEdit {
  	background: #f3fced url("./css-images/noedit.gif") no-repeat top right;
}

.dataBlockDownload {
  	background: #f3fced url("./css-images/download.gif") no-repeat top right;
}

.dataBlockNoEntry {
  	background: #f3fced url("./css-images/noentry.gif") no-repeat top right;
}

.dataBlockImportant {
  	background: #f3fced url("./css-images/important.gif") no-repeat top right;
}

.subDataBlock {
    width:auto;
	border: 1px solid #B6DAB6;
	padding: 15px 20px 20px 15px;
	margin:5px;
	background: #E7FFCE;
    white-space: nowrap;
}


.dataBlock h4,
.subDataBlock h4,
.dataBlockProfile h4,
.dataBlockGroupProfile h4,
.dataBlockUtil h4,
.dataBlockImportant h4,
.dataBlockNoEntry h4,
.dataBlockDownload h4,
.dataBlockNoEdit h4,
.dataBlockEdit h4,
.dataAddUser h4,
.dataDeleteUser h4,
.dataBlockFaq h4,
.dataBlockSearch h4 {
    font-size:12px;
  	text-transform: uppercase;
	color: #008000;
	border-bottom: 2px solid #008000;
	margin-bottom: 10px;
}

.h1, .h2,.h3, .h4, .h5, .h6 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: normal;
	font-weight: bold;
    white-space: nowrap;

}
.h1 {
	font-weight: 600;
	font-size: 20px;

}
.h2 {
	font-size: 16px;
	font-weight: 500;

}
.h3 {
	font-size: 14px;
	font-weight: bold;

}
.h4 {
	font-size: 12px;
	font-weight: bold;

}

table {
    border-collapse:collapse;
}

/*=================== Font Family, Size and Color ============== */
/* set the attributes for the font family, size and color for ALL elements on the page */
/* make the fonts inside tables and forms == the default size of the page */

/*    body, table {
        padding: 3ex 3em 3ex 3em;
        font-family: Arial, sans-serif;
        font-size:1px;
        background-color: #eed; }
*/




/* now set the size and other attributes of the fonts for any of the form elements for non-ICE form elements. (note this will also affect any ICE components that render out any of the following HTML tags  */
input, textarea, select {
}


/*
=================== HTML Form Element Appearence ==============
*/

/* set the style elements for any of the textarea form elements   */
textarea {

}
/* set the style elements for any of the select form elements   */
select {

}
/* set the style elements for any of the input form elements   */
input {

}


/*
=================== Style class definitions for ICE Standard Extended Component Appearance ==============
*/
.iceInpTxt, .iceInpSecrt, .iceInpTxtArea {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-size: 12px;
}

.iceSelMnyCb {
    white-space: nowrap;
}

.iceSelMnyCb label{
    white-space: nowrap;
    font-size: 12px;
    color: black;
}


.iceSelMnyCb input, .iceSelOneRb input, .iceSelBoolChkbx {
    background-color:#CCFFCC;
    padding:2px;
    margin:2px;
    cursor:default;
    color:#FFFFFF;
    border:none;
}
.iceSelOneRb label{
	font-size: 13px;
    padding:2px;
    margin:2px;
    cursor:default;
    color:#000000;
    border:none;
}


.iceInpTxt, .iceInpSecrt {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 2px;
    width:200px;
    
}

.iceSelOneMnu, .iceSelMnyLb, .iceSelMnyMnu, .iceSelOneLb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
}

.iceInpTxtArea {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 2px;
}

.iceCmdLnk, .iceOutLnk {
    font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	text-decoration:none;
    font-weight:normal;
	color:#2a56d6;
}

.iceCmdLnk:hover, .iceCmdLnk:visited:hover, .iceOutLnk:visited:hover {
	color:#2a56d6;
	text-decoration:underline;
}


.iceOutTxt, .iceOutLbl .iceOutFrmt{
     font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
     font-size:12px;
     color:#000000;
     padding-left: 0px;
     padding-right: 0px;
     padding-top: 2px;
     padding-bottom: 2px;
}

.iceCmdBtn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}



/*
=================== ICE Component Appearence ==============
*/
/*
----------- Calendar Component classes
*/
.iceSelInpDate {
/* calendar outline & background color */
	background-color: #FFFFFF;
    border: 1px solid #ABABAB; /* removed margin from calendar outline - better absolute positioning of popup */
/*margin:10px;*/
}

.iceSelInpDateIFrameFix {
   z-index: -1;
   position: absolute;
   display: block;
   filter: mask();
} 
 
.iceSelInpDateInput {
    width: 130px;
    margin-left:2px;
}

.iceSelInpDateOpenPopup {
    display: block;
    text-decoration: none;
    background-color: transparent;
    background-image: url( "./css-images/cal_button.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
}

.iceSelInpDateClosePopup {
    display: block;
    text-decoration: none;
    background-color: transparent;
    background-image: url( "./css-images/cal_off.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
}

.iceSelInpDateMonthYear {
    background-color: #EFEFEF;
    background-image: url( "./css-images/table_col_header.gif" );
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: normal;
    text-align: center;
    color: #000000;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
}

.iceSelInpDateMonthYear img {
    border: none;
}

.iceSelInpDateMovePrev {
    text-decoration: none;
    display: block;
    background-color: transparent;
    background-image: url( "./css-images/cal_arrow_left.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateMoveNext {
    text-decoration: none;
    display: block;
    background-color: transparent;
    background-image: url( "./css-images/cal_arrow_right.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateWeek {
/* the days of the week row */
    font-weight: normal;
    color: #2A6CC2;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #000000;
}



/* set the look for the days of the week backgrounds */
.iceSelInpDateDay, .iceSelInpDateCur {
/* the background & alignment for the days */
    padding: 3px;
    text-align: center;
}

.iceSelInpDateCur .iceOutTxt{
	color:#FFFFFF;
}

/* now set the attributes for the numbers for each day of the week */
.iceSelInpDateDay a {
/* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

.iceSelInpDateCur a {
    text-decoration: none;
    background-color: #2A6CC2;
    border: 1px solid #2A6CC2;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}
/* now set the color attributes for the hover effect on non-current days */
.iceSelInpDateDay a:hover {
/* the day text */
    text-decoration: none;
    color: #2A6CC2;
}



/*
----------- Data Table Component classes
*/
.iceDatTbl { /* was iceDataTblOutline */
    background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    margin: 1px;
}

.iceDatTbl table{
	border-collapse:collapse;
}

.iceDatTblColHdr , .iceDatTblColHdr1, .iceDatTblColHdr2{ 
/* was iceTblHeader */
    background-color: #EFEFEF;
    background-image: url( "./css-images/table_col_header.gif" );
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: normal;
    text-align: center;
    color: #000000;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
	font-size:12px;
	text-transform: uppercase;
	font: bolder;
	
}

/* data tables are rendered with alternating row colors */
.iceDatTblRow1 { /* was iceTblRow1 */
    background-color: #FFFFFF;
}

.iceDatTblRow2 { /* was iceTblRow2 */
    background-color: #FFFFFF;
}
/* set the common attributes for the column classes */
.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2, .iceDatTblCol3, .iceDatTblCol4, .iceDatTblCol5, .iceDatTblCol6, .iceDatTblCol7, , .iceDatTblCol8{
/*was column, column1, column2, column3*/
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	text-align:left;    
}

.iceDatTblCol1 {
    vertical-align: top;
}

.iceDatTblHdr{} /*was iceTblHeader */
.iceDatTblFtr{} /*was iceTblFooter */


/*
----------- Data Scroller Component classes
*/
.iceDatPgrScrOut {
/* the class for the outside table */
    background-color: #FFFFFF;
    margin: 10px;
}

.iceDatPgrScrBtn {
/* the cells behind the scroll buttons */
    background-color: #FFFFFF;
    padding: 2px;
}

.iceDatPgrTbl {
/* the container for the pagination*/
    background-color: #FFFFFF;
}

/* set the common attributes for the pagination numbers */
.iceDatPgrScrCol a, .iceDatPgrCol a {
    text-decoration: none;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #666666;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #FFFFFF;
}

* html .iceDatPgrCol a {
    width: 1%;
}

/* override the attributes for the currently selected page */
.iceDatPgrScrCol a {
    color: #FFFFFF;
    border: 1px solid #2A6CC2;
    background-color: #2A6CC2;
}

* html .iceDatPgrScrCol a {
    width: 1%;
}

/* set the attributes for the mouseover on none-current pages */
.iceDatPgrCol a:hover {
    color: #000000;
    border: 1px solid #2A6CC2;
}

/*
----------- File Tree Component classes
*/
.fileTreeOutlineClass {
    background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    margin: 10px;
}

.nodeClass {
    background-color: #FFFFFF;
    padding-left: 3px;
}

.footerClass {
    border-top: 1px solid #ABABAB;
    color: #666666;
    padding: 4px;
}

.treeTableHdrClass {

}

/*
----------- Tabbed Pane Component classes
*/

/* tabOn style classes */

.icePnlTbOn { /* was iceTabSetTabOn */
}

.icePnlTbOn .MidMid td{
	font-weight: bold;
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOn .LftTop {
    background-color: transparent;
    background-image: url( "./css-images/on-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 0px;
    border: none;
}

.icePnlTbOn .MidTop {
    background-color: transparent;
    background-image: url( "./css-images/on-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 0px;
    border: none;
}

.icePnlTbOn .RtTop {
    background-color: transparent;
    background-image: url( "./css-images/on-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 0px;
    border: none;
}

.icePnlTbOn .LftMid {
    background-color: transparent;
    background-image: url( "./css-images/on-left-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .MidMid {
    background-color: transparent;
    background-image: url( "./css-images/on-mid-mid.gif" );
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOn .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}


* html .icePnlTbOn .MidMid a {
    width: 1%;
}

.icePnlTbOn .RtMid {
    background-color: transparent;
    background-image: url( "./css-images/on-right-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOn .LftBtm {
    background-color: transparent;
    background-image: url( "./css-images/on-left-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOn .MidBtm {
    background-color: transparent;
    background-image: url( "./css-images/on-mid-bot.gif" );
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOn .RtBtm {
    background-color: transparent;
    background-image: url( "./css-images/on-right-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

/* tabOff style classes */

.icePnlTbOff { /* was iceTabSetTabOff*/

}

.icePnlTbOff .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOff .LftTop {
    background-color: transparent;
    background-image: url( "./css-images/off-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 0px;
    border: none;
}

.icePnlTbOff .MidTop {
    background-color: transparent;
    background-image: url( "./css-images/off-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 0px;
    border: none;
}

.icePnlTbOff .RtTop {
    background-color: transparent;
    background-image: url( "./css-images/off-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 0px;
    border: none;
}

.icePnlTbOff .LftMid {
    background-color: transparent;
    background-image: url( "./css-images/off-left-mid.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 0px;
    border: none;
}

.icePnlTbOff .MidMid {
    background-color: transparent;
    background-image: url( "./css-images/off-mid-mid.gif" );
    background-repeat: repeat-x;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOff .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOff .MidMid a {
    width: 1%;
}

.icePnlTbOff .RtMid {
    background-color: transparent;
    background-image: url( "./css-images/off-right-mid.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 0px;
    border: none;
}

.icePnlTbOff .LftBtm {
    background-color: transparent;
    background-image: url( "./css-images/off-left-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOff .MidBtm {
    background-color: transparent;
    background-image: url( "./css-images/off-mid-bot.gif" );
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOff .RtBtm {
    background-color: transparent;
    background-image: url( "./css-images/off-right-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

/* tabOver style classes */

.icePnlTbOver { /* was iceTabSetTabOver */

}

.icePnlTbOver .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}


.icePnlTbOver .LftTop {
    background-color: #AEAEAE;
    background-image: url( "./css-images/over-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 0px;
    border: 1px;
}

.icePnlTbOver .MidTop {
    background-color: transparent;
    background-image: url( "./css-images/over-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 0px;
    border: 1px;
}

.icePnlTbOver .RtTop {
    background-color: #AEAEAE;
    background-image: url( "./css-images/over-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOver .LftMid {
    background-color: transparent;
    background-image: url( "./css-images/over-left-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 0px;
    border: none;
}

.icePnlTbOver .MidMid {
    background-color: transparent;
    background-image: url( "./css-images/over-mid-mid.gif" );
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOver .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOver .MidMid a {
    width: 1%;
}

.icePnlTbOver .RtMid {
    background-color: transparent;
    background-image: url( "./css-images/over-right-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 0px;
    border: none;
}

.icePnlTbOver .LftBtm {
    background-color: transparent;
    background-image: url( "./css-images/over-left-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOver .MidBtm {
    background-color: transparent;
    background-image: url( "./css-images/over-mid-bot.gif" );
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOver .RtBtm {
    background-color: transparent;
    background-image: url( "./css-images/over-right-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

/* tabSpacer */

.icePnlTbSetSpcr {
    width: 100%;
    border-bottom: 1px solid #ABABAB;
}

/* tabPanel */
.icePnlTbSet { /* was iceTabSet*/
   width: 100%;
}

.icePnlTbSetCnt { /*newly added class*/
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}

.icePnlTbSetCntBtm { /*was iceTabSetBottom*/
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}

/* TABS ON BOTTOM STYLE CLASSES */
/* tabOn style classes */

.icePnlTbOnBtm {

}

.icePnlTbOnBtm .MidMid td{
	font-weight: bold;
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOnBtm .LftTop {
    background-color: transparent;
    background-image: url( "./css-images/tbot-on-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOnBtm .MidTop {
    background-color: transparent;
    background-image: url( "./css-images/tbot-on-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    border: none;
}

.icePnlTbOnBtm .RtTop {
    background-color: transparent;
    background-image: url( "./css-images/tbot-on-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOnBtm .LftMid {
    background-color: transparent;
    background-image: url( "./css-images/on-left-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOnBtm .MidMid {
    background-color: transparent;
    background-image: url( "./css-images/on-mid-mid.gif" );
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOnBtm .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOnBtm .MidMid a {
    width: 1%;
}

.icePnlTbOnBtm .RtMid {
    background-color: transparent;
    background-image: url( "./css-images/on-right-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOnBtm .LftBtm {
    background-color: transparent;
    background-image: url( "./css-images/tbot-on-left-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOnBtm .MidBtm {
    background-color: transparent;
    background-image: url( "./css-images/tbot-on-mid-bot.gif" );
    background-repeat: repeat-x;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOnBtm .RtBtm {
    background-color: transparent;
    background-image: url( "./css-images/tbot-on-right-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

/* tabOff style classes */

.icePnlTbOffBtm { /* was iceTabSetTabOffBottom*/

}

.icePnlTbOffBtm .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}

.icePnlTbOffBtm .LftTop {
    background-color: transparent;
    background-image: url( "./css-images/tbot-off-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOffBtm .MidTop {
    background-color: transparent;
    background-image: url( "./css-images/tbot-off-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    border: none;
}

.icePnlTbOffBtm .RtTop {
    background-color: transparent;
    background-image: url( "./css-images/tbot-off-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOffBtm .LftMid {
    background-color: transparent;
    background-image: url( "./css-images/off-left-mid.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOffBtm .MidMid {
    background-color: transparent;
    background-image: url( "./css-images/off-mid-mid.gif" );
    background-repeat: repeat-x;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOffBtm .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOffBtm .MidMid a {
    width: 1%;
}

.icePnlTbOffBtm .RtMid {
    background-color: transparent;
    background-image: url( "./css-images/off-right-mid.gif" );
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOffBtm .LftBtm {
    background-color: transparent;
    background-image: url( "./css-images/tbot-off-left-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOffBtm .MidBtm {
    background-color: transparent;
    background-image: url( "./css-images/tbot-off-mid-bot.gif" );
    background-repeat: repeat-x;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOffBtm .RtBtm {
    background-color: transparent;
    background-image: url( "./css-images/tbot-off-right-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

/* tabOver style classes */

.icePnlTbOverBtm { /* was iceTabSetTabOverBottom*/

}

.icePnlTbOverBtm .MidMid td{
    white-space: nowrap;
    text-align: center;    	
}


.icePnlTbOverBtm .LftTop {
    background-color: transparent;
    background-image: url( "./css-images/tbot-over-left-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOverBtm .MidTop {
    background-color: transparent;
    background-image: url( "./css-images/tbot-over-mid-top.gif" );
    background-repeat: repeat-x;
    text-align: center;
    border: none;
}

.icePnlTbOverBtm .RtTop {
    background-color: transparent;
    background-image: url( "./css-images/tbot-over-right-top.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
}

.icePnlTbOverBtm .LftMid {
    background-color: transparent;
    background-image: url( "./css-images/over-left-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOverBtm .MidMid {
    background-color: transparent;
    background-image: url( "./css-images/over-mid-mid.gif" );
    background-repeat: repeat;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.icePnlTbOverBtm .MidMid a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

* html .icePnlTbOverBtm .MidMid a {
    width: 1%;
}

.icePnlTbOverBtm .RtMid {
    background-color: transparent;
    background-image: url( "./css-images/over-right-mid.gif" );
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    border: none;
}

.icePnlTbOverBtm .LftBtm {
    background-color: transparent;
    background-image: url( "./css-images/tbot-over-left-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOverBtm .MidBtm {
    background-color: transparent;
    background-image: url( "./css-images/tbot-over-mid-bot.gif" );
    background-repeat: repeat-x;
    padding-bottom: 5px;
    border: none;
}

.icePnlTbOverBtm .RtBtm {
    background-color: transparent;
    background-image: url( "./css-images/tbot-over-right-bot.gif" );
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
}

/* tabSpacer */
.icePnlTbSetSpcrBtm {
    width: 100%;
    border-top: 1px solid #ABABAB;
}

/* tabPanel */

.icePnlTbSetBtm {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}

/*
------------- BorderLayout
*/
.icePnlBrdrNorth {
    font-weight: bold;
    height: 80px;
    background-color: #CCFFCC;
    padding: 2px;
    text-align: center;
    border: 2px solid white;
    width: 1024px;
}

.icePnlBrdrEast {
    width: 10%;
    background-color: #CCFFCC;
    padding: 2px;
    vertical-align: top;
    border: 2px solid white;
}

.icePnlBrdrWest {
    width:3%;
    background-color: #CCFFCC;
    vertical-align: top;
    border: 2px solid white;
}

.icePnlBrdrCenter {
    width: 70%;
    background-color: #CCFFCC;
    padding: 2px;
    vertical-align: top;
    text-align: -moz-center;
    border: 2px solid white;
}

.icePnlBrdrSouth {
    border-top: 1px solid #CCFFCC;
    color: #666666;
    padding: 4px;
    border: 2px solid white;
}

/*
------------- PanelLayout
*/

.pageHdr {
    font-weight: bold;
    height: 80px;
    background-color: #CDCDCD;
    padding: 5px;
    text-align: center;
}

.icePnlBrdrStyle {
    background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    margin: 10px;
    width: 97%;
}

.pageNavigation {
    width: 20%;
    background-color: #DEDEDE;
    padding: 5px;
    vertical-align: top;
}

.pageBody {
    width: 90%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.pageFtr {
    border-top: 1px solid #ABABAB;
    color: #666666;
    padding: 4px;
}

/*
------------ PanelNavigation
*/

.navFormOutline {
    background-color: #DEDEDE;
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.navItem, .navActvItem, .navOpenItem {
    color: #333333;
    text-decoration: none;
    background-color: #CDCDCD;
    width: 100%;
    border: 1px solid #CDCDCD;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 1px;
    display: block;
}

.navItem:hover, .navActvItem:hover, .navOpenItem:hover {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #2A6CC2;
}

.navOpenItem {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

.navActvItem {
    width: 100%;
    background-color: #2A6CC2;
    color: #FFFFFF;
    background-image: url( ./css-images/cal_arrow_right.gif );
    background-position: center right;
    background-repeat: no-repeat;
}

.navSeparator {
    width: 100%;
    height: 1px;
    padding: 0px;
    margin: 0px;
    background-color: #CDCDCD;
    border-bottom: 1px solid #DEDEDE;
}

/*
--------------- Progress bar
*/
.iceOutProg {
    margin: 10px;
}

.iceOutProgBg {
    border: 1px solid #ABABAB;
    width: 300px;
    height: 13px;
}

.iceOutProgFill {
    background-color: #026AFF; /* background-image:url(./css-images/window_top.gif);*/
    background-position: top left;
    background-repeat: repeat-x;
    display: block;
}

.iceOutProgTxt {
    color: black;
}

/*
--------------- autoComplete classes ------
*/

.iceSelInpTxtTxt {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 2px;
}

.iceSelInpTxtList {
    position: absolute;
    display: block;
    font-size:11px;
    border-top: 1px solid #ABABAB;
    border-right: 1px solid #666666;
    border-left: 1px solid #ABABAB;
    border-bottom: 1px solid #333333;
}

.iceSelInpTxtRow {
    display: block;
    background-color: #FFFFFF;
    color: #333333;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}

.iceSelInpTxtSelRow {
    display: block;
    background-color: #2A6CC2;
    color: #FFFFFF;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}

.iceSelInpTxtSelRow span{
    color: #FFFFFF;
}


/*
--------------- autoComplete disable class ------
*/

.iceSelInpTxtTxt-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ABABAB;
    border: 1px dotted #CCCCCC;
    cursor: default;
    margin: 0px;
    padding: 2px;
}

/*
----------- FileUpload Component classes
*/
.iceInpFile {
	overflow: hidden;
}
.iceInpFileTxt {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;

    color: #000000;
}

.iceInpFileBtn {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;

    color: #000000;
}

/*
----------- Data Navigation Bar classes
*/

.tablebg {
    background-color: #EEF3FB;
    border: 1px solid #6392C6;
    width: 70%;
}

.oddRow {
    background-color: #FFFFFF;
}

.evenRow {
    background-color: #EEF3FB;
}

.barCol1 {
    width: 40%;
    text-align: left;
}

.barCol2 {
    width: 15%;
    text-align: left;
}

.barCol3 {
    width: 20%;
    text-align: left;
}

.barCol4 {
    width: 15%;
    text-align: right;
}

.barCol5 {
    width: 15%;
    text-align: left;
}

/*
----------- TreeView component
*/

.iceTreeRow {
    white-space: nowrap;
    padding: 0px;
}

.iceTreeRow a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    padding: 0px;
    vertical-align: middle;
}

.iceTreeRow a:hover {
    text-decoration: underline;
}

.iceTreeRow img {
    border: 0px;
    vertical-align: middle;
    background-repeat: repeat-y;
    padding: 0px;
}

.iceTreeRow div {
    padding: 0px;
}

.iceTreeRow a img {
/* vertical-align: top; - Bug in FF, when img has focus it is not highlighted with a box.*/
    background-repeat: repeat-y;
    border: 0px;
    padding: 0px;
}

/* ------------ Menu Classes --
*/

.iceMnuBar { /*no change*/
    padding: 0px;
    white-space: nowrap;
}

.iceMnuBarItem { /* was iceMenu */
    float: left;
    padding: 0px;
    white-space: nowrap;
}

.iceMnuBarItem a { /* was iceMenu */
    background-color: #DDDDDD;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #333333; /* Must be >1.01em to avoid layout artifacts on Macs */
    font-size: 1.1em;
    margin: 0px;
    border-right: 1px solid #FFFFFF;
    width: auto;
    float: left;
    display: block;
    text-decoration: none;
}

.iceMnuBarItem a:hover { /* was iceMenu */
    background-color: #2A6CC2;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.iceMnuBarItem hr { /* was iceMenu */
    border: none 0;
    border-top: 1px solid #999999;
    width: 100%;
    height: 1px;
    margin-top: 3px;
    padding: 0px;
    text-align: left;
}

.iceMnuBarSubMenu { /* was iceSubMenu */
    position: absolute;
    background-color: #EFEFEF;
    width: 160px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 1px;
    height: auto;
    display: block;
}

.iceMnuItm { /* was iceSubMenuRow*/
    padding: 0px;
    display: block;
    height: auto;
}

.iceMnuItm a { /* was iceSubMenuRow*/
    color: #333333;
    display: block;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;    
}

.iceMnuItm a:hover { /* was iceSubMenuRow*/
    background-color: #2A6CC2;
}

.iceMnuItm a:hover .iceOutTxt{ 
    color: #FFFFFF;
}

.iceMnuItmLabel, .iceMnuBarItemLabel { /* was iceSubMenuRowLabel */
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 4px;
    font-size: 1.0em;
    display: inline;
}

.iceMnuBarItemImage {
	width:0px;
}

.iceMnuItmImage, .iceMnuBarItemImage {  /* was iceSubMenuRowImage */
    display:inline;
    vertical-align: top;    
}

.iceMnuBarSubMenuInd { /* was iceSubMenuRowSubMenuIndicator */
    display:inline;
    float:right;
    padding-top: 3px;
    padding-right: 1px;    
}

/* classes for the vertical version of the iceMenu*/

.iceMnuBarVrtItemLabel {} 
.iceMnuBarVrtItemImage {
	width:5px;
}

.iceMnuBarVrt { /* was iceMenu_vertical */
    float: left;
    padding: 0px;
    white-space: nowrap;
}

.iceMnuBarVrtItem { /* was iceMenu_verticalItem */
    width: 160px;
    display: block;
}

.iceMnuBarVrtItem a { /* was iceMenu_verticalItem */
    background-color: #DDDDDD;
    height: auto;
    padding-left: 3px;
    padding-right: 3px;    
    padding-top: 3px;
    padding-bottom: 3px;
    color: #333333;
    font-size: 1.1em;
    margin-bottom: 1px;
    float: none;
    display: block;
    text-decoration: none;
    border: 0px solid #FFFFFF;
    width: 100%;
}

.iceMnuBarVrtItem a:hover { /* was iceMenu_verticalItem */
    background-color: #2A6CC2;
    color: #FFFFFF;
    text-decoration: none;
}

.iceMnuBarVrtSubMenu { /* was iceSubMenu_vertical*/
    padding: 1px;
    width: 160px;
    background-color: #EFEFEF;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: absolute;
    height: auto;
    display: block;
}

.iceMnuItmVrt a { /* was iceMenu_vertical_subItem */
    background-color: #EFEFEF; 
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 1.1em; 
    width: auto;
    display: block;
    text-decoration: none; 
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;    
}

.iceMnuItmVrt a:hover { /* was iceMenu_vertical_subItem */
    background-color: #2A6CC2;
    color: #FFFFFF;
    text-decoration: none;
}

.iceMnuBarVrtSubMenuInd { /* was iceSubMenuDividerVert */
    display:inline;
    float:right;
    padding-top: 3px;
    padding-right: 1px;    
}
/*
----------- PanelPopup ----------
*/

.icePnlPop {
    width: auto;
    background-color: #DDDDDD;
    padding: 0px;
    z-index: 1000;
}

.icePnlPopHdr {

}

.icePnlPopHdr .iceOutTxt {
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	padding:4px;
	text-align:center;
	vertical-align:middle;
	
}

.icePnlPopBody {
    padding: 10px;
    background: #BEBEBE;
}

.icePnlPopFtr {
    float: right;
    height: auto;
    background-color: #DDDDDD;
}

/*
   Classes for the output progress bar
*/

.iceOutProgIndetActv {
    background-color: #EFEFEF;
    background-image: url( css-images/in_progress.gif );
    background-position: center;
    background-repeat: repeat-x;
}

.iceOutProgIndetInactv {
    background-color: #EFEFEF;
    background-image: url( css-images/in_progress_inactive.gif );
    background-position: center;
    background-repeat: repeat-x;
}

/*
    Classes for the connection status indicator
*/

.iceOutConStat {
    margin: 10px;
    width: 25px;
    height: 25px;
    border: none;
    font-size: .5em;
}

.iceOutConStatInactv {
    position: absolute;
    background-image: url( css-images/connect_idle.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.iceOutConStatActv {
    position: absolute;
    background-image: url( css-images/connect_active.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.iceOutConStatCaution {
    position: absolute;
    background-image: url( css-images/connect_caution.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.iceOutConStatDisconnect {
    position: absolute;
    background-image: url( css-images/connect_disconnected.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

/* XP Disabled styles CSS Document  v1.0 mar 31 2006 */

.iceCmdBtn-dis {
}

.iceCmdLnk-dis {
	font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	text-decoration:none;
    font-weight:normal;
	color: #ABABAB;
    cursor: default;
}

.iceOutTxt-dis, .iceOutLbl-dis {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;

    
}

.iceInpTxt-dis, iceInpSecrt-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #ABABAB;
    border: 1px dotted #CCCCCC;
    cursor: default;
    margin: 2px;
    padding: 2px;
    
    
}

.iceInpTxtArea-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #ABABAB;
    border: 1px dotted #CCCCCC;
    cursor: default;
    margin: 2px;
    padding: 2px;
}

.iceSelMnyCb-dis {
    background-color: #CCCCCC;
    padding: 2px;
    margin: 2px;
    cursor: default;
    color: #CCCCCC;
    border: none;
}

.iceSelMnyCb-dis label{
    background-color: #CCCCCC;
    padding: 2px;
    margin: 2px;
    cursor: default;
    color: black;
    font-size: 12px;
    border: none;
}

.iceSelOneMnu-dis, .iceSelMnyLb-dis, .iceSelMnyMnu-dis, .iceSelOneLb-dis {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 4px;
    cursor: default;
    border: 1px solid gray;
}

.iceSelOneRb-dis {
    background-color: #CCCCCC;
    padding: 2px;
    margin: 2px;
    cursor: default;
    color: #CCCCCC;
    border: none;
}

.iceInpFileTxt-dis {
    border: none;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    cursor: default;
}

.iceInpFileBtn-dis {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    cursor: default;
}

/* submenu disabled style classes */
.iceSubMenuRowLabel-dis {
    color: #ABABAB;
    text-decoration: none;
    cursor: default;
}

.iceSubMenuRow-dis {
    color: #ABABAB;
    text-decoration: none;
    cursor: default;
    padding: 0px;
    display: block;
    height: auto;    
}

.iceSubMenuRow-dis a {
    color: #333333;
    text-decoration: none;
    cursor: default;
    display: block;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;    
    
}

.iceSubMenuRow-dis a:hover {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}


/* panel tabs disabled style classes */

.icePnlTbOff { /* was iceTabSetTabOff*/

}

.icePnlTbOff .LftTop-dis {
    background-color: transparent;
    background-image: url( "./css-images/off-left-top-dis.gif" );
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
    height: 4px;
}

.icePnlTbOff .MidTop-dis {
    background-color: #DEDEDE;
    background-image: url( './css-images/off-mid-top-dis.gif' );
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOff .RtTop-dis {
    background-color: transparent;
    background-image: url( "./css-images/off-right-top-dis.gif" );
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOff .LftMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-left-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOff .MidMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-mid-mid.gif");
    background-repeat:repeat-x;*/
    text-align: center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    white-space: nowrap;
    color: #ABABAB;
}

.icePnlTbOff .MidMid-dis a {
    text-decoration: none;
    color: #ABABAB;
    cursor: default;
    
}

.icePnlTbOff .RtMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-right-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOff .LftBtm-dis {
    background-color: transparent;
    background-image: url( "./css-images/off-left-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOff .MidBtm-dis {
    background-color: transparent;
    background-image: url( "./css-images/off-mid-bot.gif" );
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOff .RtBtm-dis {
    background-color: transparent;
    background-image: url( "./css-images/off-right-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

/* tab on disabled */
.icePnlTbOn {

}

.icePnlTbOn .LftTop-dis {
    background-color: transparent;
    background-image: url( "./css-images/off-left-top-dis.gif" );
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
    height: 4px;
}

.icePnlTbOn .MidTop-dis {
    background-color: #DEDEDE;
    background-image: url( './css-images/off-mid-top-dis.gif' );
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOn .RtTop-dis {
    background-color: transparent;
    background-image: url( "./css-images/off-right-top-dis.gif" );
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOn .LftMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-left-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOn .MidMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-mid-mid.gif");
    background-repeat:repeat-x;*/
    text-align: center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    white-space: nowrap;
    color: #ABABAB;
}

.icePnlTbOn .MidMid-dis a {
    text-decoration: none;
    color: #ABABAB;
    cursor: default;
}

.icePnlTbOn .RtMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-right-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOn .LftBtm-dis {
    background-color: transparent;
    background-image: url( "./css-images/off-left-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOn .MidBtm-dis {
    background-color: transparent;
    background-image: url( "./css-images/off-mid-bot.gif" );
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOn .RtBtm-dis {
    background-color: transparent;
    background-image: url( "./css-images/off-right-bot.gif" );
    background-repeat: no-repeat;
    border: none;
}

/*
data scroller classes disabled styles
*/
.sclBtnCell-dis {
/* the cells behind the scroll buttons */
    background-color: #FFFFFF;
    padding: 2px;
}

.sclBtnCell-dis img {
    cursor: default;
}

.icePaginatorTbl-dis {
/* the container for the pagination*/
    background-color: #FFFFFF;
}

/* set the common attributes for the pagination numbers */
.icePaginatorAtvCol-dis a, .icePaginatorCol-dis a {
    text-decoration: none;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #ABABAB;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #FFFFFF;
    cursor: default;
}

/* override the attributes for the currently selected page */
.icePaginatorAtvCol-dis a {
    color: #ABABAB;
    /*    border:1px solid #2A6CC2;
        background-color:#2A6CC2;
    */
    cursor: default;
}

/* set the attributes for the mouseover on none-current pages */
.icePaginatorCol-dis a:hover {
    /*    color:#000000;
  border:1px solid #2A6CC2;*/
}

/*
Disabled classes for the calendar controls
*/

.iceSelInpDate-dis {
/* calendar outline & background color */
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE; /* removed margin from calendar outline - better absolute positioning of popup */
/*margin:10px;*/
}

.iceSelInpDateMonthYear-dis {
    background-color: #EFEFEF;
    /*    background-image: url("./css-images/table_col_header.gif");
    background-position:bottom;
    background-repeat:repeat-x;*/
    font-weight: normal;
    text-align: center;
    color: #999999;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
}

.iceSelInpDateMonthYear-dis img {
    cursor: default;
}

.iceSelInpDateWeek-dis {
/* the days of the week row */
    font-weight: normal;
    color: #999999;
    background-color: #EFEFEF;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #ABABAB;
}

/* set the look for the days of the week backgrounds */
.iceSelInpDateDay-dis, .iceSelInpDateCur-dis {
/* the background & alignment for the days */
    padding: 3px;
    text-align: center;
}

/* now set the attributes for the numbers for each day of the week */
.iceSelInpDateDay-dis a {
/* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #ABABAB;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

.iceSelInpDateCur-dis a {
    text-decoration: none;
    background-color: #ABABAB;
    border: 1px solid #ABABAB;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

/*
----------- commandSortHeader ----------
*/
.iceCmdSrtHdr {
    text-decoration: none;
    /*border: 1px solid #ABABAB;*/
    color: #333333;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

.iceCmdSrtHdr-dis {
    text-decoration: none;
    /*border: 1px solid #ABABAB;*/
    color: #999999;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

/* IE specific CSS to enlarge clickable area of SortHeader links */
* html .iceCmdSrtHdr {
    height: 1%;
}

/*
----------- form ----------
*/
.iceFrm {
background: #CCFFCC;
}

/*
----------- graphicImage ----------
*/
.iceGphImg {

}

/*
----------- message ----------
*/
.iceMsg {

}

.iceMsgFatal {

}

.iceMsgError {

}

.iceMsgWarn {

}

.iceMsgInfo {

}

/*
----------- messages ----------
*/
.iceMsgs {

}

.iceMsgsFatal {

}

.iceMsgsError {

}

.iceMsgsWarn {

}

.iceMsgsInfo {
	font:12px;
	color:red;
	padding:5px 80px 5px 80px;
	border:1px solid red;
	border-color: #FF0000;
	text-align: center;
	background: #fff4f0;
}

/*
----------- panelGrid ----------
*/
.icePnlGrd {
    
}

.icePnlGrdHdr {

}

.icePnlGrdFtr {

}

.icePnlGrdRow1 {

}

.icePnlGrdRow2 {

}

.icePnlGrdCol1 {

}

.icePnlGrdCol2 {

}

/*
----------- panelGroup ----------
*/
.icePnlGrp {

}

/*
----------- outputFormat ----------
*/
.iceOutFrmt {
     font-family:Trebuchet MS, Tebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
     font-size:12px;
     color:#000000;
     padding-left: 0px;
     padding-right: 0px;
     padding-top: 2px;
     padding-bottom: 2px;
}

/*
----------- tree ----------
*/
.iceTree {

}

.iceTreeRow {

}

/*
----------- panelSeries ----------
*/
.icePnlSrs {

}

/*
----------- positionedPanel ----------
*/
.icePnlPos {

}

/*
----------- positionedPanel ----------
*/
.icePnlStk {}
.icePnlStkRow {}
.icePnlStkCol {}

/*
----------- panelTab header ----------
*/
.icePnlTbSetHdrIconLft {
    width: 14px;
    height: 13px;

}

.icePnlTbSetHdrIconRt {
    width: 14px;
    height: 13px;
}

.icePnlTbSetHdrLbl {
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}

/*
----------- Table Row Selection --------
*/
.iceRowSelSelected {
    background-color: #316AC5;
}
.iceRowSelSelected span{
    color: #FFFFFF;
}

.iceRowSelMouseOver {
    background-color: #B6CAEA;
}

.iceRowSelMouseOver span{
    color: #000000;
}

/*
----------- outputChart --------
*/

.iceOutChrt {

}

/*
----------- Panel Collapsible --------
*/

/* opened accordion styles */
.icePnlClpsbl, .icePnlClpsblHdr, .icePnlClpsblCnt {
}

/* Closed */
.icePnlClpsblColpsd, .icePnlClpsblColpsdHdr, .icePnlClpsblColpsdCnt {
}

/* Open and disabled */
.icePnlClpsbl-dis, .icePnlClpsblHdr-dis, .icePnlClpsblCnt-dis {
}

/* Closed and disabled */
.icePnlClpsblColpsd-dis, .icePnlClpsblColpsdHdr-dis, .icePnlClpsblColpsdCnt-dis{
}

/* common accordion headers */
.icePnlClpsblHdr, .icePnlClpsblHdr-dis, .icePnlClpsblColpsdHdr,
    .icePnlClpsblColpsdHdr-dis {
    background-color: #EFEFEF;
    background-image: url( "./css-images/table_col_header.gif" );
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: left;
    color: #000000;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
}
.icePnlClpsblHdr-dis, .icePnlClpsblColpsdHdr-dis{
    color: #999999;
}

.icePnlClpsblCnt, .icePnlClpsblColpsdCnt,
    .icePnlClpsblColpsdCnt-dis, .icePnlClpsblCnt-dis {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    border-top: none;
    padding-left: 5px;
    padding-right: 5px;
}
