/* Should have called this file UserLayout.css */

/* no text wraping in the attachments table */
.twikiViewPage .twikiAttachments Table td,
.twikiViewPage .twikiAttachments Table th {
   white-space: nowrap;
}

/* Support.HowToPutYouAreHereOnTheTop */
/*
.twikiToolBar {margin-top: 20px;}

.twikiTopicFooter .twikiLeft {
   position: absolute;
   top: 65px;
   left: 14.5em;
}
*/

/* Narrower Margins */
.twikiViewPage .twikiMain {
        padding-left:1.0em !important;
        padding-right:1.0em !important;
}
.twikiViewPage .twikiAttachments,
.twikiViewPage .twikiForm,
.twikiPreviewPage .twikiAttachments,
.twikiPreviewPage .twikiForm {
	padding:0.5em;
}
/*
.twikiTopicAction td {
	padding:0.3em 1em;
}
*/
.twikiViewPage .twikiTopicAction,
.twikiDiffPage .twikiTopicAction {
	padding:0.5em 1em 0.6em 1em;
}
.twikiPageNav {
	margin-bottom:0.5em;
}
.twikiTopicFooter {
	margin-top:0.5em;
	padding-bottom:0.5em;
}

h2 {
	margin:1em -0.35em 0.15em -0.35em;
}

/* Left Bar to Right */
/*
.twikiViewPage .twikiMiddleContainer {
        margin-right:13em;
}
.twikiViewPage .twikiMain {
        margin-left:0px;
        padding-left:1.5em !important;
        padding-right:1.5em !important;
}
.twikiViewPage .twikiLeftBar {
        left:-13em;
        margin-left:100%;
}
*/