/* content holders */
.float-right {
	float: right;
	display: block;
	margin-left: 10px;
	padding: 0px;
	border: 0px dotted;
}
.float-left {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 0px;
}
.two-thirds {
	width: 595px;
	position: relative;
}
.one-third {
	width: 290px;
	position: relative;
}
.full-page {
	width: 100%;
	position: relative;
}

/* elements that are similar on each page */
h1 {
	/*	background: url(/images/footerBorder.gif) repeat-x left 30px; */ /* old */
	background: #f0e9d0; /* #eae5c8; */
	color: #741c00;
	margin: 0px;
	/*	height: 40px; */
	padding: 9px 0px 9px 10px;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
}

h1 .moreinfo {
	float: right;
	margin-top:5px;
}

h1.noupper {
	text-transform: none; 
}

h1 .contentright {
	float: right;
	margin: 0px;
	margin-top: -4px;
	margin-right: 10px;
	padding: 0px;
	letter-spacing:0px;	
}

.gallerydropdown {
	background: #f0e9d0; /* #eae5c8; */
	color: #741c00;
	margin: 0px;
	padding: 5px 0px 9px 10px;	
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 99%;
}

h2 {
	/*	background: url(/images/footerBorder.gif) repeat-x left 30px; */ /* old */
	background: #741c00;
	color: #eae5c8;	
	margin: 0px;
	/*	height: 40px; */
	padding: 9px 0px 9px 10px;
	letter-spacing:0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
}

h2.noupper {
	text-transform: none; 
}

.contentright input {
	margin: 4px 1px 1px 1px;
	padding: 0px 3px 0px 3px;
	font-size:11px;
	color: #741c00; 

	border-top: #f8f2da 2px solid;
	border-left: #f8f2da 2px solid;;
	border-bottom: #cdbca3 2px solid;;
	border-right: #cdbca3 2px solid;;
	background: #fffce4;
}

.contentright input:hover {
	color: #ffea00;
	border-top: #460d00  2px solid;;
	border-left: #460d00  2px solid;;
	border-bottom: #bc4400  2px solid;;
	border-right: #bc4400  2px solid;;
	background: #741c00;
}

h1 .brown {
	background: #741c00;
	color: #eae5c8;	
}

h1 .notifytext {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #741c00;	
}

h3 {
	float: right;
	position:relative;
	display: block;
	width: 100%;
	/*	background: url(/images/footerBorder.gif) repeat-x left 30px; */ /* old */
	background: #f8f2da; /* #eae5c8; */
	color: #741c00;
	margin: 0px;
	text-indent: 0px;
	padding-bottom: 3x;
	/*	height: 40px; */
	padding: 5px 0px 5px 0px;
	letter-spacing:0px;
	font: bold 11px Arial, Helvetica, sans-serif;
}

h4 {
	float: left;
	position:relative;
	display: block;
	width: 65%;
	/*	background: url(/images/footerBorder.gif) repeat-x left 30px; */ /* old */
	background: #f8f2da; /* #eae5c8; */
	color: #741c00;
	margin: 0px;
	text-indent: 0px;
	/*	height: 40px; */
	padding: 5px 0px 5px 0px;
	padding-bottom: 3x;
	letter-spacing:0px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#margins {
	margin: 7px 3px 7px 3px;
	padding: 0px 5px 6px 5px;	
	display: block;
	position:relative;
}

.marginstenpx, .marginstenpxnotop {
	margin: 0px;
	margin: 30px 10px 10px 12px;	
	border: 0px solid;
	display: block;
	position:relative;
}

.marginstenpxnotop {
	margin-top: 0px;
}

#commentheader {
	width: 99%;
	/*	background: url(/images/footerBorder.gif) repeat-x left 30px; */ /* old */
	background: #f8f2da;
	/* color: #741c00; */
	margin: 0px;
	margin-left: 0px;
	margin-top: 5px;
	line-height: 1.4em;
	/*	height: 40px; */
	padding: 5px 5px 5px 5px;
	font: 11px Arial, Helvetica, sans-serif;
	
}

#commentheader a {
	line-height: 1.4em;
	color: #00a6eb;
	text-decoration: underline;
}

#commentList {
	position:relative;
	float: left;
	display: block;
	padding: 0px;
	overflow:visible;
	width: 100%; 
	margin: 0px;
	margin-top: 10px; 
	border: 0px dotted;
}


#commentWriteee TEXTAREA {
	font: 11px Arial, Helvetica, sans-serif;
	color: #741c00; 
	padding: 3px;
	width: 96%;
	
	border-bottom: #f8f2da 2px solid;
	border-right: #f8f2da 2px solid;;
	border-top: #cdbca3 2px solid;;
	border-left: #cdbca3 2px solid;;
	background: #ffffff;
}

#commentWriteee2 TEXTAREA {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 96%;
	
	border-bottom: #f8f2da 2px solid;
	border-right: #f8f2da 2px solid;;
	border-top: #cdbca3 2px solid;;
	border-left: #cdbca3 2px solid;;
	background: #ffffff;
}

#commentWriteee3 TEXTAREA {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 300px;
	
	border-bottom: #f8f2da 2px solid;
	border-right: #f8f2da 2px solid;;
	border-top: #cdbca3 2px solid;;
	border-left: #cdbca3 2px solid;;
	background: #ffffff;
}

#commentWrite {
	width: 555px; 
	margin: 0px;
	margin-top: 0px; 
	margin-bottom: 10px; 
	border: 0px dotted;
	padding: 10px;
	background: #f8f2da;	
}

#commentWrite TEXTAREA {
	font: 11px Arial, Helvetica, sans-serif;
	color: #741c00; 
	padding: 3px;
	width: 97%;
	
	border-bottom: #f8f2da 2px solid;
	border-right: #f8f2da 2px solid;;
	border-top: #cdbca3 2px solid;;
	border-left: #cdbca3 2px solid;;
	background: #ffffff;
}

#commentWrite input {
	margin: 4px 1px 1px 1px;
	padding: 0px 3px 0px 3px;
	font-size:11px;
	font-weight:bold;	
	color: #741c00; 

	border-top: #f8f2da 2px solid;
	border-left: #f8f2da 2px solid;;
	border-bottom: #cdbca3 2px solid;;
	border-right: #cdbca3 2px solid;;
	background: #fffce4;
}

#commentWrite input:hover {
	color: #ffea00;
	border-top: #460d00  2px solid;;
	border-left: #460d00  2px solid;;
	border-bottom: #bc4400  2px solid;;
	border-right: #bc4400  2px solid;;
	background: #741c00;
}



#commentText {
	float: left; 
	width: 79%;
	margin-left: 10px;	
	margin-right: 10px;	
}

#commentText2 {
	width: 95%;
	margin: 5px;	
	margin-left: 15px;	
	margin-top: 15px;	
	margin-bottom: 15px;	
	font-size: 12px;
	line-height: 1.5;	
}

h2 {

}
h3 {

}
p {
	
}
/*
p.normaltext {
	font-size: 12px;	
} */
.normaltext {
	font-size: 12px;	
}

.normaltextwithlines {
	font-size: 12px;	
	line-height: 17px;
}


