.portPickerOuter {
	background: #eee;
	border: 1px solid #fff;
	box-shadow: 0px 3px 7px #333;
	-webkit-box-shadow: 0px 3px 7px #333;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	z-index: 9999;
	min-width: 150px;
	min-height: 50px;
	display: none;
}
.portPickerInner {
	padding: 20px 20px 0px 20px;
	/* color: #333; */
	/* text-shadow: 0px 1px 0px #fff; */
}
.pickerColumn {
	width: 42px;
}
.portPickerInner table {
	background-color: white;
}
.portPickerInner input{
	cursor : pointer;
}
.portPickerInner input[disabled]{
	cursor : not-allowed;
}
.bgColorT1 {
  background-color: #ccccff !important; /* purple */
}
.bgColorT2 {
  background-color: #99ccff !important; /* blue */
}
.bgColorT3 {
  background-color: #ccffcc !important; /* green */
}
.bgColorT4 {
  background-color: #ffcccc !important; /* red */
}
.bgColorT5 {
  background-color: #ccffff !important; /* blue lite */
}
.bgColorT6 {
  background-color: #FFE0CC !important; /* skin */
}
.bgColorT7 {
  background-color: #ffcc99 !important; /* orange */
}
.bgColorT8 {
  background-color: #ffff99 !important; /* yellow lite */
}
.bgColorDP {
  background-color: #4a4a4a !important; /*dark gray*/
}
.bgColorAP {
  background-color: #a4a4a4 !important; /*light gray*/
}