@charset "utf-8";

* {
     border: medium none;
     color: #003366;
     font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
     list-style: none outside none;
     margin: 0pt;
     padding: 0pt;
     text-decoration: none;
     vertical-align: middle;
}

a {
     font-size: 12px;
}

a:hover {
     text-decoration: underline;
}

a[href$=".pdf"], a[href$=".doc"], a[href$=".ai"], a[href$=".zip"], a[href$=".cdr"], a[href$=".ttf"], a[href$=".txt"] {
     display: block;
     margin: 20px;
     padding: 20px 20px 20px 50px;
}

a[href$=".doc"] {
     background: url("../images/ico/doc.png") no-repeat scroll left center transparent;
}

a[href$=".pdf"] {
     background: url("../images/ico/pdf.png") no-repeat scroll left center transparent;
}

a[href$=".txt"] {
     background: url("../images/ico/txt.png") no-repeat scroll left center transparent;
}

a[href$=".ai"], a[href$=".zip"], a[href$=".cdr"], a[href$=".ttf"] {
     background: url("../images/ico/Relacao.png") no-repeat scroll left center transparent;
}

body, html {
     font-size: 10px;
     height: 100%;
     width: 100%;
}

body {
     color: #000066;
     font-size: 10px;
     text-align: center;
     background-color: #fff;
     background-image: url("s../images/bg-azul.jpg");
     background-position: center 0pt;
     background-repeat: no-repeat;
}

blockquote {
     padding: 10px 5px;
}

button {
     background-color: #87C6E0;
     color: #003366;
     cursor: pointer;
     font-size: 12px;
     margin-left: 4px;
     padding: 1px;
}

em { color: red!important; }

em strong {
     color: red;
}

fieldset {
     clear: both;
}

fieldset * {
     float: left;
}

fieldset li, fieldset option {
     clear: left;
     float: none;
}

fieldset li {
     padding: 2px;
}

fieldset label {
     background-color: #CCCCCC;
     text-align: right;
     width: 100px;
}

fieldset label em {
     float: none;
}

fieldset legend, fieldset ul {
     clear: both;
}

fieldset span {
     padding: 5px 2px;
}

h1, h2, h3, h4, h5, h6 {
     color: #777!important;
     font-weight:lighter;
     font-family: Tahoma,Verdana,Arial;
     margin: 10px 0pt;
     text-align: left;
}

h1 {
     font-size: 30px;
}

h2 {
     font-size: 26px;
}

h3 {
     font-size: 22px;
}

h4 {
     font-size: 18px;
}

h5 {
     font-size: 14px;
}

h6 {
     font-size: 12px;
}

hr {
     clear: both;
}

input[disabled], select[disabled] {
     background-color: #DDDDDD;
     color: #000000;
}

legend {
     background-color: #FFFFFF;
     color: #667777;
     font-size: 14px;
     font-weight: bold;
     margin: 5px 0pt;
     padding: 5px;
}

p {
     font-size: 13px;
     margin: 0pt auto;
     text-align: justify;
}

table {
     border: 2px solid #AAAA99;
     text-align: center;
}

th {
     background-color: #FFFFFF;
}

tr {
     background-color: #FFFFFF;
}

td {
     -moz-border-bottom-colors: none;
     -moz-border-image: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: #FFFFFF #006666 #006666 #FFFFFF;
     border-right: 1px solid #006666;
     border-style: solid;
     border-width: 1px;
     padding: 0pt 3px;
}

input[type="text"], input[type="password"], select, textarea {
     background-color: #FFFFFF;
     border: 1px solid #000066;
     color: #000066;
     font-size: 12px;
     padding: 1px 3px;
}

span, label {
     font-size: 12px;
}

label {
     display: block;
     padding: 5px;
}

#base fieldset label {
     background-color: transparent;
}

#base fieldset input, #base fieldset textarea {
     border-color: #AAAAAA;
     margin-right: 3px;
}

button {
     background-color: #FFCC00;
     background-image: url("http://prancheta.com/images/texturas/degrade.png");
     border-radius: 5px 5px 5px 5px;
     box-shadow: 0px 0px 10px #777777;
     padding: 10px 20px;
}
