@font-face {  
  font-family: Orienta ;  
  src: url( ../img/or.ttf ) format("truetype");  
}  



h1 {
	font-size:16px;
}
a,img {
	border:0px;
}
body {
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x none;
	font-family: Orienta , verdana, helvetica, sans-serif;
} 


#mainDiv {
	border-radius:11px;
	background-color:white;
	width:961px;
	min-height:640px;
	
	padding-top:10px;
	position:relative;
	
}

#mainDiv2 {
	border-radius:11px;
	background-color:white;
	width:961px;
	min-height:640px;
	
	padding-top:10px;
	position:relative;
	
}

#mainContent {
	position:relative;
	height:550px;

}

#header {
	background-image:url(../img/header.jpg);
	background-position:top center;
	background-repeat:repeat-x none;
	width:940px;
	height:115px;
}

#header div a {
	color:darkgray;
}

#mdp {
	background:#7A7A7A;
	text-align: left;
	min-height:20px;
	width:940px;
	padding-top:4px;
	position:relative;
	top:0px;
	bottom:2px;
	
}
#mdp a {
	font-weight: bold;
	text-decoration: none;
	padding-left:2px;
	color:white;
	font-size:12px;
	
}

#mdp a:hover,#mapButton  a:hover {
	opacity:0.8;
		
}

#mapButton {
	height:16px;
	position:absolute;
	right:20px;
	bottom:1px;
	padding-top:8px;
}

#mapButton  a {
	font-size:12px;
	font-weight:bold;
	color:white;
	text-decoration:none;

}
#mapdiv {
	width:940px;
	height:500px;
}

div.loginContent {
	color:#29AFC6;
	border-radius:5px;
	height:550px;
	margin-top:35px;
    background-image:url(../img/bglogin.jpg);
	
}

div.loginContent table {
	border-radius:5px;
	background-color:white;
	
	

}


div.olPopup {
	border-radius:11px;
	background:#7A7A7A;
	opacity:0.9;
	
	font-size:12px;
	

}
div.olPopupContent {
	opacity:0.9;
	background:#7A7A7A;
	border-radius:11px;
	color:white;
	
}

div.olPopupContent a{
	color:lightgrey;
}

.olAlphaImg {
	cursor:pointer;

}
table.defaultTable {
	font-weight:thin;
	font-size:12px;
	text-align:left;
	width:940px;
}

table.defaultTable tr th {
	font-weight:bold;
	background-color:lightgray;
	font-size:12px;
}

table.defaultTable tr:hover {
	background-color:lightgray;

}

table.defaultTable tr td {
	padding-left:5px;
	padding-right:5px;
}

#energyCanvas {
	right:430px;
	top:60px;
	position:absolute;
	cursor:pointer;
	font-size:12px;
	color:darkgray;
}

#searchButtonCanvas {
	right:360px;
	top:60px;
	position:absolute;
	cursor:pointer;
	font-size:12px;
	color:darkgray;
}

#loadCanvas {
	right:286px;
	top:60px;
	position:absolute;
	cursor:pointer;
	font-size:12px;
	color:darkgray;
}

#adminCanvas {
	right:210px;
	top:60px;
	position:absolute;
	cursor:pointer;
	font-size:12px;
	color:darkgray;
}

#helpCanvas {
	right:120px;
	top:60px;
	position:absolute;
	cursor:pointer;
	font-size:12px;
	color:darkgray;
}

#logoutCanvas {
	right:20px;
	top:60px;
	position:absolute;
	cursor:pointer;
	font-size:12px;
	color:darkgray;
}

#documentForm {
	background-color:#F0F0F0;
	border-radius:11px;
	border:1px solid gray;
	font-size:10px;	
	min-width:950px;
	padding:5px;
	display:none;
	position:fixed;
	bottom:5px;
	margin-left:auto;
	margin-right:auto;
	
}

div.tableContainer {
	height:300px;
	overflow:auto;
	
}

#documentForm table tr td{
	font-size:12px;	
	color:#29AFC6;
	min-height:14px;
}

#documentForm table tr td div{
	background-color:#FFFFFF;
	min-height:18px;
	border-radius:5px;
	
}

#documentForm table tr td div a {
	color:#7A7A7A;
}

#documentFormCloseButton {
	position:absolute;
	right:2px;
	top:2px;
	background-image:url(../img/close.png);
	width: 22px;
	height: 22px;
	cursor:pointer;
	opacity:0.6;
}

#documentFormCloseButton:hover {
	opacity:0.3;
}


#searchForm {
	background-color:#F0F0F0;
	border-radius:11px;

	font-size:10px;	
	width:930px;
	padding:10px;
	display:none;
	position:absolute;
	top:125px;
	left:5px;
	text-align:left;
	border:1px solid gray;
	
}

