/* ===================================================================== */
/* Base classes                                                          */
/*                                                                       */
/* Default styles, general classes and crossbrowsing aids                */
/* ===================================================================== */

/* crossbrowsing aids */
div.clear, div.microspacer, div.spacer1, div.spacer2 {
    clear:both;
    height:1px;
	overflow: hidden;
	/*\*//*/
	width: 100%;
	/**/	
}
div.microspacer { height: 0.5em }
div.spacer1 { height: 1em }
div.spacer2 { height: 2em }


/* standard tags behavior */
strong  { font-weight: bold }
em      { font-style: italic }
acronym { cursor: default; border-bottom: 0px none; }


/* common styles */
body { text-align: center; font-family: Helvetica, Arial, Sans-Serif; }
body.fielamigo{ background: #ffffff url('../../Default/Images/bg_page.gif') top left repeat-x }

div#navbar { float: left; width: 208px; overflow: hidden; }

div#content {
    background: transparent url('../Images/bg_orangedahsed_horiz.gif') -2px 0px repeat-x;
	padding-top: 2px;
	/*border-top: 2px dashed #ff7e00;
	border-left: 2px dashed #ff7e00;*/
	min-height: 500px;
	float: right;
	width: 765px;
}

div#midsection 
{
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    /* border-top: 0px none; */
    background: transparent url('../Images/bg_orangedahsed_vert.gif') top left repeat-y
}

div#ending 
{
    height: 9px;
    clear: both;
    background: transparent url('../Images/bg_bottomcorners.gif') top left no-repeat;    
}
.noDisplay{ display:none}