body {
  background-color: #4B7399;
  font-family: Verdana, Helvetica, Arial;
  font-size: 12px;
}

a img {
  border: none;
}

a {
  color: #0000FF;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  width: 900px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 40px;
  border: solid 1px black;
  margin-top: 20px;
}

#flash_notice, #flash_error {
	width: 400px;
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

p.narrow {
	width: 400px;
}


/* ============================================ */

#user_nav {
	text-align: right;
}

#nav {
	margin-top: 20px;
	margin-bottom: 30px;
}

hr {
	margin: 20px 5px;
}

h3.wanddeel {
	margin: 30px 10px 7px 20px;
}

h3.collection_header {
	margin: 30px 10px 7px 20px;
}

table.boulder {
	width: 800px;
	margin: 0 20px;
	border-collapse: collapse;
}

table.boulder tr {
}

table.boulder td {
	vertical-align: top;
	border: 1px solid black;
	padding-left: 4px;
}

table.boulder td.grade {
	width: 110px;
}

table.boulder td.location {
	width: 90px;
}

table.boulder td.description {
	/*width: 500px;*/
}


table.boulder td.builder {
	width: 120px;
}

table.boulder td.details {
	width: 50px;
	padding: 0 5px;
	text-align: center;
}

table.boulder td.stars {
	width: 70px;
	padding: 0 5px;
	text-align: center;
}

table.boulder td.stars img {
	margin-bottom: -3px;
}

table.boulder td.done {
	width: 100px;
	padding: 0 5px;
	text-align: center;
}



label {
	display: block;
	float: left;
	width: 150px;
}

textarea {
	width: 400px;
	height: 100px;
}

input.regular {
	width: 300px;
}

/* ============================================ */

div.stars {
  display: inline;
  vertical-align: -30%;
}

div.stars img {
  padding: 1px;
}

div.review {
  margin: 30px 0;
	padding: 5px;
	background-color: #ccc;
	width: 400px;
}

div.review div.name {
	margin-bottom: 3px;
	padding: 3px;
	background-color: white;
}

.review .created_at {
  font-size: 11px;
  color: #777;
  font-style: italic;
}

.review p {
  margin: 8px 0;
}

.review .rejected {
  font-weight: bold;
  color: #D00;
}

textarea.review {
	margin: 5px 0;
	height: 50px;
	width: 400px;
}

p#remove_review {
	text-align: right;
	padding-right: 20px;
}

p#remove_review a {
	color: black;
}

p#remove_review a:hover {
	text-decoration: none;
}

img#plattegrond {
	display: block;
	margin: 50px auto;
}

/* ============================================ */

#show-boulder p {
	clear: left;
}

/* ============================================ */

ul.list {
	list-style-type: square;
}

ul.list li {
	
}

ul.list li a {
	color: black;
	text-decoration: none;
}

ul.list li a:hover {
	text-decoration: underline;
}

/* ============================================ */

div.right {
	float: right;
}

a.black {
	color: black;
	text-decoration: none;
}

a.black:hover {
	text-decoration: underline;
}



div#sending_form {
	margin: 0;
	padding: 0;
	width: 405px;
}

br.clear {
	clear: both;
}

div.sending_columns {
	position: relative;
	padding-right: 10px;
	margin-bottom: 20px;
}

div.sending_columns .right {
	float: right;
	width: 90px;
}

div.sending_columns .one_right {
	float: right;
	width: 90px;
	margin-right: 180px;
}

div.sending_columns .left {
	float: left;
}

span.competition {
	color: red;
	font-weight: bold;
}

#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