form {
	margin: 0px;
	padding: 0px;
}
img, li, ul {
	margin: 0px;
	padding: 0px;
}
select { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #460d00;
	padding: 2px;
	border-left: #cdbca3 solid 2px;
	border-top: #cdbca3 solid 2px;
	border-bottom: #f8f2da solid 2px;
	border-right: #f8f2da solid 2px;
} 

HR {
    height:3px;
    width:100%;
    background: url(/images/footerBorder.gif) repeat-x;
/*    margin: 0px 150px 0px 150px;   */
}

.moreinfo,.moreinfo:visited {
/*	display: block; */
	background: url(/images/more.gif) no-repeat left 1px;
	font-size:11px;
	/* text-indent:10px; */
	padding-left:15px;
	color: #00a6eb;
	text-decoration:underline;
	letter-spacing: normal;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;

}
.moreinfo:hover {
	color: #00a6eb;
	text-decoration:none;
}


#subMenu {
	text-align:center;
}
.box {
	display: block;
	border: 1px solid #000000; 
}
.scroll {
/*	display:block; */
	overflow:auto;
}

/* Browse users */
.browserow {
	background: #f0e9d0; /* #eae5c8; */
	/* 	font-weight: bold; */
	font-weight: normal; 
	width: 100%;
	vertical-align:middle;
	margin-bottom: 3px;	
}
.browserow table {
	width:100%;
	text-align:left;
	height: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.browserow td {
	white-space: nowrap; 
	vertical-align: middle;
	padding: 0px 2px;
	border: 0px solid;
}


.browserow .moreinfo{
	float: none;
	margin-left: 0px 5px;
}

.browserowextra {
	background: #f0e9d0; /* #eae5c8; */
	font-weight: bold;
	width: 100%;
	vertical-align:middle;
	margin-bottom: 0px;	
}
.browserowextra table {
	width:100%;
	text-align:left;
	height: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.browserowextra td {
	white-space: nowrap; 
	vertical-align: middle;
	padding: 0px 5px;
}

.pagination {
	word-spacing: 0px;
	letter-spacing: 0px;
}
.pagination a,.pagination a:visited {
	border: solid 1px #fffce4;
	padding:0px 3px;
	text-decoration:none;
	background: none;
}
.pagination a:hover {
	border: solid 1px #000000;
	padding:0px 3px;
	text-decoration:none;
	background: #460d00; 
	color: #fffce4;
}






/* user list */
#listUsers {
	width: 920px;
	margin: 0px -25px 0px -5px;
}
.userList,.userListSelected {
	position:relative;
	float: left;
	display: block;
	padding: 0px;
	overflow:visible;
	background: #f8f2da;
}
.userList {
	width: 290px;
	margin: 10px 10px 0px 5px;
	height: 145px;
}
.userListSelected {
	width: 300px;
	margin: 5px -5px 5px 0px;
 	padding: 0px 5px 5px 5px; 
	z-index:2500; 
/*	padding: 5px 5px; */
 	background: transparent url(/images/userListMiddle.png) repeat-y; 
}
.userListSelected .extraInfo {
	width: 280px;
	margin-left: -5px;
	display: block;
	padding: 0px 10px 5px 10px;
	z-index:2500; 
	clear: both;

/*	background: transparent url(/images/userListMiddle.png) repeat-y 0px 0px; */
}

.userListBottomShadow, .userListTopShadow {
/*	position:absolute; */
/* 	display: block; */
	width: 300px;
	height: 5px;
}
.userListTopShadow {
/*	position:absolute; 
	margin-top: -5px;
	top: 0px;
	left: 0px; */
	margin-left: -5px;
	background: url(/images/userListTop.png) no-repeat;
/* 	display: block; */
}
.userListBottomShadow {
/* 	top: 50px; */
/*	position:relative; */
	margin-left: -5px;
	margin-bottom: -10px;
	clear: both;
	background: url(/images/userListBottom.png) no-repeat;
}

.userListBottomShadow {
	bottom: 0px;
}
userList .userListTopShadow,userList .userListBottomShadow {
	display: none;
}

userListSelected .userListTopShadow,userList .userListBottomShadow {
	display: block;

}



.userList h1, .userListSelected h1 {
	text-indent: 10px;
}
.userListSelected h1 {
	width: 290px;
	color:#FFFCE4;
	background: #741c00;
}
.userAvatar {
	float:left;
	margin: 10px 0px 0px 15px;
	/* background: url(/images/avatarShadow.gif) no-repeat; */
	padding: 5px;
	width: 80px;
	height: 80px;
	overflow:hidden;
}

.userAvatarForum {
	margin: 10px 0px 0px -5px;
	/* background: url(/images/avatarShadow.gif) no-repeat; */
	padding: 5px;
	width: 80px;
	height: 80px;
	overflow:hidden;
}

#destPhoto {
	margin: 0px 0px 0px 0px;
	/* background: url(/images/photoShadow.gif) no-repeat; */
	padding-top: 0px;
	padding-left: 0px;
	width: 275px;
	/* height: 155px; */
	display: block;	
	position: relative;
}

#destPhotoLeft {
	margin: 23px 30px 10px 5px;
	background: url(/images/photoShadow.gif) no-repeat;
	padding-top: 3px;
	padding-left: 4px;
	width: 275px;
	height: 155px;
/*	display: block;	
	position: relative; */
	float:left;
}

#destText {
	font-size: 12px;
	line-height: 1.5;
	display: block;
	margin: 10px 0 0 0;
	color:#741c00;	
}
/*
#destText font12 {
	font-size: 12px;
}
*/
.userAvatar2, .userAvatar3 {
	margin: 0px 0px 0px 5px;
	/* background: url(/images/avatarShadow.gif) no-repeat; */
	padding: 5px;
	width: 80px;
	height: 80px;
	float:left;	
	display: inline;	
	position: relative;
}

.userAvatar3 {
	margin: 0px 0px 0px 0px;
	/* background: url(/images/avatarShadow.gif) no-repeat; */
	padding: 5px 5px 5px 0px;
}

.userListInfo {
	float: left;
	margin: 15px 0px 0px 10px;
	border: 0px dotted;
	line-height: 1.32em;
}
.enlargeIcon {
	float:right;
	margin: 0px ;
	padding: 0px ;
	font: normal 11px Arial, Helvetica, sans-serif;		
	text-transform: none; 
	/* background:url(/images/enlarge.gif) no-repeat; */
}
/*
.userListSelected .enlargeIcon {
	background:url(/images/minimize.gif) no-repeat;
}
*/
.readmore {
	float:right;
	margin: 5px 0px;
	padding: 0px 10px;
	width:75px;
	height: 11px;
	/* background:url(/images/read_more.gif) no-repeat; */
	font-size: 11px; 
	font-weight: bold;
	font: bold 11px Arial, Helvetica, sans-serif;		
}

.readmore3 {
	float:right;
	margin: 5px 0px;
	padding: 0px 10px;
	width:140px;
	height: 11px;
	/* background:url(/images/read_more.gif) no-repeat; */
	font-size: 11px; 
	font-weight: bold;
	font: bold 11px Arial, Helvetica, sans-serif;	
}

