html,
body {
  background-color: #FCFDF6;
  font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

div.container {
	padding-top: 10px;
}

div#header {
  /*margin-top: 20px;*/	
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 3.5em;
}
h1 a {
	color: #666;
}
h1 a:link,
h1 a:visited {
  text-decoration: none;
}
h1 a:hover,
h1 a:active {
  text-decoration: none;
	border-bottom: 2px solid #ccc;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.5em;
	color: #222;
}

hr {
  margin: 30px 0;
  height: 0;
  clear: both;
  border: solid #ddd;
  border-width: 1px 0 0;
  /*border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;*/
}

img.bordered {
  border: 5px solid #ddd;
}

img.bordereddark {
  border: 15px solid #bbb;
}

.logos {
	background: #fff;
}

.plus {
	font-size: 3em;
	font-weight: bold;
	color: #ddd;
}

p {
	font-size: 1.3em;
	color: #666;
}

#message {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:28px;
  margin-top: 5px; margin-bottom: 0px;
  /*text-align: center;*/
  font-weight: normal;
  color: #222;
}
#loading {
  width: 32px;
  height: 32px;
  /*text-align:center;*/
}

/* heatmap */

table.heatmap {
  border-collapse: collapse;
}

table.heatmap thead,
table.heatmap tr,
table.heatmap th,
table.heatmap td {
  color: #000;
  font-weight: bold;
  text-align: center;
	background-color: #FCFDF6;
}

table.heatmap tbody td {
  width: 25px;
  height: 25px;
  /*margin: 5px;
  padding: 5px;*/
  color: #666;
  font-weight: bold;
  text-align: center;
}

table.heatmap tbody tr:first-of-type td {
  border-top: 1px solid #666;
}
table.heatmap tbody tr:last-of-type td {
  border-bottom: 1px solid #666;
}
table.heatmap td:first-of-type {
  border-left: 1px solid #666;
}
table.heatmap td:last-of-type {
  border-right: 1px solid #666;
}

/* end heatmap */

.right {
  text-align: right;
}

img.thumb {
  
}

/* buttons */

/* adapted from http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba */
.awesome, .awesome:visited {
  font-family: Georgia, "Times New Roman", Times, serif;
  background: #222 url(/images/alert-overlay.png) repeat-x;
  display: inline-block; 
  padding: 5px 10px 6px; 
  color: #fff; 
  text-decoration: none;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
}

.awesome:hover              { background-color: #111; color: #fff; }
.awesome:active             { top: 1px; }
.awesome:focus, .awesome:active { outline: none; }

.small.awesome, .small.awesome:visited      { font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited    { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited      { font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited    { background-color: #91bd09; }
.green.awesome:hover            { background-color: #749a02; }
.blue.awesome, .blue.awesome:visited    { background-color: #2daebf; }
.blue.awesome:hover             { background-color: #007d9a; }
.lightblue.awesome, .white.awesome:visited    { background-color: #cef9fd; }
.lightblue.awesome:hover            { background-color: #ffffff; }
.red.awesome, .red.awesome:visited      { background-color: #e33100; }
.red.awesome:hover              { background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited    { background-color: #a9014b; }
.magenta.awesome:hover              { background-color: #630030; }
.orange.awesome, .orange.awesome:visited    { background-color: #ff5c00; }
.orange.awesome:hover             { background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited    { background-color: #ffb515; }
.yellow.awesome:hover             { background-color: #fc9200; }

/* end buttons */

.box {
  background: #eee;
  margin: 0 0 10px;
  padding: 15px 15px 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #ddd;
}

