div.itsWrapper
{

	/*margin:20px 20px 10px 10px;
	float:right;
	*/
	background:url('itsSpan.gif') repeat-y;
	width:155px;
}

div.itsInner
{
	background:url('itsHeader.gif') no-repeat;
	/*padding:30px 5px 5px 8px;*/
	padding-top:35px;
}

div.itsContent
{
	background:url('itsFooter.gif') no-repeat bottom;
	padding:0 5px 2px 8px;
}

div.itsContent ul
{
	margin-top:0;
	margin-left:0;
	padding-left:20px;
	list-style-type:decimal;
}

div.itsContent .wsi_text_header
{
	padding-top:0;
}

a.head
{
	font-size:1.3em;
	font-weight:bold;
}

.mt_container
{
	margin-bottom:15px;
	text-align:left;
}

.wsi_text_header,
.wsi_no_header
{
	width:100%;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    border-bottom:solid 1px silver;
	padding:2px;
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFD3AF; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*background-color: #FFFFFF; */
	background-color:white;
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border:solid 1px silver;
}

.ModuleTitle_MenuBreak  {
	/*background-color: black; */
	/*font-size: 1px;*/ /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
