
	html {
		width:100%;
		height:100%;
	}

		body {
			width:100%;
			min-width:1000px;
            height:100%;
			font:12px Verdana;
			color:#555555;
			text-align:center;
			padding:0px;
			margin:0px;
		}

			.full_container {
				position:relative;
				top:0px;
				left:0px;
				text-align:center;
				width:100%;
				margin:0px;
				overflow:auto;
			}
			
				.document_container {
					width:980px;
					margin:auto;
					text-align:center;
					overflow:auto;
				}

					/*GENERIC LAYOUT BLOCKS*/
					.haus {
						height:980px;
						height:auto !important;
						display:block;
						position:relative;
						float:left;
						text-align:bottom;
						font:12px Verdana;
					}
						.haus .omnom, .haus .hall, .haus .oats, .haus .trip {
							height:300px;
							height:auto !important;
							text-align:bottom;
							display:block;
							position:relative;
							float:left;
							text-align:left;
						}
							/*width:auto !important;*/
							.omnom { /*full*/
								width:980px;
							}
							.hall { /*half*/
								width:490px;
							}
							.oats { /*4ths*/
								width:245px;
							}
							.trip { /*?-ish*/
								width:333px;
							}
					/*GENERIC LAYOUT BLOCKS*/

			
	/*GOLOBULUS*/
	img {
		border:0px;
		outline:0px !important;
	}


	#site-top-bar {
		top:0px ;
		left:0px;
		font-size: 11px Verdana;
		height: 28px ;
		position: fixed ;
		width: 100% ;
		z-index: 10000 ;
		background: url(/layouts/corespin-admin/images/top-toolbar.png) repeat-x 0px 0px;
	}
		#site-top-bar-frame {
			height: 28px ;
			margin: 0px 0px 0px 0px ;
			position: relative ;
		}
		#site-top-bar-content {
			padding: 0px 0px 0px 0px ;
		}

			.corenav {
				width:980px;
				margin:auto;
				text-align:left;
				padding:0px 0px 0px 0px !important;
				font:bold 12px Verdana !important;
				color:#eFeFeF;
			}			
			.gen {
				width:280px;
				height:auto !important;
				height:48px;
				margin:auto;
				float:left;
				position:relative;
				display:block;
				padding-top:4px;
			}
			.cs_title a {
				font:bold 10px Verdana;
			}

			.compress {padding:0px !important;margin:0px !important;border-collapse:collapse !important; border-spacing:0px;}
			.compress td {vertical-align:top; text-align:left;padding:0px;margin:0px;border-collapse:collapse;}
			.nowrap{white-space:nowrap;}

		.file_location {
			position:absolute;
			top:0px;
			left:0px;
			border:1px solid orange;
			background-color:#ffffff;
			padding:4px;
			font:10px Verdana;
			z-index:12000;
		}