.commentnotify {
	float:right;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	width:150px;
	line-height: 13px;
	height: 11px;
/*	background:url(/images/read_more.gif) no-repeat; */
	font-size: 11px; 
	font-weight: normal;
	color: #00a6eb; 
}

.commentnotify a:hover {
/*	color: #741c00; 
	font-weight: bold;
*/	
}


.commentnotifyl a:active {
	color: #00a6eb; 
	text-decoration: underline;
}

.bluetext, .bluetextright {
	color: #00a6eb; 
	text-decoration: none;
}

.bluetextright {
	float: right;	
}


.destinationstars {
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	width:85px;
	height: 15px;
	font-size: 11px; 
	font-weight: bold;
}

#thumbnailholder {
	margin-left: 10px;
	width: 100%	
}
.thumbnailtext {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;	
}

/*main page and image gallery */
#thumbnail {
	float:left;
	margin: 15px 7px 0px 0px;
/*	background: url(/images/avatarShadow.gif) no-repeat; */
	padding: 5px;
	width: 97px;
	overflow:visible; 
	border: 0px dotted;
	position: relative;
}

.thumbnailnobg, .thumbnailnobg2, .thumbnailnobg3, .thumbnailnobg4 {
	float:left;
	/* margin: 7px 4px 10px 14px; */
	margin: 7px 4px 10px 14px;
	/* background: url(/images/avatarShadow.gif) no-repeat; */
	padding: 0px;
	width: 97px;
	height: 135px;
	overflow:visible; 
	border: 0px dotted;
	position: relative;
	text-align:center;	
	font: normal 11px Arial, Helvetica, sans-serif;	
	line-height: 1.4em;
}

.thumbnailnobg2 {
	margin: 7px 4px 10px 20px;
}

.thumbnailnobg3 {
	margin: 25px 4px 10px 20px;
	height: 85px;
}

.thumbnailnobg4 {
	margin: 7px 4px 10px 0px;
	width: 105px;	
}

.thumbnailnobg5 {
	float:left;
	/* margin: 7px 4px 10px 14px; */
	margin: 7px 4px 10px 14px;
	/* background: url(/images/avatarShadow.gif) no-repeat; */
	padding: 0px;
	width: 97px;
	height: 135px;
	overflow:visible; 
	border: 0px dotted;
	text-align:center;	
	font: normal 11px Arial, Helvetica, sans-serif;	
	line-height: 1.4em;
}

.smallertime {
	font-size: 10px;
}
#thumbnailimageadd {
	float:left;
	margin: 15px 0px 0px 0px;
	/* background: url(/images/avatarShadow.gif) no-repeat; */
	padding: 5px;
	width: 100px;
	overflow:visible; 
	border: 0px dotted;
	/* position: relative; */
}

#thumbnail2 {
	float:left;
	margin: 15px 7px 0px 0px;
	/* background: url(/images/avatarShadow.gif) no-repeat; */
	padding: 5px;
	width: 92px;
	overflow:visible; 
	border: 0px dotted;
	position: relative; 
}

#thumbnail2 span {
	border: 0px dotted;	
	top: -3px;
	left: -2px;
	width: 28px;
	height: 28px;
	float:left;
	position: absolute; 
	background: url(/images/filmbg.png) no-repeat;
}


#thumbnail a {
/*	font-weight:bold; */
}
#thumbnail2 div {
	padding: 0px;
	margin: 5px -10px;
	width: 105px;
	text-align:center;
	border: 0px dotted;	
}
#thumbnail div {
	padding: 0px;
	margin: 5px -10px;
	width: 105px;
	text-align:center;
	border: 0px dotted;	
}

#thumbnailviewimgnorelative{
	float:left;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#thumbnailviewimg {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	/* position: relative; 	*/
}

#thumbnailviewimg span {
	border: 0px dotted;	
	top: -8px;
	left: -8px;
	width: 28px;
	height: 28px;
	float:left;
	position: absolute; 
	background: url(/images/filmbg.png) no-repeat; 
}

.thumbnailviewfolderimage {
	border: 0px dotted;	
	top: -8px;
	left: -8px;
	width: 28px;
	height: 28px;
	float:left;
	position: absolute; 
	background: url(/images/folder_bg.png) no-repeat; 
}

.thumbnailviewfolderimagelocked {
	border: 0px dotted;	
	top: -8px;
	left: -8px;
	width: 28px;
	height: 28px;
	float:left;
	position: absolute; 
	background: url(/images/locked_folder.gif) no-repeat; 
}

.thumbnail333 {
	border: 0px dotted;	
	top: -10px;
	left: -5px;
	width: 28px;
	height: 28px;
	position: absolute; 
	background: url(/images/filmbg.png) no-repeat;
}

.thumbnail334 {
	border: 0px dotted;	
	top: -10px;
	left: 2px;
	width: 28px;
	height: 28px;
	position: absolute; 
	background: url(/images/filmbg.png) no-repeat;
}

.thumbnail335 {
	border: 0px dotted;	
	top: -10px;
	left: 2px;
	width: 28px;
	height: 28px;
	position: absolute; 
	background: url(/images/filmbg.png) no-repeat;
}

#thumbnaildest {
	float:left;
	margin: 15px 7px 0px 30px;
	/* background: url(/images/avatarShadow.gif) no-repeat; */
	padding: 5px;
	width: 92px;
	overflow:visible; 
	border: 0px dotted;
	position: relative;
}

#thumbnaildest .film {
	border: 0px dotted;	
	top: 5px;
	left: 5px;
	width: 75px;
	height: 75px;
	position: absolute; 
	background: url(/images/filmbg.png) no-repeat;
}


#thumbnaildest div {
	padding: 0px;
	margin: 5px -10px;
	width: 105px;
	text-align:center;
	border: 0px dotted;	
}

#thumbnailviewtext{
	float:right;
	margin: -2px 0px 0px 0px;
	border: 0px dotted;
	width: 160px;	
	line-height: 1.4em;
	font-size: 11px;
}

#thumbnailviewtextlongbox2{
	float:right;
	margin: -2px 0px 0px 0px;
	border: 0px dotted;
	width: 300px;	
	line-height: 15px;
}

#thumbnailviewtextlongbox3{
	float:right;
	margin: -2px 0px 0px 0px;
	border: 0px dotted;
	width: 400px;	
	line-height: 15px;
}

#thumbnailviewtextlongbox{
	float:right;
	margin: -2px 0px 0px 0px;
	border: 0px dotted;
	width: 300px;	
	line-height: 14px;
}

#thumbnailview {
	float:left;
	margin: 10px 10px 0px 10px;	
	/* background: url(/images/avatarShadow.gif) no-repeat;	*/
	padding: 5px;
	width: 250px;
	min-width:255px;
	border: 0px dotted;
}

#thumbnailviewfolder {
	float:left;
	margin: 0px 0px 0px 15px;	
	/* background: url(/images/avatarShadow.gif) no-repeat;	*/
	padding: 5px;
	width: 250px;
	height: 95px;
	min-width:255px;
	border: 0px dotted;
}

#thumbnailviewfolderlongbox {
	float:left;
	margin: 10px 0px 10px 20px;	
	/* background: url(/images/avatarShadow.gif) no-repeat;	*/
	padding: 5px;
	width: 405px;
	min-width:400px;
	border: 0px dotted;
}

