body {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  color: brown;
  background-color: orange;
}
#menu p {
  padding: 5px 5px 5px 10px;
}

a:link{
 color: brown;
}
a:visited{
 color: brown;
}
a:hover{
  padding: 0px -10px 0px -10px;
  color: orange;
  background-color: brown;
  -moz-border-radius:15px;
  border-radius:15px;
}
a:active{
 color: #f96;
}

#container {
  text-align: left;
  width: 1024px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  margin: 0px;
}

h1 {
  font-size: 20px;
  margin: 0px 0px 15px 0px;
}

h2 {
  font-size: 14px;
  margin: 0px 0px 15px 0px;
  padding: 5px 5px 5px 10px;
  clear: both;
  color: orange;
  background-color: brown;
  -moz-border-radius:15px;
  border-radius:15px;
}
h3 {
  font-size: 16px;
  margin: 2px 0px 4px 0px;
  padding: 0px;
}

span.logo {
  font-size: 20px;
  fontweight: bold;
  margin: 10px 20px 20px 10px;
  padding: 10px 10px 10px 10px;
  color: orange;
  background-color: brown;
}

p {
  margin-top: 0px;
}

img.right {
  float: right;
  margin: 10px 0px 0px 20px;
}

img {
  float: none;
  margin: 4px 0px 0px 4px;
}

img.inline {
  float: none;
  margin: 0px 10px 0px 10px;
}

/* tables */

td {
  vertical-align: top;
  padding-left: 0px;
  padding-right: 6px;
}

table.tablesorter {
	margin:10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/css/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/css/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/css/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.agenda {
  border-collapse: collapse;
}

table.agenda tr.hidetr td {
  border-bottom: 1px solid #fbb;
}

table.input td {
  padding:10pt
}

#lsa tbody tr.hover {
    background: #0099cc;
    color: white;
    cursor: pointer;
} 

table.sg {
   border-collapse: collapse;
   border: 0px;
}

table.sg tr th {
   color: #111;
   background-color: #eef;
   border-bottom: 1px solid #ccf;
   text-align: left;
   padding: 5px;
}
table.sg tr td {
   color: #24f;
   background-color: #fff;
   border-bottom: 1px solid #ccf;
   padding: 3px 10px 3px 5px;
}

table.det {
   border-collapse: collapse;
   border: 0px;
}

table.det tr td {
   color: black;
   border-bottom: 0px;
   background-color: #eef;
   padding: 1px 10px 1px 5px;
}

td.credits {
   color: grey;
}

kbd { padding: 0px 2px 0px 2px;
     border-width: 1px 2px 2px 1px;
     border-style: solid;
     background: #faf6f6;
     color: #000;
     border-color:  #edd #baa #baa #eed;
}

button { padding: 0px 0px 0px 0px;
     border-width: 1px 2px 2px 1px;
     border-style: solid;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
     background: #b40;
     border-color: #930;
     color: #fbb;
}