
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 90%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a:hover{text-decoration:none; color:orange !important;}
a:link{text-decoration:none; color:blue;}
a:visited{text-decoration:none; color:blue;}



body {
	line-height: 1;
}
ol, ul, li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.logo{ width:100% ; height:40px;margin-left: 10px; margin-top: 10px;}

.menu{ width:100% ; height:30px; background-color:darkblue;}
.foot{ width:100% ; height:30px; background-color:darkblue; clear: both;}


.bloco ol, ul,li {
	list-style: inherit;

}

ul#menu li{ list-style: none; margin: 3px 0; border-bottom: 1px solid rgb(220, 220, 220); padding: 5px; }


.bloco{background-color: rgb(240, 240, 240);
	border: 1px solid rgb(187, 187, 187);
	border-radius: 5px 5px 5px 5px;
	margin: 10px;
	float: left !important;
	padding: 10px;
	width: relative;}

.bloco#img{ background-color: white; border: none;}

.panel{
	width: 100%;
	clear: both;
	margin: 10px;
	padding: 10px;
}

.panelHeader{margin-bottom: 10px;}

.panelContent p{ text-align: justify; margin-bottom: 10px;}

.confluenceTable th.confluenceTh,table.confluenceTable td.confluenceTd{border-width:1px;border-style:solid;border-color:#ddd;padding:5px 7px;vertical-align:top;min-width:.6em;text-align:left;}
table.confluenceTable th.confluenceTh{background-color:#f0f0f0;}
table.confluenceTable td.confluenceTd>p{background-color:#ffd;}
table.confluenceTable th.confluenceTh>p{font-weight:bold;}