#searchForm table tr td{
	font-size:12px;	
	color:#29AFC6;
	min-height:14px;
}

#searchForm table tr td div{
	background-color:#FFFFFF;
	min-height:18px;
	border-radius:5px;
	
}

#searchForm table tr td div a {
	color:#7A7A7A;
}

#searchFormCloseButton {
	position:absolute;
	right:2px;
	top:2px;
	background-image:url(../img/close.png);
	width: 22px;
	height: 22px;
	cursor:pointer;
	opacity:0.6;
}

#searchFormCloseButton:hover {
	opacity:0.3;
}

select,input[type="button"],button {
	background-color:white;
	border:1px solid gray;
	border-radius:5px;
	font-family: Orienta , verdana, helvetica, sans-serif;
	
}

input {
	font-family: Orienta , verdana, helvetica, sans-serif;
	background-color:white;
	border:1px solid gray;
	border-radius:5px;
	
}
input:disabled {
	background-color:darkgray;

}
select:disabled {
	background-color:darkgray;

}
input[type="button"],button {
	padding:2px 10px 2px 10px;
	cursor:pointer;
}


#asdTitle {
	width:290px;
}
#asdKeywords {
	width:290px;
}
#ui-datepicker-div {
	font-size:11px;

}

#loadCanvas a,#adminCanvas a {
	text-decoration:none;
	color:black;
}

.poimarker {
	position:absolute;
	width:12px;
	height:12px;
	background-image:url(../img/poimarker.png);
	overflow:hidden;
	color:white;
	z-index:2;
	opacity:0.8;
	background-color:transparent;
	
	
}


.poimarker:hover {
	
	width:200px;
	height:100px;
	background-image:url(../img/poimarkerbg.png);
	overflow:hidden;
	color:white;
	z-index:20;
	opacity:0.7;
	background-color:transparent;
	font-size:12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	
} 

.poimarker:hover div {
	display:block;
	
}



div.poimarkerdata {
	display:none;

}



div.poimarkerdata a {
	color:white;
	text-decoration:underline;
	font-size:11px;
	font-family: Orienta , verdana, helvetica, sans-serif;
}

a.ui-corner-all {
	font-size:11px;
}

div.groupimagepic {
	float:left;
	margin:3px;
	width:120px;
	height:80px;
	overflow:hidden;
	border-radius:5px;
}

div.groupimagepic:hover {
	opacity:0.9;
}

div.galleryelement {
	font-size:12px;
	margin:2px;
	width:860px;
	margin-left:20px;
	/*background-color:#F0F0F0;
	border-radius:15px;
	color:#29AFC6;
	padding:3px;
	height:190px;
	border:1px solid gray;*/
}

div.galleryelement {
	width:860px;
	margin-left:20px;
	/*background-image:url(../img/gallerybg.png);
	background-repeat:no-repeat no repeat;*/
	/*background-color:gray;*/
	
	min-height:190px;
	border-radius:0px;
	
}

div.minigallery {
	overflow:hidden;
	max-height:75px;
	width:100px;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	margin-bottom:3px;
	border-radius:5px;

}
div.galleryelement a{
	color:#737373;
}

div.galleryelement2 {
	font-size:10px;
	margin:2px;
	margin-left:30px;
	background-color:#F0F0F0;
	border-radius:5px;
	color:#29AFC6;
	overflow:hidden;
	height:100px;
	width:150px;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	
}

div.galleryelemen2t a{
	color:#737373;
}
h4.hnote {
	line-height:10px;
	font-size:11px;
	top:0px;
	left:0px;

}

p.legend {
	margin:0px;

}

p.legendbig {
	font-weight:bold;
	font-size:13px;
	color:black;
	text-shadow: white 0.1em 0.1em 0.2em;
}

#viewOriginal {
	color:#7A7A7A;

}


p.copyright {
	font-size:10px;
	color:#29AFC6;
}

a.fakebacklink {
	position:absolute;
	right:15px;
	color:gray;
	top:5px;
	font-size:10px;

}

#mapsmenuheader {
	background-image:url(../img/downarrow.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:22px;
}


#emapsmenu {
	background-color: #7A7A7A;
	z-index: 100;
	position: absolute;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	display:none;
}

#emapsmenu ul {
	
	margin: 0px;
	

}

div.printButton {
	position:absolute;
	top:5px;
	right:5px;
}
div.printButton > img  {
	width: 32px;
	cursor: pointer;
}

div.printButtonMini {
	position:absolute;
	top:1px;
	right:15px;
}
div.printButtonMini > img  {
	width: 22px;
	cursor: pointer;
}
