.ToC_Look {
	background-image: url(images/Side_Menu_Content.gif);
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: repeat-y;
}

.ToC_Look_Header {
	padding-left: 15px;
	padding-right: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #313131;
	font-weight: bold;
}
.MC_Look {
	background-image: url(images/Main_Content_Bottom.gif);
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: repeat-y;
}
.txtboxlook {
	background-color: #CCC;
	border: 3px ridge #999;
	color: #666;
	width: 70px;
}
.bttnlook {
	background-color: #999;
	color: #333;
	border: 2px ridge #727272;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
