﻿div.photoinfo
{
 width:100%;
 background-color:White;
 border-bottom:solid 1 #9adffe;
 margin-bottom:2px;
}
div.photoinfo table
{
	
}
div.photoimage
{
	float:left;
	margin-right:10px;
	width:111px;
}
div.photoinfo table td
{
	border-bottom-style:dotted;
	border-bottom-color:#eeeeee;
	border-bottom-width:1px;
}


.skintoolbar
{
  border :solid 1px #A6A6A6;
  background-image:url(images/backgroundgradient.gif);
  background-repeat:repeat-x;
  padding-left:2px;
  padding-right:2px;
}
.skintoolbaritem
{
	text-decoration:none;
	color:Black;
	font-size:12px;
}

a.skintoolbaritem:link,a.skintoolbaritem:visited
{
  border:none;
  padding:2px;
  font-family:Verdana;
  color:black;
  cursor:default;
}
a.skintoolbaritem:hover
{
  border:solid 1px #0A246A;
  padding:1px;
  background-color:#B6BDD2;
  background-image:none;
  font-family:Verdana;
  color:black;
  cursor:default; 
  text-decoration:none;

}