@charset "utf-8";
/* CSS Document */

div#caseStudiesItemsWrapper {}
div#singleCaseStutyItem{}

div#caseStudiesItems table {width:100%; display:block; }
div#caseStudiesItems .header td{ background-color:#ecf2f4; vertical-align:middle;
	font-size:16px; font-weight:bold; color:#2a4290; 
	padding-left:2px; padding-top:4px; padding-bottom:4px; padding-right:2px;
	border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;
	border-top-style: dotted; border-right-style: none; border-bottom-style: dotted; border-left-style: none;
	border-top-color: #6c6c6c; border-bottom-color: #6c6c6c;
}

div#caseStudiesItems td{
	vertical-align:top; 
	padding-top:8px; padding-bottom:8px; padding-right:3px; padding-left:3x;
	border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;
	border-top-style: none; border-right-style: none; border-bottom-style: dotted; border-left-style: none;
	border-bottom-color: #6c6c6c;
	}

div#caseStudiesItems td.logo { vertical-align:top; width:130px; text-align:center;}
div#caseStudiesItems td.logo img{ border:0px; }
div#caseStudiesItems td.data h1 {margin:0px; padding:0px; font-size:16px;}
div#caseStudiesItems td.data .companyName {font-weight:bold; }
div#caseStudiesItems td.data .abstract {}

div#singleCaseStutyItem td {
	vertical-align:top;
	padding-top:8px; padding-bottom:8px; padding-right:3px; padding-left:3x;
	border-top-width: 1px; 	border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;
	border-top-style: none; border-right-style: none; border-bottom-style: dotted; border-left-style: none;
	border-bottom-color: #6c6c6c;
	}
div#singleCaseStutyItem td.logo { vertical-align:top; width:130px; text-align:center;}
div#singleCaseStutyItem td.logo img { border:0px; max-width:120px; }
div#singleCaseStutyItem td.data h1{ font-size:16px; font-weight:bold; text-decoration:none; color:#2a4290;}
div#singleCaseStutyItem td.data h1 {margin:0px; padding:0px; font-size:16px;}
div#singleCaseStutyItem td.data .companyName  { vertical-align:top; }

div#noItemsToshow{}



