@charset "UTF-8";
/* CSS MyActivia */

body {
	background-image: url('../images/bg_grad.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #003f1d;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	color: #006637;
}

a {
	color: #cf3800;
}

#loginbar {
	position: absolute;
	top: 90px;
	left: 190px;
}

#registerForm {
	position: absolute;
	left: 235px;
	top: 319px;
}

#right {
	float: right;
	width: 300px;
}

#loginbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#loginbar li {
	float: left;
	margin: 0px 0px 0px 3px;
}

.inputBox {
	border: 1px solid #7ca938;
	background-image: url('../images/inputBox_bg.jpg');
	background-repeat: repeat-x;
	height: 16px;
	margin-top: 3px;
	margin-left: 0px;
	font-family: arial;
	font-size: 11px;
	color: #333;
}

#loginbar .inputBox {
	border: 1px solid #7ca938;
	background-image: url('../images/inputBox_bg.jpg');
	background-repeat: repeat-x;
	height: 16px;
	width: 150px;
	margin-top: 3px;
	margin-left: 0px;
	font-family: arial;
	font-size: 10px;
	color: #333;
}

#navigation {
	position: absolute;
	top: 39px;
	left: 174px;
	z-index:9999999;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 999999;
}

#navigation li {
	float: left;
	margin: 0px 0px 0px 3px;
}

#navigation li a img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}

#navigation li a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	opacity: 0.85;
}

#shareButton {
	position: relative;
	float: right;
	padding-top: 10px;
}

#header {
	position: relative;
	width: 842px;
	height: 139px;
	background-image: url('../images/header.jpg');
	z-index: 999999;
}

#footer {
	width: 842px;
	height: 50px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
}

#footer a, #footer_front a {
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover, #footer_front a:hover {
	text-decoration: underline;	
}

#footer_front {
	width: 842px;
	height: 50px;
	background-image: url('../images/footer_front.png');
	background-repeat: no-repeat;
}

#register-left {
	width: 450px;
	float: left;
}

#frontpage {
	background-image: url('../images/content_front.jpg');
	height: 455px;
	width: 842px;
	z-index: 11;
}

.vatsakommentti {
	position: relative;
	width: 382px;
	height: auto;
	margin: 5px; 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #dbdcdc;
}

.vatsakommentti_content {
	float: right;
	width: 324px;
}

.vatsakommentti_image {
	float: left;
}

#register-right {
	width: 300px;
	float: left;
}

#content {
	position: relative;
	background-color: #ffffff;
	border: 0px solid #fff;
	display: block;
	z-index: 10;
}

#symbol {
	position: absolute;
	right: -85px;
	top: -10px;
}

#outer-container {
	width: 100%;
	height: 100%;
	min-height: 850px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	width: 842px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#title_bar {
	background-image: url('../images/title_bg.jpg');
	height: 38px;
	width: 832px;
	padding: 10px 0px 0px 10px;
	color: #fff;
	
}

#title_bar_gallery {
	background-image: url('../images/title_bg.jpg');
	background-repeat: repeat-x;
	height: 68px;
	width: 832px;
	padding: 10px 0px 0px 10px;
	color: #fff;
	background-color: #1a872c;
}

#title_text {
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-weight: normal;
	font-size: 18px;
	color: #ffe300;
	line-height: 24px;
	height: 13px;
	width: 250px;
	z-index: 1;
}

#image_container {
	position: relative;
	overflow: hidden;
	width: 800px;
	padding: 10px;
}

#base_content {
	padding: 15px;
	padding-right: 0px;
	color: #333;
	font-size: 12px;
	width: 800px;
}

#image {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../images/imageBg.jpg");
	margin: 2px;
	padding: 9px 0px 0px 9px;
	width: 85px;
	height: 85px;
	clear: none;
	float: left;
	border: 0px solid #000;
}

#left_bar {
	background:url("../images/left_bar_bg.gif");
	background-repeat: no-repeat;
	width: 197px;
	padding-left: 14px;
	padding-top: 10px;
	clear: none;
	float: left;
	min-height: 1100px;
}

#date-number {
	position: absolute;
	padding-top: 32px;
	left: 10px;
	top: 25px;
	width: 397px;
	height: 82px;
	background-image: url('../images/date_bg.png');
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
	color: #000;
}

