/* Gloto CSS Document */


span.thumbnail {
  float: left;
  width: 101px;
  text-align: center;
  font: normal normal normal 9px arial;
  overflow: hidden;
  height: 95px;
  position: relative;	
}

div#thumbnail {
  width: 94px; 
  height: 65px; 
  overflow: hidden;
  margin: 2px 2px 2px 2px;
  border: 1px solid #000000;
  background-color: #000000;
}

img#thumbnail {
  width: 94px;
  height: auto;
  cursor: pointer;
}

#thumbnailWidget {
  padding-left: 23px;
}

#topPaging, :link, :visited {
  color: #676767;
  font: normal normal normal 15px arial;
}

#propertySheet{
	width: auto;
}

#cellblock, #propertySheet, #preview{
  text-align: center; 
  height: auto; 
  position: relative;
}

#cellblock{
  width: 435px; 
}

#topRight{
	width: 440px;
	overflow: hidden;
}

#editorAttributeTable{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#closeViewer {
  position: absolute; 
  top: 2px; 
  right: 2px;
  cursor: pointer;
	z-index: 999;
}

img#preview {
  height: 200px; 
  max-width: 500px;
}

span#key, span#value {
  font: normal normal normal 9px arial; 
}

span#key {
  font-weight: bold;
}

#pending, #approved{
 	position: absolute; 
  top: 2px; 
	padding: 2px 4px;
	font-weight: bold;
	font-size: 9px;
	/*opacity:.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;*/
}

#accept, #delete {
	width: 14px;
	height: 14px;
  position: absolute; 
  bottom: 20px; 
  cursor: pointer;
}

#approved{
	color: #FFFFFF;
	background-color: #009900;
}

#pending{
	color: #000;
	background-color: #FFCC00;
}

#accept, #pending{
	left: 5px
}

#delete, #approved{
  right: 5px;
}

#loginForm{ }

#console span img{
	width: 30px;
	height: 20px;
}

#controlPanel{}
#topPaging{
	padding: 5px 0px;
}
#controlSelector{}
#widget{}
#gallery{}

.ratingDiv{
	position: absolute;
	top: 4px;
	left: 15px;
	z-index: 999;
}

#legend{
	font-size: 10px;
	text-align: center;
	padding-10px;
}