/*
/*  application.css
/*  Created July 7, 2006
*/

@import url('menu.css');
@import url('content.css');
@import url('forms.css');
@import url('explorer.css');

body {
  background-color: #143352;
  background-image: url('../images/tile.png');
	margin: 0px;
}

body.simple {
  background-color: #fff;
  background-image: none;
}

* html body {
	text-align: center;
}

div#background {
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
  background-color: #fff;
}

div#page {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

* html div#page {
	text-align: left;
}

div#header {
	position: relative;
}

div#middle {
	background-image: url('../images/middle.png');
	background-repeat: no-repeat;
	background-position: 50% 40px;
	padding: 0px 20px;
	padding-bottom: 42px;
	min-height: 400px;
	overflow: hidden;
}

div#middle.blank {
  background-image: none;
}

* html div#middle {
  display: table;
	height: 400px;
	overflow: visible;
}

div#status {
	height: 40px;
	clear: both;
	position: relative;
}

div#status .breadcrumbs {
	float: left;
	margin-top: 10px;
}

div#status .breadcrumbs {
	color: #ccc;
}

div#status .breadcrumbs a {
	color: #555;
}

div#status .message {
	color: #555;
}

div#status .account {
	float: right;
	margin-top: 10px;
}

* html div#middle {
	text-align: center;
}

div#content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#content.simple {
	width: 520px;
}

* html div#content h3 {
  margin-top: expression((this.parentNode.
      className == 'section' ? 0 : 18) + "px");
}
