p {}html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */  
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background-image: url("../images/fundo.jpg");
    background-repeat: repeat-x;
    color: #000;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 0;
    text-align: center;    
}

a:link, a:visited {
    color: #03c;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #003;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    margin: .8em 0 .3em 0;
    line-height:120%;
}

h3 {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    margin: .8em 0 .3em 0;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}

input.menu {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
}

select {
   padding: 2px 2px 2px 0;
}
textarea {
	
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #000000;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff bottom repeat-x;
    border: 1px solid #999;
    border-style: solid none solid none;
    padding: 5px 8px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #333;    
}

.menuSup {
    position: absolute;    
    top:127px;    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;    
    color: #03C;
    font-weight: bold;
    padding: 0px 3px;
    cursor: pointer;
    cursor: hand;
    background-color: #FFFFFF;
}

.menuSupIn {
    position: absolute;    
    top:127px;    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;    
    color: #03C;
    font-weight: bold;
    padding: 0px 3px;
    cursor: pointer;
    cursor: hand;
    background-color: #DDDDDD;
}

.menuButton {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 0 5px;    
    color: #03c;
}
.menuButton a {
    color: #000;    
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #03c;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 0px;
    width: 100%
}

table.menu {
    border: 0px;
}

table.noborder {
    border: 0px;
    padding: 0px;  
    width:100%;
}

tr {
    border: 0;     
}

td, th { 
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;    
    line-height: 12px;
    padding: 5px 6px; 
    color: #000;
    vertical-align: top;
}

td.tiny {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding: 3px 3px;
}

td.tiny_bold{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding: 3px 3px;
    font-weight: bold;
}


td.left {
  width: 150;
  text-align: center;
}

td.noborder {    
    padding: 0px;   
    border-collapse: collapse;
    border-spacing: 0px
}

td.right {
  padding: 0;
  text-align: right;
  padding-right: 10px;
}

th {
    background: #fff;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #000;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

.list_noBorder table {
    border-collapse: collapse;
}

.list_noBorder th:hover, .list_noBorder tr:hover {
    background: #ccc;
}

/* LIST */

.list table {    
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

.list th:hover, .list tr:hover {
    background: #ccc;
}

/* PAGINATION */

.paginateButtons {
    background: #fff bottom repeat-x;
    border: 1px solid #000;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
    border-top: 1px solid #000;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

.paginateButtonsB {
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtonsB a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtonsB span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

.tinyProp {
    padding: 5px;
    font-size: 6px;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff bottom repeat-x;
    border: 1px solid #000;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.logo {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 1000px;
    padding: 0;
}

.pos_left_ext {
  position: absolute;
  width: 280;
  height: 320px;
  top: 190;
  left: 10;
  text-align: center;
}

.pos_center {
  position: relative;
  left: 150;
  width: 75%;
  margin-left: 20px;
}

.pos_middle {
  position: absolute;
  top: 190;
  left: 170;
  width: 150;
  margin-left: 20px;
}

.pos_right {
  position: relative;
  left: 280;
  width: 60%;
  margin-left: 20px;
}

.pos_right_ext {
  position: relative;
  left: 170;
  width: 80%;
  margin-left: 20px;
}

.pos_bottom {
  position: relative;
}

img.avatar {
  width: 100px;
  height: 120px;
}

img.avatar_small { width: 4em; height: 5em; }

img.avatar_tiny { width: 2em; height: 2.5em; }

img.foto_home {
  width: 100px;
  height: 80px;
}

img.foto_esq {
  width:  150px;
  height: 190px;

}

img.foto_grande {
  width:  640px;
  height: 512px;

}

img.foto_album {
  width:  100px;
  height: 80px;

}

img.link {
  width: 80px;
  height: 80px;
}

.titulo {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding: 0 5px;
    font-weight: bold;
    font-style: italic;
}

.menu_in {
  background-color: #DDDDDD;
}

.menu_out {
  background-color: #FFFFFF;
}

div.principal {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 1000px;    
    padding: 0;
}

.box {
    background: #fff bottom repeat-x;
    border: 1px solid #999;
    border-style: solid solid solid solid;
    padding: 5px 8px;
    text-decoration: none;    
    color: #333;
}

.quiz_title {
    color: #03c;
}

p{
    line-height:180%; 
}

ul.margem {
    line-height:180%;
}
