/* CSS Document */

#workspace, #rightspace {
	height: 397px;
	vertical-align: top;
	/*background-color: #CCCCCC;*/
}

#workspace {
	width: 770px;
	padding-left: 10px;
}
#rightspace {
	width: 227px;
	text-align: center;
}
#rightspace table, #rightspace div {
	margin-top: 24px;
}
#pageTitle {
	position: absolute;
	top: 136px;
	left: 0px;
	padding-top: 4px;
}

div.blocTitle {
	/*width: 100%;*/
	padding: 1px 0px 1px 16px;
	height: 23px;
	/*background-color: #ebeae8;*/
	background-image: url(../img/th01bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	font-weight: bold;
}

