
/*	-----------------------------------------------------------
	LAYOUT
	positioning of page elements
	-----------------------------------------------------------	*/

.twikiLeft {
	float:left;
	position:relative;
}
.twikiRight {
	position:relative;
	float:right;
	display:inline;
	margin:0;
	text-align:right;
}
.twikiClear {
	/* to clean up floats */
	margin:0;
	padding:0;
	height:1px;
	line-height:1%;
	clear:none;
	display:block;
}
.twikiHidden {
	display:none;
}

/*	-----------------------------------------------------------
	Positioning of layout blocks
	-----------------------------------------------------------	*/

.twikiMiddleContainer {
	position:static;

}
.twikiLeftBar {
	position:static;
	width:auto;
	float: left;
	left:0;
	margin:0;
	padding:0;
}

/* setting the height of the top bar */

.twikiLeftBar {
	top:auto;
	left:0px;
}
.twikiTopBar {
	height:60px;
}

/* positioning the left bar (width:14em) */

.twikiLeftBar,
.twikiLeftBarContents /* needed for Explorer 5.0 */ {
	width:auto;
}
.twikiMain {
	position:static;
float:none;
	margin-left:1px;
}
.twikiBottomBar {
	margin:0 0 0 1px; /* add small margin for content offset */
}

/*	-----------------------------------------------------------
	Pages that are not view
	-----------------------------------------------------------	*/
	
.twikiNoViewPage .twikiMain {
	margin-left:1%;
	margin-right:1%;
	/* padding in style.css */
}

/* Print */
	
.twikiPrintPage .twikiMain {
	margin-left:0;
	margin-right:1px;
}
.twikiPrintPage .twikiBottomBar {
	margin-left:1px;
	margin-right:1px;
}
