/* GLOBAL
************************ */
* {
	margin:0;
	padding:0;
}

body{
	font:bold 12px Arial, Helvetica, sans-serif;
}
 
img{
	border:none;
}
 
a{
	outline:none;
}

hr {
	margin-top : 5px;
	margin-bottom : 5px;
	height : 2px;
}

/* PAGE
************************ */

body {
	background-color : #C7D6FF;
}
#header {
	width : 100%;
	height : 55px;
	background-color :#7391AD;
	margin-bottom : 10px;
	border-bottom : 15px #426389 solid;
	
}

#header h1 {
	color : white;
	text-align:center;
	padding-top:10px;
}

#header h3 {
	color : white;
	text-align:center;
	text-align:right;
	margin-right: 10px;
}

#map {
	width: 60%;
	height: 80%;
	border: 1px solid gray;
	margin-left : 10px;
	background-color: #7391AD;
}    

#featureServerInfo {
	background-color : white;
	min-height : 150px;
	margin-top : 20px;
}



#right {
	float:right; 
	width : 30%;
	height : auto;
	background-color : white;
	margin-right : 10px;
	padding-left : 30px;
}

#attributes {	
	top: 70px;
	width: 100%;
	margin-top : 10px;
}
#attr_list input {
	width:45%;
} 

#wpsCapabilities ul {
	margin-top : 10px;
	margin-bottom : 10px;
} 

#status {
	margin-left : 10px;
}  
    
 .olControlEditingToolbar  {
	width: 400px!important;
}    
.olControlEditingToolbar .olControlSelectFeatureItemActive { 
  background-image: url("../webprocessingserver/img/select_feature_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlSelectFeatureItemInactive { 
  background-image: url("../webprocessingserver/img/select_feature_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlModifyFeatureItemActive { 
  background-image: url("../webprocessingserver/img/move_vertex_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlModifyFeatureItemInactive { 
  background-image: url("../webprocessingserver/img/move_vertex_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDragFeatureItemActive { 
  background-image: url("http://openlayers.org/api/2.5-rc5/theme/default/img/move_feature_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDragFeatureItemInactive { 
  background-image: url("http://openlayers.org/api/2.5-rc5/theme/default/img/move_feature_off.png");
  background-repeat: no-repeat;
}

