/* NORMAL INFOBOX (GRADIENT - minimum 200px tall ) */
.infobox_basic {
	background-color: #ffffff;		
}
.infobox_basic .tl {
	background: url(../images/infobox_basic_tl.png) no-repeat left;
	width: 6px;
	height: 5px;
}
.infobox_basic .t {
	background: url(../images/infobox_basic_t.png) repeat-x top;		
	color: white;
	height: 5px;
	padding-left: 5px;
}
.infobox_basic .tr {
	background:url(../images/infobox_basic_tr.png) no-repeat right;
	width: 6px;
	height: 5px;
}
.infobox_basic .e {
	background-color: #e5e5e5;
	width: 1px;	
}
.infobox_basic .bg {
	background: url(../images/infobox_basic_bg.png) top repeat-x;
}
.infobox_basic .bg_padded {
	background: url(../images/infobox_basic_bg.png) top repeat-x;
	padding: 5px 5px 5px 5px;
}
.infobox_basic .bl {
	background: url(../images/infobox_basic_bl.png) no-repeat left;
	width: 6px;
	height: 5px;
}
.infobox_basic .b {
	background: url(../images/infobox_basic_b.png) repeat-x bottom;		
	height: 5px;
}
.infobox_basic .br {
	background:url(../images/infobox_basic_br.png) no-repeat right;
	width: 6px;
	height: 5px;
}
.infobox_basic .hr {
	background:url(../images/infobox_hr.png) repeat-x left;
	height: 2px;
	padding: 8px 0 8px 0;
}

/* WHITE INFOBOX */
.infobox_basic_white {
	background-color: #fff;		
}
.infobox_basic_white .tl {
	background: url(../images/infobox_basic_tl_white.png) no-repeat left;
	width: 6px;
	height: 5px;
}
.infobox_basic_white .t {
	background: url(../images/infobox_basic_t_white.png) repeat-x top;		
	color: white;
	height: 5px;
	padding-left: 5px;
}
.infobox_basic_white .tr {
	background:url(../images/infobox_basic_tr_white.png) no-repeat right;
	width: 6px;
	height: 5px;
}
.infobox_basic_white .e {
	background-color: #e5e5e5;	
	width: 1px;	
}
.infobox_basic_white .bg {
	background: url(../images/spacer.gif) top repeat-y;	
}
.infobox_basic_white .bg_padded {
	background: url(../images/spacer.gif) top repeat-y;
	padding: 5px 5px 5px 5px;
}
.infobox_basic_white .bl {
	background: url(../images/infobox_basic_bl.png) no-repeat left;
	width: 6px;
	height: 5px;
}
.infobox_basic_white .b {
	background: url(../images/infobox_basic_b.png) repeat-x bottom;		
	height: 5px;
}
.infobox_basic_white .br {
	background:url(../images/infobox_basic_br.png) no-repeat right;
	width: 6px;
	height: 5px;
}
.infobox_basic_white .hr {
	background:url(../images/infobox_hr.png) repeat-x left;
	height: 2px;
	padding: 8px 0 8px 0;
}

/* GREY INFOBOX */
.infobox_basic_grey {
	background-color: #F0F0F0;		
}
.infobox_basic_grey .tl {
	background: url(../images/infobox_basic_tl.png) no-repeat left;
	width: 6px;
	height: 5px;
}
.infobox_basic_grey .t {
	background: url(../images/infobox_basic_t.png) repeat-x top;		
	color: white;
	height: 5px;
	padding-left: 5px;
}
.infobox_basic_grey .tr {
	background:url(../images/infobox_basic_tr.png) no-repeat right;
	width: 6px;
	height: 5px;
}
.infobox_basic_grey .e {
	background-color: #e5e5e5;	
	width: 1px;	
}
.infobox_basic_grey .bg {
	background: url(../images/spacer.gif) top repeat-y;	
}
.infobox_basic_grey .bg_padded {
	background: url(../images/spacer.gif) top repeat-y;
	padding: 5px 5px 5px 5px;
}
.infobox_basic_grey .bl {
	background: url(../images/infobox_basic_bl_grey.png) no-repeat left;
	width: 6px;
	height: 5px;
}
.infobox_basic_grey .b {
	background: url(../images/infobox_basic_b_grey.png) repeat-x bottom;		
	height: 5px;
}
.infobox_basic_grey .br {
	background:url(../images/infobox_basic_br_grey.png) no-repeat right;
	width: 6px;
	height: 5px;
}
.infobox_basic_grey .hr {	
	background:url(../images/infobox_hr.png) repeat-x left;
	height: 2px;
	padding: 8px 0 8px 0;
}