/* $Id: cb.css,v 1.9 2006/01/27 22:20:39 cviebrock Exp $ */

/* Customer corners and borders                                           */
/* http://www.456bereastreet.com/lab/transparent_custom_corners_borders/  */


/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding: 10px;
	margin: 5px;
	background: #fff;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin: 0;
}

/* Rules for the top corners and border */
.bt {
	margin: 0 0 0 15px;
	height: 15px;
	background: url(/i/r10c-fff.png) no-repeat 100% 0;
}
.bt div {
	height: 15px;
	width: 15px;
	position: relative;
	left: -15px;
	background: url(/i/r10c-fff.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background: url(/i/r10c-fff.png) no-repeat 100% 100%;
	margin: 0 0 0 15px;
	height: 15px;
}
.bb div {
	height: 15px;
	width: 15px;
	position: relative;
	left: -15px;
	background: url(/i/r10c-fff.png) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding: 0 0 0 15px;
	background: url(/i/r10b-fff.png) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding: 0 15px 0 0;
    background: url(/i/r10b-fff.png) 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;
	margin: 0;
}
/* CSS for the box ends here */



/* Windows blue */

.bg-03c.cbb,
.bg-03c .i3 {
	background: url(/i/bg-03c.png) repeat;
}
.bg-03c .i1,
.bg-03c .i2 {
    background-image: url(/i/r10b-03c.png);
}
.bg-03c .bt,
.bg-03c .bt div,
.bg-03c .bb,
.bg-03c .bb div {
    background-image: url(/i/r10c-03c.png);
}


/* light grey */

.eee.cbb {
	background-color: #eee;
	padding: 10px 5px;
	margin: 0;
	border: 0;
}
.eee .bt {
	margin: 0 0 0 5px;
	height: 5px;
    background-image: url(/i/r05c-eee.gif);
}
.eee .bt div {
	height: 5px;
	width: 5px;
	left: -5px;
    background-image: url(/i/r05c-eee.gif);
}
.eee .bb {
    background-image: url(/i/r05c-eee.gif);
	margin: 0 0 0 5px;
	height: 5px;
}
.eee .bb div {
    background-image: url(/i/r05c-eee.gif);
	height: 5px;
	width: 5px;
	left: -5px;
}

.eee .i1,
.eee .i2 {
	margin: 0;
	padding: 0;
    background-image: url(/i/r05b-eee.gif);
}

.eee .i3 {
	background-color: #eee;
	margin: 0;
	padding: 5px 10px;
}
