/*
Copyright (c) 2009 Site da Baixada. Todos os Direitos Reservados.
Desenvolvido por: Sophia - www.sophia.ag
Versão: 1.0
*/

/*Estilização de Cores*/
h1, h2, h3, h4, h5, h6 {font-weight:bold; color:#d31c13;padding:0;}
h1 { font-size: 200%;}
h2 { font-size: 155%; margin-top:1.5em; margin-bottom:.2em;}
h3 { font-size: 100%;}
h4 {margin-top:1em; color: #000;}

dt { font-weight:bold; }
strong {font-weight:bold; color:#000000;}
em {font-style:italic;}

a,a code{color:#d31c13;text-decoration:none;}a:visited,a:visited code{color:#639;}a:active,a:active code{color:#f00;}a:hover{text-decoration:underline;}

/* Typography Styles */

ul.bullet-1,ul.bullet-2,ul.bullet-3,ul.bullet-4,ul.bullet-5,ul.bullet-6,ul.bullet-7,ul.bullet-8{padding-left:15px !important;overflow:hidden;margin-left:5px !important;}
ul.bullet-1 li,ul.bullet-2 li,ul.bullet-3 li,ul.bullet-4 li,ul.bullet-5 li{list-style:none;padding-bottom:3px !important;margin-bottom:5px !important;padding-left:10px !important;}
ul.bullet-6 li,ul.bullet-7 li,ul.bullet-8 li{list-style:none;padding-bottom:3px !important;margin-bottom:5px !important;padding-left:22px !important;}

ul.bullet-1 li{background:url(bullets/bullet-1.png) 0 5px no-repeat !important;}
ul.bullet-2 li{background:url(bullets/bullet-2.png) 0 5px no-repeat !important;}
ul.bullet-3 li{background:url(bullets/bullet-3.png) 0 5px no-repeat !important;}
ul.bullet-4 li{background:url(bullets/bullet-4.png) 0 5px no-repeat !important;}
ul.bullet-5 li{background:url(bullets/bullet-5.png) 0 5px no-repeat !important;}
ul.bullet-6 li{background:url(bullets/bullet-6.png) 0 2px no-repeat !important;}
ul.bullet-7 li{background:url(bullets/bullet-7.png) 0 2px no-repeat !important;}
ul.bullet-8 li{background:url(bullets/bullet-8.png) 0 3px no-repeat !important;}

blockquote {display: block;font-style: italic;font-size: 120%;line-height: 150%;width: auto;padding: 10px 20px 10px 20px;margin: 15px 0;background: #f6f6f6;border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}

.important{padding: 15px;margin: 15px 0;border: 1px solid #333;}

.box { padding:10px; background-color:#eff3f6;}
.box-attention, .box-notice, .box-alert, .box-download, .box-approved, .box-media, .box-note, .box-cart, .box-camera, .box-doc {display: block;padding: 8px 10px 8px 36px;margin: 15px 0;}
.box-attention {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(icons/attention.png) 10px 50% no-repeat;}
.box-notice {color: #648434;border: 1px solid #9BCC54;background: #CDEFA6 url(icons/notice.png) 10px 50% no-repeat;}
.box-alert {color: #CF3738;border: 1px solid #FFACAD;background: #FFD5D5 url(icons/alert.png) 10px 50% no-repeat;}
.box-download {color: #1C6B8B;border: 1px solid #6ABCE2;background: #A8CDE3 url(icons/download.png) 10px 50% no-repeat;}
.box-approved {color: #666;border: 1px solid #a8a8a8;background: #ccc url(icons/approved.png) 10px 50% no-repeat;}
.box-media {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(icons/media.png) 10px 50% no-repeat;}
.box-note {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(icons/note.png) 10px 50% no-repeat;}
.box-cart {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(icons/cart.png) 10px 50% no-repeat;}
.box-camera {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(icons/camera.png) 10px 50% no-repeat;}
.box-doc {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(icons/doc.png) 10px 50% no-repeat;}

/* Classes de dados tabulares */

table.dados { border:#EFF3F6 1px solid;}
table.dados td { padding:5px;}
table.dados tr.par, table.dados td.par { background-color:#EFF3F6;}
table.dados tr.titulo { background-color:#596871; color:#FFFFFF;}