/** Grandfathers **/

ul {
	padding: 0px;
	margin: 0px;
}
ul.horiz {
	list-style-type: none;
	
}
ul.horiz li {
	display: block;
	float: left;
	
}
/** Image backgrounders **/
h2.header-img, h3.header-img {
	font-size: 0px !important;
	line-height: 0px;

}
a {
	outline: none;
}
/* Misc */
br.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

/* Tundra overrides */
.dijitDialogPaneContent, .dijitDialog {
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	overflow: hidden !important;
}

/** default popup layout **/
.popup-sm-content {
	
	width: 435px;
}
.popup-sm-content .header-l, .popup-sm-content .header-r {
	width: 217px;
	height: 30px;
	float: left;
	background: url(/np/images/gen/popup-mbr-bg.png);
}
.popup-sm-content .header-l {
	
}
.popup-sm-content .header-r {

}
.popup-sm-content .wall-l, .popup-sm-content .wall-r {
	width: 20px;
	background: url(/np/images/gen/popup-mbr-bg.png);
	height: 100%;
}
.popup-sm-content .popup-gut {
	width: 415px;
	height: 100%;
}
.popup-sm-content .footer-l, .popup-sm-content .footer-r {
	width: 217px;
	height: 30px;
	float: left;
	background: url(/np/images/gen/popup-mbr-bg.png);
}