/* $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 {
	height: 15px;
	background: url('/images/nnc.png') no-repeat 100% 0;; margin-left:15px; margin-right:0; margin-top:0; margin-bottom:0
}
.bt div {
	height: 15px;
	width: 15px;
	position: relative;
	left: -15px;
	background: url('/images/nnc.png') no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background: url('/images/nnc.png') no-repeat 100% 100%;
	height: 15px; margin-left:15px; margin-right:0; margin-top:0; margin-bottom:0
}
.bb div {
	height: 15px;
	width: 15px;
	position: relative;
	left: -15px;
	background: url('/images/nnc.png') no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	background: url('/images/nnb.png') repeat-y 0 0;; padding-left:15px; padding-right:0; padding-top:0; padding-bottom:0
}
/* Insert the right border */
.i2 {
	background: url('/images/nnb.png') repeat-y 100% 0;; padding-left:0; padding-right:15px; padding-top:0; padding-bottom: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('/images/bg3c.png');
}
.bg-03c .i1,
.bg-03c .i2 {
    background-image: url('/images/bg10_3c.png');
}
.bg-03c .bt,
.bg-03c .bt div,
.bg-03c .bb,
.bg-03c .bb div {
    background-image: url('/images/r3c.png');
}


/* light grey */

.eee.cbb {
	background-color: #eee;
	margin: 0;
	border: 0px none;; padding-left:5px; padding-right:5px; padding-top:10px; padding-bottom:10px
}
.eee .bt {
	height: 5px;
    background-image: url('/images/r5c.png');margin-left:5px; margin-right:0; margin-top:0; margin-bottom:0
}
.eee .bt div {
	height: 5px;
	width: 5px;
	left: -5px;
    background-image: url('/images/r5c.png');
}
.eee .bb {
    background-image: url('/images/r5c.png');
	height: 5px; margin-left:5px; margin-right:0; margin-top:0; margin-bottom:0
}
.eee .bb div {
    background-image: url('/images/r5c.png');
	height: 5px;
	width: 5px;
	left: -5px
}

.eee .i1,
.eee .i2 {
	margin: 0;
	padding: 0;
    background-image: url('/images/r5b.png');
}

.eee .i3 {
	background-color: #eee;
	margin: 0;
	padding: 5px 10px;
}
