#noutatiBox { margin:15px 30px 50px 30px; }
* html #noutatiBox { margin:15px 30px 20px 30px; }

.indentmenu {
	font: bold 12px Arial;
	width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	border-top: 0px solid #C7CBCB; /*navy border*/
	/*background: url(indentbg.gif) center center repeat-x;*/
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	color: #0F204D; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	background-color:#FFFFFF;
	border-right: 1px solid #EDDEBC; /*navy divider between menu items*/
	border-left: 1px solid #EDDEBC;
	border-bottom: 1px solid #EDDEBC;
}
.indentmenu ul li a:visited {
	color: #0F204D;
}
.indentmenu ul li a.selected {
	color: #DF0000 !important;
	padding-top: 10px; /*shift text down 1px*/
	padding-bottom: 4px;
	/*background: url(indentbg2.gif) center center repeat-x;*/
	background-color:#F7F4E6;
}
.tabcontentstyle { /*style of tab content oontainer*/
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
.picsBanner {
	padding:4px;
	border-top: 1px solid #EDDEBC;
	border-left: 1px solid #EDDEBC;
	border-right: 1px solid #EDDEBC;
	border-bottom: 1px solid #EDDEBC;
	background:#E5E5E5;
}

