/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma;
	font-size: 11px;
	background: #000000;
	color: #CCCCCC;
}

.copy {
	color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}








/* ESTILO DO TOOLTIP */
#tooltip {
	position: absolute;
	z-index: 9999;
	color: #000000;
	font-weight: bold;
}

#tooltip .tipHeader {
	height: 8px;
/*	background: url(../painel/sites/images/tipHeader.gif) no-repeat; */
}


#tooltip .tipBody {
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}

#tooltip .tipFooter {
	height: 8px;
/*	background: url(../painel/sites/images/tipFooter.gif) no-repeat; */
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
}

.agendabottom {
	padding-bottom: 8px;
}

.agendatop {
	padding-top: 10px;
}