#date-number2 {
	position: absolute;
	padding-top: 32px;
	left: 10px;
	top: 25px;
	width: 397px;
	height: 82px;
	background-image: url('../images/date_bg2.png');
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
	color: #000;
}

#date-number-container {
	position: absolute;
	top: 32px;
	left:18px;
	text-align: center;
	width: 49px;
	font-size: 38px;
}

#calendar {
	background-image: url('../images/calendar_bg.jpg');
	background-repeat: no-repeat;
	width: 204px;
	clear: both;
	padding: 30px 0px 0px 0px;
	margin-bottom: 15px;
}

#calendar-bottom {
	background-image: url('../images/calendar_bg_bottom.jpg');
	background-repeat: no-repeat; 
	background-position: bottom left;
	padding: 0px;
	border: 0px;
	padding: 0px 0px 10px 7px;
}

#calendar-month {
	padding-left: 47px;
	margin-bottom: 14px;
}

#calendar-month a {
	text-decoration: none;
}

.calendar-table-title {
	width: 19px;
	padding: 2px;
}

.calendar-table-date {
	height: 22px;
	color: #666;
}

.calendar-table-date-active {
	height: 22px;
	color: #fff;
	background-image: url('../images/activeDate.jpg');
}

.calendar-table-date-active-alt {
	height: 22px;
	color: #fff;
	background-image: url('../images/activeDate_alt.jpg');
}

.calendar-table-date-current {
	height: 22px;
	color: #fff;
	background-image: url('../images/currentDate.jpg');
}

.calendar-table-date-current a, .calendar-table-date-active a {
	color: #fff;
	text-decoration: none;
}
.calendar-table-date-active-alt a  {
	color: #666;
	text-decoration: none;
}

#saannotBtn {
	position: absolute;
	right: 70px;
	top: 12px;
}

#saannotBtn a {
	color: #000;
	text-decoration: none;
}

#saannotBtn a:hover {
	color: #000;
	text-decoration: underline;
}

#product {
	background-image: url('../images/paivantuote_bg.jpg');
	background-repeat: no-repeat;
	width: 183px;
	height: 142px;
	clear: both;
	margin-top: 5px;
}

#right_bar {
	position: relative;
	width: 600px;
	background-image: url('../images/img1_blank.jpg');
	background-repeat: no-repeat;
	float: left;
	z-index: 1;
}

#right_bar_events {
	position: relative;
	width: 389px;
	background-image: url('../images/img1_blank.jpg');
	background-repeat: no-repeat;
	clear: none;
	float: left;
}

#right_bar_sats {
	position: absolute;
	width: 242px;
	right: 0px;
	background-image: url("../images/sats_banner_bg.jpg");
	background-repeat: repeat-y;
	height: 1107px;
	clear: none;
}

#right_bar_content {
	position: relative;
	left: 180px;
	top: 120px;
	width: 400px;
	color: #333;
	font-size: 12px;
}

#right_bar_content2 {
	position: relative;
	left: 118px;
	top: 120px;
	width: 400px;
	color: #333;
	font-size: 12px;
}

#right_bar_content_events {
	position: relative;
	left: 50px;
	top: 50px;
	width: 250px;
	color: #333;
	font-size: 12px;
}

#right_bar_content_sats {
	position: relative;
	left: 0px;
	top: 0px;
	width: 150px;
	color: #333;
	font-size: 12px;
}

#roundedbox {
	background-color: #ecf2ee;
	background-repeat: no-repeat;
	width: 162px;
	padding: 5px 10px 6px 10px;
	margin-top: 0px;
	line-height: 16px;
}

#roundedbox_bottom {
	background-image: url('../images/rounderbox_bottom.jpg');
	height: 46px;
	background-repeat: no-repeat;
	clear: both;
	width: 182px;
	margin-bottom: 5px;
}

#recept {
	position: relative;
	left: 22px;
	width: 292px;
	clear: none;
	float: left;
	margin-right: 5px;
	color: #000;
}

#sats {
	position: relative;
	left: 25px;
	width: 292px;
	background-color: #e9e9e9;
	clear: none;
	float: left;
	color: #000;
	margin: 0px;
	padding: 0px;
}

blockquote {
	font-size: 11px;
}

blockquote li {
	padding-bottom:2px;
}

li {
	padding-bottom:10px;
}

#title_bar a {
	color: #fff;
}

