/**
 *	Prattley Home Container Styles
 *	Copyright � 2007 DDi Solutions. All rights reserved.
 */
#noborderheader {}
#nobordercontent{}
#noborderfooter{}

.noborderaction {
	float:left;
}
.nobordertitle {
	float:left;
}
.nobordervisibility {
	float:right;
}
.noborderabottomleft {
	float:left;
}
.noborderbottomright {
	float:right;
}

/* Clear Fix of Floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border: #0000ff 0px solid;
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	height:16px;
	background: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 0px solid;
	background: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background: #e5f2d9;
	border-left: #e5f2d9 1px solid; 
	border-bottom: #e5f2d9 1px solid; 
	border-top: #e5f2d9 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.ModuleTitle_SubMenu {
	white-space:nowrap;
	z-index: 1000; 
	cursor: pointer; 
	background: #ffffff; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);*/
	border: #cccccc 1px solid;
}
/*html>body .ModuleTitle_SubMenu{ border:solid 1px #787878; }*/
.ModuleTitle_SubMenu td { white-space:nowrap; }

.ModuleTitle_MenuBreak td {
	border-bottom: #e5f2d9 1px solid; 
	border-left: #e5f2d9 0px solid; 
	border-top: #e5f2d9 1px solid;  
	border-right: #e5f2d9 0px solid; 
	background: #e5f2d9; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background:#e5f2d9;
}
.ModuleTitle_MenuArrow {
	font-family: webdings, sans-serif; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings, sans-serif; 
	font-size: 10pt; 
	cursor: pointer; 
}








