/* change default html styles */
* {margin:0; padding:0;}
ul {padding:0 0 0 1.0em;}
li {list-style-type: square; margin:0 0 0 1.0em;}
p {line-height: 1.5em;}
h1, h2, h3, h4, h5, h6, p, pre, label, ul, ol, dl, fieldset, address { margin: 1em 0 0.5em 0; }
a img {border-style:none;}
a { 
	color: #950000; 
	font-weight: bold;
	text-decoration: none;
	padding:1px 2px;
}
a:active {
	color:#f00;
}
a:hover {
	color: #ffcc56;
	background-color:#950000;
}
/* general styling */
body {
  background: #efefef url('/images/em-bg-gradient.png') repeat-y top;
  color: #333;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 0 10px 0;	
}
h1, h2, h3, h4, h5, h6 {font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;}
h1 {margin-left: 0.5em;}
.ra {text-align: right;}
.la {text-align: left;}
.ca {text-align: center;}
.va {vertical-align: middle;}
.form_field {
	margin: 0;
	font-size: 0.9em;
	font-style: italic;
}
.loud {
	font-size: 2.0em;
	font-weight: normal;
	font-style: italic;
	padding: 0 2.0em 0.7em 2.0em;
}
.medium_loud {
	font-size: 1.2em;
	padding: 0 1em 0.7em 1.0em;
	margin: 1em 0 0.2em 0;
}
.medium_loud li {
	margin-bottom: 0.2em;
}
ul.spread_list {
	margin: 0;
}
ul.spread_list li {
	margin-bottom: 0.5em;
}
/* The error box */
.box {
	padding: 0;
	margin: 0;
	background-color: green;
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 1em;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  font-size: 10px;
  list-style: square;
}
/* The flash boxes */
p.error {
  background-color: #c00;
	padding:7px 15px;
	margin:0 0.3em 0.3em 0.2em;
	border:1px solid #bd7;
  color:white;
	font-size: 12px;
}
p.notice {
	background-color: #df9;
	padding:7px 15px;
	margin:0 0.3em 0.3em 0.2em;
	border:1px solid #bd7;
	font-size: 12px;
}
.warning {
	color: red;
	font-style: italic;	
}
p.warning {
	padding: 0px 20px 0px 20px;
}
p.spinner img {
	vertical-align: middle;
}

