body, html {
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 100%;
}

body {
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

input, textarea, select {
	font-family: inherit;
	font-size: 1em;
}

img {
	border: none;
}

#pageWidth {
	border-style: solid;
	border-color: transparent;
	border-width: 0px;
}

#topBlock {
	height: 0px;
	width: 0px;
	overflow: hidden;
}

#decPicHolder {
	position: relative;
	overflow: hidden;
}

#decPic {
	overflow: hidden;
	position: relative;
	background-color: transparent;
	background-position: top left;
	background-repeat: repeat;
}

#decPic .orbit-container, #decPic .orbit-container ul {
	height: inherit;
}

/**
 * Settings for Foundation Orbit
 */
.orbit-container {
	background-color: transparent;
}

.orbit-slide-number, .orbit-timer {
	display: none;
}

.orbit-bullets {
	text-align: center;
	top: 10px;
/*display: none;*/
}

.orbit-bullets li {
	display: inline-block;
	float: none;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-color: #fff;
	/*border: 3px solid #8d8f99;
	border-color: rgba(255,255,255,0.5);
	background-color: #8d8f99;
	background-color: rgba(255,255,255,0.5);
	background-color: transparent;*/
	cursor: pointer;
}

.orbit-bullets li.active {
	/*background-color: #8d8f99;
	background-color: rgba(255,255,255,0.5);*/
	cursor: default;
	background-color: #fff;
	border-color: #000;
}

.aavaLogoContainer {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
}

#leftContentInner, #rightContentInner {
	height: 1px;
	min-height: 1px;
}

html > body #leftContentInner, html > body #rightContentInner {
	height: auto;
}

blockquote {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 1em;
	padding: 1.8em;
	position: relative;
	quotes: "\201C" "\201D";
}

blockquote:before {
	content: open-quote;
	font-weight: bold;
	font-size: 3em;
	position: absolute;
	top: 0.2em;
	left: 0px;
}

blockquote:after {
	content: close-quote;
	font-weight: bold;
	font-size: 3em;
	position: absolute;
	bottom: -0.2em;
	right: 0px;
}

table, td, tr, tbody {
	font-size: 1.0em;
}

object {
	outline: none;
}

.moduleHolder {
	position: relative;
}

#mainContentInner, #rightContentInner, #leftContentInner {
	position: relative;
}

.moduleHolder img { }

.moduleHolderNoDeco {
	margin: 0px 0 15px 0px;
}

.media_embed {
	display: block;
}

p {
	margin: 0px 0 1em 0px;
}

ul, ol {
	padding-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 1em;
	line-height: normal;
	font-weight: normal;
}

.emptyFiller {
/*    height              :   0px;
	width               :   0px;
	font-size           :   0px;
	line-height         :   0px;*/
}

ul.aava_socialmediashare {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.aava_socialmediashare li {
	display: block;
	float: left;
}

ul.aava_socialmediashare li.aava_fb {
	padding-right: 10px;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
}

.usageImage {
	border: none;
	height: 0px;
	width: 0px;
	line-height: 0px;
	font-size: 0px;
}

.flag-container {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #999;
	background-color: #fff;
	padding: 2px 5px;
	margin: 0px;
	border-radius: 5px;
}

.flag-container a {
	margin: 0px 3px;
	border: none;
}

.hideOverflow {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#footerInner .moduleHolderNoDeco {
	margin-bottom: 5px;
} .ui-dialog-content input:not([type="submit"]),
.ui-dialog-content input:not([type="reset"]),
.ui-dialog-content input:not([type="button"]),
.ui-dialog-content input:not([type="radio"])
{
width: 100%;
}

.ui-dialog-content input[type = "radio"] {
	width: auto;
}

table.settings {
	width: 100%;
	text-align: left;
}

table.settings td {
	vertical-align: top;
}

.settingsLeft {
	width: 40%;
}

.settingsRight {
	width: 60%;
}

table.settings.fourCols .settingsLeft {
	width: 20%;
}

table.settings.fourCols .settingsRight {
	width: 30%;
}

table.settings.fourCols.swapped .settingsLeft {
	width: 30%;
}

table.settings.fourCols.swapped .settingsRight {
	width: 20%;
}

.settings input, .settings select, .settings textarea {
	width: 97%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.settings input[type = "radio"] {
	width: auto;
}

.settings textarea {
	height: 60px;
}

.settings input.date {
	width: 70px;
}

.settings select.time {
	width: 40px;
}

.settings .previewHolder {
	border: 1px solid #bababa;
	padding: 3px;
}

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

.clearfix {
	display: inline-block;
}
/* Piilotellaan IE Mac:lta \*/
.clearfix {
	display: block;
}
/* Lopetellaan piilottelu */

.cke_editable_inline.cke_focus {
	outline: 0px solid transparent;
	-moz-box-shadow: inset 0 0 5px 0px rgb(149, 189, 32);
	-webkit-box-shadow: inset 0 0 5px 0px rgb(149, 189, 32);
	box-shadow: inset 0 0 5px 0px rgb(149, 189, 32);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


img.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}