* {
  margin: 0;
  padding: 0;
  font-family: Times, "Times New Roman", serif;
  letter-spacing: 2px;
}

html {
  border: 0; /* @ IE/Win, hide the viewport's border */
}

body {
  font-size: 12px; /* @ EOMB consistent */
  color: #000;
  text-transform: lowercase;
  text-align: center;
  margin: 20px 0px 20px 0px;
}

div.admin_container {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 150px;
	height: 70px;
	text-align: right;
}

div.home {
  	padding-top: 20%;
}
div.home a {
  color: #000;
  font-size: 80px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
div.home a:hover {
  color: #000;
  background-color: #FFF;
}

div.header {
	margin-bottom: 0px;
  background-color: #FFF;
}

div.header a {
  color: #000;
  font-size: 80px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  line-height: 100px;
}
div.header a:hover {
  color: #000;
  background-color: #FFF;
}

div.menu {
	padding: 0px 0 0px 0;
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
}

div.spacer_top {
	padding-top: 20px;
	padding-bottom: 20px;
}

div.spacer_bottom {
	padding-top: 20px;
	padding-bottom: 40px;
}

div.list_spacer {
  margin: 10px 0 10px 0;
}

div.content {
}

div.content_inlay {
	width: 980px;
	margin: auto;
}

div.footer {
	font-size:11px;
	text-align: center;
}

div.work_subheadline {
	font-size: 11px;
}

div.work_subsubheadline, div.work_date {
	font-style: italic;
	font-size: 11px;
}

div.message_container {
	position: fixed;
	top: 5px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.small {
	font-size:11px;
}
.bold {
	font-weight: bold;
}
.success {
	color: green;
}
.error {
	color: red;
}
input.submit {
	cursor:pointer;
}

/* links */
a,a:link,a:active {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
a.small {
	font-size: 11px;
}

a.selected,a.selected:link,a.selected:active {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  background-color: #FFF;
}
a.selected:hover {
  color: #000;
  background-color: #FFF;
}

#sb-title-inner,#sb-info-inner{
  font-family: Times, "Times New Roman", serif;
}

#sb-body{
  position: relative;
  cursor: pointer;
  overflow: visible;
}

#sb-body,#sb-loading{
  background-color: #FFFFFF;
}

#sb-loading a {
  color: #FFFFFF;
}

#sb-loading{
  padding-top: 20%;
}
#sb-nav {
  display: none;
}
#sb-alter-nav-close{
  position: absolute;
  top: -18px;
  right: -23px;
  width: 22px;
  height: 23px;
}
#sb-alter-nav-close a{
  padding-right:10px;
  padding-bottom:10px;
}
#sb-nav-close{
  /*background: transparent url(../images/close.gif) no-repeat 0px 0px;*/
}