/***********************************************************************
** $Id: common-layout.css 20 2009-08-10 09:53:25Z anders $
** $HeadURL: file:///home/anders/dev/hojkartan/svn/trunk/www/styles/common-layout.css $
**
** Author: Anders Hellström <anders@hellstrom.org>
** 
***********************************************************************/
/*
body {
  padding: 0px;
  margin: 0px;
}
			
input {
  font: 9px Verdana;
}

input[type=text] input[type=password] {
  width: 140px;
}

select {
  font: 9px Verdana;
  width: 140px;
}
*/
#logo {
  height: 26px;
  padding-top: 1px;
  background-color: rgb(133, 207, 128);
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;
}

#menu {
  height: 16px;
  background-color: #E0E0E0;
  background-image: url('/images/menubg.png');
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font: 11px Arial;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 2px;
  position: fixed;
  z-index: 10;
  top: 27px;
  left: 0px;
  right: 0px;
}

#menu a {
  color: #202020;
  text-decoration: none;
}

#menu a:hover {
  color: #2020FF;
}

#menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#menu li {
  display: inline;
  margin-right: 10px;
}

#sidebar {
  position: fixed;
  z-index: 10;
  top: 47px;
  left: 0px;
  width: 194px;
  bottom: 0px;
  background-color: rgb(133, 207, 128);
  border-right: 1px solid #707070;
  background-image: url('/images/sidebarbg.png');
  padding: 3px;
  font: 9px Verdana;
}

#adminicon {
	cursor: pointer;
	position: fixed;
	z-index: 20;
	top: 29px;
	left: 8px;
	width: 14px;
	height: 16px;
}

#adminmenu {
  position: fixed;
  z-index: 20;
  top: 46px;
  left: 5px;
  background-color: #ffffff;
  background-image: url('/images/adminbg.png');
  border: 1px solid #303030;
  padding: 3px;
  font: 11px Verdana;
  display: none;
}

#adminmenu h1 {
	font: 11px Verdana;
	font-weight: bold;
	color: #404040;
	margin-left: 15px;
}

#adminmenu a {
  color: #202020;
  text-decoration: none;
}

#adminmenu a:hover {
  color: #2020FF;
}

#adminmenu ul {
  padding: 0px;
  margin: 0px;
  margin-left: 15px;
  list-style: none;
}

#adminmenu li {
  padding: 3px;
  border-top: 1px dotted #cccccc;
  padding-right: 10px;
}

#adminmenu li:hover {
  background-color: #f0f0f0;
}

/*
h1 {
  font: 14px 'Arial Black';
  margin: 0px;
  margin-bottom: 5px;
}

p {
  font: 12px Verdana;
}

a {
  text-decoration: none;
  color: #A0A0FF;
}

a:hover {
  color: #0000FF;
}

*/

#mapArea {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#login, #userinfo {
  padding: 4px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#userinfo {
  display: none;
  font: 11px Verdana;
}

#userinfo span {
  font-weight: bold;
}

div.sheet {
  position: absolute;
  left: 301px;
  right: 250px;
  top: 47px;
  padding: 4px;
  border-left: 1px solid gray;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background: url('/img/message_bg.png');
  font: 11px Verdana;
  display: none;
}

div.sheet div.title {
  margin-bottom: 8px;
  font: 13px Arial;
  font-weight: bold;
}

div.sheet div.buttons {
  margin-top: 8px;
  text-align: right;
}

div.sheet div.buttons input {
  width: 69px;
}


#ajax_loader img {
  vertical-align: middle;
  margin-right: 10px;
}

#content {
  position: absolute;
  top: 47px;
  left: 201px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  padding-right: 45px;
  font: 12px Verdana;
}

#commentArea {
  position: absolute;
  top: 75px;
  left: 75px;
  right: 75px;
  bottom: 75px;
  background: #ffffff;
  border: 1px solid black;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;
  display: none;
  padding: 10px;
  overflow: scroll;
}
