/*==============================================/
	Print Styles
		
		@see project.css
		@see project_ie.css
/==============================================*/

/*==============================================/
		Layout Styles
/==============================================*/

/*----------------------------------------------/
		Layout: html & body
/----------------------------------------------*/

html, body {
	background: none;
}

/*----------------------------------------------/
		Layout: #main
/----------------------------------------------*/

.main {
	background: none;
	width: auto;
	min-width: 7in;
	margin: 0px;
	padding: 0px;
	border: none;
}

/*----------------------------------------------/
		Layout: .wrapper
/----------------------------------------------*/

.wrapper {
	background: none;
	margin: 0px;
	padding: 0px;
	float: none;
	top: 0px;
	left: 0px;
	display: block;
}

/*----------------------------------------------/
		Layout: .fixedColumn
/----------------------------------------------*/

.fixedColumn {
	background: none;
	width: 100%;
	min-width: 100%;
	float: none;
	display: block;
}
/*
.wrapper.right .fixedColumn {
	display: block;
}
*/
/*----------------------------------------------/
		Layout: .fixedContent
/----------------------------------------------*/

.fixedContent {
	background: none;
	float: none;
	display: block;
}

/*----------------------------------------------/
		Layout: .fluidColumn
/----------------------------------------------*/

.fluidColumn {
	background: none;
	width: 100%;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
	float: none;
	top: 0px;
	left: 0px;
	overflow: visible;
	display: block;
}
/*
.wrapper.right .fluidColumn {
	margin: 0px;
	padding: 0px;
	display: block;
}
*/
/*----------------------------------------------/
		Layout: .fluidContent
/----------------------------------------------*/

.fluidContent {
	background: none;
	float: none;
	display: block;
}

.main, .wrapper, .fixedColumn, .fluidColumn, .fluidContent { opacity: 1; }

html * {
	color: #000000!important;
	background: none!important;
	overflow: visible!important;
}

ul {
	padding-left: 40px!important;
}

li {
	list-style-type: disc!important;
}

.accessibility {
	overflow: hidden!important;
}

.mainShadow-l, mainShadow-r, .main { width: auto; }

.header, .footer, object, embed {
	display: none;
}

#content.right .fixedColumn {
	display: none;
}

/*
#content.right .fixedContent, 
#content.right .sideContent {
	width: auto;
	height: auto;
	position: static;
}

#content.right .fixedColumn, 
#content.right .fixedContent, 
#content.right .sideContent {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content.right .fixedColumn {
	height: auto;
	position: static;
	right: auto;
}
*/
