/* GRASS web site style sheet
 * send improvements to grass-web(at)lists.osgeo.org
 * 
 *  (eg how to reach the same result on netscape, mozilla konqueror?)
 *
 * Fonts:
 *	http://www.w3.org/TR/REC-CSS2/fonts.html
 * Tables:
 *	http://www.w3.org/TR/REC-CSS2/tables.html
 */

BODY{	background: white;
	color: black;
	font-family: arial,sans-serif;
}

H1{	background-color: white;
	color: rgb(25%, 60%, 25%);
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: x-large;
}

H2{	background-color: white;
	color: rgb(25%, 60%, 25%);
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: large;
}

H3{	background-color: white;
	color: rgb(25%, 60%, 25%);
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: large;
}

H4{	background-color: white;
	color: rgb(25%, 60%, 25%);
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: medium;
}

DIV.code{	width: 95%;
		color : black;
		background-color: rgb(90%, 90%, 90%);
		padding-left: 1em;
		padding-right: 1em;
}

.leftmenu {
	padding-left: 10px;
}

.BOX {
        border:  1px solid #c9c9c9;
        margin: 0px 2px 2px 10px;
        padding: 0px 4px 2px 6px;
        -moz-border-radius: 6px ;
}

.pan {
    background-image: url(community/user_map/image/icon_pan.png) !important;
    height: 20px !important;
    width: 20px !important;
}
.infobox {
    background-image: url(community/user_map/image/info.png) !important;
    height: 20px !important;
    width: 20px !important;
}
.addbox {
    background-image: url(community/user_map/image/grass.png) !important;
    height: 22px !important;
    width: 20px !important;
}
.zoommax {
    background-image: url(community/user_map/image/icon_zoomfull.png) !important;
    height: 20px !important;
    width: 20px !important;
}
.zoomin {
    background-image:url(community/user_map/image/icon_zoomin.png) !important;
    height:20px !important;
    width:20px !important;
}
.zoomout {
    background-image:url(community/user_map/image/icon_zoomout.png) !important;
    height:20px !important;
    width:20px !important;
}
div.olControlAttribution {
	position: absolute;
	font-size: 1em;
	top: 10;
	left: 35;
	color: rgb(50,102,0);

}
div.olControlPermalink {
	position: absolute;
	font-size: 1em;
	bottom: 10;
	right: 5;
	color: rgb(50,102,0);

}
div.olControlMousePosition {
	font-family: Verdana;
	font-size: 1em;
	bottom: 25;
	right: 5;	
	color: rgb(50,102,0);
}

#mappanel {
    width: 700;      
}