﻿A{
  font-size : 13px;
  color : white;
  text-decoration : none;
  font-family : Arial;
}

TD{
  font-size : 10px;
  font-family : Arial;
  color : white;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #808080;
}
img{
	cursor:pointer;
}
div.blind
{
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	display:block;
	border: thin dashed #FF0000;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	visibility:hidden;
	}

div.frm
{
	position: absolute;
	height: 500px;
	width: 700px;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -350px;
	background-color: #777777;
	text-align: center;
	vertical-align: middle;
}
.sshimg
{
	margin: auto;
	display: inline;
	cursor:default;
}

.larr, .rarr
{
	top: 50%;
	position: absolute;
	
}


.larr
{
	margin-left: -15px;
}

.rarr
{
	margin-left:685px;
}

.rcross
{
	
	position: absolute;
	margin-left:675px;
	margin-top:-5px;
	z-index: 20;
}
