@import "http://www.receptional.com/_assets/includes/css/receptional.css";

table {
border:1px solid #237E63;
font-size:90%;
margin:10px;
empty-cells: show;
}
caption {
caption-side: bottom;
text-align:left;
font-style:italic; 
font-size:90%;
}
table th, table td {
padding:4px;
}
table thead th {
color: #fff;
background:#237E63;
cursor: pointer;
}
table tbody th {
color: #003700;
background:#fff;
}
table tbody td, table tfoot td {
border-left: 1px solid #237E63;
}
table tfoot th, table tfoot td {
font-weight:normal;
font-style:italic;
}
.alt_row th, .alt_row td {
background:#eee;
}
.italic th, .italic th {
font-style:italic;
}
img {
border:0;
}
#footnotes {
border:1px solid #ddd;
padding:5px;
}
#footnotes h3, #footnotes li {
font-size:80%;
}
#url,#url2 {
width:300px;
}
#show_footnotes {
color:blue;
cursor:pointer;
text-decoration:underline;
}
#last_modified {
font-size:80%;
color:#999;
}
.footer {
margin-top:50px;
}
.right_float {
width:49%;
float:right;
}
.left_float {
width:49%;
float:left;
}
.clear {
clear:both;
}
.content{
width:85%;
}
.error {
color:red;
}