/* NORMAL INFOBOX (GRADIENT - minimum 200px tall ) */
.infobox {
	background-color: #ffffff;		
}
.infobox .tl {
	background: url(../images/infobox_tl.png) no-repeat left;
	width: 6px;
	height: 25px;
}
.infobox .t {
	background: url(../images/infobox_t.png) repeat-x top;		
	color: white;
	height: 25px;
	padding-left: 5px;
}
.infobox .tr {
	background:url(../images/infobox_tr.png) no-repeat right;
	width: 6px;
	height: 25px;
}
.infobox .e {
	background-color: #e5e5e5;
	width: 1px;	
}
.infobox .bg {
	background: url(../images/infobox_bg.png) top repeat-x;

}
.infobox .bg_padded {
	background: url(../images/infobox_bg.png) top repeat-x;

	padding: 10px 5px 5px 5px;
}
.infobox .bl {
	background: url(../images/infobox_bl.png) no-repeat left;
	width: 6px;
	height: 5px;
}
.infobox .b {
	background: url(../images/infobox_b.png) repeat-x bottom;		
	height: 5px;
}
.infobox .br {
	background:url(../images/infobox_br.png) no-repeat right;
	width: 6px;
	height: 5px;
}
.infobox .hr {
	background:url(../images/infobox_hr.png) repeat-x left;
	height: 18px;
	margin: 0;
	padding:0;
}

/* WHITE INFOBOX */
.infobox_white {
	background-color: #fff;		
}
.infobox_white .tl {
	background: url(../images/infobox_tl.png) no-repeat left;
	width: 6px;
	height: 25px;
}
.infobox_white .t {
	background: url(../images/infobox_t.png) repeat-x top;		
	color: white;
	height: 25px;
	padding-left: 5px;
}
.infobox_white .tr {
	background:url(../images/infobox_tr.png) no-repeat right;
	width: 6px;
	height: 25px;
}
.infobox_white .e {
	background-color: #e5e5e5;	
	width: 1px;	
}
.infobox_white .bg {
	background: url(../images/spacer.gif) top repeat-y;	
}
.infobox_white .bg_padded {
	background: url(../images/spacer.gif) top repeat-y;
	padding: 10px 5px 5px 5px;
}
.infobox_white .bl {
	background: url(../images/infobox_bl.png) no-repeat left;
	width: 6px;
	height: 5px;
}
.infobox_white .b {
	background: url(../images/infobox_b.png) repeat-x bottom;		
	height: 5px;
}
.infobox_white .br {
	background:url(../images/infobox_br.png) no-repeat right;
	width: 6px;
	height: 5px;
}
.infobox_white .hr {
	background:url(../images/infobox_hr.png) repeat-x left;
	height: 18px;
	margin: 0;
	padding:0;
}

/* GREY INFOBOX */
.infobox_grey {
	background-color: #F0F0F0;		
}
.infobox_grey .tl {
	background: url(../images/infobox_tl.png) no-repeat left;
	width: 6px;
	height: 25px;
}
.infobox_grey .t {
	background: url(../images/infobox_t.png) repeat-x top;		
	color: white;
	height: 25px;
	padding-left: 5px;
}
.infobox_grey .tr {
	background:url(../images/infobox_tr.png) no-repeat right;
	width: 6px;
	height: 25px;
}
.infobox_grey .e {
	background-color: #e5e5e5;	
	width: 1px;	
}
.infobox_grey .bg {
	background: url(../images/infobox_bg_grey.png) top repeat-y;	
}
.infobox_grey .bg_padded {
	background: url(../images/infobox_bg_grey.png) top repeat-y;
	padding: 10px 5px 5px 5px;
}
.infobox_grey .bl {
	background: url(../images/infobox_bl_grey.png) no-repeat left;
	width: 6px;
	height: 5px;
}
.infobox_grey .b {
	background: url(../images/infobox_b_grey.png) repeat-x bottom;		
	height: 5px;
}
.infobox_grey .br {
	background:url(../images/infobox_br_grey.png) no-repeat right;
	width: 6px;
	height: 5px;
}
.infobox_grey .hr {	
	background:url(../images/infobox_hr.png) repeat-x left ;
	height: 18px;
	margin: 0;
	padding:0;
}
