/* GENERAL */
* {
	margin: 0px;
	padding: 0px;
}
html, table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
  color: #333333;
}
body {
  background-color: #ffffff;
}
a {
  color: #333333;
  text-decoration: underline;
}

/* COMPAT IE6/7 */
.checkbox {
  width: 13px;
  height: 13px;
  margin: 0px;
  padding: 0px;
}

/* SINGLE DIVS */
#header {
  height: 70px;
  width: 100%;
}
#logo {
  float: left;
  height: 70px;
  width: 300px;
  background-image: url(../img/starticket_logo.png);
  background-repeat: no-repeat;
  border-left: 20px solid #e6e4e4;
}
#help {
  height: 50px;/*70*/
  margin-left: 320px;
  border-right: 20px solid #e6e4e4;
  text-align: right;
  vertical-align: bottom;
  padding: 10px;
}
#sidebar {
  float: left;
  width: 320px;
}
* html #sidebar {
  margin-right: -3px;
}
#search {
  width: 280px;
  background-color: #e6e4e4;
  border-left: 20px solid #666666;
  padding: 10px;
}
#searchhelp {
  padding: 5px 0px 10px 0px;
  border-bottom: 1px solid #cccccc;
}
#searchcategories {
  padding: 10px 0px 0px 0px;
}
#searchcategories p {
  margin-bottom: 3px;
}
#searchcategories input {
  margin-right: 5px;
}
#poslist {
  width: 280px;
  padding: 10px;
  overflow: auto;
  border-left: 20px solid #e6e4e4;
}
#map {
  margin-left: 320px;
  background-color: #e6e4e4;
  border-right: 20px solid #e6e4e4;
}
#map_valora {
  border-left: 20px solid #e6e4e4;
  background-color: #e6e4e4;
  border-right: 20px solid #e6e4e4;
}
#close{
	position:absolute;
	top:0px;
	right:24px;
	background:url(../img/close2.png) no-repeat;
	width:24px;
	height:24px;
	cursor:pointer;
	cursor:hand;
	z-index:100;
}
* html #map {
  margin-left: -3px;
}

/* SINGLE ELEMENTS */
#query {
  width: 130px;
  height: 22px;
  margin-right: 5px;
}
#submit {
  width: auto;
  height: 22px;
  background-color: #666666;
  background-image: url(../img/search_bg.gif);
  background-repeat: no-repeat;
  background-position: right center;
  border-color: #a7a7a7 #353535 #353535 #a7a7a7;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  padding: 0px 26px 2px 3px;
}

/* BUBBLE */
.bubble {
  width: 320px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.bubbleleft {
  float: left;
  width: 130px;
  margin-right: 10px;
}
.bubbleright {
  float: left;
  width: 180px;
}
.bubbleright h1 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bubbleright p {
  margin-bottom: 10px;
}


/* POS DETAILS */
.posdetail {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
}
.posdetaillabel {
  float: left;
  width: 24px;
  height: 21px;
  background: #ffffff url(../img/flag/empty1.gif) no-repeat left top;
  color: #ffffff;
  font-weight: bold;
  padding: 1px 0px 0px 7px;
  cursor: pointer;
}
.poswarninglabel {
  float: left;
  width: 22px;
  height: 22px;
  background: url(../img/error.png) no-repeat left top;
  font-weight: bold;
  padding: 1px 0px 0px 7px;
  cursor: pointer;
}
.posinfolabel {
  float: left;
  width: 16px;
  height: 16px;
  background: url(../img/information.png) no-repeat left top;
  font-weight: bold;
  padding: 1px 0px 0px 7px;
  cursor: pointer;
}

.posdetailtitle {
  float: left;
  width: 223px;
  padding-bottom: 5px;
  cursor: pointer;
}
.posdetaillogo {
  float: left;
  width: 58px;
  padding-left: 32px;
  padding-bottom: 10px;
}
.posdetailcontent {
  float: left;
  width: 223px;
  overflow: hidden;
  padding-left: 32px;
  padding-right: 10px;  
}
.posdetail h1 {
  display: inline;
  vertical-align: top;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.posdetail p {
  margin-bottom: 10px;
}

/* MARKERS */
.markerarealabel {
  color: #ffffff;
  font-weight: bold;
}
.markerposlabel {
  color: #ffffff;
  font-weight: bold;
}

/* HELP */
.helpdetail {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
}
.helpdetail h1 {
  vertical-align: top;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.helpdetail ul {
  margin-bottom: 10px;
}
.helpdetail li {
  margin-left: 15px;
  margin-bottom: 10px;
}
.message{
  text-align:center;
  font-size: 13px;
  font-weight: bold;
  margin:10px;
}

/* MISC */
.clear {
  clear: both;
}