@charset "UTF-8";
div.cbox {
	width:100%;
	padding-bottom:12px;
	}
div.cbox .header {
	background-repeat: repeat-x;
	height: 11px;
	}
div.cbox .tl {
	height: 11px;
	width: 10px;
	float:left;
	}
div.cbox .tr {
	height: 11px;
	width: 15px;
	float:right;
	}
div.cbox .footer {
	background-repeat: repeat-x;
	height: 15px;
	}
div.cbox .bl {
	height: 15px;
	width: 10px;
	float:left;
	}
div.cbox .br {
	height: 15px;
	width: 15px;
	float:right;
	}


div.cbox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 0 12px 4px 12px;
	font-size: medium;
	background-repeat: repeat-y;
	background-position: right;
	}

div.bodytext 
{
	height:100%;
	margin: 0;
	padding: 6px 14px 1px 12px;
	background-repeat: repeat-y;
	background-position: right;
	border-left: 1px solid #9FABAD;
	text-align:center;
	}

div.bodytext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0 0 9px 0;
	line-height: 1.5em;
	}
div.bodytext p.special {
	font-weight: bold;
	color: #CC0033;
	}

/* Blue box styles */
div[class='cbox blue'] .header { background-image: url(../images/candybox/blue/tc.gif); }
div[class='cbox blue'] .tl { background-image: url(../images/candybox/blue/tl.gif); }
div[class='cbox blue'] .tr { background-image: url(../images/candybox/blue/tr.gif); }
div[class='cbox blue'] .footer { background-image: url(../images/candybox/blue/bc.gif); }
div[class='cbox blue'] .bl { background-image: url(../images/candybox/blue/bl.gif); }
div[class='cbox blue'] .br { background-image: url(../images/candybox/blue/br.gif); }
div[class='cbox blue'] h2 {
	background-image: url(../images/candybox/blue/cr.gif);
	background-color: #379CF4;
	}
div[class='cbox blue'] .bodytext {
	background-color: #DCEEFC;
	background-image: url(../images/candybox/blue/cr.gif);
	}

/* Green box styles */
div[class='cbox green'] .header { background-image: url(../images/candybox/green/tc.gif); }
div[class='cbox green'] .tl { background-image: url(../images/candybox/green/tl.gif); }
div[class='cbox green'] .tr { background-image: url(../images/candybox/green/tr.gif); }
div[class='cbox green'] .footer { background-image: url(../images/candybox/green/bc.gif); }
div[class='cbox green'] .bl { background-image: url(../images/candybox/green/bl.gif); }
div[class='cbox green'] .br { background-image: url(../images/candybox/green/br.gif); }
div[class='cbox green'] h2 {
	background-image: url(../images/candybox/green/cr.gif);
	background-color: #487731;
	}
div[class='cbox green'] .bodytext {
	background-color: #FFFFFF;
	background-image: url(../images/candybox/green/cr.gif);
	}

/* Orange box styles */
div[class='cbox orange'] .header { background-image: url(../images/candybox/orange/tc.gif); }
div[class='cbox orange'] .tl { background-image: url(../images/candybox/orange/tl.gif); }
div[class='cbox orange'] .tr { background-image: url(../images/candybox/orange/tr.gif); }
div[class='cbox orange'] .footer { background-image: url(../images/candybox/orange/bc.gif); }
div[class='cbox orange'] .bl { background-image: url(../images/candybox/orange/bl.gif); }
div[class='cbox orange'] .br { background-image: url(../images/candybox/orange/br.gif); }
div[class='cbox orange'] h2 {
	color: #333333;
	background-image: url(../images/candybox/orange/cr.gif);
	background-color: #FFDB9F;
	border-left: 1px solid #9FABAD;
	}
div[class='cbox orange'] .bodytext {
	background-color: #F7F1E3;
	background-image: url(../images/candybox/orange/cr.gif);
	}

