﻿.adminbuttonstyle {
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
	margin-left: 0px;
	padding-left: 260px;
}
.adminbuttonstyle li {
	float: left;
	height: 31px;
	margin-bottom: 30px;
}
.adminbuttonstyle li a {
	display: block;
	text-decoration: none;
	background: url('../pagecontent/buttons/remotebutton.png') right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 31px;
	width: 261px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.adminbuttonstyle li a:hover {
	border-style: none;
	background-repeat: no-repeat;
	background: url('../pagecontent/buttons/remotebutton.png') right bottom;
	color: #000000;
}
.shortbuttonstyle {
	height: 20px;
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 319px;
}
.shortbuttonstyle li {
	float: left;
}
.shortbuttonstyle li a {
	display: block;
	text-decoration: none;
	background: url('../pagecontent/buttons/shortbutton.png') right top;
	color: #FFFFFF;
	line-height: 20px;
	width: 140px;
	font-weight: bold;
	font-size: small;
	background-repeat: no-repeat;
}
.shortbuttonstyle li a:hover {
	border-style: none;
	background: url('../pagecontent/buttons/shortbutton.png') right bottom;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.remotebuttonstyle {
	height: 31px;
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 260px;
}
.remotebuttonstyle li {
	float: left;
}
.remotebuttonstyle li a {
	display: block;
	text-decoration: none;
	background: url('../pagecontent/buttons/remotebutton.png') right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 31px;
	width: 261px;
	font-weight: bold;
	font-size: 20px;
}
.remotebuttonstyle li a:hover {
	border-style: none;
	background-repeat: no-repeat;
	background: url('../pagecontent/buttons/remotebutton.png') right bottom;
	color: #000000;
}
