body {
	font-size: 9pt;
	color: #666666;
	line-height: 18px;
	letter-spacing: 0.1em;
	margin: 0 0 0 0;
	background: #cccccc;
}

table {
	font-size: 9pt;
	color: #000000;
	line-height: 20px;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}

a:visited {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

img  {
	border: 0;
}

br {
	clear: both
}

.pageinfo {
	text-align:left;
}

.pagecaption{
 	text-align: right;
 	vertical-align: top;
 	font-family: Tahoma;
 	font-weight: bolder;
 	color:#333333;
 }
 
 .pagecurrentcaption{
 	color:red;
 }
 
.messagehr {
	color: #666666;
	height: 6px;
	border: 1px dotted;
}

.tdcaption {
	text-align: left;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bolder;
	color: #666666;
	vertical-align: top;
	width:120px;
}
input {
	font-family: Tahoma;
	font-size: 10pt;
	background-color: #e0ffff;
	width:100%;
}

textarea {
	font-family: Tahoma;
	font-size: 10pt;
	background-color: #e0ffff;
	width:100%;
	height: 120px;
}


#loading {
	width: 200px;
	height: 100px;
	background-color: #c0c0c0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
}

.Button {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #333333;
	background: silver;
	margin: 4px 4px 4px 4px;
	width: 150px;
	height: 30px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	cursor: pointer;
	cursor: hand;
}

.countertext {
	
}

.totalpagecounter {
	font-family: Georgia;
	font-weight: bold;
	color: red;
}

.currentpagecounter {
	font-family: Georgia;
	font-weight: bold;
	color: red;
}

.messagenumber {
	color: red;
	font-weight: bold;
}

.booknotes {
	
}
.copyurlbutton {
	BORDER-RIGHT: silver 1px solid;
	BORDER-TOP: silver 1px solid;
	FONT-SIZE: 8pt;
	BACKGROUND: #CC0000;
	BORDER-LEFT: silver 1px solid;
	WIDTH: 120px;
	COLOR: #FFFFFF;
	BORDER-BOTTOM: silver 1px solid;
	FONT-FAMILY: "verdana";
	cursor: pointer;
	cursor: hand;
}

.publicurlhr{
	color: #666666;
	height: 4px;
	border: 1px dotted;
}
.publiclink {
	color: #333333;
	background-color: Pink;
}

.pagebrowser {
	background-color: #ffcccc;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border: none;
}

.pagebrowsercaption {
	color: #0000FF;
}

.pagebrowserpage {
	color: #00ced1;
}

.pagebrowsercurpage {
	color: #FF0000;
}

.pagebrowserdesc {
	color: #003300;
}

tr.odd td{
	background: #eeddff;
}