html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    color: #333;
    font: 8pt verdana, arial, helvetica, sans-serif;
    padding: 20px;
}
p, td {
    font: 8pt verdana, arial, helvetica, sans-serif;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
} 

h1 {
    color: #006dba;
    font-weight: bold;    
    font-size: 20px;
    margin: .8em 0 .3em 0;
}

h2 {
    color: #006dba;
    font-weight: bold;    
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
    margin: 2px 0;	
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    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;
    font-size: 12px;
}

.filtroLabel, .filtroLabel a, .filtroLabel a:hover {
    color: #b2d1ff;
    font-size: 20px;
    font-weight: normal;
}
.filtroContents {
	padding-top: 5px;
}

.filtro {
	background: #f3f8fc;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
}

.filtro td {
    font-size: 10px;
    padding-right: 20px;
}

.filtro td.name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
    font-size: 10px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 5px
}
.filtro td.prop .value {
    text-align: left;
    width: 85%;
    font-size: 10px;
}

.filtro input, .filtro select {
    border: 1px solid #b2d1ff;
    color: #006dba;
    font-size: 12px;    
}

div.errors {
	background: #fff3f3 url(../images/skin/exclam.gif) 8px 50% no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px;
}
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 */

.datatable {
    width: 100%;
    border: solid #ddd 1px;
}
.datatable tr {
    border: 1;
	border: solid #999 1px;
}
.datatable td, th { 
    font: 8pt verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    vertical-align: middle;
	border-bottom: solid #999 1px;
}
.datatable th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
.datatable th a:link, th a:visited, th a:hover {
    display: block;
    text-decoration: none;
    width: 100%;
}
.datatable th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
.datatable th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
.datatable th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #ddd;
}
.even {
    background: #fff;
}
.odd2 {
    background: #ccc;
}
.even2 {
    background: #eee;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.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;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
    font-size: 10px;
    font-weight: bold;
}
.prop .value {
    text-align: left;
    width: 85%;
    font-size: 10px;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttonsColumn input {
	float: left;
	margin-left: 2px;
}
.buttons input.passkey, .buttonsColumn input.passkey {
    background: transparent url(../images/skin/textfield_key.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.delete, .buttonsColumn input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit, .buttonsColumn input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.back, .buttonsColumn input.back {
    background: transparent url(../images/skin/back.gif) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.config, .buttonsColumn input.config {
    background: url(../images/skin/config.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save, .buttonsColumn input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

ul.menu {
	float: right;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.menu li {
    float: left;
    border-top: 0;
    color: #666;
    font-size: 11px;
    padding: 10px 3px;    
}
ul.menu li a {
    background: #eee;
    color: #666;
    padding: 2px 6px;
}
ul.menu li a:hover {
    color: #006dba;
}

.nomeProjeto {
	color:  #006dba;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.nomeProjeto2 {
	color:  #aaa;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: -5px;	
}

.modificacao {
    color: #f00;
    background: #eee;
}

.blocoModificacao {
    border: 1px dashed #999;
    padding: 2px
}

.blocoExclusao {
    border: 1px dashed #f00;
    padding: 2px    
}

.login {
	font-size: 8pt
}
.historicoPagamento {
	padding: 5px
}
.statusPagamento {
	font-size: 7pt;
	padding-bottom: 2px
}
.valorPagamento {
	font-size: 10pt
}

a.pendencia {
	color: #c66;
}
