﻿#default
{
	height: auto;
	width: auto;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white; /*#E5EEFF;*/
	border: solid 1px #392916;
}
#title
{
	width: auto;
	font-weight: bold;
	font-size: small;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #392916;
	margin-bottom: 10px;
	text-align: left;
}
#links
{
	font-size: x-small;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.addPhoto
{
	height: auto;
	width: auto;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 2px;
	background-color: white; /*#E5EEFF;*/
	border: solid 1px #392916;
}
.thumbsContent
{
	height: auto;
	width: 195px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: center;
}
.thumbsDescription
{
	padding: 2px;
}
.thumbsEdit
{
	padding: 3px;
	text-align:left;
}
.thumbsBorder
{
	border: 1px solid #cecece;
	padding: 0px;
	background: url(../imagens/bg-photo.png) whitesmoke repeat-x 50% top;
	margin-bottom: 1px;
	display: block;
}
#photoPanel
{
	margin-left: auto;
	margin-top: auto;
	height: auto;
	width: 585px;
	padding: 10px;
	background-color: white; /*#E5EEFF;*/
	border: solid 1px #392916;
	text-align: center;
}