html,body,form {margin:0px; padding:0px;}
p,td,th,select,input,li,div {line-height:17px; font-family:Verdana; font-size:12px;}
h1,h2,h3 {font-family:Verdana;}
a {cursor:pointer; color:#0000CC; text-decoration:underline;}
a img {border:none; vertical-align:text-bottom;}

/* Main */
#containerLevel0 {position: relative; width: 1000px; height: 100%; left: 50%; margin-left: -500px;
	border-right: 1px solid #999999; border-left: 1px solid #999999;
	background: #FFFFFF url('../img/fundo.png') no-repeat;}
#containerLevel1 {position: relative; width: 1000px; height: 100%;
	background: url('../img/fundo_main.png') no-repeat bottom right;}

#top {position: relative; height: 110px;}
#top .inscricao {position: absolute; top: 38px; left: 260px; font-size: 15px;}
#top .nome {position: absolute; top: 68px; left: 260px; font-size: 15px;}
#top .sair {position: absolute; top: 35px; left: 802px; line-height: 20px; width: 100px; cursor: pointer; text-align: center; font-weight: bold;}
#top .imprimir {position: absolute; top: 66px; left: 802px; line-height: 20px; width: 100px; cursor: pointer; text-align: center; font-weight: bold;}

#bottom {border-top: 1px solid #CCCCCC; color:#999999; width: 1000px; height: 15px; text-align: center; font-size: 9px;}

/* Menu */
#menu {margin: 110px 10px 10px 10px; width: 200px;}
#menu .divisor {margin-top: 6px; font-size: 10px; color: #666666; border-bottom: dashed 1px #333333; margin-bottom: 3px;}
#menu .level0 {width: 200px; line-height: 22px; background: #999999; text-align: center; cursor: pointer; color: #800000; margin-bottom: 1px;}
#menu .level1 {width: 185px; line-height: 22px; background: #AAAAAA; text-align: left; cursor: pointer; color: #800000; margin-bottom: 1px; padding-left: 5px;}
#menu .level1b {width: 175px; font-size:10px; line-height: 20px; background: #AAAAAA; text-align: left; font-style:italic; color: #800000; margin-bottom: 1px; padding-left: 15px;}

.menuSelect { color: #800000; background: #999999; line-height: 24px;
	font-size: 13px; width: 100%; border:none; }

/* Conteudo */
body.conteudo {margin: 10px;}
.titulo {font-size: 16px; line-height: 22px; font-weight: bold; padding-left: 10px; border-bottom: 1px solid #999999; margin-bottom: 15px;}

.small {font-size:9px;}
.l {text-align:left;}
.r {text-align:right;}
.c {text-align:center;}


div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}