/* $Id: photos.css,v 1.1.1.1 2010/06/20 01:40:43 profiles Exp $ */

/*menu */
.selected a, .selected a:hover, a.selected, a:hover.selected
{
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#photoIndex .photoIndexThumb
{
  padding: 5px;
  width: 90px;
  max-height: 90px;
  overflow: hidden;
}

/* Uploader */
#divLoadingContent
{
  text-align: center;
  padding-bottom: 50px;
}

.progressWrapper {
	width: 490px;
	clear: both;
}

.progressWrapper img
{
  max-height: 32px;
  max-width: 50px;
  float: right;
  margin: 5px 0;
}

.progressContainer {
  float: left;
  overflow: hidden;
  width:357px;
	margin: 5px;
	padding: 4px;
	border: 1px solid #888;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	color: red;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.swfupload {
	vertical-align: top;
}
fieldset {
	border:  1px solid #888;
	margin: 10px 0;
	padding: 20px 10px;
}
fieldset legend {
	background-color: #FFF;
	padding: 3px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #000;
}


/* Share Page */
#findFriend input
{
  width: 300px;
  color: #666;
  height: 18px;
}
#shareNav ul
{
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}

#shareNav li
{
  float: left;
  width: 100px;
  height: 20px;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  border: 2px solid transparent;
  border-bottom: 0;
}

#shareNav li.selected
{
  border: 2px solid #c9c9c9;
  border-bottom: 0;
  background: white;
}

#shareNav li a, #shareNav li.selected a:hover
{
  text-decoration: none;
}

#shareNav li a:hover
{
  text-decoration: underline;
}

#shareSelectedNum
{
  font-weight: bold;
}
#shareUsers, #shareEmail
{
  border: 2px solid #c9c9c9;
  overflow: auto;
  height: 380px;
  background: white;
  padding: 5px;
  margin: 0;
  clear: both !important;
}

#shareUsers .user
{
  float: left;
  width: 100px;
  height: 100px;
  margin: 7px;
  overflow-x: hidden;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}

#shareUsers .user_selected
{
  float: left;
  width: 100px;
  height: 100px;
  margin: 7px;
  overflow-x: hidden;
  border: 1px solid #aaa;
  background: #fff999;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}

#shareUsers .user img, #shareUsers .user_selected img
{
  max-height: 85px;
}

#shareUsers .user:hover
{
  border: 1px solid #aaa;
  background: #eaedf3;
}

#search_input
{
  height: 18px;
}
#sharePicture
{
  text-align:center;
  padding-bottom: 20px;
}
#sharePicture h2
{
  margin-top: 0;
}


.import_email
{
  background: #ffffff;
  position: absolute;
  left: 30%;
  top: 40%;
  height: auto;
  width: 550px;
  border: 1px solid #000;
  z-index: 2005;
  padding: 10px;
  clear:both;
}
.fadeBackground
{
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.2;
  opacity: .20;
}