#thumbnailviewfolderlongbox2 {
	float:left;
	margin: -10px 0px 7px 30px;	
	/* background: url(/images/avatarShadow.gif) no-repeat;	*/
	padding: 0px;
	width: 405px;
	min-width:400px;
	border: 0px dotted;
}

#delcheckbox {
	width: 130px;
	float:left;
	margin: 2px 0px 0px 0px;
	border: 0px dotted;
}


.row1 {
	height: 20px;
}
.row2 {

}

#listwide { /*table */
	width: 100%;
	padding: 5px 10px 0px 10px;
	border: 0px dotted;
}

.listwide td { /*table */
	margin-bottom: 15px;
}

.listwideFirst {
	width: 10%;
/*	clear:left;
	float:left;
	width: 25%; */
}
.listwideFirst a,.listwideFirst a:visited {
	font-weight: bold;
	color: #741c00;
}

.listwideMiddle {
	padding-top: 1px;
	width: 20%;
	height: 100%;
	line-height:15px;
	border: 0px solid;
/* 	float:left;
	width: 50%; */
}
.listwideThird {
/*	float:left;
	width: 25%; */
}
.listwideLast {
	width: 70%;
	text-align: left;	
}

.listwithnomargins { /*table */
	width: 100%;
	padding: 5px 0px 0px 0px;	
	border: 0px dotted;
}

.listnew { /*table */
	width: 100%;
	padding: 0px 10px 0px 10px;	
	border: 0px dotted;
/*	font-size: 12px; */
}

.list2, .list3 { /*table */
	width: 100%;
	padding: 0px 15px 0px 5px;	
	border: 0px dotted;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.list3 { /*table */
	padding: 0px 0px 0px 5px;	
}

.list { /*table */
	width: 100%;
	padding: 5px 10px 0px 10px;	
	border: 0px dotted;
}
.listFirst {
	width: 100px;
/*	clear:left;
	float:left;
	width: 25%; */
}
.listFirst a,.listFirst a:visited {
	font-weight: bold;
	color: #741c00;
}

.listFirst180 {
	width: 170px;
/*	clear:left;
	float:left;
	width: 25%; */
}
.listFirst180 a,.listFirst180 a:visited {
	font-weight: normal;
	color: #00a6eb;
}


.listFirst200 {
	width: 210px;
/*	clear:left;
	float:left;
	width: 25%; */
}
.listFirst200 a,.listFirst200 a:visited {
	font-weight: bold;
	color: #741c00;
}

.listMiddle {
/* 	float:left;
	width: 50%; */
}
.listThird {
/*	float:left;
	width: 25%; */
}
.listLast {
	width: 120px;
	text-align: right;	
}
.listLast2 {
	width: 100px;
	text-align: right;	
}

.listLastlong {
	width: 200px;
	text-align: right;	
}

.bottomlinkscont {
	margin: 10px 0px 10px 0px;
	width: 100%;
	border 0px dotted;
	line-height: 1.5em;
}

#bottomlinks {
	float: left;
	text-align:right;
	width:47%;
	border 1px dotted;	
}

#bottomlinks2 {
	float: right;
	text-align:left;
	width:47%;
	border 1px dotted;	

}


.browserow input {
	margin: 4px 1px 1px 1px;
	padding: 0px 3px 0px 3px;
	font-size:11px;
	color: #741c00; 

	border-top: #f8f2da 2px solid;
	border-left: #f8f2da 2px solid;;
	border-bottom: #cdbca3 2px solid;;
	border-right: #cdbca3 2px solid;
	background: #fffce4;
}
.browserow input:hover {
	color: #741c00; 
	border-top: #cdbca3 2px solid;
	border-left: #cdbca3 2px solid;;
	border-bottom: #f8f2da 2px solid;;
	border-right: #f8f2da 2px solid;
	background: #fffce4;
	/*
	color: #ffea00;
	border-top: #460d00  2px solid;;
	border-left: #460d00  2px solid;;
	border-bottom: #bc4400  2px solid;;
	border-right: #bc4400  2px solid;;
	background: #741c00;
	*/
}


#delbuttoncont {
	margin: auto;
	padding: auto;
	width: 11%;
	text-align: center;
}

#delbutton {
	margin: 0px;
	padding: 0px;
	background: #f0e9d0;	
}

#delbutton input { 
	font-size:11px;
	font-weight: bold;
	color: #741c00; 
	margin: 6px 0px 6px 0px;
	padding: 0px 3px 0px 3px; 
	font-size:11px;
	color: #741c00; 

	border-top: #f8f2da 2px solid;
	border-left: #f8f2da 2px solid;;
	border-bottom: #cdbca3 2px solid;;
	border-right: #cdbca3 2px solid;;
	background: #fffce4;
}

#delbutton input:hover {

	color: #741c00; 
	border-top: #cdbca3 2px solid;
	border-left: #cdbca3 2px solid;;
	border-bottom: #f8f2da 2px solid;;
	border-right: #f8f2da 2px solid;
	background: #fffce4;
	/*
	color: #ffea00;
	border-top: #460d00  2px solid;;
	border-left: #460d00  2px solid;;
	border-bottom: #bc4400  2px solid;;
	border-right: #bc4400  2px solid;;
	background: #741c00;
	*/
}

.destinationright {
	margin: 7px 0px 0px 0px;
}

#logintable td {
	margin: 0px; 
	padding: 2px; 
}

#logintablefp {
	width: 100%;
	margin: 0px; 
	padding: 0px; 
}

#logintablefp td {
	margin: 0px; 
	padding: 1px; 
}

#logintablefp .remember {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

#logintablefp .remember2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


#logintablefp a {
	/* color: #741c00; */
}

/*
#logintablefp input {
	margin: 2px 1px 1px 0px;
	padding: 0px 3px 0px 3px;
	font-size:11px;
	color: #741c00; 

	border-top: #d2a802 2px solid;
	border-left: #d2a802 2px solid;
	border-bottom: #fcdc5c 2px solid;
	border-right: #fcdc5c 2px solid;
	background: #fffce4;
}
*/

#userslist {
	margin-bottom: 10px; 
	margin-top: 10px;
	margin-left: 13px;
	margin-right: 15px;
	line-height: 1.4em;
}

.login {
	width:180px; 
	text-align:left; 
	margin-left: 50px; 
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #741c00;
}

.login2 {
	width:180px; 
	text-align:left; 
	margin-left: 25px; 
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #741c00;
}

.login a {
	font-size: 12px;
	font-weight: bold;
	color: #741c00;
}

.login_error {
	font-size: 12px;
	font-weight: bold;
	color: red;
	font-family:Arial, Helvetica, sans-serif;	
}

#fploginbox {
	background: url(/images/etusivu_login_bg.gif) no-repeat;
	text-align:left;
	width:290px;
	height:180px;
	border 0px dotted;	
	margin-bottom: 18px;
	padding: 10px;
}

#fploginbox a {
	font-size: 11px;
	color: #741c00;
}

#fploginbox2 {
	background: url(/images/etusivu_login_bg.gif) no-repeat;
	text-align:left;
	width:290px;
	border 0px dotted;	
	margin-bottom: 18px;
	padding: 10px;
}

