/*	Common */
.alt {
left:-9999px;
position:absolute;
}
.hidden	{ display: none; }
.right { text-align: right; }
.clear { clear: both; }
a, a:VISITED {
	color: #C3272F;
	/*font-weight: bold;*/
}
a:HOVER {
	color: #4C4B4D;
}
H1, H2, H3 {
	color: #C3272F;
}
H2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 10px;
}
body {
	color: #4C4B4D;
	font-family: Tahoma, Verdana, Arial;
	font-size: 66%;
}
input,select,textarea {
	border: 1px #d9d9d9 solid;
	background: url(/images/background/formgrag.jpg) #fff repeat-x;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	padding: 3px;
	width: 300px;
}
input[type='checkbox'] { width: auto}
select {
	padding: 0;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted;
}
.submit {
	border:1px #d9d9d9 solid;
	width:68px;
	height:21px;
	background:#c3272f;
	color:#fff;
	font-size:11px;
}
a.radio {
	background: transparent url(../images/icon/gif/radio_button_uncheck.gif) no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 14px;
	margin-left: 5px !important;
	margin-top: 3px;
	width: 20px;
}
a.radio_selected {
	background:transparent url(../images/icon/gif/radio_button.gif) no-repeat scroll 0 0;
}
a.checkbox {
	background: transparent url(../images/icon/checkbox_uncheck.png) no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 14px;
	margin-left: 5px !important;
	width: 20px;
}
a.checkbox_selected {
	background:transparent url(../images/icon/checkbox.png) no-repeat scroll 0 0;
}
div.toolbar {
	height: 16px;
}
a.tool {
	cursor:pointer;
	display:block;
	float:left;
	height:16px;
	margin-left:1px;
	width:16px;
}
a.goto { background:transparent url(../images/icon/arrow_move.png) no-repeat scroll 0 0;}
a.zoomto {	background:transparent url(../images/icon/magnifier_zoom.png) no-repeat scroll 0 0;}
a.zoomtoall {	background:transparent url(../images/icon/magnifier_zoom_fit.png) no-repeat scroll 0 0;}
a.cancel {	background:transparent url(../images/icon/slash.png) no-repeat scroll 0 0; }
a.confirm {	background:transparent url(../images/icon/disk.png) no-repeat scroll 0 0;}
a.edit {background:transparent url(../images/icon/pencil.png) no-repeat scroll 0 0;  float: right;}

span.definition {
	border-bottom: 1px dotted #4C4B4D;
	cursor: help;
}
input.date {
	width: 135px; 
	background: transparent url(../images/icon/gif/calendar_select.gif) no-repeat right;
}
input.time {
	width: 45px; 
	background: transparent url(../images/icon/gif/clock.gif) no-repeat right;
}


/* layout */
div#header{
	text-align: center;
	position:relative;
	width: 100%;
	height: 70px;
	border-bottom: 3px solid #C3272F;
}
div#sidebar{
	float: left;
	width: 277px;
	overflow: auto;
	background: transparent url(../images/background/sidebg.jpg) repeat-y scroll left center;
	/*height: 500px*/
}
div#content{
	background: transparent url(../images/background/sidebg.jpg) repeat-y scroll left center
}
#main, div#news {
	position:relative;
	/*height: 540px;*/
	margin-left: 277px;
}
div#footer{
	position:relative;
	width: 100%;
	height: 25px;
	background: #f4f4f4;
	border-top: 1px solid #d9d9d9;
	float: left;
}

/*	Header */
div#header div#heading{
	text-align: left;
	position: relative;
	height: 70px;
}
div#header div#logo {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 206px;
	height: 48px;
}
div#header div#login {
	text-align: right;
	position: absolute;
	right: 10px;
	top: 10px;
	/*width: 350px;*/
}
div#header div#menu {
	position: absolute;
	top: 25px;
	left: 275px;
	height: 24px;
}
div#header div#language {
	text-align: right;
	position: absolute;
	right: 10px;
	top: 40px;
	/*width: 350px;*/
}

div#content div#logo {
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 100;
}

