* {
	/*
		workaround for border inconsistencies
	*/
	-moz-box-sizing: border-box;
}

body {
	height: 100%;
	margin: 0px;
}

div#topbar {
	background-image: url(/media/gradient.gif);
	background-position: 0px 118px;
	background-repeat: repeat-x;
	height: 150px;
	width: 100%;
}

div.burriteriacommentadd {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 10px;
}

div.burriteriacommentadd textarea {
	clear: both;
	color: #666;
	font-family: tahoma;
	font-size: 8pt;
	width: 300px;
}

div.burriteriainfowindow {
	font-family: tahoma;
	font-size: 8pt;
	width: 400px;
}

div.burriteriainfowindowcontent {
	height: 200px;
	overflow: auto;
}

div.burriteriatitlediv {
	float: left;
	font-size: 9pt;
}

div#content {
	height: 100%;
	margin-top: -150px;
	padding-top: 150px;
	padding-left: 400px;
	position: relative;
}

div#content div {
	/*
	float: left;
	height: 100%;
	position: relative;
	*/
}

div.tabbar {
	border-bottom: 1px solid black;
	margin-top: 15px;
}

div.tabbar a {
	background-color: #eee;
	border: 1px solid black;
	color: #333;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	position: relative;
	text-decoration: none;
	/*top: 1px;*/
}

div.tabbar a:hover {
	background-color: #fff;
	color: #666;
	text-decoration: none;
}

div.b_info_even {
	background-color: #fff;
	cursor: hand;
	cursor: pointer;
}

div.b_info_odd {
	background-color: #f8f8f8;
	cursor: hand;
	cursor: pointer;
}

div#burriteriacontainer {
	height: 200px;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	width: 100%;
	z-index: 1;
}

div#burriterialist {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

div#leftnav {
	background-color: #b4b4b4;
	margin-left: -400px;
	width: 400px;
	float: left;
	height: 100%;
	position: relative;
}

div#login {
	height: 200px;
	left: 50%;
	position: relative;
	top: 50%;
	width: 250px;
}

div#alert {
	left: 50%;
	position: relative;
	top: 50%;
	width: 250px;
}

div#sublogin {
	background-color: #eee;
	border: 2px solid black;
	font-family: tahoma;
	font-size: 9pt;
	/*height: 150px;*/
	margin-left: -50%;
	margin-top: -50%;
	padding: 3px;
	position: absolute;
	width: 250px;
}

div#subalert {
	background-color: #eee;
	border: 2px solid black;
	font-family: tahoma;
	font-size: 9pt;
	margin-left: -50%;
	margin-top: -50%;
	padding: 3px;
	position: absolute;
	width: 250px;
}

div#sublogin td {
	font-size: 9pt;
	text-align: right;
}

div#logincontainer {
	display: none;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 5;
}

div#alertcontainer {
	display: none;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 6;
}

div#directions {
	display: none;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 5;
}

div#map {
	background-color: black;
	border-color: black;
	border-width: 2px 0px 0px 2px;
	border-style: solid;
	left: 0px;
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
}

div#navcontent {
	background-color: #eee;
	border: 2px solid black;
	left: 50px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	position: absolute;
	width: 300px;
	top: 0px;
	z-index: 1;
}

div#navcontent div {
	color: #333;
	font-family: tahoma;
	font-size: 9pt;
}

div#navoverlay {
	background-color: #eee;
	display: block;
	filter: alpha(opacity=60);
	height: 100%;
	left: 0px;
	-moz-opacity: 0.60;
	opacity: 0.60;
	position: absolute;
	top: 0px;
	width: 296px;
	z-index: 3;
}

div#navtabs {
	left: 50px;
	position: absolute;
	top: -21px;
	z-index: 2;
}

div#navtabs div {
	background-color: #eee;
	border: 2px solid black;
	border-bottom: 0px;
	float: left;
	margin-left: 2px;
}

div#navtabs div a {
	color: black;
	display: block;
	font-family: tahoma;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	padding: 5px;
	padding-bottom: 2px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 60px;
}

div#navtabs div a:hover {
	background-color: #ffb060;
}

table#addtable td.inputtd {
	font-size: 9pt;
	padding-right: 5px;
	text-align: right;
}

table#directions td.inputtd {
	font-size: 9pt;
	padding-right: 5px;
	text-align: right;
}

