body
{
	font-size: 10px;
	background-image: url(BgColor.png);
	color: #e8e8e8;
	background-repeat: repeat;
	font-family: Arial;
	background-color: ffffff;
	text-align: left;
}
#CenteredContent    
{
    width: 92%;
    text-align: center;
	position:absolute;
	top:2px;
}
.MenuTab
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    BACKGROUND-IMAGE: url(Menu.png);
    background-repeat: no-repeat;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 2px;
    HEIGHT: 30px

}
.MenuItemUnselected
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;	
	color: #ffffff;
	width: 95px;
	height: 23px;
	text-align: left;
	cursor: hand;
	padding-left: 15px;
}
.MenuItemSelected
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;	
	color: #ffffff;		
	background-image: url(MenuItemSelected.png);
	background-repeat: repeat-x;
	height: 23px;
	width: 95px;
	text-align: left;
	cursor: hand;
	padding-left: 15px;
}
.SubMenuItem
{
	width: 150px;
	background-color: #ffffff;
	border: 1px solid #003366;
	cursor: hand;
}
.SubMenuItemUnselected
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #69829a;
	padding: 5px 0px 5px 15px;
	background-color: #ffffff;
	text-align: left;
	cursor: hand;
}
.SubMenuItemSelected
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-TOP: 20px;
    PADDING-BOTTOM: 40px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #263546;
	text-align: left;
	cursor: hand;
}
.Content
{
    BORDER-RIGHT: #7E99C9 1px solid;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-TOP: 20px;
    PADDING-BOTTOM: 40px;
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(Content.png);
    VERTICAL-ALIGN: top;
    BORDER-LEFT: #7E99C9 1px solid;
    BACKGROUND-REPEAT: repeat-x;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left;
}
.Footer
{
	font-family: Arial;
	font-size: 9px;
	color: #003366;
	padding: 20px 20px 60px 20px;	
}
.Title
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 40px;
    PADDING-TOP: 0px;
    PADDING-BOTTOM: 5px;    
    FONT-WEIGHT: normal;
	height: 30px;
	background-color: #ffffff;
	color:#003366;
	text-transform:lowercase;
	font: normal 18px Arial, Verdana, sans-serif;
	letter-spacing: -1pt;
	width: 748px;	
}
.SubTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #3e5d94;
	font-family: Arial;
	letter-spacing: 0px;
}
.Description
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.SubDescription
{
	font-size: 9px;
	color: #999999;
	font-family: Arial;
}
.Text
{	
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.Alert
{
	font-weight: bold;
	font-size: 11px;
	color: crimson;
	font-family: Arial;
	text-decoration: none;
}
hr
{
	border:1px solid #7E99C9;
}
DIV
{
    PADDING-RIGHT: 40px;
    PADDING-LEFT: 40px;
    PADDING-BOTTOM: 40px;
    PADDING-TOP: 20px;
    HEIGHT: 200px
}
.DivButtons
{
PADDING-RIGHT: 80px;
	border-top:1px solid #7E99C9;
	PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 20px;
    HEIGHT: 40px;
    TEXT-ALIGN: right	
}
#HistoryDiv
{
	padding:0px 0px 0px 0px;
}
#PrintTop
{
	background-image: url(Topo.png);
	background-position: 0px 0px;
}
#PrintBottom
{
	background-image: url(Fundo.png);
	background-position: 0px 0px;
}
.Button
{
	background-position: center center;
	font-size: 10px;
	background-image: url(Button.png);
	color: #ffffff;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: #ffffff;
	width: 90px;
	height: 21px;
	border: none;
	font-weight: normal;
	cursor: hand;
}
.ButtonOver
{
	background-position: center center;
	font-size: 10px;
	background-image: url(ButtonOver.png);
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: #ffffff;
	width: 90px;
	height: 21px;
	border: none;
	font-weight: normal;
	cursor: hand;
}
.ButtonBig
{
	background-position: center center;
	font-size: 10px;
	background-image: url(ButtonBig.png);
	color: #ffffff;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: #ffffff;
	width: 160px;
	height: 21px;
	border: none;
	font-weight: normal;
	cursor: hand;
}
.ButtonBigOver
{
	background-position: center center;
	font-size: 10px;
	background-image: url(ButtonBigOver.png);
	color: #ffffff;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: #ffffff;
	width: 160px;
	height: 21px;
	border: none;
	font-weight: normal;
	cursor: hand;
}
.AltButton
{
	padding-top:4px;
	background-position: center center;
	font-size: 10px;
	background-image: url(AltButton.png);
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: Transparent;
	width: 90px;
	height: 21px;
	border: none;
	text-align:center;
	font-weight: normal;
	color:#006699;
	cursor: hand;
	text-decoration:none;
}
.AltButtonOver
{
	padding-top:4px;
	background-position: center center;
	font-size: 10px;
	background-image: url(AltButtonOver.png);
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: Transparent;
	width: 90px;
	height: 21px;
	border: none;
	text-align:center;
	font-weight: normal;
	color:#003366;
	cursor: hand;
	text-decoration:none;
}
A
{
	color: #4382C0;
	text-decoration: none;
}
A:active
{
	color: #4382C0;
	text-decoration: none;
}
A:hover
{
	color: #4382C0;
	text-decoration: underline;
}
A:link
{
	color: #4382C0;
	text-decoration: none;
}
A:visited
{
	color: #92B6DA;
	text-decoration: none;
}
.InputBox
{
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	background-color: #f3f3ed;	
}
.Results
{
	font-size: 11px;
	color: #666666;
	font-family: Arial;
	background-color: #f3f3ed;
	padding: 2px 20px 2px 20px;
	height: 30px;
}
.ResultsTitle
{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	font-weight:bold;
	letter-spacing:0pt;
}
.ResultsNumbers
{
	font-size: 18px;
	color: #666666;
	font-family: Arial;
	font-weight:bold;
}
.ResultsFloater
{
	height: 50px;
	background-color:#ffffff;
	border: solid 1px #e8e8e8;
	position:relative;
	top:-22px;
	z-index:100;
}
.ResultsShowHideButton
{
	background-position: 4px 4px;
	font-size: 11px;
	z-index: 500;
	left: -4px;
	background-image: url(../../images/ShowHideButton.png);
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	position: relative;
	top: 4px;
	background-color: transparent;
	border-bottom-style: none;
}
.DivResults
{
    PADDING-RIGHT: 40px;
    BORDER-TOP: #e8e8e8 1px solid;
    PADDING-LEFT: 40px;
    PADDING-BOTTOM: 10px;
    PADDING-TOP: 10px;
    height: Auto;
    width: 725px;
}
.Logo {
	background-image: url(../LogotipoIhavo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px;
}
.dbTreeView 
{
padding: 1px;
height: auto;
FONT-WEIGHT: normal;
FONT-SIZE: 11px;
}

