html, body {
	margin: 0;
	padding: 0;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




a {
	color:#004080;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#ogc_wrapper{
	font-size: 12px;
	margin: auto;
	max-width:980px;
	left: 50%;
	margin-top:0px;
}

#ogc_header{
	height: 36px;	
	background-image: url(../img/wms_logo.png);	
}

#ogc_headertext{
	float: left; 
	font-size: 18px;
	color:#004080;
	padding-left:8px;
	padding-top:6px;
}

#ogc_login{
	float: right; 
	padding-top:6px;
	padding-right:8px;
	font-size: 11px;	
}

#ogc_info{
	padding: 5px;
	font-size: 14px;	
}

#ogr_copyHint{
	font-size: 9px;
}

#ogr_GetMapImage{
	border: 1px solid #ccc;
	padding: 0px;
}

#copyMsg{
	font-size: 9px;
	color:#008000;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 40px;
}

.k-checkbox-label{
	font-weight: bold;
	margin:2px;
}

#ogc_layer_grid > .k-grid-header > div > table,
#ogc_layer_grid > .k-grid-content > table
{
   width: 100% !important;
}

#ogc_group_grid > .k-grid-header > div > table,
#ogc_group_grid > .k-grid-content > table
{
   width: 100% !important;
}

.formtable {
	font-size: 11px;
	background-color: #F8F8F8;
	border: 2px solid #CCC;
	border-radius:4px;	
	border-collapse: collapse !important;
	border-spacing:0px;
	empty-cells:show;
}

.formtable td {
	border: 1px solid #C5C5C5;
	padding:3px;
}

.formhilite {
	font-weight: bold;
	color:#008000;
}

#mymessage{
	font-size: 10px;
	font-weight: bold;
	color:#800000;
}

#dataStringInfo{
	font-size: 9px;
	color:#008000;
}

#loadingapp {
	font-size: 14px;
	color:#646464;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -45px;
	width: 110 px;
	height: 15px;
	z-index:1002;
	border: 1px solid #ccc;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}