

/*--------------------------------------------------------------------------------------------------------------*/
/* Common.ascx */

.st-Common{margin-left:0px; margin-right:0px;margin-bottom: 10px; max-width:100%;background: #fff;}
.st-Common .st-title{font-family: Arial, Helvetica, sans-serif; height:28px;padding:0 10px;margin:0;background:url(images/ItemHeader.png);color:#000000;font-size:16px;font-weight:bold;}
.st-Common .st-title .Head{font-family: Arial, Helvetica, sans-serif; color:#000000;font-size:16px;font-weight:bold;line-height:28px;  padding-bottom : 0px;  padding : 0px 0px 0px 5px;  }
.st-Common .st-content{padding: 10px 15px 0px 15px;border:solid #BFC8E5;border-width:0 1px 1px;  background : #ffffff; }

/*--------------------------------------------------------------------------------------------------------------*/
	/* Clearing floats without extra markup  */


.clearfloats{display:inline-block;}
.clearfloats:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfloats{height:1%;}
.clearfloats{display:block;}


.pc-grey {
	background-color: #f5f5f5;
	border: 1px solid #b4b4b4;
	margin: 5px 8px;
	padding: 5px;
}

.pc-title {
	height: 31px;
	background: url('images/title-background.jpg') repeat-x;
	padding:  4px 0px 0px 5px;
}
.pc-common { border: 1px solid #c2c2c2; background: #f5f5f5; margin: 5px;}
.pc-content {padding: 5px;}

.pc-title .Head { color: #ffffff !important;}

