/* Main Menu */

.MainMenu_MenuContainer 
{
	border-bottom: #D6682A 0px solid; 
	border-left: #D6682A 0px solid; 
	border-top: #D6682A 0px solid; 
	border-right: #D6682A 0px solid; 
	background-color: Transparent;
}

.MainMenu_MenuBar 
{
	cursor: pointer; 
	cursor: hand; 
	height:16;  
	background-color: Transparent;
}

.MainMenu_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: verdana; 
	font-size: xx-small; 
	border-left: #5A707E 0px solid; 
	border-bottom: #5A707E 1px solid; 
	border-top: #5A707E 1px solid; 
	border-right: #5A707E 0px solid;
	height: 20;
}

.MainMenu_MenuIcon 
{

	display: none;
}

.MainMenu_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #5A707E; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
	height: 20;
}

.MainMenu_MenuBreak 
{
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: #5A707E;
	vertical-align: top;
}

.MainMenu_MenuItemSel 
{
	background-color: #5A707E;
	cursor: pointer;
	cursor: hand;
	color: #20B2AA;
	font-family: Verdana;
	font-size: xx-small;
	height: 20;
}

.MainMenu_MenuArrow 
{
	display: none;
}

.MainMenu_RootMenuArrow 
{
	display: none;
}

.outros
{
	font-weight: normal;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
}

.titulo_pesquisa
{
	font-weight: bold;
	font-size: 8pt;
	color: #0028a1;
	font-family: Verdana;
	text-align: center;
}
.Setinha{
	display: none;
}
.Tabela{
	border-right: solid 1px #EEEEEE;
	border-top: solid 1px #EEEEEE;
	margin: 5px 0 5px 0;
	border-collapse: collapse;
}
.Tabela TD, .Tabela TR{
	border-bottom: 1px solid #EEEEEE;
	border-left: solid 1px #EEEEEE;
	margin: 5px 0 5px 0;
	padding: 10px 10px 10px 10px;
	font-family:"Tahoma", "Verdana";
	font-size:x-small;
}
.Integrantes{
	margin-left: 10px;
}
.Parceiros{
	margin-left: 11px;
}
.Normal{
}
A:link, A:visited, A:active{
	color: #717E89;
}

A:hover {
	color: #717E89;
}

