﻿.txtpadrao
{
	font-size: small;
	font-family: Arial;
	text-align: justify;
}
.txtressalta
{
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	color: White;
	text-align:center;	
}
.txtform
{
	font-size: small;
	font-family: Arial;
	text-align: justify;
	color:Blue;
}
.txtnoticia
{
	font-size:small;
	font-family: Arial;
	text-align: justify;
}
.txtenfase
{
	font-size:small;
	font-family: Verdana;
	text-align: justify;
	font-weight:bold;
	color:Blue;
}
.txtmensagem
{
	font-weight: normal;
	font-size: x-small;
	color: blue;
	font-style: italic;
	font-family: Verdana;
}
.txtchamada
{
	font-size:x-small;
	font-family: Verdana;
	text-align: justify;
	font-weight:bold;
}
.txtdata
{
	font-size:x-small;
	font-family: Verdana;
	text-align: justify;
	font-weight:bold;
	color:White;
}
.txtaviso
{
	font-size:xx-small;
	font-family:Arial;
	color:Red;
	font-weight:bold;
    width: 140px;
}
.txtapresenta
{
	font-size:xx-small;
	font-family:Arial;
	color:Navy;
	font-weight:bold;
}
.txttitulo
{
	font-family:Verdana;
	font-size:medium;
	color:Navy;
	font-weight:bold;
}
.txtcaixa
{
	font-family:Arial;
	font-size:small;
	color:Black;
	text-align:right;
}
.btmenus
{
	font-size: x-small;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.btmenus:hover
{
	font-size: small;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
	text-align: center;
	vertical-align: middle;
}
  .btlinks
{
	font-size:small;
	font-family:Arial;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
.btlinks:hover {
	font-size:small;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background: #0000FF;
	width:150PX;
  }
.btvoltar
{
	font-size:small;
	font-family:Verdana;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
.btvoltar:hover {
	font-size:small;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
	color:#0000ff;
	background: #FFFFFF;
	width:150px;
}
.tabcalendario
{
	border: 1px solid #004EFF;
	width:100%;
	text-align:center;
}
.txtvertical
{
    font-family:Verdana;
	font-size:medium;
	color:Navy;
	font-weight:bold;
	-ms-writing-mode:tb-rl;
    filter: flipv fliph;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.modalFundo 
{
    cursor:move;
    border:solid 1px Gray;
	font-family:Verdana;
	font-size:medium;
	color:Navy;
	font-weight:bold;
}
.modalExterno 
{
    z-index:100;
    position:relative;
    left:0px;
    top:0px;
    text-align:center;
    background-color: Silver;
    padding:10px 10px;
    width:450px;
    height:450px;
}
.modalInterno 
{
    background-color:#ffffff;
    padding: 10px;
    width:400px;
    height:450px;
}
.marcadagua
{
	height:20px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:Gray;
	font-size:small;
	font-family: Arial;
	text-align: justify;
}