#abstract p {
	font-size: 10px;
	font-style: italic;
	margin-left: 3em;
	margin-right: 3em;
}
/* layout */
#pagewrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 90px;
}
#logo {
	display: table-cell;
	height: 70px;
	padding-left:2px;
}
#logo div {
	background: url('/images/em-logo.png') no-repeat;
}
#logo div a {
	display: block;
	width: 300px;
	height: 70px;
}
#logo div a:hover {
	border: none;
	background: none;
}
#logo div span {display: none;}
#tag {
	display: table-cell;
	text-align: justify;
	vertical-align: middle;
	width:100%;
}
ul#usr {
	margin: 1.5em;
	text-align:right;
}
ul#usr li {
	list-style-type:none;
	float:right;
	margin-left: 2em;
	text-align:right;
}
ul#nav {
	margin: 1.5em;
}
ul#nav li {
	list-style-type:none;
	float:right;
	font-size:1.3em;
	margin-left: 15px;
	text-align:right;
}
#navbar {
	border-top:dotted 1px #95a395;
	height: 25px;
	padding:0.25em 0.25em 0.25em 1.5em;
}
#navbar p.links  {
	padding: 0 1em;
	margin:0.3em;
	font-weight: bold;
	text-decoration: none;
	color: #333;	
}
#container {
	display: table-row;
}
#left {
	display: table-cell;
	width: 20em;
	padding:0 10px 0 30px;
}
#left p {
	font-size:14px;
}
#left p.aside {
	font-size:10px;
}
#content {
	display: table-cell;
	padding:0 30px 0 10px;
}
#center {
	width:620px;
}
#right {
	display: table-cell;
	width: 15em;
	padding:0 1em;
}
#container h1 {
  padding:0.15em 0.5em;
	margin:0;
	font-size: 1.6em;
	color: white;
	background-color: #556355;
	border: none;
}
#footer {
	height: 40px;
	clear:  both;
	text-align:right;
	padding:0 30px;
}
.gutter_box {
	padding: 0.3em 1em;
	background-color: white;
}
.gutter_box li {
	list-style-type: square;
	margin-left: 1em;
	margin-bottom: 0.2em;
	font-weight: bold;
}
#center .center-content {
	background-color: #fff;	
	padding: 0.3em 1em;
	font-size:11px;
}
#center .center-content ul li {
	margin-left: 1.5em;
	list-style-type: square;
	margin-bottom:0.8em;
}
#center .center-content ol li {
	margin-left: 2em;
	list-style-type: decimal;
	margin-bottom:0.8em;
}
#center .center-content h1 {
	font-size: 1.8em;
}
#center .center-content h2 {
	font-size: 14px;
}
#center .center-content h3 {
	font-size: 1.4em;
}
#center .center-content h4 {
	font-size: 1.2em;
}
#left p.controls {
	font-size:10px;
}
#center p.controls {
	font-size:10px;
}
/* tables */
table {
	border-collapse:collapse;
}
table tr th {
	background:#000063;
	color:white;
	padding:3px 10px;
	border:1px solid #000063;
}
table tr td {
	padding:7px;
	border:1px solid #ddd;
}
table.noborder td {
  border:0;
}
table.nopad tr td {
  padding:0;
	margin:0;
}
table.wide {	
	width:100%; 
}
table.central_content td {
	vertical-align: top;
	border: none;
	padding: 5px;
	background-color: white;
}
table.results {
	border: none;
	width: 100%;
}
table.results th {
	background-color: white;
	color: #333;
	border: none;
}
table.results td {
	border: none;
	padding: 3px 5px;
}
table.results tr.odd td {
	background-color: #fff;
}
table.results tr.even td { 
	background-color: #efefdf;
}
table#planned_events th {
	background-color: white;
	color: #333;
	border: none;	
}
table#planned_events td {
	border: none;
	padding: 3px 5px;	
}
table#planned_events tr.odd td {
	background-color: #fff;	
}
table#planned_events tr.even td {
	background-color: #efefdf;
}
td.ca {
	text-align: center;
}
td.va {
	vertical-align: middle;
}
table.display {
	border: none;
	width: 100%;
}
table.display th {
	border: solid 1px #ffffff;
	background-color: #efefdf;
	color: #333;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}
table.display td {
	border: solid 1px #ffffff;
	vertical-align: top;
	background-color: #efefef;
}
table.display table.results th {
	background-color: #efefef;
	border: none;
	text-align: center;
}
table.display table.results tr.odd td {
	background-color: #dfdfdf;
	text-align: center;
}
table.display table.results tr.odd td.la {
	background-color: #dfdfdf;
}
table.display table.results tr.even td { 
	background-color: #cfcfcf;
	text-align: center;
}
table.display table.results tr td.la {
	text-align: left;
}
table.display table.results tr td.ca {
	text-align: center;
}
table.blank {
	width: 100%;
}
table.blank td {
	background-color: white;
	border: none;	
}
table.clear td {
	background-color: white;
	border: solid 1px #dfdfdf;
}
table.clear th {
	background-color: #efefdf;
	color: #333;
	border: solid 1px #dfdfdf;
}
table#user_cb_listing tr.even td {
	background-color: #efefdf;
	padding: 2px 6px;
	border: none;
	white-space:nowrap;
}
table#user_cb_listing tr.odd td {
	background-color: white;
	padding: 2px 6px;
	border: none;
	white-space:nowrap;
}
table#user_cb_listing td label {
	vertical-align:top;
	margin:0;
}
label.highlight:hover {
	background-color:yellow;	
}
/* calendar */
table.events {
	width: 100%;
	background-color: #fff;
}
table.events td {
	font-size: 10px;	
	background-color: #fff;
}
thead tr th {
  background: white;
  color: #333;
  text-align: left;
	font-size: 14px;
  font-weight: bold;
  padding: 4px 5px;
	border: solid 1px white;
}
thead th a:link, thead th a:visited {
}
thead .tcm {
  text-align: center;
}
tbody {
  background: #f4f4f4;
}
tbody tr td {
  padding: 5px;
  vertical-align: top;
  border-top: 1px solid #cedeb9;
  border-right: 1px solid #cedeb9;
}
tbody .tci {
  width: 10px !important;
  border-right: 0;
}
tbody .tcm {
  text-align: center;
  background: #dedfdf;
}
tbody .tcr {
  border-right: 0;
}

