#caseContainer
{
	padding-left:20px;
}

#mainContent
{
	width: 580px;
}

#answeredList
{
	width: 385px;
	height: 528px;
	height: expression('520px');
	position:absolute;
	top:100px;
	top:expression('0px');
	left:600px;
	overflow: auto;
	padding-left: 10px;
	border-left: solid 1px #6CC;
}

#answeredList ul
{
	padding-left:15px;
}

#dbComments
{
	width: 400px;
	height: 75px;
}

#caseJump
{
	width: 200px;
	height: 25px;
	position: absolute;
	left: 670px;
	top: 0px;
	
	left: expression("647px");
}

#caseMonth
{
	width: 600px;
	height: 510px;
	margin-left: auto;
	margin-right: auto;
	border:solid 1px #00AA8A;
	border-top:none;
}

#caseMonth *
{ padding: 0px; margin: 0px; border:solid 1px #00AA8A;}

#caseMonth th
{
	height: 20px;
	width: 150px;
	border-bottom: none;
}

#caseMonth td
{
	height: 150px;
	width: 150px;
}

#caseMonth img
{ border: none; }


#qtWarning
{
	color: red;
	font-weight: bold;
	display: none;
	text-align: center;
}