body {
    background: url(body.gif) #fff top left repeat-x;
    font-family: "Bitstream Vera Sans", arial, sans-serif;
    color: #333;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, form {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    font-size: 100%;
}
body {
    font-size: 12px;
}
a {
    color: #333;
}
img {
    border: 0;
}

#container {
    width: 780px;
    margin: 0;
    text-align: left;
}
#header {
    float: left;
    width: 770px;
    padding: 0 10px 0 0;
    height: 100px;
}
#header div {
    float: left;
}
#header p {
    float: right;
    margin: 0;
    padding: 30px 0 0 0;
    text-align: right;
}
#header, #header a {
    color: #000;
}
#menu {
    float: left;
    width: 740px;
    padding: 0 20px;
}
#menu ul {
    float: left;
}
#menu ul li {
    display: block;
    float: left;
    padding: 0 20px 0 0;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}
#menu ul li.end {
    float: right;
    text-align: right;
    padding: 0;
}
#menu ul li a {
    color: #fff;
    text-decoration: none;
}
#menu ul li a:hover {
    text-decoration: underline;
}

#content {
    float: left;
    width: 760px;
    padding: 10px;
    /*background-color: #fff;*/
}
#main p {
    margin: 0 0 10px 0;
}
#main ul {
    margin: 0 0 10px 20px;
    list-style-type: square;
}
#main ul ul {
    margin: 0 0 0 20px;
}

#footer {
    float: left;
    width: 760px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}

h1.title {
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 18px;
}
h1.title span {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.breadcrumbs {
    font-size: 11px;
    margin: 0 0 6px 0;
}

.form div {
    float: left;
    width: 760px;
    margin: 0 0 10px 0;
}
.form label {
    display: block;
    width: 760px;
    font-size: 12px;
}
.form label.required {
    font-weight: bold;
}
.form input, .form select, .form textarea {
    block: block;
    width: 320px;
    border: 1px solid #aaa;
}
.form .boolean input {
    display: inline;
    width: auto;
    border: 0;
}
.form button {
    border: 1px solid #666;
    background-color: #ccc;
}
a.btn {
    display: block;
    float: left;
    border: 1px solid #666;
    background-color: #ccc;
    height: 22px;
    line-height: 22px;
    margin: 0 8px 0 0;
}
a.btn {
    text-decoration: none;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
}
.form p {
    font-size: 11px;
}
#main ul.errorlist {
    color: red;
    list-style-type: none;
}
#main form ul.errorlist {
    margin: 0;
}
.form ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.form ol li {
    margin: 0 0 4px 0;
}
.form ol img {
    vertical-align: middle;
}
.form ol textarea {
    height: 40px;
    vertical-align: top;
}

ul.opt-menu li {
    line-height: 20px;
    list-style-image: url(marcador.gif);
}
ul.opt-menu li img {
    vertical-align: middle;
}
ul.opt-menu li span {
    font-size: 11px;
    font-style: italic;
}
ul.list {
    list-style-image: url(marcador.gif);
}
ul.list li {
    padding: 0 0 8px 0;
}
ul.list li a {
    text-decoration: none;
}
ul.list li a:hover {
    text-decoration: underline;
}
    
    
table.data {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    background-color: #fff;
}
table.data th, table.data td {
    padding: 4px 8px;
}
table.data td.right, table.data th.right {
    text-align: right;
}
table.data thead th, table.data thead td {
    background-color: #ccc;
    font-size: 11px;
}
table.data thead th img, table.data thead td img {
    vertical-align: middle;
}
table.data tr.odd th, table.data tr.odd td {
    background-color: #eaeaea;
}
table.data tr.group td {
    border-top: 1px solid #ccc;
    background-color: #e0e0e0;
    font-style: italic;
}
table.data tr th.level1 {
    padding-left: 23px;
    background-image: url('arvore.gif');
    background-position: 10px 3px;
    background-repeat: no-repeat;
}
table.data tr th.level2 {
    padding-left: 46px;
    background-image: url('arvore.gif');
    background-position: 33px 3px;
    background-repeat: no-repeat;
}
table.data tr th.level3 {
    padding-left: 69px;
    background-image: url('arvore.gif');
    background-position: 56px 3px;
    background-repeat: no-repeat;
}
table.data tr.bold th, table.data tr.bold td {
    font-weight: bold;
}
table.data td input, table.data td select {
    width: 100%;
    border: 1px solid #999;
}
div.grouped-data {
    margin: 0 0 15px 0;
}
div.grouped-data p {
    margin: 0 0 3px 0 !important;
}
table.scores td input {
    width: 60px;
}
div.help-widget {
    margin: 20px 0 0 0;
}
.simulation {
    background: url(simulation_warning.gif) #fc0 10px center no-repeat;
    padding: 8px 20px 8px 50px;
    margin: 0 0 10px 0;
}
div.alert span {
    background: #c00;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: blink;
}

.round-list {
    height: 20px;
    padding: 0 0 10px 0;
}
.round-list a, .round-list span {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 7px 0 0;
}
.round-list a {
    padding: 0 5px;
    background: #ccc;
    border: 1px solid #ccc;
    text-decoration: none;
}
.round-list a:hover {
    background: #333;
    color: #ccc;
    border: 1px solid #333;
}
.round-list a.selected {
    border: 1px solid #333;
}
.skype {
    float: right;
    width: 200px;
    _width: 210px;
    padding: 5px;
    background: #ddd;
    text-align: center;
}
#skypedetectionswf {
    display: none;
}
.text-content p {
    text-align: justify;
}
.text-content h1, .text-content h4 {
    font-size: 18px !important;
}
.text-content h2, .text-content h5 {
    font-size: 16px !important;
}
.text-content h3, .text-content h6 {
    font-size: 14px !important;
}
.text-content h4, .text-content h5, .text-content h6 {
    text-align: center;
}


.strong {
    font-weight: bold;
}
.messages-meta {
    float: left;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    background: #eee;
    margin: 0 0 20px 0;
}
.messages, .messages .item {
    float: left;
    width: 760px;
}
.messages .item {
    border: 1px dashed #aaa;
    border-top: 0;
    padding: 7px;
    width: 744px;
}
.messages .item-first {
    border-top: 1px dashed #aaa;
}
.messages .item-control {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(thread_marker.png) bottom left no-repeat;
}
.messages .item-title {
    float: right;
    width: 720px;
}
.messages .item-content {
    float: right;
    width: 720px;
    margin: 10px 0 0 0;
}
.messages .item-collapsed .item-content {
    display: none;
}
    
.messages .item-collapsed .item-control {
    background-position: top left;
}
.messages-reply {
    float: left;
    width: 760px;
    padding: 20px 0 0 0;
}
.messages-link a, .messages-link img {
    vertical-align: middle;
}
.messages-link img {
    margin: 0 0 0 5px;
}
    

.pagination {
    float: left;
    width: 760px;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 0 4px;
    margin: 0 5px 0 0;
    background: #999;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.pagination a.selected {
    background: #ccc;
    color: #666;
}

