﻿
#casesHomePage
{
	border: 2px solid #D4CFC1;
	background-color: #E6EEF5;
	width: 560px; /*400px;*/
	height: 285px;
	position: absolute;
	text-align: justify;
	/*top: 5px;
	right: -2px;*/
	left: -2px;
}

#casesHomePage .titleBar
{
	background-color: #407FB7;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 30px;
	padding-left: 10px;
}

#casesHomePage .contentBlock
{
	border: 2px solid #D4CFC1;
	background-color: #FFFFFF;
	width: 550px;
	height: 245px;
	position: absolute;
	text-align: justify;
	top: 34px;
	left: 3px;
}

#casesHomePage .contentBlock .topRightCorner
{
	position: absolute;
	top: -2px;
	right: -2px;
	width: 8px;
	height: 8px;
}

#casesHomePage .contentBlock .bottomRightCorner
{
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 8px;
	height: 8px;
}

#casesHomePage .contentBlock .topLeftCorner
{
	position: absolute;
	top: -2px;
	left: -2px;
	width: 8px;
	height: 8px;
}

#casesHomePage .contentBlock .bottomLeftCorner
{
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 8px;
	height: 8px;
}

#casesHomePage .contentBlock .todayIs
{
	background-image: url('designImages/todayIs_BG_30.png');
	background-repeat:no-repeat;
	position: absolute;
	left: 20px;
	top: 10px;
	width: 350px;
	height: 30px;
	text-align: center;
	padding-top: 3px;
}

#casesHomePage .contentBlock .sectionHeaders
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #C1272D;
	text-align: center;
	/*border-top-style: solid;
	border-width: 5px;
	border-color: #7FA9CF;*/
	position: absolute;
	left: 15px;
	/*top:10px;*/
	width: 300px;
}

#casesHomePage .contentBlock .contentDescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00549F;
	text-align: justify;
	position: absolute;
	left: 25px;
	/*top: 40px;*/
	width: 300px;
	font-style: italic;
	font-weight: bold;
}

#casesHomePage .contentBlock .linkButtonContainer
{
	position: absolute;
	height: 25px;
	width: 170px;
	text-align: center;
}

