/* 07/25/2008 smt 12203 DMaison, Added to change the appearance of pop up windows */
/* 08/09/2008 smt 14527 DMaison, Made sure that edit this page displays on pop ups */
/* 06/14/2010 JG, fixed formatting for a popup. */

/* Remove Blue frame and nav separator */
#container {
	border: none;
	background-image: none;
	min-width: 1px !important; /* Fixes width of blue bars in popup window */
	float: none;
}

/* Remove nav specific styles */
#content {
	margin-left: 0;
	width: auto;
	min-width: 1px !important; /* Fixes width of blue bars in popup window */
}
#logged-in {height: 15px;}
#logged-in button span {display: inline;}

/* Remove header, nav, tabs, and logged in contact */
#logged-in span, #menu-parent, #tabs-main, #tabs-alt, #header, #back-to-top, #bread-crumbs {display: none;}

/* Add border to top of content and footer */
#content, #footer {
	border-top-width: 15px;
	border-top-style: solid;
	margin-top: 0;
}