body, body > * {
	margin: 0;
	padding: 0;
	background-color: white;
}

body * {
	border: none !important;
}
.s5-slide * {
	line-height: 1em;
}

.s5-image {
	z-index: 4;
	float: right;
	position: relative;
	height: auto;
	width: auto;
}

.s5-background {
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 0;
	width: 100%;
	height: 100%;
}

.s5-header {
	position: relative;
	z-index: 5;
	font-size: 2em;
	background: none !important;
}

.s5-footer {
	width: 100%;
	position: fixed;
	z-index: 103;
	bottom: 0;
	left: 0;
	font-size: 0.5em;
	padding: 5px;
	padding-left: 1em;
	padding-right: 1em;
	background: url("images/back.png") repeat-x scroll 50% 50% #CCCCCC;
	vertical-align: middle;
	display : table-cell;
	line-height: 1.2em;
}
#s5-slide-num {
	float: right;
	margin-right: 1em;
}
.s5-slide {
	width: 100%;
	height: 90%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 5;
	font-size: 1em;
	background-color: transparent !important;
	background-image: none !important;
}
.s5-slide-print {
	padding: 0;
	font-size: 1em;
	background-color: transparent !important;
	background-image: none !important;
	page-break-after: always;
}


.s5-hide {
	position: absolute;
	overflow: hidden !important;
	height: 0 !important;
	width: 0 !important;
	z-index: -100;
	opacity: 0.001 !important;
	filter: alpha(opacity=001) !important;
}

.s5-slide td {
	padding: 0.5em;
}

.s5-slide.first {
	height: 100%;
}

.s5-outline {
	position: fixed;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
	width: 250px;
	font-size: 12px !important;
	background-color: white;
	z-index: 105;
	display: none;
	text-align: left;
	border: 1px solid black;
}

.s5-outline .s5-outlook-close {
	font-weight: bold;
	font-size: 18px !important;
	line-height: 20px !important;
	width: 1em;
	position: absolute;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	background: url("images/back.png") repeat-x scroll 50% 50% #CCCCCC;
	cursor: pointer;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.s5-outline .s5-active {
	font-style: italic;
	font-weight: bold;
}

.s5-outline ul {
	border: 0;
	margin: 0;
	padding-left: 17px;
	height: inherit;
	overflow-y: scroll;
}

.s5-outline li {
	border: 0;
	margin: 0;
	height: 22px;
	white-space: nowrap;
	list-style: none;
	margin-left: 2px;
}
.s5-menu {
	background: url("images/back.png") repeat-x scroll 50% 50% #CCCCCC;
	position: fixed;
	text-align: center;
	z-index: 104;
	bottom: 0;
	left: 0;
	width: 100%;
}

.s5-menu a, .s5-menu img {
	border: none;
}

#s5-size-detector {
	width: 1em;
	height: 1em;
	position: absolute;
	left: -10000em;
	top: -10000em;
}
/* Added for compatibility with Tiki */
#cboxOverlay {
	display: none !important;
}

#show-errors-button {
	display: none !important;
}

.icon_edit_section {
	position: relative;
	float: left !important;
	display: none;
}

/*pdf styling*/

@page {
	margin: 0;
	padding: 0;
}

.s5pdf {
	font-family: "Helvetica", sans-serif;
}

.s5pdf .s5-slide-grid {
	padding: 1in 0.5in 1in 0.5in;
}
