/* LAYOUT: DECOR: BORDERS, 1PX SOLID */
/* Sets borders on various elements.  Typically the borders are 1px solid. */
/* See layout-fixedw-core.css for the rules controlling the borders on #container */

#masthead-inner {
	border-bottom:1px solid;
	}
#titleblock .actionlist {
	border-bottom:1px solid;
	}
#titleblock.display, #titleblock.standard {
	border:1px solid;
	}
#titleblock.standard .moreactions a {
	border:2px solid;
	}
#footer {
	border-top:1px solid;
	}
#sidebar-inner {
	border-width:1px;
	border-style:none solid;
	}
#sidebar p.sidehead, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	border-bottom: 1px solid;
	}
