/* Default CSS Stylesheet for a new Web Application project */

BODY {
	margin: 0 0 0 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	background-image: url(../Images/background.jpg);
}

TD {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #6d6e71;
}

A 
{
	color: #ea2226;
	text-decoration: none;
	font-weight: bold;
}

A:hover 
{
	color: #ea2226;
	text-decoration: underline;
	font-weight: bold;
}

A:visited
{
	color: #ea2226;
	text-decoration: underline;
	font-weight: bold;
}

.MenuSep
{
	font-weight: bold;
	color: #6d6e71;
}

.MenuHorizontal 
{
	text-transform: uppercase;	
	color: #6d6e71;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

.MenuHorizontalH 
{
	text-transform:uppercase;
	color: #EA2226;
	font-weight: bold;
	text-decoration: underline;	
	cursor: hand;
}

.MenuVertical
{
	color: #6d6e71;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	padding-left: 20px;
	border-top: dashed 1px #B1B2B5;
	background-image: url(../Images/seta.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

.MenuVerticalH
{
	color: #ea2226;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;	
	cursor: hand;
	padding-left: 20px;
	border-top: dashed 1px #B1B2B5;
	background-image: url(../Images/seta.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

.MenuHorizontal_Boletim 
{
	text-transform: uppercase;	
	color: #ea2226;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

.MenuHorizontalH_Boletim 
{
	text-transform:uppercase;
	color: #ea2226;
	font-weight: bold;
	text-decoration: underline;	
	cursor: hand;
}

.MenuBorderBottom 
{
	border-bottom: dashed 1px #B1B2B5
}

TD.BottonLeft 
{
	padding-left: 10px;
	color: #ffffff;	
	height: 30px;
}

TD.BottonRight
{
	padding-right: 10px;
	color: #ffffff;	
	height: 30px;
	text-align: right;
}

TD.Destaques 
{
	height: 30;
	padding-right: 10px;
	color: #ffffff;
	background-color: #366CC4;	
	padding-left: 10px;
	text-transform: uppercase;	
	font-weight: bold;
	font-size: 14px;
}

TABLE.MainTable 
{
	background-color: White;
	border: solid 10px #fff;
}

TD.MainBox 
{
	height: 330;
	background-image: url(../Images/fundo.jpg);
	background-position: left bottom;	
}

TD.ProtocolosBox 
{
	border: dashed 1px #B1B2B5;
}

TD.NovosProtocolos 
{
	background-color: #EA2226;
	color: #ffffff;
	width: 20px;
	font-size: 12px;
	height: 360px;
	text-align: right;
	cursor: default;
	writing-mode: tb-rl; 
	filter: flipH() flipV(); 
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
}

TD.MainPageTitle 
{
	color: #EA2226;
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
}	

.NewsTitle 
{
	color: #EA2226;
	font-weight: bold;
}

.NewsDate 
{
	color: #ea2226;
}

div.Destaque
{
	border: dashed 1px #B1B2B5;
}

Img.Destaque 
{
	border: solid 1px #fff;
}

TABLE.RightDashs 
{
	border-right: dashed 1px #B1B2B5;
	margin: 5px 5px 0px 5px;		
}

input 
{
	font-size: 11px;
}

input.button
{
	background-color: Red;
	color: #ffffff;
	border: 1px solid #B1B2B5;
}

.scroll-pane 
{
	width: 100%;         
	height: 323px;         
	overflow: auto;         
	float: left; 
} 


a.soundWhiteLabel 
{
	color: White;
}

a.soundBlueLabel 
{
	color: #0054A4;
}

select 
{
	font-size: 11px		
}

#titleEmail
{
	background-color: #C1C1C1;
	color: White;
	padding: 5px 5px 5px 5px;
}

textarea 
{
	border: none 0px #000;
	font-size: 11px;	
}

#geralContactos
{
	background-color: #C1C1C1;
	height: 400px;
	color: #696967;
	padding: 10px;
}

