/** Add css rules here for your application. */
	/** Example rules used by the template application (remove for your app) */
HTML,BODY {
	margin: 0px auto;
}

.sendButton {
	padding: 3px 5px 3px 5px !important;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.bookViewer-main {
	margin: 0px auto;
	width: 840px;
	height: 570px;
}

.gwt-PushButton {
	cursor: pointer;
}



/*.paging:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";//forIE8
	cursor: pointer;
}

.paging_container {
	text-align: center;
	padding: 0px 40px
}
*/
/*.singleSearchResult a:hover{
text-shadow:1px 1px 1px #999999;
color: #666!IMPORTANT;
font-size:14px!IMPORTANT;
text-decoration: underline;
}*/
/*------------------------------------bookViewer-thumbview--------------------------------*/
.login_panel {
	width: 150px;
}

.login {
	font-size: 14px;
	font-variant: small-caps;
}

.bookViewer-flipview {
	overflow: auto;
	width: 600px;
}

.bookViewer-separator {
	width: 5px;
}

.bookViewer-search {
	background-color: #666666;
}

.bookViewer-canvas {
	width: 500px;
	height: 500px;
	background: #FFFFFF;
	overflow: auto;
	position: relative;
}

.bookviewer-page {
	position: relative;
}

.highlight-underline {
	border-bottom: 2px solid #000000;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
}

.highlight-search {
	background-color: #FF0000;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
}

.highlight-selection {
	background-color: #6495ED;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
}

.highlight-highlight {
	background-color: #00FF00;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
}

.bookViewer-side {
	width: 200px;
	height: 530px;
	background: #FFFFFF;
	overflow-y: scroll;
	overflow-x: hidden;
}

.bookViewer-list {
	list-style: none;
	padding: 0px 10px;
}

.bookViewer-toolbar {
	height: 28px;
}

.singleSearchResult {
	cursor: pointer;
}

.loading {
	background: url("loading.gif") right no-repeat;
	height: 30px;
	width: 100%;
}

.sidePanel {
	width: 300px;
	height: 600px;
}

.demo-WindowExample .demo-resize-nw .dragdrop-handle {
	cursor: nw-resize;
}

.demo-WindowExample .demo-resize-n .dragdrop-handle {
	cursor: n-resize;
}

.demo-WindowExample .demo-resize-ne .dragdrop-handle {
	cursor: ne-resize;
}

.demo-WindowExample .demo-resize-w .dragdrop-handle {
	cursor: w-resize;
}

.demo-WindowExample .demo-resize-e .dragdrop-handle {
	cursor: e-resize;
}

.demo-WindowExample .demo-resize-sw .dragdrop-handle {
	cursor: sw-resize;
}

.demo-WindowExample .demo-resize-s .dragdrop-handle {
	cursor: s-resize;
}

.demo-WindowExample .demo-resize-se .dragdrop-handle {
	cursor: se-resize;
}
