/* ===========================================================
 Structural Style Sheet -> Interport Maintenance (for CSS2-capable browsers.)
 ============================================================ */

body {
	margin: 0;
	padding: 0;
	text-align: left; /* For Win/IE - it won't center the wrapper without this. */
}


/* CLEARFIX */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ---> Unique and named elements <--- */


#wrapper {
	position: relative;
	width: auto;
	min-width: 760px;
	margin: 0 auto;
	text-align: left;
}
		
#masthead {
	margin: 0;
}


#nav {
	position: relative;
}


#content {
	position: relative;
	margin: 0;
	font-size: .9em;
	background: #fff;
}

#ci {
	position: relative;
}
	
#main {
	height: auto;
	width: auto;
	margin: 0 0 0 .25em;  /* Right margin: space for sidebar */
}

body.standard #main {
	margin: 0 0 0 0;
}

body.standard #sidebar {
	display: none;
}

#sidebar {
	display: none;
}
		
#footer {
	clear: both;
}


/* ======================================
# Specific for Layout Mode 
======================================*/

body.layoutMode div.wrap {
	border: 1px dashed red;
}

body.layoutMode div.int {
	border: 1px dashed blue;
}

/* ======================================
# End Layout Mode 
====================================== */

div.notice {
  text-align: left;
  border: 2px solid green;
  background: #e9f9e9;
  margin: 20px 0;
  padding: 10px;
  font-weight: bold;
}
div.error {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40%;
  border: 5px solid red;
  margin-top: 50px;
  padding: 20px;
  font-weight: bold;
}