/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding: 0px;
	border:1px solid #666;
	background:#184a73;
}
.cbb h1 {
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;

}

	/* Top corners and border */
.bt {
	margin:0 0 0 5px;
	height:10px;
	background:url(box.png) no-repeat 100% 0 !important ;
	background:url(boxie.gif) no-repeat 100% 0 ;	
}
.bt div {
	position:relative;
	height:10px;
	width:5px;
	left:-5px;


	background:url(box.png) no-repeat 0 0 !important;
	background:url(boxie.gif) no-repeat 0 0 ;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	margin:0 0 0 15px;
	height:20px;
	background:url(box.png) no-repeat 100% 100% !important;
	background:url(boxie.gif) no-repeat 100% 100% ;
}
.bb div {
	position:relative;
	height:20px;
	width:15px;
	left:-15px;
	background:url(box.png) no-repeat 0 100% !important;
	background:url(boxie.gif) no-repeat 0 100% ;	
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 5px;
	background:url(borders.png) repeat-y 0 0 !important;
	background:url(bordersie.gif) repeat-y 0 0 ;
}
	/* Right border */
.i2 {
	padding:0 15px 0 0;
	background:url(borders.png) repeat-y 100% 0 !important;
	background:url(bordersie.gif) repeat-y 100% 0 ;	
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding: 5px;
	background:#184a73;
	color: #FFFFFF;

}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */




