html, body {
  height: 100%;
  margin: 0;
  padding: 0;
	font-family: 'Cabin Condensed', sans-serif;}

body {
  background: url('images/bg-grad-676769.png') repeat-x #676769 fixed;
}

#wrapper {
  width: 972px;
  border: solid 1px #ccc;
  border-top: 0;
}

#menu {
  background: url('images/Menu.jpg') no-repeat;
  height: 63px;
  padding: 0 15px;
  color: #fff;
  font-weight: bold;
}

#menu a:link, #menu a:visited {
  text-decoration: none;
  color: #eee;
}

#menu a:hover {
  color: #fff;
}


#maintext {
  background: url('images/textarea.jpg') no-repeat;
  width: 641px;
  height: 494px;
}

#maintext div.wrapper {
  overflow: auto;
  height: 494px;
}


#map_canvas {
  height: 494px;
}

#bodyContent {
  width: 300px;
  height: 100%;
}

#bodyContent img {
  border: solid 1px #000;
  margin-left: 4px;
}

#bodyContent a, #bodyContent a:visited {
  color: blue;
}


@media print {
  html, body {
    height: auto;
  }

  #map_canvas {
    height: 650px;
  }
}

#admin {
	background: rgb(242,246,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 36%, rgba(181,198,208,1) 65%, rgba(224,239,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(36%,rgba(216,225,231,1)), color-stop(65%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 36%,rgba(181,198,208,1) 65%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 36%,rgba(181,198,208,1) 65%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 36%,rgba(181,198,208,1) 65%,rgba(224,239,249,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 36%,rgba(181,198,208,1) 65%,rgba(224,239,249,1) 100%); /* W3C */
	font-size: 10pt;
}

#admin h1 {
  clear: both;
  margin: 0;
  padding: 15px;
  font-size: 1.2em;
  color: #fff;
	background: rgb(149,149,149); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(76%,rgba(78,78,78,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
}

#admin h2, h2 {
  clear: both;
  margin: 0;
  padding: 0 15px;
  margin-top: 10px;
  font-size: 1em;
  border-bottom: solid 1px #94c1f0;
}

#admin h3 {
  clear: both;
  margin: 0;
  padding: 0 15px;
  padding-top: 20px;
  margin-top: 10px;
  font-size: .8em;
  border-bottom: solid 1px #94c1f0;
}

#admin a, .button {
	background: rgb(184,225,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(184,225,252,1) 0%, rgba(169,210,243,1) 10%, rgba(144,186,228,1) 25%, rgba(144,188,234,1) 37%, rgba(144,191,240,1) 50%, rgba(107,168,229,1) 51%, rgba(162,218,245,1) 83%, rgba(189,243,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,225,252,1)), color-stop(10%,rgba(169,210,243,1)), color-stop(25%,rgba(144,186,228,1)), color-stop(37%,rgba(144,188,234,1)), color-stop(50%,rgba(144,191,240,1)), color-stop(51%,rgba(107,168,229,1)), color-stop(83%,rgba(162,218,245,1)), color-stop(100%,rgba(189,243,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* W3C */
	display: inline;
	padding: 2px 0;
	margin: 2px;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 100px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none;
	font-variant: small-caps;
	text-shadow: #000 1px 1px 1px;
	border: solid 1px #94c1f0;
}

#admin a.nobutton {
  background: none;
  padding: none;
  margin: none;
  text-shadow: none;
  border: none;
  clear: none;
  color: #000;
  float: none;
}

#admin a:hover, .button:hover {
	text-shadow: #999 1px 1px 1px;
	cursor: pointer;
}

#admin div {
  padding: 0 15px 30px 15px;
}

.superpad {
  padding: 10px 30px 0 30px;
}
.superpad a {
  text-decoration: none;
  color: #333;
}
.superpad a:hover {
  color: blue;
}


#admin ul {
  clear: both;
  padding: 0;
  padding-left: none;
  list-style: none;
}

#admin ul li {
  clear: both;
}

#admin div, #admin div ul li, .bubble {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0px 0px 5px #888;
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 35px;
	border: solid 1px #94c1f0;
}

#admin div ul li, .bubble {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

#bodyContent {
  font-size: .8em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

#copyright {
  font-size: 10px;
  color: #fff;
}

#copyright a:link, #copyright a:visited {
  color: #eee;
  text-decoration: none;
}

#copyright a:hover {
  color: #fff;
  text-decoration: underline;
}

img.right {
  float: right;
  padding: 5px;
  background: #fff;
  border: solid 1px #333;
  margin-left: 5px;
}

.pad {
  padding: 0 15px;
}
