body
{
	font-family: Tahoma, Verdana;
	background-color: lightgray;
}

.H1{
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
}

.app-panel{
	padding: 20px;
}

.main-panel{
	width: 800px;
	height: 100%;
	background-color: white;
}

.footer{
	font-weight: bold;
	font-size: 80%;
	color: gray;
}

.work-panel{
	background-color: white;
}

.banner-panel{
	height: 75px;
	padding: 10px;
}

.doc-frame{
	margin: 5px 0px 5px 0px;
	border: 1px solid gray;
	height: 550px;
	width: 100%;
}

.sbp-panel{
	border: 1px solid #a2a4a4;
	padding: 5px 10px 5px 10px;
	line-height: 200%;
	background-color: #b3f3ff;
}

.sdp-title{
	font-size: 100%;
	font-weight: bold;
}

.sbp-panel .sbp-Label{
	font-size: 90%;
	cursor: pointer;
}
.sbp-panel .sbp-Label-bold{
	font-weight: bold;
	font-size: 95%;
	cursor: pointer;
}