/*
	Tecnologia - CSS Geral
	@id: css.css
	@date: 24/09/2009
	@create: Endrius endriuszn@gmail.com
*/

body {
	margin						:0px;
	padding						:0px;
	border						:0px;
	font-family					:Arial;
	src							:url(Arial.ttf);
	font-size					:11px;
}

.menu{
	text-decoration			:none;
	font-weight					:bold;
	color							:#077BFF;
	font-family					:Arial;
	src							:url('Arial.ttf');
	font-size					:11px;

}

.menu:link{
	color							:#077BFF;
}

.menu:hover{
	color							:#077BFF;
	background					:#FFF8AE;
	text-transform				:uppercase;
}

.calendario{
	text-decoration			:none;
	color							:#077BFF;
	font-size					:14px;
	font-family					:Arial;
	src							:url('Arial.ttf');

}

.calendario:link{
	color							:#FF0000;
	/*background					:url('img/marc.png');
	background-position		: center;
	background-repeat			: no-repeat;
	-moz-border-radius		: 5px 5px 5px 5px;
	-webkit-border-radius	: 10px 5px 0 10px;*/
}

.calendario:hover{
	font-weight					:bold;
}

.btn{
	color							:#077BFF;
	font-size					:10px;
	background-color			:#DCEDEE;
	font-weight					:bold;
	-moz-border-radius		: 10px 10px 10px 10px;
	-webkit-border-radius	: 10px 5px 0 10px;
}

.texto{
	font-family					:Arial;
	src							:url('Arial.ttf');
	font-size					:12px;
	color							:#033EFF;
	font-weight					:bold;
}

.cabecalho{
	font-family					:Arial;
	src							:url('Arial.ttf');
	font-size					:14px;
	color							:#077BFF;
	font-weight					:bold;
}

.contexto{
	font-family					:Arial;
	src							:url('Arial.ttf');
	font-size					:12px;
	color							:#000000;
	text-align					:justify;
}

.memorando{
	font-family					:Arial;
	src							:url('Arial.ttf');
	font-size					:13px;
	color							:#0127FF;
	text-align					:center;
	font-weight					:bold;
}

.campo{
	-moz-border-radius		: 10px 10px 10px 10px;
	color							:#FFFFFF;
	font-size					:11px;
	background-color			:#077BFF;
	font-family					:Arial;
	src							:url('Arial.ttf');
}

.rodape{
	font-family					:Arial;
	src							:url('Arial.ttf');
	font-size					:10px;
	color							:#000000;
}

.noticias{
	font-family					:Arial;
	src							:url('Arial.ttf');
	color							:#000000;
	font-size					:12px;
	text-decoration			:none;
}

.noticias:link{
	color							:#0055FF;
}

.noticias:hover{
	color							:#0055FF;
}

.aviso{
	font-family					:Arial;
	src							:url('Arial.ttf');
	color							:#077BFF;
	font-size					:15px;
}

.notificacao{
	font-family					:Arial;
	src							:url('Arial.ttf');
	color							:#FF0000;
	font-size					:12px;
	font-weight					:bold;
}

.nota {
	position						: absolute;
	width							: 400px;
	height						: 80px;
	left							: 34%;
	top							: 35%;
	z-index						: 1;
	text-align					: justify;
	
}

.mensagem{
	font-family					:Arial;
	src							:url('Arial.ttf');
	color							:#FF3F3F;
	font-size					:13px;
	font-weight					:bold;
}