/* 29.08.2006 Lemonline               */
/* Pekka Tuovinen                */

@import 'lemonpages.css';

body {
    background-color: #ffffff;
	background-image:url(../images/bg.jpg);	
	background-repeat:repeat;
    margin: 0;
    font-family:arial;
    font-size: 10pt;
}

p {
	line-height: 14pt;
}

h1 {
	color:#1c871b;
	font-size:15pt;
	font-family:verdana,arial;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	color:#1c871b;
	font-size:13pt;
	font-family:verdana,arial;
	margin-top:10px;
	margin-bottom:10px;
}

p.frontpagetext{
	color:#252525;
	font-size:9pt;
	font-family:verdana,arial;
	margin-left:30px;
	width:340px;
}

#content {
	background-image:url(../images/bg_slice.jpg);	
	background-repeat:repeat-y;
    margin-top:0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 965px;
}

#header{
	background-image:url(../images/header.jpg);	
	background-repeat:no-repeat;
	width:965px;
	height:175px;
}

#logotopleft{
	margin-left:0px;
	margin-top:0px;
	border:0px;
}

.linkbox{
	background-image:url(../images/linkbox.jpg);	
	background-repeat:no-repeat;
	width:141px;
	height:266px;
	position: relative;
	float: left;
}

#links{
	margin:0px;
	position:relative;
	left:25px;
	top:10px;
	line-height:1.5em;
}

#mainnavigation {
	background-image:url(../images/mainnavigation_bg.png);	
	background-repeat:repeat-y;
	width:142px;
	padding: 0;
}

.mainnavigation_header {
	background-image:url(../images/links_bg_top.jpg);	
	background-repeat:no-repeat;
	width:142px;
	height: 21px;
	position: relative;
	left: 6px;
}

.mainnavigation_footer {
	background-image:url(../images/mainnavigation_footer.png);	
	background-repeat:no-repeat;
	width:142px;
	height: 31px;
	position: relative;
}

.mainlinkbox {
	position: relative;
	top: -20px;
	float: left;
}

.sublinkbox {
	position: relative;
	top: -20px;
	float: left;
}

#subnavigation {
	background-image:url(../images/subnavigation_bg.png);	
	background-repeat:repeat-y;
	width:242px;
}

.subnavigation_header {
	background-image:url(../images/links_sub_bg_top.jpg);	
	background-repeat:no-repeat;
	width:242px;
	height: 21px;
	position: relative;
	left: 3px;
}

.subnavigation_footer {
	background-image:url(../images/subnavigation_footer.png);	
	background-repeat:no-repeat;
	width:242px;
	height: 31px;
	position: relative;
}

#sublinks{
	margin:0px;
	position:relative;
	left:15px;
	top:15px;
	line-height:1.5em;
}

.navmodifylinks {
	position: relative;
	left: 10px;
	margin-top: 0px;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
}

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

#links li img {
	position: relative;
	top: 5px;
}

#subnavigation ul {
 	list-style: none;
	border: none;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}

#mainnavigation ul {
 	list-style: none;
	border: none;
	margin: 0;
	margin-left: 14px;
	margin-right: 10px;
	padding: 0;
}

#subnavigation ul li, #mainnavigation ul li {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}

#subnavigation li img, #mainnavigation li img {
	position: relative;
	top: 5px;
}

#author {
	margin-top: 0px;
	width: 940px;
	text-align: right;
	color: #cccccc;
}
#author a, #author a:link, #author a:visited {
	color: #cccccc;
}

#author a:hover {
	color: lightblue;
}

#author p {
	margin: 0;
	margin-bottom: 5px;
}

a {
	color:#0202bf;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a.selected {
	color: #1c871b;
}

#textbox {
	width:395px;
	float:left;
	margin-top:21px;
	margin-left:0;
	padding-left: 20px;
	padding-right: 20px;
}

#textbox_container {
	background-image:url(../images/container.jpg);	
	background-repeat:repeat-y;
	width:375px;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

#textbox_container h2 {
	margin-top: 0;
}

