div#event_photo {
	margin: 10px 5px;
}

ul.event_photo_list table {
	width: 100%;
}

ul.event_photo_list table td.thumb {
	width: 130px;
}

ul.event_photo_list li div.missing {
	font-style: italic;
	color: #ccc;
}

ul.event_photo_list li div#thumb {
  /*  float: left;*/
	margin: 3px 15px 3px 0;
	width: 120px;
	height: 120px;
}

form#photo_form {
	clear: both;
}

div#album ul#photos {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: center;
	background-color: #fff;
	line-height: 1em;
	list-style: none;
}

ul#photos li, ol#photos li {
	float: left;
	margin: 2px 4px;
}

div#organize ul#photos li {
	cursor: move;
}

div#organize ul#photos li div {
	display: none;
}

div#organize ul#photos.full li  div {
	display: block;
	margin: 10px 5px 3px 130px;
	padding: 10px 0 0 0;
	clear: right;
	width: 500px;
}

div#organize ul#photos.full li div span {
	width: 400px;
	margin: 0;
	padding: 3px 0 3px 24px;
}

div#organize ul#photos.full li img {
	float: left;
}

div#organize ul#photos.full li {
	margin: 3px;
	cursor: auto;
}

div#organize ul#photos.full li div input {
	width: 225px;
}

div#organize ul#photos.full li div input.photoUpdate {
	width: 75px;
	margin: 3px 10px;
	clear: right;
}

div#add_past_date {
	padding: 3px 10px;
	background-color: #F1F1F1;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9000;
	border: 3px solid #000;
}

#cal1Container {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9002;
}

div#photo_header {
	margin: 10px 0;
}

div#photo_header div.date {
	background-color: #30659a;
	height: 50px;
	width: 50px;
	font-size: 135%;
	font-weight: bold;
	padding-top: 3px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 30px;
	text-align: center;
	float: left;
	word-spacing: 2em;
	letter-spacing: 0.1em;
}

div#photo_header div.title {
	height: 50px;
	margin-top: 35px;
	float: left;
	padding-left: 10px;
	font-weight: bolder;
	font-size: 135%;
}

div#photo_header div.title span {
	float: left;
	text-transform: uppercase;
	font-weight: normal;
	color: #c41c1c;
	font-size: 80%;
	letter-spacing: 0.1em;
}

div#photo_header div.summary {
	font-size: 90%;
	clear: both;
	color: #808080;
	background-color: #f1f1f1;
	border-bottom: 1px solid #CCC;
}

div.photo_main_nav {
	text-align: center;
	padding: 3px 0px;
}

span.photo_nav {
  text-align: right;
  padding-left: 100px;
}

a.store_nav {
  text-align: left;
  padding-right: 225px;
}

div#photo {
	padding: 10px 3px;
}

ul#photos{
	padding: 10px 0;
	margin-left: -3px;
}

div#photo img {
	border: 2px solid #30659a;
}

div#photo div#caption{
	color: #30659a;
	font-weight: bold;
}

public div#bd div#yui-main div.yui-b  h2.first{
	padding: 0;
	margin:  0;
	border: 0;
}

/* prototip*/
/* the default style */
.prototip .default { color: #808080; }
.prototip .default .toolbar {
  background: #f1f1f1;
  font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
  padding: 5px;
  background: #fff;
}