/* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cbb {
}
.white {

}
/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	_background:url(../images/box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.bt div {
	height:17px;
	width:31px;
	position:relative;
	left:-31px;
	background:url(../images/box.png) no-repeat 0 0;
	_background:url(../images/box.gif) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	_background:url(../images/box.gif) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {
	height:17px;
	width:31px;
	position:relative;
	left:-31px;
	background:url(../images/box.png) no-repeat 0 100%;
	_background:url(../images/box.gif) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 0px;

}
/* Insert the right border */
.i2 {
	padding:0 13px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
	_background:url(../images/borders.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 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0px 10px 0px 10px;
}
/* CSS for the box ends here */

.grey .bt,
.grey .bt div,
.grey .bb,
.grey .bb div {
	background-image:url(../images/box_grey.png);
	_background-image:url(../images/box_grey2.png);
	}
.grey .i3 {
	background: #666;
	border:1px solid #666;
	border-width:1px 0;	
	}
	
.litegrey .bt,
.litegrey .bt div,
.litegrey .bb,
.litegrey .bb div {
	background-image:url(../images/box_litegrey.png);
	_background-image:url(../images/box_litegrey.gif);
	}
.litegrey .i3 {
	background: #999999;
	border:1px solid #999;
	border-width:1px 0;	
	}
		
.green .bt,
.green .bt div,
.green .bb,
.green .bb div {
	background-image:url(../images/box_green.png);
	_background-image:url(../images/box_green.gif);
	}
.green .i3 {
	background: #769248;
	border:1px solid #769248;
	border-width:1px 0;	
	}