﻿a:link {
	font-family: Verdana;
	text-decoration:none;
}
a:visited {
	font-family: Verdana;
	text-decoration:none;
}
a:hover {
	font-family: verdana;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	text-decoration:none;
}
.titulo_branco {
	font-family: Verdana;
	font-size:medium;
	font-weight: bold;
	color: #FFFFFF;
}
.rotulo_campo {
	font-family: Verdana;
	font-size:small;
	color: #FFFFFF;
}
.caminho_site {
	font-family: Verdana;
	font-size:small;
	color: #000000;
}
.modal_background
{
 background-color:Silver;
 filter: alpha(opacity=70);
 opacity: 0.7;
}
.modal_background_size
{
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.comments {
	background-color: #e3e3e3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

#loading {
	position:absolute;
	top: 50%;
	left: 50%;
	width:15em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -7.5em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	z-index: 10;
}

.welcome
{
	position:absolute;
	top: 50%;
	left: 50%;
	width:550px;
	margin-top: -200px; /*set to a negative number 1/2 of your height*/
	margin-left: -275px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}

.centered_div
{
	margin-left: auto;
	margin-right: auto;
}

.texto
{
    font-family: arial, helvetica, sans-serif;
    font-size: medium;
    text-align: justify;
}

.texto_direita
{
    font-family: arial, helvetica, sans-serif;
    font-size: medium;
    text-align: right;
}

.link_entrar
{
    font-family: arial, helvetica, sans-serif;
    font-size: large;
    text-align: center;
}