#textbox_content {
	margin: 0;
}

#textbox_container #textbox_content {
	width: 370px;
	margin: 0;
}

#textbox_top {
	margin: 0;
	background-image:url(../images/container_top.jpg);	
	background-repeat:no-repeat;
	width:405px;
	height: 36px;
	padding: 0;
}

#textbox_bottom {
	margin: 0;
	background-image:url(../images/container_bottom.jpg);	
	background-repeat:no-repeat;
	width:405px;
	height: 36px;
}

.formbasic{
	margin-top:20px;
	margin-left:25px;
	margin-right:25px;
	position: relative;
	float: left;
}

#advertbox{
	height:448px;
	float:left;
	margin-top:44px;
	margin-left:0;

}

.advertbutton_left{
	border:0px;
	margin-top:9px;
	margin-left:0px;

}

.advertbutton_right{
	border:0px;
	margin-top:9px;
	margin-left:10px;

}

#bottom{
	background-image:url(../images/bottom.jpg);	
	background-repeat:no-repeat;
	width:965px;
	height:31px;
	clear:both;
	margin:0px;
	ovarflow: visible;
}

#approvediv{
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color:white;
	border:1px solid #9eba4f;
	width:600px;
	height:380px;
	
}

#submit{
	margin-top:20px;
	width:200px;
	height:30px;
	background-color:#b9e360;
	border:1px solid #9eba4f;
	color:black;
}

#errordiv{
	background-color:white;
	border:1px solid #9eba4f;
	width:300px;
	color:red;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
}

#succeed{
	color:green;
	font-weight:bold;
}


.matkapaivatitle {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	padding-bottom: 0px;
	width: 60px;
}

.hinnattitle {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	padding-bottom: 5px;
}

.matkapaivateksti {
	vertical-align: top;
	padding: 10px;
	padding-top: 0px;
}

.matkaohjelmateksti {
	vertical-align: top;
	padding: 10px;
}

.matkapaivahinta {
	vertical-align: top;
	padding: 10px;
	padding-bottom: 0px;
	width: 180px;
}

.matkapaivamuokkaa {
	vertical-align: top;
	padding: 10px;
	padding-bottom: 0px;
	width: 70px;
}

a.editlink {
	border-bottom: 1px dotted #000000;
}

a.editimage {
	background-image:url(../images/icons/actions/edit.png);
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 18px;
	position: relative;
	top: 60px;
	left: 10px;
	border: 1px dotted #000000;
	display: block;
}

.lemonupdate_image {
	width: 200px;
}

#image_right {
	width: 200px;
	margin-top: -30px;
	float: right;
	padding: 10px;
	display: inline;
}

#image_right_lower {
	width: 200px;
	margin-bottom: -20px;
	float: right;
	padding: 10px;
	display: inline; margin-left:300px;
}

.textboxbasic{
	width:530px;
	margin-top:21px;
	margin-left:25px;
	margin-right:25px;
	position: relative;
	float: left;
}

.middle_content {
	float: left;	
}

.right_content {
	width: 320px;
	float: left;
	margin-top: 20px;
	padding-left: 30px;
	border-left: 2px solid #eeeeee;
}

.oddrow {
	background-color: #f0f2ff;
}

.evenrow {
	background-color: #ffffff;
}

#hotellit .oddrow {
	background-color: #f0f2ff;
}

#hotellit .evenrow {
	background-color: #ffffff;
}

#liput .oddrow {
	background-color: #c6ffc2;
}

#liput .evenrow {
	background-color: #ffffff;
}

p.editlink {
	width: 300px;
}

.coloredtable {
	border: 1px solid #DDDDDD;
	width: 530px;
}

div .notifyDisabled {
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
	border: 2px solid black;
	background-color: #fff46b;
	padding: 5px;
	margin-bottom: 10px;
}

.contacttable2{
	margin-top:20px;
	width:400px;
}

.formAlert {
	color: red;
	font-weight: bold;
}

.formAlertSuccess {
	color: green;
	font-weight: bold;
}
