/*	RESET CSS
	PAINEL ADMINISTRATIVO
*****************************************************************************************************************************/
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,
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: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


.clear		{clear:both;}
.clear10	{clear:both; height:10px}
.clear20	{clear:both; height:20px;}
.clear30	{clear:both; height:30px;}
.clear40	{clear:both; height:40px;}


h1			{margin:0; padding:0; font-weight: normal;}
h2			{margin:0; padding:0; font-weight: normal;}
h3			{margin:0; padding:0; font-weight: normal;}
h4			{margin:0; padding:0; font-weight: normal;}

.bold		{font-weight:bold;}
.italic		{font-style: italic;}
.underline	{text-decoration: underline;}

.center		{text-align: center;}
.justify	{text-align: justify;}
.left		{text-align: left;}
.right		{text-align: right;}

.floatLeft	{float: left;}
.floatRight	{float: right;}

.space10	{height:10px}
.space15	{height:15px}
.space20	{height:20px;}
.space25	{height:25px}
.space30	{height:30px;}
.space35	{height:35px;}
.space40	{height:40px;}
.space50	{height:50px;}

.line14		{line-height:14px;}
.line16		{line-height:16px;}
.line18		{line-height:18px;}
.line20		{line-height:20px;}
.line22		{line-height:22px;}
.line24		{line-height:24px;}

.font9		{font-size: 0.75em;}
.font10		{font-size: 0.85em;}
.font11		{font-size: 0.92em;}
.font12		{font-size: 1em;}
.font13		{font-size: 1.1em;}
.font14		{font-size: 1.2em;}
.font15		{font-size: 1.25em;}
.font16		{font-size: 1.33em;}
.font17		{font-size: 1.42em;}
.font18		{font-size: 1.5em;}
.font20		{font-size: 1.7em;}
.font22		{font-size: 1.83em;}
.font24		{font-size: 2em;}
.font26		{font-size: 2.17em}
.font28		{font-size: 2.33em}
.font30		{font-size: 2.5em;}
.font32		{font-size: 2.67em;}

#tooltip	{position:absolute;border:1px solid #d9d9d9;background:#ffffff;padding:12px;color: #444444; display:none; z-index: 99; }