/* main menu */
div#navigation .tabs-nav { list-style: none; margin: 0; padding: 0; list-style-type: none; }
div#navigation .tabs-nav:after { display: block; clear: both; content: " ";}
div#navigation .tabs-nav li { float: left; margin: 0 0 0 1px; min-width: 84px; list-style-type: none; }
/*div#navigation .tabs-nav a, .tabs-nav a span { display: block; padding: 0 10px; background: url(../images/tab.png) no-repeat; }*/
div#navigation .tabs-nav a, .tabs-nav a span { display: block; padding: 0 10px; }
div#navigation .tabs-nav a { position: relative;  font-weight: normal;   z-index: 2; padding-left: 0; color:#4C4B4D; line-height: 1; text-align: center; text-decoration: underline; white-space: nowrap; }
div#navigation .tabs-nav .tabs-selected a { color: #4C4B4D; font-weight: bold; }
div#navigation .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { background-position: 100% -150px; outline: 0; }
div#navigation .tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active { background-position: 100% -100px; }
div#navigation .tabs-nav a span { width: 64px; min-width: 64px; height: 18px; min-height: 18px; padding-top: 6px; padding-right: 0; }
div#navigation *>.tabs-nav a span { width: auto; height: auto;}
div#navigation .tabs-nav .tabs-selected a span { padding-top: 7px;}
div#navigation .tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span { background-position: 0 -50px; }
div#navigation .tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span { background-position: 0 0; }
div#navigation .tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { cursor: text;}
div#navigation .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { cursor: pointer; }
div#navigation .tabs-nav .tabs-disabled { opacity: .4; }
div#navigation .tabs-container { border-top: 1px solid #97a5b0; padding: 1em 8px; background: #fff;}

/*	Footer */
div#footer div#copy {
	width: 300px;
	position: absolute;
	text-align: left;
	left: 12px;
	top: 6px;
	font-size: 10px;
	color: #aaa;
	font-variant: small-caps;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
}


/*	Map */
#main div.buttons {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10000;
	background-color:#D9D9D9;
	padding:5px 0 5px 5px;	
}
#main div.layers {
	top: 27px
}
#main div.link {
	top: 27px;
}

#main .left {
position:relative;
float:left;
padding-right:5px;
}
#main .right {
position:absolute;
right:4px;
padding: 0px 0 0 4px;
float:left;
}
#main #maparea
{
}
#main #mapin {
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	width: 100%;	
}
#main #mapholder {
	position:relative;
}
#main #mapholderarea
{
	position:absolute;
	left:1px;
	top:28px;
	overflow:hidden;
}

a.mapbutton, a.helpbutton { 
	width: 30px; 
	height: 23px; 
	background: url("../images/buttons/mapnavigation3.gif") no-repeat 0 0;  
	cursor:pointer;
}
a.helpbutton { 
	float:left;
	margin-right:10px;
}

a.pan { background-position: 0 0px; }
a.pan:hover { background-position: 0 -23px; }
#pan.selected { background-position: 0 -23px; }
a.zoomin { background-position: 0 -46px; }
a.zoomin:hover { background-position: 0 -69px; }
#zoomin.selected { background-position: 0 -69px; }
a.zoomout { background-position: 0 -92px; }
a.zoomout:hover { background-position: 0 -115px; }
a#zoomout.selected { background-position: 0 -115px; }
a.fullext { background-position: 0 -138px; }
a.fullext:hover { background-position: 0 -161px; }
#fullext.selected { background-position: 0 -161px; }
a.topo { background-position: 0 -184px; }
a.topo:hover { background-position: 0 -207px; }
#topo.selected { background-position: 0 -207px; }
#topo_75000.selected { background-position: 0 -207px; }
a.info { background-position: 0 -230px; margin-right: 20px;}
a.info:hover { background-position: 0 -253px; }
#info.selected { background-position: 0 -253px; }
a.orto { background-position: 0 -276px; }
a.orto:hover { background-position: 0 -299px; }
#orto.selected { background-position: 0 -299px; }
a.orto { background-position: 0 -276px; }
a.orto:hover { background-position: 0 -299px; }
#orto.selected { background-position: 0 -299px; }
a.trash {background-position: 0 0px; background: url("../images/buttons/talkas.gif") no-repeat 0 0;}
a.trash:hover { background-position: 0 -23px; }
a.trash.selected { background-position: 0 -23px; }

a.default { 	
	width: 65px; 
	background: url("../images/buttons/parskata.gif") no-repeat 0 0;  
	margin-left: 32px;
}
a.default:hover { background-position: 0 -23px; }
#default.selected { background-position: 0 -23px; }

a.link { background-position: 0 -322px; }
a.link:hover { background-position: 0 -345px; }
a.link.selected { background-position: 0 -345px; }

