/* Buttons */

.button-edit {
	background: url(/images/submit-edit.gif);
	display: block;
	width: 92px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-edit:hover {
	overflow: hidden;
	background: url(/images/submit-edit.gif);
	display: block;
	width: 92px;
	height: 23px;
 	background-position: 92px 0px;
}

.button-download {
	background: url(/images/submit-download.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-download:hover {
	overflow: hidden;
	background: url(/images/submit-download.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-search {
	background: url(/images/submit-search.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-search:hover {
	overflow: hidden;
	background: url(/images/submit-search.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-save {
	background: url(/images/submit-save.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-save:hover {
	overflow: hidden;
	background: url(/images/submit-save.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-enter {
	background: url(/images/submit-enter.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-enter:hover {
	overflow: hidden;
	background: url(/images/submit-enter.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-send {
	background: url(/images/submit-send.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-send:hover {
	overflow: hidden;
	background: url(/images/submit-send.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-reg {
	background: url(/images/submit-reg.gif);
	display: block;
	width: 119px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-reg:hover {
	overflow: hidden;
	background: url(/images/submit-reg.gif);
	display: block;
	width: 119px;
	height: 23px;
 	background-position: 119px 0px;
}

.button-wait {
	background: url(/images/submit-wait.gif);
	display: block;
	width: 92px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-wait:hover {
	overflow: hidden;
	background: url(/images/submit-wait.gif);
	display: block;
	width: 92px;
	height: 23px;
 	background-position: 92px 0px;
}

.button-delete {
	background: url(/images/submit-delete.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-delete:hover {
	overflow: hidden;
	background: url(/images/submit-delete.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-add {
	background: url(/images/submit-add.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-add:hover {
	overflow: hidden;
	background: url(/images/submit-add.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-change {
	background: url(/images/submit-change.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-change:hover {
	overflow: hidden;
	background: url(/images/submit-change.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-gift {
	background: url(/images/submit-gift.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-gift:hover {
	overflow: hidden;
	background: url(/images/submit-gift.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-close {
	background: url(/images/submit-close.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-close:hover {
	overflow: hidden;
	background: url(/images/submit-close.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}


/* Arrows */

.navigation {
	padding: 8px 15px 15px 0;
	background: white;
	text-align: right;
}

div.navigation span {
	border: 1px white solid;
	background: white;
	text-align: right;
	color: #45688e;
	font-size: 12pt;
	text-decoration: none;
	padding: 3px;
	cursor: pointer;
}

div.navigation span:hover {
	border: 1px #c7ced8 solid;
	background: #eceff4;
}

div.navigation a {
	color: #36638e;
	font-family: tahoma;
	font-size: 8pt;
	text-decoration: none;
}
