/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

TD.sfcont_title .Head
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
	padding-left:8px;
}
TD.sfcont_maintitle .Head
{
	font-weight:bold;
	font-size:18px;
	color: black;
	font-family: Arial, Helvetica;
}
.sfcont_all
{
	margin-bottom:12px;
}
.sfcont_tl
{
	width:11px; height:30px; background-image:url(images/topleft2.gif); float:left; background-repeat:no-repeat;
}
.sfcont_top
{
	background-image:url(images/topmid2.gif); height:30px; vertical-align:top; text-align:left; background-repeat:repeat-x;
	padding-top:7px;
}
.sfcont_tr
{
	width:11px; height:30px; background-image:url(images/topright2.gif); background-repeat:no-repeat;
}
.sfcont_content
{
	vertical-align:top; text-align:left;
	background-color:white;
	padding:4px;
}
.sfcont_contentnomargin
{
	vertical-align:top; text-align:left;
	background-color:white;
}
.sfcont_left
{
	width:11px; background-image:url(images/left2.gif); background-repeat:repeat-y;
}
.sfcont_right
{
	width:11px; background-image:url(images/right2.gif); background-repeat:repeat-y;
}
.sfcont_bl
{
	width:11px; height:4px; background-image:url(images/bLeft2.gif); background-repeat:no-repeat;
}
.sfcont_bottom
{
	background-image:url(images/bMid2.gif); height:4px; background-repeat:repeat-x;
}
.sfcont_br
{
	width:11px; height:4px; background-image:url(images/bRight2.gif); background-repeat:no-repeat;
}

/* CSS Styles for product blocks */

.product
{
	width:100%; height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
.productHead1 
{
	font-size:18px; font-weight:bold; color:#fa6900;
	line-height:20px;
}
.productHead2 
{
	font-size:16px; font-weight:bold; color:#a60001; font-style:italic;
	line-height:18px;
	margin-left:12px;
}
.productBody
{
	font-size:13px;
	padding:8px;
}
.productHeadImage
{ 
	float:right; 
}
.productFoot
{ 
	background-color:#c7cee8; width:100%;
	margin-top:12px;
}
.productFootButton
{
	text-align:right
}
.productFootIcon
{
	padding-right:8px;
}
.productFootData
{
	font-size:12px;
	font-weight:bold;
}
.pFieldName
{
	color:#0c3a8f;
}