input#maplink {
	margin-right: 5px;
	width: 264px;
}
.closedhand {
       cursor: url("./images/cursors/closedhand.cur");
       cursor: -moz-grabbing !important;
}

.openhand {
         cursor: url("./images/cursors/openhand.cur");
         cursor: -moz-grab !important;
}
/*-----------zooming------------------------------------------------------*/
#zoomToDiv{	border: 1px solid #A09D83;	position:absolute; visibility:hidden;/* display: none; */z-index: 100;}
#zoomToDivBackground{width: 100%; height: 100%; filter:alpha(opacity=25); -moz-opacity:0.25;opacity:0.25;}
#mapLoading{ 
	z-index: 1000; 
	border: 0px solid black; 
	display: block; 
	/*-moz-opacity:0.6;
	filter:alpha(opacity=60);*/ 
	display: none;
	position: absolute;
	padding: 10px;
}

/*	Sidebar */
div#sidebar #inside {
	padding: 0px;
}
div#inside h1 {
	margin: 10px 5px;
	font-size: 130%;
	text-align: center;
}
div#inside h2{
	cursor: pointer;
	padding: 5px 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #ddd;
	margin: 0px;
	font-size: 100%;
	background: #eeeeee url(../images/icon/gif/toggle.gif) no-repeat right;
}
div#inside h2.open{
	cursor: pointer;
	padding: 5px 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #ddd;
	margin: 0px;
	font-size: 100%;
	background: #eeeeee url(../images/icon/gif/toggle_collapse.gif) no-repeat right;
}
div#sidebar h3 {
	margin: 10px 0;
}
div#sidebar div#head{
	margin: 5px;
	/*font-size: 66%;*/
}
div#sidebar div#head p, div#sidebar div#head ul{
	margin-bottom: 10px;
	line-height: 16px;
	list-style-type:circle;
} 
div#sidebar div#head ul {
	padding-left: 15px;
	list-style-type:circle;
}
div#sidebar div#head li {
	line-height: 16px;
	
}


/*	Search */
div#search {
	line-height: 25px;
	margin: 10px;
}
div#search input#query{
	width: 232px;
}
div#search select#distr{
	width: 169px;
}
div#searchresults dl {
	line-height: 15px;
}
div#searchresults dl dt {
	float: left; 
	margin-right: 15px;
}
div#searchresults dl dd {
	color: #999;
	border-bottom: 1px solid #999;
}

/* GPS */
div#GPS {
	/*font-size: 66%;*/
	line-height: 18px;
	margin-bottom: 10px;
}
div#GPS div.def.selected {
	background-color: #4C4B4D;
	font-weight: bold;
	color: white;	
}
div#GPS div.def span {
	cursor: pointer;
}
div#GPS div.def:HOVER {
	background-color: #4C4B4D;
	color: white;
}
div#GPS div.info{
	border: 1px solid #4C4B4D;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
}
div#GPS div.editInfo {
	padding-bottom: 5px;
}
div#GPS div.editInfo input{
	width: 130px;
}
div#GPS table {
	width: 100%;
	border-collapse: separate;
}
div#GPS table td.header {
	font-weight: bold;
	padding-right: 10px;
}
div#select, div#refresh {
	margin: 10px;
}
div#select select, div#refresh select , div#gpsreport select{
	width: 190px;	
}

/* GPS Settings*/
div#gpssettings {
	/*line-height:  25px;*/
}
div#gpssettings a.checkbox {
	margin-top: -3px;
}
div#gpssettings table td {
	padding: 3px 10px 3px 0px;
}
div#gpssettings dt {
	float: left;
	width: 100px;
	padding-top: 3px;
}
div#gpssettings #historytime {
	width: 144px; 
}

/* GPS report*/
div#gpsreport table td {
	padding: 3px 0px 3px 10px;
}

/* GPS hint*/
div#pointhint {
	position: absolute;
	top: 100px;
	left: 100px;
	border:	1px solid #C3272F;
	margin: 5px;
	background-color: #eee;
	display: none;
	padding: 5px;
}
div#pointhint ul {
	list-style-type:circle;
	margin: 5px 5px 5px 20px;
}
div#pointhint h3 {
	margin-bottom: 10px;
}

	
/* bibliotēkas */
div#application {
	position: absolute;
	top: 30px;
	left: 280px;
	font-size: 160%;
	font-weight: bold;
}
div#biblio {
	line-height: 18px;
	margin-bottom: 10px;
}
div#biblio div.def.selected {
	background-color: #4C4B4D;
	font-weight: bold;
	color: white;	
}
div#biblio div.def span {
	cursor: pointer;
}
div#biblio div.def:HOVER {
	background-color: #4C4B4D;
	color: white;
}
div#biblio div.info {
	border-bottom: 1px solid #4C4B4D;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
}
div#biblio table {
	width: 100%;
	border-collapse: separate;
}
div#biblio table td.header {
	font-weight: bold;
	padding-right: 10px;
	width: 65px;
}
div#biblioinfo ul {
	padding-left: 15px;
	line-height: 16px;
	list-style-type: circle;
}
div#biblioinfo p {
	margin-bottom: 5px;
}
div#biblioinfo a.selected {
	font-weight: bold;
}



