/* PAGE */
body {
  padding: 10px 10px 30px 10px;
  margin: 0px 0px 10px 0px;
  font-size: 0.85em;
  font-family: "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
  color: black;
}
body.mini {
  padding: 10px;
  margin: 0px;
}
.mini .navigation { display: none; }
.mini .header {
  height: 1.5em;
  background: none;
  border-bottom: 3px solid black;
  font-size: 1.5em;
}
.mini .header .site { display: none; }
.mini .header .title { }

/* STANDARD STUFF */
acronym { color: #1c2f2f; border-bottom: 1px dotted #168eea; }
hr { border: none; margin: 3px; padding: 0px; background: #168eea; color: #168eea; clear: both; width: 75%; }

div.navigation, .buttons {
  padding: 2px 0px;
  border: 1px solid gray;
  text-align: center;
  line-height: 2.2em;
  font-size: 0.9em;
  background: #ddd;
}
.navigation ul {
  padding: 0px;
  margin: 2px 0px;
}
.navigation li {
  display: inline;
  list-style: none;
  padding: 0px 3px;
  margin: 0px;
}
.navigation a, .buttons a {
  width: 12%;
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin: 0px;
  text-decoration: none;
  color: black;
  background: #ccc;
}
.navigation a:hover, .buttons a:hover {
  color: black;
  border-color: white gray gray white;
}
.navigation a:visited:hover, .navigation a:visited, .buttons a:visited, .buttons a:visited:hover { color: black; }
.navigation a.active, .buttons a.active {
  color: black;
  font-weight: bold;
}


/* GENERAL CONTENT */
div.content {
  padding: 20px 30px 10px 30px;
  line-height: 1.3em;
}
.mini .content { padding: 10px; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { }
a:visited:hover { text-decoration: underline; }
a.external { padding-right: 14px; background: url(external.png) right no-repeat; }

.h1, .h2, .h3 {
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0px 0px 5px 0px;
  padding: 20px 0px 0px 0px;
  color: black;
  clear: right;
  font-family: georgia, times, serif;
  border-bottom: 4px solid gray;
}
.h2 {
  font-size: 1.4em;
  padding: 15px 0px 0px 0px;
  border-bottom: 3px solid gray;
}
.h3 {
  font-size: 1.1em;
  padding: 15px 0px 0px 0px;
  border-bottom: 2px solid gray;
}
p {
  padding: 0px 5px 10px 0px;
  margin: 0px;
}
p.error {
  padding: 10px;
  font-weight: bold;
  background: #ebeeb9;
  border: 2px solid gray;
}

ul, ol {
  margin-top: 10px;
  margin-bottom: 0px;
}
li {
  padding-bottom: 5px;
}

/* BLOCK STUFF... */
div.block {
  border: 3px solid gray;
  padding: 0px;
  background: #eee;
  margin: 1px 0px 30px 0px;
}
.block table { font-size: 1em; }
.block .title {
  padding: 5px;
  font-weight: bold;
  color: white;
  border-bottom: 1px solid gray;
  background: gray;
}
.block .stuff { padding: 5px; }
span.date { float: right; font-size: 0.8em; font-weight: normal; padding-top: 3px; }
.block .label {
  text-align: right;
  color: #555;
  font-size: 0.9em;
}
.block td div.bold { border-bottom: 2px solid gray; padding-top: 10px; color: black; }
.block .buttons { background-color: transparent; border: none; padding: 5px 0px; margin: 0px; }
.block .buttons a { background-color: #ccc; border: gray 1px solid; border-color: white gray gray white; }
.block .buttons a:hover { }

tr.odd { background-color: #f9f9f9 }
tr.even { background-color: #EFEFEF; }
tr.highlight { background-color: #DEE7EB; }
table.list { font-size: 0.85em; border: gray 1px solid; }
.list th { background: gray; border-bottom: 1px solid gray; color: white; padding: 5px 5px 0px 5px; }


.buttons { text-align: right; padding: 3px; }
.buttons a { padding: 5px; }
.buttons a:hover {  }


/* FOOTER */
div.footer {
  clear: both;
}

a .secure { background: url(secure.gif) left no-repeat; padding-left: 14px; }

/* IMAGES */
.plain_border {
  border: 1px solid black;
  padding: 5px;
  margin: 5px;
  background: #eee;
}
.plain_border img { border: 1px solid black; }
.plain_border .caption { display: block; text-align: center; font-size: 0.85em; }

.shadow {
  border: 1px solid black;
  border-width: 1px 2px 2px 1px;
  padding: 5px;
  margin: 5px;
  background: #eee;
}
.shadow img { border: 1px solid black; }
.shadow .caption { display: block; text-align: center; font-size: 0.9em; }

.simple img { border: 1px solid black; }
.simple .caption { display: none; }

.box {
	padding: 5px;
	text-align: center;
	border: 1px solid gray;
	background: #eee;
  margin: 0px 15px 0px 15px;
}
