/* - - - - - - - - - - - - - - - - - - - - -

Title : RemoteViewer CSS
Author : Author PM/OG

based on Kevin Hale's LightBox
URL : http://particletree.com/features/lightbox-gone-wild/

- - - - - - - - - - - - - - - - - - - - - */

#remoteViewer{
	display:none;
	z-index:6001;
}

#remoteViewer[id]{
	position:fixed;
}

#rvLayer{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	z-index:6000;
}

#rvLayer[id]{
	position:fixed;
}

#remoteViewer.done #rvLoadMessage{
	display:none;
}
#remoteViewer.done #rvContent{
	display:block;
}
#remoteViewer.loading #rvContent{
	display:none;
}
#remoteViewer.loading #rvLoadMessage{
	display:block;
}

#remoteViewer.done img{
	width:100%;
	height:100%;
}


.rvContentLayer {
	top:35px;
	position:fixed;
	width:100%;
}

.rvContentFrame {
	margin-left:auto;
	margin-right:auto;
	width:784px;
	height:345px;
	background: white;
	text-align:justify;
	padding: 0px;
	color:black;
}

.rvClippedHeader {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	height:17px;
	padding: 0px;
	background-color: white;
	border-left: solid grey 1px;
	border-right: solid grey 1px;
	border-top: solid grey 1px;
}

.rvClippedBody {
	margin-left:auto;
	margin-right:auto;
	width: 790px;
	height:345px;
	background: white;
	padding:0px;
	color:black;
	border-left: solid grey 1px;
	border-right: solid grey 1px;
	border-top: 0px;
	border-bottom: 0px;
}

.rvClippedFooter {
	margin-left:auto;
	margin-right:auto;
	width:790px;
	height:5px;
	background: white;
	border-left: solid grey 1px;
	border-right: solid grey 1px;
	border-bottom: solid grey 1px;
}

.rvClose {
	background: url(../images/icon_close.gif) no-repeat;
	width: 13px;
	height: 13px;
	margin: 2px;
	float:right;
}
