/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(imagens/borders/sbbody-r.png) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(imagens/borders/sbhead-r.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Trebuchet MS, Arial;
}
.boxhead h2 {
	background: url(imagens/borders/sbhead-l.png) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: black; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	font-family:Trebuchet MS, Arial;
}
.boxheadclean {
	background: url(imagens/borders/sbhead_clean_flat-r.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Trebuchet MS, Arial;
}
.boxheadclean h2 {
	background: url(imagens/borders/sbhead_clean_flat-l.png) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: black; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	font-family:Trebuchet MS, Arial;
}
.boxbody {
	background: url(imagens/borders/sbbody-l.png) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.boxbodymiddle {
	background: url(imagens/borders/sbbody-middle-l.png) repeat-y bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.boxbodybottom{
	background: url(imagens/borders/sbbody-bottom-l.png) no-repeat top left;
	margin: 0;
	padding: 5px 30px 31px;
}
.sideboxmiddle {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(imagens/borders/sbbody-middle-r.png) repeat-y bottom right;
	
	font-size: 100%;
}
.sideboxbottom{
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(imagens/borders/sbbody-bottom-r.png) no-repeat top right;
	font-size: 100%;
}

/* Widgets */
.boxWidgethead {
	background: url(imagens/borders/sbox-widget-header.png) repeat top right;
	
	margin: 0;
	padding: 1px;
	text-align: center;
	font-family:Trebuchet MS, Arial;
	border: solid 2px #EEEEEE;
}
.boxWidgethead h2 {
	background: url(imagens/borders/sbox-widget-header.png) repeat top left;
	margin: 0;
	padding: 1px;
	color: black; 
	font-weight: normal; 
	font-size: 10pt; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	font-family:Trebuchet MS, Arial;
}
.boxbodyWidgetmiddle {
	background: url(imagens/borders/sbox-widget.png) repeat-y bottom left;
	background-color: #EFEFEF;
	margin: 0;
	padding: 1px 15px 15px;
    border: solid 2px #EEEEEE;
}
.boxbodyWidgetbottom{
	background: url(imagens/borders/sbox-widget.png) no-repeat top left;
	margin: 0;
	padding: 5px 15px 15px;
}
.sideboxWidgetmiddle {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(imagens/borders/sbox-widget.png) repeat-y bottom right;
	font-size: 100%;
}
.sideboxWidgetbottom{
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(imagens/borders/sbox-widget.png) repeat-x top right;
	font-size: 100%;
}