.datavalues {
	float: left;
	clear: none;
	margin-top:-10px;
}

#d-left {
	clear: none;
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 5px;
}

#d-right {
	clear: none;
	float: left;
	width: 85px;
	padding-left: 5px;
}

#slider1 .ui-slider-range { background: #fde900; }
#slider2 .ui-slider-range { background: #fde900; }
#slider3 .ui-slider-range { background: #fde900; }

.ui-slider-horizontal  {
	height: 0.5em;
	margin-top: 3px;
}

.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 0.8em; cursor: default; }

.ui-slider-range {
	-moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; 
	-moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; 
	-moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; 
}

a:hover {
	color: #FC0;	
}

.boxContainer {
	padding: 7px 14px 0px 14px;
	line-height: 17px;
}

.boxContainer-minuspad {
	padding: 6px 14px 0px 14px;
	line-height: 17px;
}

.boxContainer-title {
	background-color: #fff;
}

.pad-top {
	padding-top: 18px;
}

.pad-bottom {
	width: 220px;
	float: left;
	clear: none;
}

#tellafriend {
	background:url("../images/tellafriend_bg.jpg");
	background-repeat:no-repeat;
	padding: 3px;
	padding-top: 6px;
	font-size: 11px;
	color: #333;
}

.slider-lable  {
	float: left;
	clear: none;
	width: 230px;
}

.pad-top-small {
	padding-top: 12px;
}

.right {
	text-align: right;
	width: 70px;
}

.rightlong{
	text-align: right;
	width: 200px;
}

.small_gray {
	color: #666;
	font-size: 10px;
}

.small_gray:hover {
	color: #333;
	font-size: 10px;
}

.small {
	font-size: 10px;
}

.green {
	color: #006637;
	font-weight: bold;
}

.green-big {
	color: #006637;
	font-weight: bold;
	font-size: 13px;
}

.green-italic {
	color: #006637;
	font-style:italic;
}

.black {
	color: #000000;
	font-weight: bold;
	margin-left: 10px;
}

.gray {
	color: #333;	
}

.red {
	font-weight: bold;
	color: #F00;
}

.gray a {
	color: #C60;	
}

.gray a:hover {
	color: #F60;
}

#frontBtn {
	position: absolute;
	left: 0px;
	top: 12px;
}

#planBall {
	position: absolute;
	left: 465px;
	top: 138px;
	z-index: 999;
}

#galleryBall {
	position: absolute;
	left: 650px;
	top: 117px;
	z-index: 15;
}

.clear {
	clear:both;
	height:1px;
	line-height: -9393939339;
	margin:0px;
	padding:0px;	
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

#radio_male, #radio_female {
	clear: none;
	float: left;
}

#radio_male span.radio {
	width: 113px;
	height: 113px;
	padding: 0 5px 0 0;
	background: url('../images/radiobutton_male.jpg') no-repeat;
	display: block;
	clear: left;
	float: left;
}

#radio_female span.radio {
	width: 113px;
	height: 113px;
	padding: 0 5px 0 0;
	background: url('../images/radiobutton_female.jpg') no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

.trans, #footer, #footer_front, #date-number { 
	behavior: url(iepngfix.htc);
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.dropdown {
	position: relative;
}

.li-dropdown {
	visibility:hidden;
	position: absolute;
	right: 0px;
	top: 44px;
	background-color: #d4e3cf;
	width: 200px;
	z-index: 999999;
	
	-moz-box-shadow: 3px 3px 4px #a8a8a8;
	-webkit-box-shadow: 3px 3px 4px #a8a8a8;
	box-shadow: 3px 3px 4px #a8a8a8;
	
	padding: 2px 0px 1px 0px;
}

.dropdown-list li a {
	color: #696b68;
	text-decoration: none;
}

.dropdown-list li {
	width: 195px;
	height: 12px;
	border-bottom: 1px solid #c7d9c4;
	padding: 4px 0px 3px 0px;
}

.dropdown-list li:hover {
	background-image: url("../images/dropdown_bg.jpg");
	background-repeat: repeat-x;
}

.dropdown-list li:hover a {
	color: #fff;
}

#footer_front a, #footer a {
	color: #fff;
}


#modalRegBox{
	border: none;
	padding: 0;
	width: 629px;
	height: 445px;
	background: url("../images/modal_bg.jpg") left top no-repeat;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
}
