
#memoDiv {
	margin: 0 auto;
	width: 960px;
	height: 0px;
	position: relative;
	overflow: visible;
	z-index: 10000;
	font: 11px Tahoma, Arial, sans-serif;
}

#memo {
	width: 226px;
	height: auto;
	position: absolute;
	top: 120px;
	right: 50px;
	color: #000;
	z-index: 10000;
	background: transparent;
}


#memoHeader {
	height: 29px;
	overflow: visible;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	position: relative;
}

.memoHeader {
	background: url(memo_pics/memo_closed.jpg) no-repeat center 10px;
}

.memoHeaderNoPic {
	/*background: none;
	background-color: #fff;*/
	background: url(memo_pics/memo_closed.jpg) no-repeat center 10px;
}

span#countResult {
	font-weight: bold;
}

a#closeMemo {
	width: 22px;
	height: 21px;
	background: url(memo_pics/memo_close_button.jpg) no-repeat;
	position: absolute;
	top: 10px;
	right: 0px;
}

#memo a {
	color: #484848;
	text-decoration: none;
}

#memo a:hover {
	text-decoration: underline;
}

#memoHeader a {
        color: #fff;
}

/* piilossa javascriptilla */
#memoContainer {
	background: #dfdfdf url(memo_pics/memo_bg.jpg) repeat-x top;
	padding: 20px 0px 10px 0px;
	border-right: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
}

/* ajax päivittää */
#memoContent {
	height: 290px;
	width: 180px;
	padding: 0px 5px 0px 10px;
	margin: 0px auto 0px auto;
	overflow-y: auto;
}

#memoContent table {
	margin: 0px;
	padding: 0px;
}

#memoContent table td {
	padding: 5px 0px;
}

#memoContent a.deleteMemo {
	text-decoration: underline;
	color: #0060b3;
}

#memoContent a.deleteMemo:hover {
	text-decoration: none;
}


#memoControls {
	padding: 5px 0px 0px 0px;
	height: auto;
}

/* email sent jne.*/
#memoEmailInfo {
	width: 160px;
	margin: 0 auto;
	height: 15px;
	padding-top: 10px;
	overflow: hidden;
}

#memoEmailDiv {
	width: 185px;
	height: 22px;
	background: url(memo_pics/memo_email.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
}

input#memoEmail {
	border: none;
	background: #fff;
	width: 165px;
	height: 14px;
	font-size: 11px;
	position: absolute;
	top: 4px;
	left: 10px;
	color: #666;
}

#memoButtons {
	width: 185px;
	height: 20px;
	margin: 0 auto;
	background: url(memo_pics/memo_buttons.png) no-repeat;
	position: relative;
}

a#memoSendEmail {
	width: 120px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
        color: #fff;
}

a#printMemo {
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0px;
	right: 2px;
}

div#requestInfoButton {
        padding: 10px 0px 0px 0px;
}

a#requestInfo {
	width: 185px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	display: block;
        margin: 0 auto;
        background: url(memo_pics/memo_info_button.jpg) no-repeat;
}

#memoBottom {
	width: 226px;
	height: 12px;
	background: url(memo_pics/memo_bottom.gif) no-repeat;
	display: none;

}

.found {
        color: #c00;
}

/* sivulla oleva linkki */

.addMemoDiv {
	clear: both;
	
}

a.addMemo {
	width: 150px;
	height: 35px;
	line-height: 35px;
	display: block;
	padding-left: 40px;
	background: url(memo_pics/to_memo.jpg) no-repeat left center;
}