#fploginbox2 a {
	font-size: 11px;
	color: #741c00;
}

.plainotsikko {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase; 	
	color: #741c00;
}

#fploginbox .otsikko {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase; 	

/*	font: bold 18px "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif; */
/*	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; */
}

#fploginbox .otsikko24 {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase; 	
/*	font: bold 24px "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif; */
	font-size: 24px; 
}

#fploginbox2 .otsikko {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase; 	
/*	font: bold 18px "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; */
}

#fploginboxright {
	text-align:left;  
	width:50%; 
	margin-left: 5px;
	float:right;
	position: relative;
}

#infobox {
	background: url(/images/infoboksi_bg2.gif) no-repeat;
	text-align:left;
	width:260px;
	height:65px;
	border 0px dotted;	
	margin-bottom: 18px;
	margin-right: 0px;
	padding: 10px;
	float: right; 
	line-height: 1.8em;
	border: 0px dotted;
}

#infobox input {
	margin: 4px 1px 1px 1px;
	padding: 0px 3px 0px 3px;
	font-size:11px;
	color: #741c00; 

	border-top: #f8f2da 2px solid;
	border-left: #f8f2da 2px solid;;
	border-bottom: #cdbca3 2px solid;;
	border-right: #cdbca3 2px solid;;
	background: #fffce4;
}
#infobox input:hover {

	color: #741c00; 
	border-top: #cdbca3 2px solid;
	border-left: #cdbca3 2px solid;;
	border-bottom: #f8f2da 2px solid;;
	border-right: #f8f2da 2px solid;
	background: #fffce4;
	/*
	color: #ffea00;
	border-top: #460d00  2px solid;;
	border-left: #460d00  2px solid;;
	border-bottom: #bc4400  2px solid;;
	border-right: #bc4400  2px solid;;
	background: #741c00;
	*/
}

#infoboxoneone {	
	padding: 10px;
	background: #f0e9d0;
	width:240px;
	height:60px;
}

#infoboxtwotwo {	
	padding: 10px;
	background: #f0e9d0;
	width:250px;
	height:60px;
}
#infoboxtwo {	
	background: #f0e9d0;
	text-align:left;
	width:250px;
	height:60px;
	line-height: 1.8em;
	
/*
	border 0px dotted;	
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 15px;
	line-height: 14px;
*/	
}






#infoboxtwo input {
	margin: 4px 1px 1px 1px;
	padding: 0px 3px 0px 3px;
	font-size:11px;
	color: #741c00; 

	border-top: #f8f2da 2px solid;
	border-left: #f8f2da 2px solid;;
	border-bottom: #cdbca3 2px solid;
	border-right: #cdbca3 2px solid;
	background: #fffce4;
}
#infoboxtwo input:hover {

	color: #741c00; 
	border-top: #cdbca3 2px solid;
	border-left: #cdbca3 2px solid;;
	border-bottom: #f8f2da 2px solid;;
	border-right: #f8f2da 2px solid;
	background: #fffce4;
	/*
	color: #ffea00;
	border-top: #460d00  2px solid;;
	border-left: #460d00  2px solid;;
	border-bottom: #bc4400  2px solid;;
	border-right: #bc4400  2px solid;;
	background: #741c00;
	*/
}



.galleryfont  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #741c00;
	font-weight: bold;
}

#galleryfolderviewright {
	position: relative;
	float:left;
	width: 100%;
	margin-right: 20px;

}

#galleryfolderviewleft {
	position: relative;
	float:right;
	margin-left: 10px;
}
	
#galleryfolderview {
	background: #f8f2da;
	float:left; 
	width:100%;	
	border 1px dotted;	
}

#imagecontent {
	background: #f8f2da;
	text-align: center;
	width:100%;	
	padding-top: 20px;
	border: 0px dotted;
	position: relative;
}

#imagecontent2 {
	background: #f8f2da;
	text-align: center;
	width:100%;	
	padding-top: 0px;
	padding-bottom: 15px;
	border: 0px dotted;
	position: relative;
}

#imagecontenttop {
	background: url(/images/ylaosa.gif) repeat-x;
	text-align: center;
	width:100%;	
}

.imagecontentright {
	margin: 0px;
	padding: 0px;
	/* background: transparent url(../images/oikea_reuna.gif) repeat 0 0; */	
	height:100%;	
	width: 14px;
}

.imagecontentleft {
	margin: 0px;
	padding: 0px;
	/* background: transparent url(../images/vasen_reuna.gif) repeat 0 0; */
	height:100%;	
	width: 17px;
}

/* class styles */
#crossfade-container {
	text-align: left;
	width: 100%;
	height: 130px;
	border 0px dotted;
}
			
.fade-box {
/*	margin-left: 0px; */
	position: absolute;
	/* top: 163; */
	width: 770px;
	height: 150px;	
}

#normalcontentright {
	width: 290px; 
	margin: 0px;
	margin-top: 0px; 
	margin-bottom: 10px; 
	border: 0px dotted;
	padding: 0px;
	background: #f8f2da;		
}	

#normalcontent {
	width: 565px; 
	margin: 0px;
	margin-top: 0px; 
	margin-bottom: 10px; 
	border: 0px dotted;
	padding: 15px;
	background: #f8f2da;		
}	

#normalcontentfull {
	width: 900px; 
	margin: 0px;
	margin-top: 0px; 
	margin-bottom: 10px; 
	border: 0px dotted;
	padding: 0px;
	background: #f8f2da;		
}	

#normalcontent td {
	margin-top: 10px;
	padding: 5px;	
}

.normalcontentinput, .questtextbox100, .questtextbox200, .questtextbox300, .questtextbox100pros {
	border-top: #cdbca3 2px solid;
	border-left: #cdbca3 2px solid;
	border-bottom: #f8f2da 2px solid;
	border-right: #f8f2da 2px solid;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}	


.normalcontentinpuerror {
	border-top: #460d00 2px solid;
	border-left: #460d00 2px solid;
	border-bottom: #460d00 2px solid;
	border-right: #460d00 2px solid;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}


#sendbutton input {
	margin: 4px 1px 1px 1px;
	padding: 0px 3px 0px 3px;
	font-size:11px;
	color: #741c00; 

	border-top: #cdbca3 2px solid;
	border-left: #cdbca3 2px solid;
	border-bottom: #f8f2da 2px solid;
	border-right: #f8f2da 2px solid;
	background: #fffce4;
}
#sendbutton input:hover {

	color: #741c00; 

	border-top: #f8f2da 2px solid;
	border-left: #f8f2da 2px solid;;
	border-bottom: #cdbca3 2px solid;
	border-right: #cdbca3 2px solid;
	background: #fffce4;
	/*
	color: #ffea00;
	border-top: #cdbca3 2px solid;
	border-left: #cdbca3 2px solid;;
	border-bottom: #f8f2da 2px solid;;
	border-right: #f8f2da 2px solid;;
	background: #fffce4;
	*/
	/*
	border-top: #460d00  2px solid;;
	border-left: #460d00  2px solid;;
	border-bottom: #bc4400  2px solid;;
	border-right: #bc4400  2px solid;;
	background: #741c00; */
}

