	img.selectedImg { 
			border:4px solid #ccddff;
			vertical-align:middle
			} 
	img.unselectedImg { border:4px solid white;
			vertical-align:middle
			} 
	body { 
		background-color:#bcbcbc;
	}
.olControlEditingToolbar {
	top:0px;
	height:0px;
	width:0px;
	left:0px;
	padding:0px;
	margin:0px;
}

.olControlNavToolbar {
	width:0px;
	height:0px;	
	}

.olControlNavToolbar div { 
  display:block;
  width:  28px;
  height: 28px;
  top: 130px;
  right: 0px;
  position: relative;
}
 
.olControlNavToolbar .olControlNavigationItemActive { 
  background-image: url("img/panning-hand-on.png");
  background-position: 0px 0px; 
  background-color: cyan;
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlNavigationItemInactive { 
 background-image: url("../img/panning-hand-off.png");
 background-repeat: no-repeat;
 background-position: 0px 0px; 
}

.olControlEditingToolbar .olControlBoxItemActive { 
  background-repeat: no-repeat;
} 

.olControlEditingToolbar .olControlPointItemInactive{
	height:0px;
	}

.olControlEditingToolbar .olControlPointItemActive{
	height:0px;
	}

.olControlEditingToolbar .olControlClearButtonItemInactive { 
 background-repeat: no-repeat;
 background-color: #dddddd;
 height: 0px;
} 

.olControlEditingToolbar .olControlEditBoxItemInactive { 
  height:0px;
} 

#kindsetter tr {
	cursor:pointer;
	cursor:hand;
	}

.lines {

	display:block;
	height:12px;
	width:22px;
	cursor:pointer;
	border:2px solid white;
	background-image:url('../img/line.png');
 	}

.buttons {
	display:block;
	height:12px;
	width:12px;
	cursor:pointer;
	border:2px solid white;
	background-image:url('../img/circ.png');
 	}
.t0 {
	background-color:yellow;
	opacity:1;
	}
.t1 {
	background-color:green;
	opacity:1;
	}
.t2 {
	background-color:orange;
	opacity:1;
	}

.t3 {
	background-color:red;
	opacity:1;
	}

.t4 {
	background-color:blue;
	opacity:1;
	}
	
.t5 {
	background-color:purple;
	opacity:1;
	}
	
.t6 {
	background-color:turquoise;
	opacity:1;
	}

.t7 {
	background-color:#FF7F24;
	opacity:1;
	}
	
.t8 {
	background-color:#CD5C5C;
	opacity:1;
	}	

.t9 {
	background-color:#7CFC00;
	opacity:1;
	}	

.selectedType {
	border:3px solid #bbccee;
	background-color:#bbccee;
	}
.unselectedType {
	border:2px solid transparent;
	background-color: transparent;
	}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif;margin-bottom:1px; font-weight:bold }
p { font-family: Verdana, Arial, Helvetica, sans-serif;margin-bottom:9px; font-weight:bold;font-size:12px }
td, form { font-family: Verdana, Arial, Helvetica, sans-serif; }


