@charset "utf-8";
/* rounded corners */
/*div.csc-frame-frame1 {background: #FABC00; margin-bottom:5px;}*/

.clickable {
	/*
	position:relative;
	height:1px;
	display:block;
	*/
	float:right;
}
/*
.clickable img.clickImg {
	position:absolute;
	top:0px;
	right:0px;
}
*/




div.csc-frame-frame1 {margin-bottom:5px;}
div.csc-frame-frame1 b.btop, div.csc-frame-frame1 b.btop b, div.csc-frame-frame1 b.bbot, div.csc-frame-frame1 b.bbot b{
	display: block;
	height: 10px;
	font-size: 1px;
	background-image:url(rc_orange.gif);
	background-repeat: no-repeat;
	color:#000000;
}
div.csc-frame-frame1 b.btop b{background-position: 100% -10px}
div.csc-frame-frame1 b.bbot{background-position: 0 -20px}
div.csc-frame-frame1 b.bbot b{background-position: 100% -30px} 

.orange div.csc-frame-frame1 {
	background: #FABC00;	
}

.lightGrey div.csc-frame-frame1 b.btop, 
.lightGrey div.csc-frame-frame1 b.btop b, 
.lightGrey div.csc-frame-frame1 b.bbot, 
.lightGrey div.csc-frame-frame1 b.bbot b { 
	background-image:url(light_grey.gif);
}
.lightGrey div.csc-frame-frame1 {
	background: #F1F0EF;	
}




/* */
.darkGrey div.csc-frame-frame1 b.btop, 
.darkGrey div.csc-frame-frame1 b.btop b, 
.darkGrey div.csc-frame-frame1 b.bbot, 
.darkGrey div.csc-frame-frame1 b.bbot b { 
	background-image:url(dark_grey.gif);
}
.darkGrey div.csc-frame-frame1 {
	background: #7F7F7F;	
}
.darkGrey div.csc-frame-frame1 div {
	color:#ffffff;
}


div.rc4Images .csc-textpic-imagewrap {
	border: 1px solid #7F7F7F;
	padding:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
}
div.rc4Images .csc-textpic-imagewrap .csc-textpic-caption {
	font-size: 10px;
	font-style: italic;
}
div.whiteRC {
	border: 1px solid #E9E9E9;
	padding:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
}