tbody .tds {
  border: 0;
  padding: 10px;
}
.dayName th {
	font-size: 12px;
	background-color: #efefdf;
	border: solid 1px #efefdf;
  color: #333;
  width: 14%;
}
.otherMonth {
  color: #ccc;
}
.day, .otherMonth, .specialDay {
  text-align: right;
}
.specialDay p {
  margin: 2px 0;
  text-align: left;
}
/* faq */
ol#faq {
	padding: 5px 10px;
	margin: 10px 5px;
	background-color: #efefdf;
	border: 1px solid #ababff;
	list-style: none;
}
ol#faq li p {
	display:inline;
}
ol#qna {
	padding: 5px 10px;
	margin: 0px 5px;
	list-style: none;
}
ol#qna li.qna > ul > li {
	list-style-type: square;
}
ol#qna li.qna > ol > li {
	list-style-type: decimal;
}
.qna_q {
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	margin:0;
}
.qna_q p {
	display:inline;
}
/* portal stuff */
#em_intro {
	display:table-cell;
	padding:1em;
	font-size: 1.3em;
}
#em_intro p {
	padding:0.4em;
}
#em_overview {
	padding:0 1em;
	display:table-cell;
}
#em_map {
	position:relative;	
}
#em_map_top p {
	font-size:14px;
}
#em_map_top {
	padding:0 20px;
	font-size: 12px;
	margin:0 0 50px 0;
}
#em_map_center {
	background: url('/images/em-overview.png') no-repeat top right #fff;
	height:400px;
	margin:0 0 10px 0;
}
#em_map_bottom p {
	padding:0 20px;
	font-size: 12px;
	margin:0 0 10px 0;
}
.em_name {
	font-family: 'Lucida Bright', Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
}
#center .center-content .em_detail {
	position:relative;
}
#center .center-content .em_detail h3 {
	font-size:1.8em;
	font-weight:bold;
	margin:0;
}
#center .center-content .em_detail a:hover {
	color: #ffcc56;
	background-color:#950000;
}
#center .center-content .em_detail ul {
	margin:0;
	padding:0;
}
#center .center-content .em_detail ul li {
	margin:0;
	list-style-type:none;
	padding:1px 2px;
}
.em_discussion {
	position:relative;
	margin: 1em 0.3em	 0.5em 0;	
}
/* Image gallery styling */
#images {
	padding:0;
}
#images a { 
	color: #b00; 
	border: none;
}
#images a:hover { background-color: #b00; color: #eee; }
#images ul { 
	list-style: none;
	margin: 5px;
	margin-left: 15px;
}
#images li { 
	display: inline; 
	padding: 5px;
	margin: 0;
}
#images li a img {
  margin-bottom: 5px;
	border: none;
  background: #000;
	color: #ffffff;
}
#image {
	border: none;
  margin-bottom: 5px;
  background: #000;	
}
code {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
.aside {
	font-size: 10px;
	font-style: italic;
}
.admin_options {
	background:#e4efe4 none repeat scroll 0%;
	color:#333333;
	margin: 5px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #daddda;
}
.admin_options h2 {
	margin:0.5em 0;
}
#image_gallery ul {
	list-style: none;	
}
#center .center-content #image_gallery ul li {
	display:inline;
	margin:0 0 0 10px;
	padding:5px;
}
#center .center-content #image_gallery ul li a {
	color:#5e9825;
	padding:0;
}
#center .center-content #image_gallery ul li a:hover {
	background-color: #5e9825; 
	color: #eee;
}
#center .center-content #image_gallery ul li a img {
  margin-bottom: 5px;
	border: 0pt none;
  background: #000;
	color: #ffffff;
}
table#image_gallery {
	border-collapse:collapse;
	margin-right:10px;
}
table#image_gallery td {
	border:none;
	font-size:0.8em;
	padding:0;
	text-align:center;
	font-style:italic;
	background-color:#fff;
}
table#image_gallery a {
	color:#bb0000;
	padding:0;	
}
table#image_gallery a:hover {
	background-color: #5e9825; 
	color: #eee;
}
table#image_gallery a img {
  margin-bottom: 5px;
	border: 0pt none;
  background: #000;
	color: #ffffff;
}

