p {
	margin-top: 0px;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

/* list styles */ 
.list, .list-header, .list-row {
	width: 550px;
	clear: both;
}

.list-header, .list-header-blue {
	background-image: url("/common/images/interface/green-bar-pattern.gif");
	background-repeat: x;
	height: 21px;
}

.list-header-blue {
	background-image: none;
	background-color: #006bc5;
}

.list-header-column, .list-row-column {
	float: left;	
}

.list-header-column {
	margin-top: 2px;
}

.list-row-column {
	margin-top: 3px;
	margin-bottom: 3px;
}

.list-cell {
	margin-left: 5px;
	margin-right: 5px;
}

.synopsis {
	font-size: 11px;
	color: #535353;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

a.result_header {
	color: white;
}

.result_header {
	color: #BFE8DC;
}
/* gallery styles */

a.gallery_thumbnail_link {
	padding:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background:#fff;
	color:#0075cf;
	text-decoration:none;
	font-weight:bold;
	line-height:1.5em;
}

a:hover.gallery_thumbnail_link {
	background:#a6a6a6;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

a.gallery_thumbnail_link_active {
	padding:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background:#a6a6a6;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	line-height:1.5em;
}
/* profile styles */

.profile, .profile-header, .profile-row, .profile-row-label, .profile-row-item, .profile-cell, .profile-content, .editable-profile, .editable-profile-header, .editable-profile-row, .editable-profile-row-label, .editable-profile-row-item, .editable-profile-cell, .editable-profile-content{
	/*position: relative;*/
}

.profile, .profile-header, .profile-row, .profile-content, .editable-profile, .editable-profile-header, .editable-profile-row, .editable-profile-content {
	width: 550px;
	clear: both;
}

.editable-profile, .editable-profile-header, .editable-profile-row, .editable-profile-content {
	width: auto;
}

.editable-profile {
	width: auto;
}

.profile-header {
	margin-bottom: 15px;
}

.profile-row-label, .profile-row-item, .editable-row-label, .editable-profile-row-item {
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
}

.profile-row-label, .editable-profile-row-label {
	width: 150px;
	font-weight: bold;
}

.editable-profile-row-label {
	width: auto;
}

.profile-row-item {
	width: 400px;
}

.editable-profile-row-item {
	width: auto;
}

.profile-cell {
	margin-left: 5px;
	margin-right: 5px;
}

.profile-content, .editable-profile-content {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 20px;
}

.search-term-hit {
font-style: italic;
}

.search-result-header {
font-weight: bold;
padding-bottom: 10px;
}

/* table list styles */
table.table-list {
	width: 550px;
}

td.table-list-header {
	background-image: url("/common/images/interface/green-bar-pattern.gif");
	background-repeat: x;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
}

td.table-list {
	padding: 5px;
}

/* table profile styles */
table.table-profile {
	margin-top: 10px;
}

td.table-profile-label, td.table-profile-value {
	padding-top: 5px;
	padding-bottom: 5px;
}

td.table-profile-label {
	font-weight: bold;
}

td.table-profile-value {
	width: 100%;
	padding-left: 10px;
}

td.table-profile-content {
	padding-top: 10px;
}

.fineprint {
	font-size: 11px;
	color: #535353;
	margin-top: 5px;
	margin-bottom: 5px;
}

td.controller {
	padding:10px 0px 10px 0px;
	}