@import url("/mainstyles.css");

.box { border: 1px solid black; padding: 2px; margin: 2px;}
#totalpoints {
	border: 1px solid black; 
	background: white; 
	padding: 3px 10px 3px 10px; 
	font-size: 14pt; 
	font-weight: bold;
}
.footer {
	background: #fea;
	border: 0;
}
.footer a {
	text-decoration: none;
}
.footer a:hover span {
	text-decoration: underline;
}
.footer th {
	padding-top: 10px;
}
.footer td {
	text-align: center;
}
.navheader {
	background: #fea;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.navheader p {
	margin: 3px 0px 3px 0px;
}
.navheader ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
.navheader li {
	display: inline;
	margin: 0;
	padding: 0;
}
.headermessage {
	color: red;
	font-weight: bold;
	text-align: left;
}
.message {
	font-size: 1.5em;
	font-weight: bold;
	color: red;
}
.rewardhover {
	border: 1px solid orange;
}
.rewardhoverout {
	border: 1px solid black;
}
#navigation a {
	color: #000;
	background: url("/images/btn1left.png") left top no-repeat;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 11px;
	line-height: 66px;
}
#navigation a span {
	background: url("/images/btn1right.png") right top no-repeat;
	padding-right: 11px
}
#navigation a, #navigation a span {
	display: block;
	float: left
}
/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none
}
/* End hide */
#navigation a:hover {
	color: #fff;
	background: url("/images/btn2left.png") left top no-repeat;
	padding-left: 11px
}
#navigation a:hover span {
	background: url("/images/btn2right.png") right top no-repeat;
	padding-right: 11px
}
#navigation, #navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	float: left;
	margin: 0;
}
.usertable {
	border-collapse: collapse;
	background: transparent;
	border: 1px solid black;
}
.usertable td, .usertable th {
	font-size: 1em;
	border: 1px solid black;
	padding: 5px;
}
.usertable th {
	background: #eee;
}
.rpoints, .rdesc2 { font-size: 10pt; }
.rdesc1 { font-size: 10pt; font-weight: bold; }
.rlimited { font-size: 10pt; color: red; font-weight: bold; }

#holdopenprop {
	float: right;
	width: 1px;
	height: 325px;
}
.printonlyblock, .printonlyinline {
	display: none;
}