.ComponentBarTitleTextBox
{
	visible:false;
	width:100px;
	background-color:Transparent;
	border:none 0px none;
	font-size: 11px;
	font-weight: bold;
	color: White;
}


/* WebPartBox Style dark, with rounded corners, padding, border */
.DefaultComponentBox
{
	visible:false;
	position:relative;
	font-size:11px;
	margin-bottom:12px;
}

.DefaultComponentBox .hdr .c a,
.DefaultComponentBox .hdr .c a:hover,
.DefaultComponentBox .hdr .c a:active,
.DefaultComponentBox .hdr .c a:visited,
{
	visible:false;
	text-decoration:none;
	color:White;	
}

.DefaultComponentBox .hdr .l,
{
	visible:false;
    background-image: url(/CmsRoot/PACMS/Resources/Shared/images/ComponentModel/blue/tlcorner.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left:12px;
    height:22px;
}
.DefaultComponentBox .hdr .c,
{
	visible:false;
	color:White;
	font-weight:bold;
	background-color:#3B7696;
	border-top:solid 1px #95B9CF;
	padding: 6px 0px 5px 0px;
    height:22px;
    padding-top:1px;
}
.DefaultComponentBox .hdr .r,
{
	visible:false;
    background-image: url(/CmsRoot/PACMS/Resources/Shared/images/ComponentModel/blue/trcorner.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right:12px;
    height:22px;
}
.DefaultComponentBox .cnt .l,
{
	visible:false;
	border-left:solid 1px #95B9CF;
	background-color:#CFDAE0;
    padding-left:12px;
}
.DefaultComponentBox .cnt .c,
{
	visible:false;
	padding-top:9px;
	background-color:#CFDAE0;
}
.DefaultComponentBox .cnt .r,
{
	visible:false;
	border-right:solid 1px #386177;
	background-color:#CFDAE0;
	padding-right:12px;
}
.DefaultComponentBox .ftr .l,
{
	visible:false;
    background-image: url(/CmsRoot/PACMS/Resources/Shared/images/ComponentModel/blue/blcornerblue.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-left:12px;
    height:9px;
}
.DefaultComponentBox .ftr .c,
{
	visible:false;
	background-color:#CFDAE0;
	border-bottom:solid 1px #386177;
    height:9px;
    font-size:0px;
    line-height:0px;
}
.DefaultComponentBox .ftr .r,
{
	visible:false;
    background-image: url(/CmsRoot/PACMS/Resources/Shared/images/ComponentModel/blue/brcornerblue.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right:12px;
    height:9px;
}

