/*--------------- Link --------------*/ 
a.highlight:link, a.highlight:visited, a.highlight:active {font-size: 11px;font-weight: normal;text-decoration: none;color: #ffffff;	}
a.highlight:hover {font-size: 11px;font-weight: normal;text-decoration: underline;color: #ffffff;}
a.barra:link, a.barra:visited, a.barra:active, a.barra:hover {font-size: 11px;}
.barra {font-size: 11px;}

/*----------------- Content ---------------*/

#highlightImage {border:1px solid #ccc;width:477px;height:215px;padding:3px;font-size:0px;margin:0 0 7px 0;}
#highlightBarra {position: absolute;margin-top: -36px;margin-left: 4px;width: 469px;height: 25px;color: #ffffff;padding-left: 5px;	padding-top: 5px;}
#highlightBarraBackground {position: absolute;margin-top: -36px;margin-left: 4px;width: 469px;height: 25px;background: #333;}

.positionSetas{position: absolute; margin-top: -31px; margin-left: 440px;}

/*------------------ Box Sizing -----------------*/
 
/* layout */
#layTop,
#layLeft,
#layCenter,
#layRight,
#layRightSpecial,
#layContent,
#layTopBarra,
#layPrint,

/* content */
#searchContainer,

#highlightImage,
#highlightBarra,

.contentAlbumItemText,

.contentImage,
.contentEventDateDay,

.boxInputSearch,
.boxInputSearchAlbum,
.boxInputLogin,
.boxRight,

.menuHeaderGreen,
.menuHeaderRed,
.menuHeaderBlue,
.menuHeaderOrange,

.menuItemGreen,
.menuItemRed,
.menuItemBlue,
.menuItemOrange,

/* form */
.formInput,
.formInputText,
.formButton,
.formInputBarra,
.yui-skin-sam .yui-ac-content,

.boxsized

{
	behavior: url('/_resources/scripts/boxsizing/boxsizing.htc');
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}