#addbuttoncont2 {
	margin: auto;
	padding: auto;
	text-align: center;
	width: 100%;
}

#addbuttoncont {
	margin: auto;
	padding: auto;
	width: 31%;
	text-align: center;
}

#addbutton {

	margin: 0px;
	padding: 0px;
	background: #f0e9d0;	
}


#addbutton input { 

	font-size:11px;
	font-weight: bold;
	color: #741c00; 
	margin: 6px 0px 6px 0px;
	padding: 0px 3px 0px 3px; 
	font-size:11px;
	color: #741c00; 

	border-top: #f8f2da 2px solid;
	border-left: #f8f2da 2px solid;;
	border-bottom: #cdbca3 2px solid;
	border-right: #cdbca3 2px solid;
	background: #fffce4;
}

#addbutton input:hover {

	color: #741c00; 
	border-top: #cdbca3 2px solid;
	border-left: #cdbca3 2px solid;
	border-bottom: #f8f2da 2px solid;
	border-right: #f8f2da 2px solid;
	background: #fffce4;
	/*
	color: #ffea00;
	border-top: #460d00  2px solid;;
	border-left: #460d00  2px solid;;
	border-bottom: #bc4400  2px solid;
	border-right: #bc4400  2px solid;;
	background: #741c00;
	*/
}

#sendbuttoncont2 {
	margin: auto;
/*	padding: auto; */
/*	width: 37%; */
	padding: auto;
	text-align: center;
	float: left;
} 

#sendbuttoncontcont {
/*	margin: auto;
	padding: auto;
	text-align: center; */
}

#sendbuttoncont {
	width: 41%;
	margin: auto;
/*	padding: auto; */
/*	width: 37%; */
	margin: auto;
	text-align: center;
} 

#sendbutton {
	background: #ffa800;
	margin: 0px;
}

#sendbutton input { 
	font-size:11px;
	font-weight: bold;
	color: #741c00; 
	margin: 6px 0px 6px 0px;
	padding: 0px 3px 0px 3px; 
	font-size:11px;

	color: #ffea00;
	border-top: #bc4400  2px solid;;
	border-left: #bc4400  2px solid;;
	border-bottom: #460d00  2px solid;;
	border-right: #460d00  2px solid;;

	background: #741c00;
	
}

#sendbutton input:hover {

	color: #ffea00;
	
	border-top: #460d00  2px solid;;
	border-left: #460d00  2px solid;;
	border-bottom: #bc4400  2px solid;;
	border-right: #bc4400  2px solid;;
	
	background: #741c00;
	/*
	color: #741c00; 
	border-top: #f8f2da 2px solid;
	border-left: #f8f2da 2px solid;;
	border-bottom: #cdbca3 2px solid;;
	border-right: #cdbca3 2px solid;;
	background: #fffce4;
	*/
}

#uploadbuttoncont {
	text-align: center;
}

.vaaleeviiva {
   	border: 0px;
  	width: 100%;
    background: url() repeat-x;
	color: #f0e9d0;
	background-color: #f0e9d0;
	height: 2px;
}


#usercomment {
	padding: 10px;
	font-size:12px;
	font-weight: normal;
	color: #741c00; 
	background: #fffce4;	
	font-style: italic;
	margin-left: 10px;
}

#paaty {
	margin: 0px;
	margin-top: 3px;
	margin-left: 11px;
	margin-right: 10px;
	padding: 0px;
	float: left;
	position: relative;
	width: 23px;
	height: 24px;
/*	background: #f0e9d0; */ /* #eae5c8; */
}

#paatyright {
	margin: 0px;
	margin-top: 3px;
	margin-left: 11px;
	margin-right: 0px;
	padding: 0px;
	float: left;
	position: relative;
	width: 23px;
	height: 24px;
/*	background: #f0e9d0; */ /* #eae5c8; */
}

#paatyright2 {
	margin: 0px;
	margin-top: 3px;
	margin-left: 11px;
	margin-right: 0px;
	padding: 0px;
	float: left;
	/*position: relative; */
	width: 23px;
	height: 24px;
/*	background: #f0e9d0; */ /* #eae5c8; */
}

#paatyrightyellow {
	margin: 0px;
	margin-top: -2px;
	margin-left: 1px;
	margin-right: 10px;
	padding: 0px;
	float: left;
	position: relative;
	width: 23px;
	height: 24px;
/*	background: #f0e9d0; */ /* #eae5c8; */
}


#biginfobox {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size:18px;
	font-weight: normal;
	color: #741c00; 
}

.rulesbulls li {
	padding: 0px;
	margin-left: 15px;
}

#flashcontent {
	margin: 0px;
	padding: 0px;
}

#banner{
	background: #f0e9d0; /* #eae5c8; */
}

#banneroverflow{
	position:relative; 
	margin-top: -40px;
	margin-left: -15px;
	margin-bottom: -10px;
	z-index: 3000;
}


.questionairetable table {
	border: 0px dotted;
	margin: 0px;
	padding: 0px;
	text-align:center;	
}
.questionairetable td {
	margin: 0px;
	padding: 0px;
	width: 2px;
	border: 0px dotted;
	text-align:center;
	padding: 0px;
	font-weight: normal;
}

.lastdt {
	padding-top: 3px;
	width: 330px;
	text-align:left;
}

#normalcontentyellow {
	width: 565px; 
	margin: 0px;
	margin-top: 0px; 
	margin-bottom: 10px; 
	border: 0px dotted;
	padding: 15px;
	background: #ffd700;		
}

.questtextbox100 {
	width: 560px;
}
.questtextbox200 {
	width: 380px;
}
.questtextbox300 {
	width: 525px;
}

.questtextbox100pros {
	width: 96%;
}

.tabs {
	margin:0px;
	padding: 0px;
	width: 100%;
	border-bottom: 5px  #ff8200 solid;
}

.tab {
	display:inline;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px  #ff8200 solid;	
}


.conta, .contalong, .contashort {
	font-size: 12px;
	line-height: 1.5;
	width: 575px;
	border: 0px solid;
	margin:10px 5px 0px 5px;
	padding: 5px 5px 0px 5px;
}

.contalong {
	width: 900px;
	margin:10px 5px 0px 5px;
	padding: 5px 5px 0px 5px;
}

.contashort {
	width: 265px;
	margin:10px 0px 0px 15px;
	padding: 5px 0px 0px 0px;	
}

.contabox {
	padding:10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	background-color: #f8f2da;
}

.contaboxfooter, .contaboxfooterlong {
	display: inline;
	float: right;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 45%;
	margin: 5px 0px 0px 0px;
	padding:5px 20px 5px 0px;
	border: 0px solid;
	/* background-color: #f8f2da; */
}

.contaboxfooterlong {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	border: 0px solid;	
	padding-top:0px;	
	padding-left:2px;	
	margin-top:0px;	
}

.contaboxheader,.contaboxheaderlong {
	display: inline;
	float: left;
	border: 0px solid;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	width: 49%;
	margin: 5px 0px 0px 0px;
	padding:5px 5px 5px 10px;
	/* background-color: #fffce4; */
}

