﻿.pagecursor {
	cursor: url(../../Engine/Zoom.cur), url(Zoom.gif), pointer;
}
.thumbcursor {
	cursor: pointer;
}
.fullcursor {
	cursor: move;
}
a.link {
	border: 1px solid red;
}
a.link:hover {
	text-decoration: none;
}
address.result {
	border: 1px solid #88b1fe;
	xbackground-image: url(result.png);
}
div.republicast {
	background-color: white;
}
div#front, div#back {
	overflow: hidden;
}
div.customleft div.border {
	position: absolute;
	top: 0px;
	left: 0px;
	border-right: 2px solid black;
}
div.customright div.border {
	position: absolute;
	top: 0px;
	left: 0px;
	border-left: 2px solid black;
}
div.coverleft div.border {
	position: absolute;
	top: 0px;
	left: 0px;
	border-right: 2px solid transparent;
}
div.coverright div.border {
	position: absolute;
	top: 0px;
	left: 0px;
	border-left: 2px solid transparent;
}
div.userpage {
	margin: 25px 29px 25px 29px;
}
div.userpageheader {
	overflow: hidden;
}
div.userpagebody {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
div.userpagefooter {
	overflow: hidden;
}
table.wait_page {
	border-collapse: collapse;
	border: 0px;
	background-color: White;
	position: absolute;
	display: none;
}
table.wait_page table {
	border-collapse: collapse;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}
table.wait_page td {
	vertical-align: middle;
	text-align: center;
}
