
BODY {
	background-image: url(../images/back.gif);
	margin: 0px;
}

TD {
	font-size: 12px;
}


#tdTop {
	background-image: url(../images/weir_top.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#tdLeft {
	background-image: url(../images/weir_left.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#tdCenter {
	background-image: url(../images/weir_middle.gif);
}

#tdRight {
	background-image: url(../images/weir_right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#tdBottom {
	background-image: url(../images/weir_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#tblDispatch {
	width: 100%;
	border: 0px;
}

#tblDispatch td {
	padding: 3px;
	font-weight: bold;
}

#tblDispatch td input {
	font-size: 9px;
}

#tblDispatch td input.text {
	width: 200px;
	background-color: #CCFFFF;
}

#tblDispatch td input.textShort {
	width: 100px;
	background-color: #CCFFFF;
}

#tblDispatch td select {
	font-size: 9px;
	width: 200px;
}

.tdAlignLeft {
	text-align: left;
}

.trStatus0 {

	background-color: #FFFFFF;

}

.trStatus0_blink {

	background-color: #00FFFF;

}

.trStatus0_border {

	background-color: #CCCCCC;

}


.trStatus1 {

	background-color: #7CF38B;

}

.trStatus1_border {

	background-color: #9EF5AA;

}

.trStatus2 {

	background-color: #F7FF59;

}

.trStatus2_border {

	background-color: #FAFF7B;

}

.trStatus3 {

	background-color: #FF6262;

}

.trStatus3_border {

	background-color: #FF8888;
	
}



.rowHidden {

  visibility: hidden;
  display: none;

}




#gvPO {

font-size: 10px;
background-color: #FFFFFF;
width: 100%;

}

#gvPO th 
{
	font-size: 10px;
}

#gvPO tr td {

vertical-align: top;

}


#txtSorting 
{

visibility: hidden;
	
}