body
{
	background: #fff;
	color: #000000;
	font-family: Tahoma, Sans-serif, Helvetica, Verdana;
	margin: 0px;
	font-size: 77%;
}
#divBoxAll
{
	width: 790px;
	margin: auto;
	border: 1px solid #ccc;
}
#divHeader
{
	width: 100%;
	border-bottom:none;
	background: url('./Images/MasterPage/BannerProtocolo.gif') repeat-y bottom;
	color:#000000;
	min-height: 100px;
	height: 105px;
}
#divUserDetails
{
	font-family:Arial Narrow;
	font-size:x-small;
	color:#333;
  text-align:left;
  border:thin 1px #aaa;
  border-left:none;
  border-right:none;
  padding-left:10px;
}
#divMnuTabs
{
	border-bottom:1px solid #ccc;
	padding-top:4px;
	padding-bottom:10px;
}
#divLeft
{
	background-color: #fff;
	float: left;
	width: 163px;
}
#divContent
{
	float: right;
	width: 625px;
	border-left: 1px solid #ccc;
	min-height: 400px;
	height: expression(this.scrollHeight > 400 ?  "auto" : "400px" );
}
#divFooter
{
	text-align:left;
	padding:4px;
	border-top:1px solid #ccc;
	font-size:0.8em;
	font-weight:bold;
	background: url('./Images/MasterPage/FooterBg.jpg') repeat-y bottom;
	color:#999;
}

/******* links root.master *******/
#divBoxAll #divUserDetails a, #divBoxAll #divTop a:link
{
	text-decoration: none;
	color: #333;
}
#divBoxAll #divUserDetails a:visited
{
	color: #333;
}
#divBoxAll #divUserDetails a:hover
{
	text-decoration: underline;
}
#divBoxAll #divUserDetails a:focus
{
	-moz-outline-style: none;
}
/*this avoids having image replacement sections display a dotted outline*/