.contaboxheaderlong {
	width: 260px; 
}

.contabox span {
	border: 0px solid;
	display: block;
	padding: 5px 0px 0px 0px;	
}

.contaboxtextheader {
	width: 98%;
	padding:2px 0px 2px 10px;
	background-color: #f8f2da;
}
.contaboxheaderguide {
	width: 98%;
	font-weight: bold;
	color: #ff8200;
}

.poikkivali {
	/* background: url(../images/pystyvali.gif) no-repeat;	*/
	border: 0px solid;
}


.contaboxcontent {
	width: 96%;
	padding:4px 0px 0px 10px;
}

.contaboxcontentanswer {
	width: 92%;
	margin:4px 0px 4px 10px;
	padding:10px 10px 10px 10px;
	color: #ff8200;
	border: #ff8200 1px solid;	
	background-color: #ffffff;
}

/* begin css tabs */
.tabline {
	margin:0px;
	padding: 0px;
	width: 100%;
	height: 5px;
	border: 0px solid;
	background-color: #ff8200;
	overflow:hidden;
/*	border-bottom: 5px  #ff8200 solid; */
}

.smalltextlink {
	font-size: 11px;
	color: #741c00;
	font-style: italic;	
	text-decoration: none;
}
.smalltextlink a, .smalltextlink a:hover, .smalltextlink a:visited {
	color: #741c00;
	text-decoration: none;
}

.smalltextlinkbrown {
	font-size: 11px;
	font-weight: bold;
	color: #741c00;
	text-decoration: underline;
}

.smalltextlinkbrown a:hover {
	color: #741c00;
	text-decoration: none;
}

.tab, .tab2 { /* general settings */
	text-align: left; 
	color: #fffce4;	
	margin: 0em 0 0em 0; 
	font: bold 11px Arial, Verdana sans-serif; 
	text-transform: uppercase; 
	padding: 0px 0px 0px 0px; 
	border: 0px;
	margin:0px;
	padding: 0px;
	width: 100%;
	background-color: #f8f2da;	
}

.tab span, .tab2 span {
	display: block;
	/* width: 30%; */
	padding: 9px 0px 9px 0px;
	margin: 0px 0px 0px 10px;
	border: 0px;
	background-color: #ff8200;	
	width: 150px;
	text-align: center;
}

.tab2 span {
	width: 210px;

}

/* NEW TABS, AM-VERSION */
ul#tabnavAM {
	font: bold 11px Arial, Verdana sans-serif; 
	text-transform: uppercase;  
	text-decoration: none; 
	letter-spacing: 0.05em;
	
	width: 98%;
	background-color: #f8f2da;		
	padding: 9px 0px 9px 10px;
	margin: 0px 0px 0px 0px;
}

ul#tabnavAM li {
	display: inline;
	padding: 9px 0px 9px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #f8f2da;	
}

ul#tabnavAM li span {
	color: #fffce4;
	padding: 9px 10px 9px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #ff8200;	
}

ul#tabnavAM li a span {
	color: #ff8200;
	padding: 9px 10px 9px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #f8f2da;	
	text-decoration: none; 
}

ul#tabnavAM li a:hover span {
	color: #fffce4;
	padding: 9px 10px 9px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #ff8200;	
}

ul#tabnavAM li.selected span {
	color: #fffce4;
	padding: 9px 10px 9px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #ff8200;	
}
/* NEW TABS, AM-VERSION ENDS */

/* NEW TABS, NORMAL-VERSION */
ul#tabnav,ul#tabnavright,ul#tabnavlong {
	font: bold 11px Arial, Verdana sans-serif; 
	text-transform: uppercase; 
	text-decoration: none; 
	letter-spacing: 0.05em;
	width: 585px;
	background-color: #f0e9d0;		
	padding: 9px 0px 9px 10px;
	margin: 0px 0px 0px 0px;
}
	
ul#tabnavlong {
	width: 890px;
}

ul#tabnavright {
	width: 281px;
}

ul#tabnav li, ul#tabnavright li, ul#tabnavlong li {
	display: inline;
	padding: 9px 0px 9px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #f0e9d0;	
}

ul#tabnav li span, ul#tabnavright li span, ul#tabnavlong li span {
	color: #fffce4;	
	padding: 9px 10px 9px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #741c00;	
	
}

ul#tabnav li a span, ul#tabnavright li a span, ul#tabnavlong li a span {
	color: #741c00;
	padding: 9px 10px 9px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #f0e9d0;	
	text-decoration: none; 	
	border-right: 1px solid #fffce4;	
}

ul#tabnav li a:hover span, ul#tabnavright li a:hover span, ul#tabnavlong li a:hover span {
	color: #fffce4;
	padding: 9px 10px 9px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #741c00;	
}

ul#tabnav li.selected span, ul#tabnavright li.selected span, ul#tabnavlong li.selected span {
	color: #fffce4;
	padding: 9px 10px 9px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #741c00;	
}
/* NEW TABS, NORMAL-VERSION ENDS */

.tabnavcontentright {
	width: 270px; 
	margin: 0px;
	margin-top: 0px; 
	margin-bottom: 15px; 
	border: 0px dotted;
	padding: 10px 11px 10px 10px;
	background: #f8f2da;	
}

.tabnavcontent {
	width: 595px; 
	margin: 0px;
	margin-top: 0px; 
	margin-bottom: 15px; 
	border: 0px dotted;
	padding: 0px 0px 0px 0px;
	/* background: #f8f2da; */		
}

.tabwhiteline {
	position:absolute;
	border: 0px solid #000000;	
	background: #fffce4;	
	/* height: 30px; */
	width:1px;
	margin: -8px 0px 0px -1px;
	padding: 0px 0px 30px 0px;
}

