﻿table
{
	border-collapse: collapse;
	border-spacing: 0px;
	font-family: Verdana;
	text-align: center;
}

table tr td
{
	padding: 0px;
	font-size: 10px;
	text-align: left;
}

.Menu
{
	background-image: url(imagens/teste_bg.gif); /*url(imagens/img_fnd_menu.gif);*/
	background-repeat: repeat-x;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 25px;
	width: 100px;
}

.MenuSelecionado
{
	background-image: url(imagens/teste_bg2.gif);
	background-repeat: repeat;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 25px;
	width: 100px;
}

.SubMenu
{
	background-image: url(imagens/btn_menu_submenu_fundo.gif);
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana;
	font-size: 10px;
	background-repeat: repeat;
	border: 0px;
	margin: 0px;
	height: 23px;
	padding: 0px;
}

.SubMenuSelecionado
{
	background-image: url(imagens/btn_menu_submenu_ativo_fundo.gif);
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana;
	font-size: 10px;
	background-repeat: repeat;
	border: 0px;
	margin: 0px;
	height: 23px;
	padding: 0px;
}

.SubMenuIcone
{
	width: 28px;
	text-align: center;
}

.SubMenuConteudo
{
	width: 134px;
	text-align: left;
}

.SubMenuBorda
{
	width: 167px; /* <--- SubMenuIcone.Width + 5 + SubMenuConteudo.Width */
	text-align: left;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

/* Links */
a:link
{
	text-decoration: none;
	color: #000000;
}
a:visited
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
	color: #FF0000;
}
a:active
{
	text-decoration: none;
	color: #000000;
}


/* CSS das Mask */
.MaskedEditFocus
{
	background-color: #ffffcc;
	color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
	background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
	background-color: #ffffcc;
	color: #ff0000;
}
.MaskedEditBlurNegative
{
	color: #ff0000;
}

/*AutoComplete flyout */

.ac_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 70px;
	text-align: left;
	list-style-type: none;
}

/* AutoComplete highlighted item */

.ac_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.ac_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}

