
div#controlView {
	margin:3px;

}

div#mapImage {
	width:100px;
	height:100px;
	background-color: transparant;
}

div#mapWindow {
	width:1%;
	height:1%;
	border: 1px solid black;
	margin:4px;
}

div#statusBar {
	width:100%;
	border-top: 1px solid black;
	background-color: #D8D5C6;
}

div#attributeGrid {
/*	width:975px;	*/
	margin:2px;
	/*
	border: 1px solid black;
	background-color: white;
	*/
}

.mapLoadingMessage {
	background-color:white;
	border: 1px solid black;
	width:200px;
	height:30px;
	position:absolute;
	font-size:24px;
	font-family:helvetica;
	font-weight:bold;
}

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

.nonTransparent {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}

.toolBarImgOut {
	border: 1px outset black;
}

.toolBarImg {
	border: 1px dashed #F9F9F5;
}

.toolBarImgIn {
	border: 1px inset black;
}

.redlineIconOn {
	border: 2px solid blue;
}

.redlineIconOff {
	border: 0px;
}


div#vesselList {

	background-color:white;
	border:1px solid black;

	width:300px;
	height:165px;
	
	overflow:auto;
	margin:3px;	

}

/*
.vesselListTableBody {

	padding:0px;
	margin:0px;

	height:151px;

	overflow: auto;
}
*/


div#portList {
	background-color:white;
	border:1px solid black;

	width:300px;
	height:165px;

	overflow:auto;

	margin:3px;	
}

div#casualtyList {
	background-color:white;
	border:1px solid black;



	width:300px;
	height:165px;

	overflow:auto;

	margin:3px;
}

/*

.portListTableBody {
	height:151px;
	overflow:auto;
}

.casualtyListTableBody {
	height:151px;
	overflow:auto;
}
*/

.disabledBackgroundLayer {
	color: gray;
}

.panCell {
  background-color: #A89C8F;
}  

.panCellOver {
  background-color: #6D95CD;
  cursor:pointer; 
  cursor:hand; 
}

.whiteLink {
	color:white;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	}
	
.whiteLink:hover {
	color:white;
	text-decoration:underline;
	}	

.page
     {
      -webkit-transform: rotate(-90deg); -moz-transform:rotate(-90deg);
      filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
     }