/*	news	*/
div#news {
	padding: 20px;
}
div#news h2 {
	border-bottom: 1px solid #D9D9D9;
	position: relative;
	padding-bottom: 3px;
}
div#news h3 {
	padding-bottom: 5px;
}
div#news div.topic {
}
div#news div.date {
	color: #D9D9D9;
	font-size: 66%;
	position: absolute;
	top: 0px;
	right: 0px;
}
div#news div.entry {
	margin-bottom: 30px;
}
div#news div.entry li{
	line-height: 16px;
}
div#news div.entry p, div#news div.entry ul{
	margin-bottom: 10px;
	line-height: 16px;
}
div#news div.entry ul.xxl li{
	line-height: 24px;
	list-style-type: none;
}
div#news div.entry ul {
	padding-left: 25px;
	list-style-type:circle;
}
div#news div.entry img {
	float: left;
	padding: 0 10px 0 0;
}
div#news span.commentcount {
	margin-left: 5px;
	font-size: 66%
}
div#news div#comments ul {
	line-height: 16px;
}
div#news div#comments ul#commentlist li {
	margin: 10px 0;
	border-bottom: 1px solid #D9D9D9;
}
div#news div.commentmeta {
	width: 120px;
	height: 50px;
	float: left;
}
div#news span.commentuser {
	font-weight: bold;
	display: block;
}
div#news span.commentdate {
	color: #D9D9D9;
}
div#news div.commentbody {
}

/*	formas */
div#divform {
	padding: 20px;
	width: 410px;
}
div#divform label {
	width: 100px;
	float: left;
	margin-top: 5px;
}
div#divform input {
	margin-bottom: 5px;
}
div#divform input.submit {
	margin-left: 100px;
	margin-top: 10px;
	width: 100px;
}
div#divform input.checkbox {
	width: 20px;
	float: left;
	margin-left: 100px;
}
div#divform label.checkbox {
	width: 300px;
	float: none;
	margin-top: 5px;
}
div#divform label.last {
	float: none;
	padding: 20px 0;
}

div#divform div.error {
	color: #C3272F;
	padding: 10px;
	border: 1px solid #C3272F;
	margin-bottom: 10px;
	padding-left: 35px;
	background: #eee url(../images/icon/cross_circle.png) no-repeat scroll 10px 7px
}
div#divform div.error p{
	margin-bottom: 10px;
}
div#divform div.error label {
	float: none;
	margin-top: 5px;
	margin-right: 20px;
	font-weight: bold;
}


/*	dialog 	*/
.ui-dialog {
	background-color: white;
	padding: 5px;
}
.ui-dialog-titlebar {
	background-color: #D9D9D9;
	cursor: move;
	padding: 8px 0 7px 10px;
}
.ui-dialog-titlebar-close {
	background: transparent url(../images/icon/cross_circle.png) 0 0 no-repeat;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 16px;
	height: 16px;
}
.ui-dialog-titlebar-close span {
	left:-9999px;
	position:absolute;
}
.ui-icon-closethick {
}
.ui-dialog-title {
	margin-top: 3px;
	font-weight: bold;
	color: black;
}
.ui-dialog-content {
	margin: 5px;
	overflow: auto;
}

/* Pedas */
div#trashregister {
	line-height: 16px;
}
div#trashregister textarea {
	height: 70px;	
}
div#trashregister input, div#trashregister textarea {
	width: 170px;		
}
div#trashregister p {
	margin-bottom:5px;
}
div#trashinfo dd {
	font-weight: bold;	
	padding-left: 10px;
}
div#trashinfo ul {
line-height:16px;
list-style-type:circle;
padding-left:15px;
}
div#inside div.projectname {
	margin-right: 1px;
	background-color: white;
	text-align: center;
}