@charset "utf-8";
/* CSS Document */
.roundpanel-body {
	background : white;
}
/* TOP ============================================================================== */
.roundpanel-tl {
	background:  url(../img/roundpanel/roundpanel-sprites.gif) no-repeat top left;
	padding-left: 1px;
}

.roundpanel-tr {
	background: url(../img/roundpanel/roundpanel-sprites.gif) no-repeat top right;
	padding-right: 6px;
}
.roundpanel-tc {
	background: url(../img/roundpanel/roundpanel-topbottom.gif) repeat-x;
	padding: 2px 0px 1px;
}
/* TITLE  ============================================================================== */
.roundpanel-theader {
	position:relative;

	/*color:#DB0000;*/
	color:#15428B !important;
	/*background-image:url(../img/roundpanel/roundpanel-title.png);*/
	font-size:14px !important;
	/*margin:0;*/
	margin: 0px 0px 6px 0px;
	padding:3px 5px 2px;
	/*text-indent:10px;*/
	border-bottom:1px solid #99BBE8;
	background: transparent url(../img/roundpanel/roundpanel-header-back.gif) repeat-x scroll 0 0;
}
.roundpanel-theader a{
	float:right;
	text-shadow:none;
	font-size:12px;
}
.roundpanel-theader p{
	margin:0px;
	padding:0px;
	text-shadow: 1px 1px 1px #cccccc;
}
.roundpanel-icon{
	padding-left: 20px !important;
	background-repeat: no-repeat;
}

.tool-icon {
	background:#cccccc url(../img/roundpanel/tool-sprites.gif) no-repeat scroll 0 0;
	background-position:0 -60px;
	cursor:pointer;
	float:right;
	height:20px;
	margin-left:2px;
	margin-top:0px;
	overflow:hidden;
	width:20px;
}
/* CENTER ============================================================================== */
.roundpanel-cl {
	/*border-left: 1px solid #cccccc;*/
	/*background: white;*/
	background: url(../img/roundpanel/roundpanel-left.gif) repeat-y top left;
	padding-left:10px;
}
.roundpanel-cr {
	background: url(../img/roundpanel/roundpanel-right.gif) repeat-y top right;
	padding-right:9px;
}
.roundpanel-cc {
	background: white;
	padding-right:6px;
}
/* FOOTER ============================================================================== */
.roundpanel-fl {
	background:  url(../img/roundpanel/roundpanel-sprites.gif) no-repeat 0 bottom;
	padding-left: 10px;
}
.roundpanel-fr {
	background: url(../img/roundpanel/roundpanel-sprites.gif) right bottom no-repeat;
	padding-right: 10px;
}
.roundpanel-fc {
	font-size:0;
	padding:6px;
	line-height:0;
	background: url(../img/roundpanel/roundpanel-topbottom.gif) repeat-x scroll 0 bottom;
}