/* SLIDERS STARTS */
.percent {
    font-size: 75%;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    padding-top: 1.1em;
}
div.slider { width:114px; margin:0px 0; height:18px; position: relative; background: url(../images/track4.png) no-repeat; }
div.slider div.handle { width:2px; height:18px; position: absolute; background: url(../images/gripper2.png) no-repeat; }
div.zoom_slider_bg { width: 114px; height:18px; background: #fffce4 url(../images/scroll_bg4.gif) no-repeat -114px; margin-left: 0px; }
div.slider-naytto, div.slider-naytto-etusivu, div.slider-naytto-etusivu-white { width:114px; margin:0px 0; height:18px; position: relative; background: url(../images/scroll_bg_uusi.png) no-repeat; }
div.zoom_slider_bg-naytto { width: 114px; height:18px; background: #ffffff url(../images/scroll_bg_uusi.gif) no-repeat -114px; margin-left: 0px; }
div.slider-naytto { width:114px; margin:0px 0; height:18px; position: relative; background: url(../images/scroll_bg_uusi.png) no-repeat; }

div.slider-naytto-etusivu {
	background: url(../images/scroll_bg_uusi-etusivu.png) no-repeat;
}
div.slider-naytto-etusivu-white {
	background: url(../images/scroll_bg_uusi-etusivu2.png) no-repeat;
}
/* SLIDERS ENDS */
  
 
/* NEW SLIDERS STARTS */
.percent {
    font-size: 75%;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    padding-top: 1.1em;
}

div.slider-new { width:75px; margin:0px 0; height:16px; position: relative; background: url(../images/track5.png) no-repeat; }
div.slider-new div.handle-new { width:2px; height:16px; position: absolute; background: url(../images/gripper3.png) no-repeat; }
div.zoom_slider_bg-new { width: 74px; height:16px; background: #fffce4 url(../images/scroll_bg5.gif) no-repeat -74px; margin-left: 0px; }
div.slider-naytto-new { width:75px; margin:0px 0; height:16px; position: relative; background: url(../images/scroll_bg_uusi2.png) no-repeat; }
div.zoom_slider_bg-naytto-new { width: 75px; height:16px; background: #ffffff url(../images/scroll_bg_uusi2.gif) no-repeat -75px; margin-left: 0px; }

/* SLIDERS ENDS */

.newinfoboxleft1px {
	position: relative;
	display: block;
	float: right; 
	width:1px;
    height:285px; 
	border: 0px solid;    
}   

.newinfobox {
	/* float: right; */ 
	position: relative;
	display: block;
	text-align:left;
	width:390px;
	height:160px; 
	margin-bottom: 5px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid;
    font-size: 11px;	
    font-weight: bold;
    color: #741c00;
}

.newinfoboxbottom {
	text-align:left;
	width:280px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding: 5px;
	float: right; 
	border: 0px solid;
    font-size: 11px;	
    font-weight: bold;
    color: #741c00;
}

.newinfoboxleft {
	text-align:left;
	height:18px; 
	margin-top: 5px;
	width:120px;
	float: left; 
	border: 0px solid;
    font-weight: normal;
}



.newinfoboxlefttwo {
	text-align:left;
	margin-top: 5px;
	float: left; 
	border: 0px solid;
    font-weight: normal;
	/* width:220px; */
	display:block;
	position:relative;
	clear: both;
}

.newinfoboxright {
	text-align:left;
	height:18px; 
	margin-top: 5px;
	float: right; 
	width: 140px;
	border: 0px solid;
    font-weight: normal;
}

.ratetable table {
	float: left;
}

.ratetable td {
    font-weight: normal;	
	padding-top: 5px;

}
.newinfoboxleftnewinner {
}
.newinfoboxrightnewinner {
}

.newinfoboxright two{
	width:40px;
}

.newinfoboxcenter {
/*	position:relative;
	display:block; */
	text-align:center;
	padding-top: 10px; /*6px */
	width: 100%;
	border: 0px solid;
    font-weight: normal;
}

.newinfobox input { 

	font-size:11px;
	font-weight: bold;
	color: #741c00; 
	margin: 5px 0px 8px 0px;
	padding: 4px 9px 4px 9px; 
	font-size:11px;
	color: #fffce4; 

	border-top: #ff8200 0px solid;
	border-left: #ff8200 0px solid;;
	border-bottom: #ff8200 0px solid;
	border-right: #ff8200 0px solid;
	background: #ff8200;
}

.newinfobox input:hover {

	color: #f8f2da; 
	border-top: #ff5400 0px solid;
	border-left: #ff5400 0px solid;
	border-bottom: #ff5400 0px solid;
	border-right: #ff5400 0px solid;
	background: #ff5400;
	
}

.numerovali {
	font-size: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
.numerovali2 {
	font-size: 14px;
	padding-right: 1px;
	padding-left: 1px;
}

.numerovali3 {
	color: #cdbca3; 
	padding-right: 5px;
	padding-left: 5px;
}

.numerovali4 {
	padding-left: 2px;
}

#infoboxnew {
	background-color: #f8f2da;
	text-align:center;
	width:260px;
	border 0px dotted;	
	margin-left: 0px;
	padding: 10px 0px 10px 10px;
}

.amguidetext {
	font-weight: bold;
	color: #ff8200;
}

#toploginstyle {
	position: absolute;
	display: inline;
	top: 34px;
	left: 640px;
	width:270px; 
	/* height:85px; */
	margin: 0px;
	padding: 10px;
	background: #f0e9d0; /* #eae5c8; */	
	
	font-size:11px;
	font-weight: normal;
	color: #741c00; 
	text-align: left;
}

#toploginstyle .inputtext {
	width: 90%;
	padding: 2px;
	border-top: #bfbfbf 1px solid;
	border-left: #bfbfbf 1px solid;;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	background: #fffff;
}

.inputcheckbox, .inputcheckboxlong {
	border-top: #bfbfbf 1px solid;
	border-left: #bfbfbf 1px solid;;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	background: #ffffff; 
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #741c00;
}

.inputcheckboxlong {
	width: 375px;
}

.submitbut, .submitbutlarge  { 
	font-size:11px;
	font-weight: bold;
	color: #741c00; 
	margin: 0px 0px 8px -3px;
	padding: 4px 9px 4px 9px; 
	color: #fffce4; 

	border-top: #ff8200 0px solid;
	border-left: #ff8200 0px solid;;
	border-bottom: #ff8200 0px solid;
	border-right: #ff8200 0px solid;
	background: #ff8200;
}

.submitbutlarge  { 
	padding: 8px 9px 8px 9px; 
}
.submitbut:hover, .submitbutlarge:hover  {
	color: #f8f2da; 
	border-top: #ff5400 0px solid;
	border-left: #ff5400 0px solid;
	border-bottom: #ff5400 0px solid;
	border-right: #ff5400 0px solid;
	background: #ff5400;
}

.googlecontent,.googlecontent_bigheader,.googlecontent_header {
	font-size:11px;
	font-weight: normal;
	color: #741c00; 
}
.googlecontent_header {
	font-weight: normal;
}
.googlecontent_bigheader {
	font-weight: bold;
	font-size:15px;
}
.checks {
	margin-top: 5px;
}

#mapchoice {
	background: transparent url(../images/kartta_kehys.png) no-repeat;
	width: 120px;
	/* height: 47px; */
	padding: 3px 0px 4px 7px;
	position: absolute;
	display: block;
	/*display: inline; */
	 top: 32px;
	left: 467px;	
	z-index: 10;
}

.disabledtext {
	color: #b98d7f;
}

.checks2 {
	padding-top: 5px;
}


.header-account {
	border: 0px solid;
	margin: 15px 170px 0 10px;
}

.header-profilepic {
	padding-left: 10px;
	float: right;
	display: block;
	position: relative;
	width: 70px:
}

.header-text {
	padding-top: 5px;
	text-align: right;
	color: #405e9a;
	font-size: 14px; 
}
.header-text a, a:hover, a:active {
	color: #405e9a;
	text-decoration: none;
}

a,a:visited,a:active {
	color: #00a6eb;
}
a:hover {
	color: #741c00; 
	text-decoration: none;
}

.countstyle {
	text-align: right;
	border: 0px solid;
	position: relative;
	float: right;
	display: inline; 
	width: 27px;
	margin-right: 5px;
}

#resultinfobox {
	text-align: left;
	position: absolute; 
	display: inline;
	top: 10px;
	right: -10px;
	border: 0px solid;
	padding: 10px;
	background-color: #741c00;
	color: #fffce4;
	z-index: 200;
	margin: 15px 0 0 0;
	width: 240px;
}

#feedback {
    display: none;
}


