/* ================================
    CSS STYLES FOR JB1
   ================================
*/ 



.ContentWrapper{
	text-align:left;
}

/* Style for SmallCap header container */
.SmallCap {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
	color:#111;
	text-transform:uppercase;
}

/* Style for Container_Main_Dotted container */
.Wrapper_Main_Dotted {
border:1px dotted #666;
padding:15px 20px 15px 10px;
margin-bottom:15px;
}
.Wrapper_Main_Dotted_actions{
	padding:3px 0px 0px 3px;
	float:left;
	width:20px;
	}
.Wrapper_Main_Dotted_ContentWrapper{
margin:0;
width:100%;
}
.Wrapper_Main_Dotted_ContentPane{
width:100%;
text-align:left;
}

