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;
  -webkit-border-radius:15px;
  border-radius:15px;
}
a:active{
 color: #f96;
}

#container {
  text-align: left;
  width: 1024px;
  margin-top: 10px;
  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;
  -webkit-border-radius: 8px;
  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;
}

p.legenda {
  color: #24f;
  background-color: #fff;
  padding: 2pt;
  font-size:0.9em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #415F9D;
}

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.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;
     border-radius: 8px;
     background: #b40;
     border-color: #930;
     color: #fbb;
}

blockquote {
   margin: 0px 60px 20px 0px;
   padding: 20px 20px 20px 20px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
   background: #eef;
   border-color: #930;
   color: #222;
}

ul#navi {
	list-style: none;
	height: 22px;
	padding: 0px 10px 0 10px;
	width: 920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

ul#navi li {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	width: 76px;
	margin: 0 5.5px 0 0;
	background-color: #2B477D;
	border: solid 1px #415F9D;
	position: relative;
	z-index: 1;
}

ul#navi li.selected {
   color: #111;
   background-color: #eef;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	float: left;
	width: 76px;
	height: 26px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	outline: none;
	margin: 0 5.5px 0 0;
	border: solid 1px #415F9D;
	position: relative;
	z-index: 3;
}

ul#navi li a:link, ul#navi li a:visited {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	width: 76px;
	height: 26px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
	float: left;
	background: #2B477D;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}

ul#navi li a:hover {
	background-color: #5a87dd;
}

ul#navi li.selected a:link, ul#navi li.selected a:visited {
	color: #2B477D;
	border: solid 1px #fff;
	-webkit-transition: background-color 0.2s linear;
	background: -moz-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat scroll 0 0 #f2f2f2;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));
	background-color: #f2f2f2;
}

#backgroundPopup{  
display:none;  
position:fixed;  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  
#popupContact{  
display:none;  
position:fixed;  
height:384px;  
width:408px;  
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:2;  
padding:12px;  
font-size:13px;  
}  
#popupContact h1{  
text-align:left;  
color:#6FA5FD;  
font-size:22px;  
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;  
}  
#popupContactClose{  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#6fa5fd;  
font-weight:700;  
display:block;  
}

span.art {
color:blue;
cursor:pointer;
}