#center .center-content ul#images a { color: #5e9825; }
#center .center-content ul#images a:hover { background-color: #5e9825; color: #eee; }
#center .center-content ul#images { 
	list-style: none;
	margin: 5px;
	margin-left: 15px;
}
#center .center-content ul#images li { 
	list-style-type:none;
	display: inline; 
	padding: 5px;
	margin: 0;
}
#center .center-content ul#images li a img {
  margin-bottom: 5px;
	border: 0pt none;
  background: #000;
	color: #ffffff;
}
#image_display {
	display:table-row;
}
#image_info {
	display:table-cell;
	vertical-align:top;
	text-align:right;
	padding:5px 10px;
	width:200px;
}
#image_show {
	display:table-cell;
	vertical-align:top;
}
ul#image_nav li {
	list-style-type: none;
	margin-top:10px;
}
/* pages and topics */
.selected_page {
	background-color: #e4efe4;
}
#page_content {
	display:table-row;
}
#page_text {
	vertical-align: top;
	display:table-cell;
}
#page_text table {
	border-collapse: collapse;
}
#page_text td {
	border:none;
	padding:0;
	background-color:#fff;
	width:400px;
}
#page_text td.img {
	padding:4px;
	text-align:center;
	width:200px;
}
#page_text td a {
	padding:2px 0px;
}
#page_text td a:hover {
	background-color: #950000; 
	color: #ffcc56;
	padding:2px 0px;
}
#page_text th {
	padding:3px 5px;
}
#page_preview table {
	border-collapse: collapse;
}
#page_preview th {
	padding:3px 5px;
}
#page_preview td {
	border:solid 1px #eee;
	background-color:#fff;
}
#page_photos {
	vertical-align: top;
	text-align:center;
	display:table-cell;
	padding: 15px 0 0 30px;
}
.inline_form {
	display:inline;
	font-size: 0.8em;
}
.inline_input {
	font-size: 0.8em;
}
#left p.normal {
	font-size:10px;
	text-align:center;
}
ul#recent_news {
	margin:8px 0 2px 0;
}
ul#recent_news li {
	list-style-type:none;
	color:#424242;
	font-size: 1.1em;
	margin:6px 0;
}
.recent_entry_date {
	font-size:0.8em;
	font-style:italic;
}
table#news_entries td.entry_title {
	font-size: 1.2em;
	background-color:#fff;
	border:none;
	font-weight:bold;
	padding:0;
	margin:0;
}
table#news_entries td h2 {
	margin:1em 0 0.2em 0;
}
table#news_entries td p.entry_date {
	background-color:#fff;
	border:none;
	font-style:italic;
	font-weight:normal;
	font-size:10px;
	padding:0 10px;
	margin:0;
}
table#news_entries td.entry_summary {
	font-size:12px;
	background-color:#fff;
	border:none;
	padding:0;
}
pre {
	background-color:#efefef;
	border:1px dotted #ccc;
	padding:4px;
}
