#inobj {
	background-color:#dcf0fa;
	border:1px solid #1e90ff;
}

#butobj {
	border-top: 1px solid #00ccff;
	border-left: 1px solid #00ccff;
	border-right: 1px solid #186485;
	border-bottom: 1px solid #186485;
	FONT-WEIGHT: bolder;
	background-color:#dcf0fa;
	color:#0033cc;
	width: 30px;
}


#tt	{
	border-top: 1px solid #186485;
	border-left: 1px solid #186485;
	border-right: 1px solid #186485;
	border-bottom: 1px solid #186485;
	background-color:  #FFFFFF;
	padding: 2px;
	margin: 2px;
	margin-top:10px;
}

#tm	{
	border-top: 1px solid #186485;
	border-left: 1px solid #186485;
	border-right: 1px solid #186485;
	border-bottom: 1px solid #186485;
	background-color:  #DDDDDD;
	padding: 2px;
	margin: 2px;
}
#t2	{
	padding: 2px;
	margin: 2px;
	line-height:15pt;
}

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: #CDEDDC;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}


