@media all
{
	html{
		background-color: #DDDBDC;
	}
	body {
		margin: auto;
		font-family: Arial, sans-serif;
	   	background-color: #DCDADB;
     	color: #000000 ! important;
    	font-size:80%;
     	padding: 0px;
     	padding-top:4px;
	}
	
	#gradientwrap{	
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;	
		/*IE7:*/
	    background-image: url( '../images/bgimg.jpg' );
	   	background-repeat: repeat-x;
		/*other:*/
		background: -moz-linear-gradient( top , #F8F8F8, #DCDADB) repeat scroll 0 0 transparent;
	    background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#DCDADB));
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8, endColorstr=#DCDADB)";
	    background-image: -o-linear-gradient(#F8F8F8, #DCDADB);	    
	    background-color: #DCDADB;	    
	}

	#shadowwrap {
		height: 100%;
		background-color: #fff;
		width: 966px;
		margin:auto;
		background-color: #ffffff;
	}
	
	#pagewrap {
		position:relative;
		left:0px;
		right:0px;
		top: 0px;
		bottom:0px;
		margin: auto;
		width: 980px;
		height: 100%;
		background-image:url(../images/shadow5.png);
  		background-repeat:repeat-y;
  		background-position:0px 0px;
	}
	
	#pagewrap2 {
		background-image: url("../images/shadow7.png");
    	background-position: 2px 0;
    	height: 7px;
    	padding-left: 2px;
	}
	
	#leftnav {
		background-image:url(../images/bg_nav2.gif);
  		background-repeat:repeat-x;
	  	padding:5px;
	 	padding-left:10px;
	 	padding-top:26px;
	}

	#rightheadline {
	  	position:absolute;
	  	right: 0px;
	  	top:0px;
	  	padding:5px;
	  	padding-left:10px;
	  	padding-right:15px;
	  	padding-top:33px;
	  	font-weight: bold;
	}
	
	#logo {
		position:absolute;
		right: 0px;
		top:35px;
		padding:5px;
		padding-left:10px;
		padding-top:33px;
		width: 74px;
		height: 100px;
	}

	#main{
		background-image:url("../images/bg_headline.gif");
		background-repeat: repeat-x;
		padding:20px;
		padding-left:35px;
		padding-right:35px;
	}
	
	
	#arrow_right{
		margin-right:35px;
	}


	.nologoborder{
		border:none;
		vertical-align:middle;
	}
	
	.noimgborder{
		border:none;
		vertical-align:middle;
	}

	.nocommborder{
		border:none;
		padding:1px;
		padding-left:10px;
		vertical-align:middle;

	}

	.spaceme{
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.spaceme_arrow{
		padding-left:40px;
		padding-right: 7px;
	}
	
	.spaceme_doc{
		padding-left: 3px;
		padding-right: 3px;
	}
	
	.spaceme_leftmost{
		padding-left: 55px;
		padding-right: 7px;
	}
	
	.spaceme_login{
		float:left;
		padding-left: 7px;
		padding-right: 17px;
	}

	a.lbs:link {
		color: #000000;
		text-decoration: none;
	}
	a.lbs:visited {
		color: #000000;
		text-decoration: none;
	}
	a.lbs:hover {
		color: #000000;
		text-decoration: underline;
	}
	a.lbs:active {
		color: #000000;
		text-decoration: underline;
	}
	a.lbs:focus {
		color: #000000;
		text-decoration: underline;
	}

	
	a.error:link {
		color: #000000;
		text-decoration: underline;
		font-weight: bold;
	}
	a.error:visited {
		color: #000000;
		text-decoration: underline;
		font-weight: bold;
	}
	a.error:hover {
		color: #000000;
		text-decoration: underline;
		font-weight: bold;
	}
	a.error:active {
		color: #000000;
		text-decoration: underline;
		font-weight: bold;
	}
	a.error:focus {
		color: #000000;
		text-decoration: underline;
		font-weight: bold;
	}
	
	a.underlined:link {
		color: #000000;
		text-decoration: underline;
	}
	a.underlined:visited {
		color: #000000;
		text-decoration: underline;
	}
	a.underlined:hover {
		color: #000000;
		text-decoration: underline;
	}
	a.underlined:active {
		color: #000000;
		text-decoration: underline;
	}
	a.underlined:focus {
		color: #000000;
		text-decoration: underline;
	}
	
	a.browse{
		color: #000000;
		text-decoration: underline;
		padding:4px;
	}
	a.browse:link {
		
	}
	a.browse:visited {
		
	}
	a.browse:hover {
		
	}
	a.browse:active {
		
	}
	a.browse:focus {
		
	}
	
	a.browse_selected {
		color: #FFFFFF;
		background-color:#666666;
		text-decoration: none;
		font-weight:bold;
		padding:4px;
	}
	a.browse_selected:link {
		
	}
	a.browse_selected:visited {
		
	}
	a.browse_selected:hover {
		text-decoration: none;
	}
	a.browse_selected:active {
		
	}
	a.browse_selected:focus {
		
	}
	
	a.cat_headline{
		font-size:1.2em;
		/*color:#940000;*/
	}
	

	h1{
		font-size: 2.2em;
		font-weight:bold;
		padding:0px;
		margin:0px;		
	}
	
	h1.main {
		border-bottom: 1px solid #A7A7A7;
	    font-size: 1.5em;
	    font-weight: normal;
	    margin: 0 0px 16px -22px;
	    padding: 0;
	}
	
	h1.mapdisplay {
		border-bottom: 1px solid #A7A7A7;
	    font-size: 1.4em;
	    font-weight: normal;
	    margin: -2px 0px 10px 0px;
	    padding: 0;
	}
	
	h1.mappart {
		/*border-top: 1px solid #666666;*/
		border-bottom: 1px solid #666666;
	    font-size: 1.1em;
	    font-weight: normal;
	    margin: 0px;
	    padding: 2px;
	    padding-top:3px;
	    padding-left:4px;
	    /*color: #000000;
	    background-color:#E2DCBF;*/
	     color: #FFFFFF;
	    background-color:#666666;
	}
	
	h1.mapversion {
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	    font-size: 1.1em;
	    font-weight: normal;
	    margin-bottom:6px;
	    padding: 2px;
	    padding-top:3px;
	    padding-left:4px;
	    
	    /*color: #FFFFFF;
	    background-color:#666666;*/
	    color: #000000;
	    background-color:#E2DCBF;
	}
	
	h2{		
		font-weight:bold;
		font-size: 1.2em;
	}
	
	h2.textFragment{		
		/*border-bottom:1px solid #666666;*/
		margin-bottom:0px;
	}
	
	
	td{
		/*font-size: 1em;*/
	}

	a {
		color: #000000;
		font-weight: normal;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	a:visited {
		/*color: #CC6666;*/
	}

	th {
		font-weight: normal;
	}

	.banner {
		background-color: #484652;
		color: white;
		font-family: Verdana, sans-serif;
		font-weight: normal;
		font-size: 10pt;
		text-align: left;
		letter-spacing: 0.5pt;
		padding-right: 2px;
		padding-left:  20px;
		padding-top:  2px;
		padding-bottom:  2px;
	}
	
	.showmap_float1{
		float:left;
		width:220px;
		word-wrap: break-word;
		/*border:1px solid #666666;*/
	}
	
	.showmap_float2{
		float:right;
		width:670px;
	}

	#mapversions .smlabel, #mapparts .smlabel, #mapinfo .smlabel, #mapimage .smlabel {
	font-weight: bold;
	}
	
	#mapversions .header .label, #mapversions .header .value, #mapparts .header .label, #mapparts .header .value, #mapinfo .label, #mapinfo .value, #mapimage .label, #mapimage .value {
		display: inline;
	}
	
	.header{
		padding-left:4px;
	}
	
	.label{
		display: inline;
		/*padding-left:4px;*/
		font-size:0.9em;
	}
	
	.smlabel{
		display: inline;
		padding-left:4px;
		font-size:0.9em;
	}
	
	.value{
		display: inline;
		padding-left:2px;
		font-size:0.9em;
	}
	
	.smvalue{
		display: inline;
		padding-left:2px;
		font-size:0.9em;
	}
	
	fieldset .header{
		padding-left:6px;
		padding-right:6px;
		font-size:0.9em;
	}
	
	#mapinfo div.headerinfo{
		margin-left:-4px;
		padding-right:0px;
	}
	
	#mapdescription{
		text-align:justify;
	}
	
	.topheader{
		padding-left:4px;
		padding-right:0px;
	}
	
	#mapversions .header .smlabel, #mapparts .header .smlabel, #mapinfo .smlabel, #mapimage .smlabel {
		padding-right: 0.4em;
	}
	
	#mapversions .images ol.imagedisplay {
		list-style-type: none;
		list-style-position: inside;
		padding-left: 0;
		text-indent: 0;
	}
	
	.footspacer{
		background-image: url(../images/bg_headline.gif);
		background-repeat: repeat-x;
		margin:0px;
		padding:6px;
		padding-top:13px;
		padding-left:5px;
		padding-right:35px;
		background-color:#d7d7d7;
		font-size:0.8em;
	}

	#community {
		position:absolute;
		bottom:12px;
		right:0px;
		margin-right:14px;
		margin-top:2px;
		margin-bottom:32px;
		width:170px;
		text-align:right;
	}

	#community a {
		color:black;
	}

	
	
	.mandatory
	{
			color:red;
	}
	
	a.page {
		color:#000000;
		text-decoration: underline;
	}
	a.pageselected {
		font-size:1.2em;
		font-weight:bold;
	}
	a.prev_next {
		font-size:1.2em;
		color:#000000;
		text-decoration: underline;
	}
	
	.letter_nav {
			text-align:center;
	}

	.activePage {
		color: #940000;
	}
	
	#topsection-img {
		background-color:white;
		/*border-bottom:2px solid #B5B5B5;*/
		
		width:100%;
	}
	#topsection-img-left {
		background-repeat:no-repeat;
		background-position:5px 6px;
		float:left;
		font-size:0.9em;
		height:100px;
		/*margin:0.35em 0 0 0.4em;
		margin-top:4px;*/
		width:474px;
		padding:4px;
	}
	
	#topsection-img-right {
		float:right;
		padding:4px;
		padding-left:0px;
	}
	
	#topsection-img-left-logo{
		float:left;
		padding-left:0px;
		padding-top:0px;
	}
	
	fieldset.search  {
		/*-moz-border-radius:7px 7px 7px 7px;
		-moz-box-shadow:3px 3px 5px #999999;
		background-color:#EBEBEB;
		border:1px solid #C0C0C0;
		margin-left:0;
		margin-right:0;
		padding:10px 10px 10px 10px;
		width:auto;*/
		
		border-style: solid;
	    margin: 0;
	    padding: 10px;
	    width: auto;
	    background: -moz-linear-gradient(center top , #F8F8F8, #DDD) repeat scroll 0 0 transparent;
	    background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#ddd));
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8, endColorstr=#DDDDDDDD)";
	    background-image: -o-linear-gradient(#F8F8F8, #DDD);
	    border-radius: 5px 5px 5px 5px;
	    padding-top: 12px;
	    border-color: #EEEEEE #DDDDDD #CCCCCC #DDDDDD;
	    background-color: #E8E8E8;
	}
	
	fieldset.mapversion  {

		border-style: none;
	    margin: 0px;
	    margin-top: 0px;
	    padding: 0px;
	    width: auto;
	    background: -moz-linear-gradient(center top , #F8F8F8, #DDD) repeat scroll 0 0 transparent;
	    background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#ddd));
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8, endColorstr=#DDDDDDDD)";
	    background-image: -o-linear-gradient(#F8F8F8, #DDD);
	    /*border-radius: 5px 5px 5px 5px;*/
	    padding-top: 12px;
	    border-color: #EEEEEE #DDDDDD #CCCCCC #DDDDDD;
	    background-color: #E8E8E8;
	    border-top: 1px solid #666666;
	}
	
	fieldset.mapversion .images {
		 padding: 10px;
	}
	
	
	/*****************************************************************************/
	
	
	
	#lang_is.active, #lang_en.active{
		border-right:1px solid #999999;
		font-weight:normal;
		padding-left:24px;
		padding-right:4px;
		/*color:#940000;*/
		background-color: #f8f8f8;
		padding-top:1px;
		padding-bottom:1px;
		margin-top:0px;
	}
	
	#lang_is{
		float:left;
		background-image: url( '../images/is.png' );
		background-repeat: no-repeat;
		background-position:4px 3px;
	}
	#lang_en{
		float:left;
		background-image: url( '../images/en.png' );
		background-repeat: no-repeat;
		background-position:4px 3px;
	}
	#langLink{
		float:left;
		margin-left:0px;
		margin-top:1px;
		padding-top:1px;
		padding-bottom:1px;
	}
	
	#langLink img.imagespacer{
		margin-left:4px;	
	}
	
	.fb_like {
		float:left;
		height:20px;
		width:107px;
	}
	
	.fb_send {
		float:right;
		background-image: url( '../images/fb_send.png' );
		background-repeat: no-repeat;
		width:78px;
		height:21px;
		color:#3B5998;
		font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
		font-size:11px;
		
	}
	a.fb_a {
		color:#3B5998;
		text-decoration:none;	
	}
	.fb_send_inner{
		padding-left:23px;
		padding-top:3px;
	}
	
	.tw_send{
		float:left;
		height:20px;
		width:107px;
	}
	
	.email_send{
		float:right;
		width:78px;
		height:21px;
		text-align:right;
	}
	
	a.send_a {
		color:#000000;
		/*text-decoration:none;	
		font-size:11px;*/
	}
	
	fieldset.email  {
		-moz-border-radius:7px 7px 7px 7px;
		/*-moz-box-shadow:3px 3px 5px #999999;*/
		border:1px solid #999999;
		margin-left:0;
		margin-right:0;
		padding:0px 10px 10px 10px;
		width:600px;
	}
	
	#captcha_error{
		color:red;
		font-weight:bold;
	}
	
	.form_block{
		width:400px;
		float:left
	}
	.form_left{
		clear: none;
    	float: left;
    	width: 80px;
    	text-align:right;
    	padding-right:10px;
    	padding-bottom:5px;
    	padding-top:5px;
	}
	.form_right{
		clear: none;
    	float: left;
	}
	
	.formfield_text{
		width: 250px;
	}
	.formfield_select{
		width: 256px;
	}

	ol.imagedisplay {
		margin-top: 2px;
	}
	
	ol.imagedisplay li{
		margin-left:-40px;
		list-style:none;
	}
	
	ol.imagedisplay li a {
		text-decoration: underline;
	}
	
	span.file_size{
		font-size: 0.9em;
		color: #666666;
	}
	
	ol.imagedisplay li .left{
		clear: none;
    	float: left;
    	width: 20px;
    	padding-top:1px;
	}
	
	#map_display{
		margin-left:-22px;
		margin-top:14px;
	}
	
	.box_border{
		border:1px solid #666666;
		border-top:1px none #666666;
	}
	
	.images{
		padding:4px;
		/*border-top:1px solid black;*/
		padding-top:6px;
	}
	
	#catlist{
		margin-left:-16px;
	}
	
	#catlist a{
		text-decoration:none;
		display:block;
	}
	
	#catlist a:hover{
		text-decoration:none;
		color:#940000;
	}
	
	#catlistleft{
		float:left;
		width:474px;
	}
	
	#catlistright{
		float:right;
		padding-top:16px;
		width:420px;
		text-align:center;
	}
	
	.catthumb{
		height:170px;
		border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	    border-radius: 3px;
	    border-style: solid;
	    border-width: 1px;
	    box-shadow: 1px 1px 0 0 #CCCCCC;
	    margin-right:3px;
	}

	.hidden_spacer{
		display:none;
	}
	
	/*ol li a{
		color:#940000;
	}
	
	ol.imagedisplay li a{
		color:#000000;
	}*/

	div.editorblock a{
		color:#940000;
	}
	
	.clear{
		clear:left;
	}
	
	img.inGrid{
		border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	    border-radius: 3px 3px 3px 3px;
	    border-style: solid;
	    border-width: 1px;	
	}
	
	#shiftzoom_container{
		position:fixed;
		top:0px;
		left:0px;
		width:auto;
		height:auto;
		visibility:hidden;
		/*background-color:#FFFFFF;*/
	}
	
	.shiftzoom_container_inner{
		position:fixed;
		top:0px;
		left:0px;
		border:3px solid #666666;
		padding:0px;
		background-color:#e7e7e7;
	}
	
	.shiftzoom_close{
		position:absolute;
		right:0px;
		top:0px;
		width:auto;
		height:auto;
		/*border:5px solid #ff6666;*/
		z-index:11;
		/*visibility:hidden;*/
		padding:0px;
		background-color:#FFFFFF;
		background-image:url(../images/delete.gif);
  		background-repeat:no-repeat;
  		background-position:right ;
  		padding:5px;
  		padding-right:20px;
  		cursor:pointer;
  		font-weight:bold;
  		color:#940000;
  		border-left:3px solid #666666;
  		border-bottom:3px solid #666666;
	}
	
	.opacityOverlay{
		opacity:0.4;
		filter:alpha(opacity=40);
	}
	
}

