/*
white: #fefefe
lightbrown: #f5ebdf
black: #4a4d52
orange: #ee9a3a;
gray: #9f9289
brown: #d6cdba;
*/
body {
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4a4d52;
	line-height: 20px;
}


.logo_description {
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	float:left;
	width:232px;
}

.powerd_by {
	color: #FFF;
	font-size: 11px;
	font-weight:bold;
	text-align:right;
	float:right;
	
}

* {
	margin: 0;
	padding: 0;
}

narmal_text{
	font-family: Arial, Helvetica, sans-serif;
	color: #4a4d52;
	line-height: 20px;
}

ul li {
	list-style-type: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #4a4d52;
}

label {
	cursor: pointer;
}

#container {
	width: 960px;
	margin: 20px auto;
}

h2 {
	font-size: 21px;
	font-weight: normal;
	line-height: normal;
}



h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
h4 {
	font-size: 12px;
	line-height: normal;
}
/* Header start */

/* Identity (logo) */
#header {
	background: url('../images/backgrounds/header.jpg') 0 0 repeat-x;
	position: relative;
	height: 74px;
}

#header.alternative {
	background: none;
	
}

#header, #content, #footer {
	padding: 30px;
}

#header {
	padding-top: 20px;
}

#identity a {
	width: 230px;
	height: 85px;
	position: relative;
	display: block;
	overflow: hidden;
}
#identity a span {
	/*background: url('../images/identity.jpg') 0 0 no-repeat;*/
	position: absolute;
	width: 100%;
	height: 100%;
}
#header.alternative #identity a span {
	background-image: url('../images/identity_alternative.jpg');
}
/* Login */
#header .login {
	float: right;
	padding-top: 10px;
	line-height: 20px;
	color: #fefefe;
}
#header.alternative .login {
	padding-top: 60px;
}
#header .login a {
	color: #f5ebdf;
	text-decoration: underline;
}
#header.alternative .login a {
	color: #ee9a3a;
	margin-left: 10px;
}
#header .login ul.actions {
	position: relative;
	right: -5px;
}
#header .login ul.actions li {
	display: inline;
}

/* Menu */
#menu-wrapper {
	margin-top: 2px;
	padding: 0 30px;
	background: url('../images/backgrounds/menu.jpg') 0 0 repeat-x;
}
#menu-wrapper a {
	height: 23px;
	line-height: 23px;
	display: block;
}
#menu-wrapper .parent {
	float: left;
	width: 225px;
}
/* Manage menu item */
#menu-wrapper.dashboard .collections .manage a.main-item {
	background: url('../images/buttons/manage_your_collections.jpg') -10px 0 no-repeat;
}
#menu-wrapper.cascade .collections .manage a.main-item {
	background: url('../images/buttons/manage_your_collections.jpg') 0 0 no-repeat;
}
#menu-wrapper .collections .manage a.main-item, #menu-wrapper .collections .manage ul {
	width: 189px;
}
/* View menu item */
#menu-wrapper.dashboard .collections .view a.main-item {
	background: url('../images/buttons/view_your_collections.jpg') -20px 0 no-repeat;
}
#menu-wrapper.cascade .collections .view a.main-item {
	background: url('../images/buttons/view_your_collections.jpg') 0 0 no-repeat;
}
#menu-wrapper .collections .view a.main-item, #menu-wrapper .collections .view ul {
	width: 189px;
}
/* Share menu item */
#menu-wrapper.dashboard .collections .share a.main-item {
	background: url('../images/buttons/share_your_collections.jpg') -24px 0 no-repeat;
}
#menu-wrapper.cascade .collections .share a.main-item {
	background: url('../images/buttons/share_your_collections.jpg') 0 0 no-repeat;
}
#menu-wrapper .collections .share a.main-item, #menu-wrapper .collections .share ul {
	width: 205px;
}
/* Learn menu item */
#menu-wrapper.dashboard .collections .learn a.main-item {
	background: url('../images/buttons/learn_and_collect.jpg') -35px 0 no-repeat;
}
#menu-wrapper.cascade .collections .learn a.main-item {
	background: url('../images/buttons/learn_and_collect.jpg') 0 0 no-repeat;
}
#menu-wrapper .collections .learn a.main-item, #menu-wrapper .collections .learn ul {
	width: 178px;
	margin-left: 30px;
}

#menu-wrapper.cascade .collections .manage a.main-item:hover,
#menu-wrapper.cascade .collections .view a.main-item:hover,
#menu-wrapper.cascade .collections .share a.main-item:hover,
#menu-wrapper.cascade .collections .learn a.main-item:hover,
#menu-wrapper.cascade .collections .selected a.main-item {
	background-position: 0 100% !important;
	height: 33px;
	margin-top: -10px;
	position: relative;
}
#menu-wrapper.cascade li.parent {
	position: relative;
}
#menu-wrapper.cascade li.parent ul a {
	color: #fff;
	font-size: 11px;
	margin-left: 10px;
}
#menu-wrapper.cascade li.parent ul a:hover {
	color: #d6cdba;
}
#menu-wrapper.cascade li.parent:hover ul {
	display: block;
	position: absolute;
	z-index: 50;
}
#menu-wrapper.cascade li.parent:hover ul li {
	background: #4d5056 url('../images/backgrounds/menu_item.jpg') 0 0 repeat-x;
	width: 100%;
	border-bottom: 1px solid #d6cdba;
}
#menu-wrapper.cascade li.parent:hover ul li:last-child {
	border: none;
}
#menu-wrapper.dashboard ul ul {
	padding-left: 5px;
}
#menu-wrapper.dashboard ul ul li {
	padding-left: 10px;
	background: url('../images/orange_bullet.jpg') 0 50% no-repeat;
}
#menu-wrapper.cascade ul ul {
	display: none;
}
/* Header End */

/* Content start */
#content.alternative {
	background: #87858a url('../images/backgrounds/content_wrapper_alternative.jpg') 0 0 repeat-x;
	margin-bottom: 15px;
	color: #fefefe;
}
#content.alternative.slide {
	background-image: none;
}
#content.alternative .main {
	background: #51545a url('../images/backgrounds/content_alternative.jpg') 0 0 repeat-x;
	margin-bottom: 20px;
}
#content.alternative h2 {
	color: #fefefe;
	padding-bottom: 20px;
}
#content .search {
	float: right;
}
#content .search label {
	font-size: 13px;
	font-weight: bold;
}
#content .search #q {
	margin: 0 5px;
	width: 161px;
	padding: 2px;
	height: 16px;
	border: 1px solid #e5e5e5;
	color: #9f9289;
}
#content .section {
	border-bottom: 1px solid #95949a;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#content .section h3 {
	padding-bottom: 25px;
}
#content .section small {
	padding-left: 13px;
}
#content .section small a {
	color: #ee9a3a;
	font-size: 10px;
	text-decoration: underline;
	top: -2px;
	position: relative;
}
#content .section p {
	color: #9f9289;
	font-size: 11px;
	padding-bottom: 13px;
}
#content .section .auctions li {
	float: left;
	width: 259px;
	padding-right: 20px;
}
ul.thumbnail li {
	float: left;
	width: 180px;
}
ul.thumbnail.large h4 {
	padding-bottom: 12px;
}
ul.thumbnail.large li {
	width: 300px;
}

/* Welcome (Home Page) */
.welcome-wrapper {
	padding: 30px 0 30px 25px;
	width: 580px;
	overflow: hidden;
}
.welcome-actions li {
	width: 80px;
	float: left;
	padding-right: 35px;
	margin-right: 30px;
}
.welcome-actions p {
	color: #fefefe;
	position: absolute;
	padding-top: 8px;
	font-size: 10px;
	margin-left: -25px;
}
.welcome-actions li a {
	padding-top: 60px;
	display: block;
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-align: center;
}
.welcome-actions li.store a {
	background-image: url('../images/buttons/store.jpg');
}
.welcome-actions li.record a {
	background-image: url('../images/buttons/record.jpg');
}
.welcome-actions li.secure a {
	background-image: url('../images/buttons/secure.jpg');
}
.welcome-actions li.exhibit a {
	background-image: url('../images/buttons/exhibit.jpg');
}
.welcome-actions li.collect a {
	background-image: url('../images/buttons/collect.jpg');
	background-position: 50% 0% !important;
}
.welcome-actions li.discover a {
	background-image: url('../images/buttons/discover.jpg');
}
.welcome-actions li.value a {
	background-image: url('../images/buttons/value.jpg');
}
.welcome-actions li.share a {
	background-image: url('../images/buttons/share.jpg');
}
.arrow-right {
	background: url('../images/arrow_right.jpg') 100% 50% no-repeat;
}
.arrow-left {
	background: url('../images/arrow_left.jpg') 0% 65% no-repeat;
	text-align: right;
	padding-left: 35px;
	margin-left: -35px !important;
	position: relative;
	top: -8px;
}
.arrow-left a {
	margin-top: 45px;
}
.arrow-down {
	padding-bottom: 45px;
	background: url('../images/arrow_down.jpg') 32% 100% no-repeat;
}
.arrow-up {
	padding-top: 45px;
	background: url('../images/arrow_down.jpg') 32% 0% no-repeat;
	position: relative;
	top: -8px;
}
.main .picture {
	float: right;
	
	height:250px;
	margin-top:10px;
	
}
.main .picture p {
	color: #fefefe;
	font-size: 11px;
	padding: 10px 0;
}
/* Login Page */
div.main.login {
	padding: 20px 120px;
}
div.main.login ul {
	margin-top: 17px;
}
div.main.login ul.benefits li:before {
	content: '* ' !important;
}
div.main.login ul.form {
	width: 215px;
	text-align: center;
}
div.main.login input {
	border: 1px solid #fff;
	width: 100%;
	color: #fff;
	background: none;
	margin-bottom: 9px;
	padding: 2px;
}
div.main.login a {
	color: #ee9a3a;
	text-decoration: underline;
}
p.forgot-password {
	font-size: 11px;
	margin-bottom: 10px;
}
div.main.login h3 {
	font-size: 16px;
	font-weight: bold;
}
/* A a new collection page */
.add-new-collection .left {
	width: 50%;
	float: left;
	padding-right: 5%;
}
.add-new-collection .right {
	width: 45%;
	float: left;
}
.add-new-collection p b {
	font-size: 14px;
}
.add-new-collection p {
	padding-bottom: 20px;
}
.add-new-collection h3 {
	padding-bottom: 10px;
}
.add-new-collection .collections li a {
	color: #ee9a3a;
	text-decoration: underline;
}
.add-new-collection input.wired {
	width: 300px;
	margin-bottom: 40px;
}
.add-new-collection .objects label {
	margin-left: 8px;
}
.add-new-collection .objects li {
	float: left;
	width: 175px;
	padding-right: 10px;
}
.add-new-collection .objects li li {
	float: none;
}
.add-new-collection .objects li ul {
	padding-bottom: 15px;
}
.add-new-collection small a {
	color: #ee9a3a;
	text-decoration: underline;
	margin-right: 20px;
}
/* Manage your collections page */
.manage-your-collections h2 {
	margin-bottom: 35px;
}
.manage-your-collections ul li {
	height: 40px;
	line-height: 30px;
	vertical-align: middle;
	padding-bottom: 10px;
}
.manage-your-collections ul li a {
	float: left;
	margin-right: 20px;
}
/* Add new object page */
.add-new-object ul.categories {
	width: 570px;
	margin-top: 20px;
}
.add-new-object ul.categories li {
	float: left;
	width: 280px;
	padding-bottom: 5px;
}
.add-new-object ul.categories li small a {
	margin-left: -10px;
	text-decoration: underline;
	color: #ee9a3a;
}
.add-new-object ul.categories li.split {
	clear: left;
}
.add-new-object ul.categories li label {
	margin-left: 10px;
}
/* Add object to collection page */
.add-object-to-collection .left {
	width: 50%;
	float: left;
	padding-right: 5%;
}
.add-object-to-collection .right {
	width: 45%;
	float: left;
}
.add-object-to-collection select {
	width: 236px;
	margin-bottom: 40px;
}
.add-object-to-collection h2 {
	padding-bottom: 25px;
}
.add-object-to-collection p b {
	font-size: 13px;
}
.add-object-to-collection ol li {
	padding: 8px 0;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
.add-object-to-collection ol li span {
	font-size: 12px;
	font-weight: normal;
}
.add-object-to-collection h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
}
/* Add paintings to collection page */
.add-paintings-to-collection p {
	margin-bottom: 60px;
	line-height: 35px;
}
.add-paintings-to-collection ul li {
	height: 40px;
	vertical-align: middle;
	padding-bottom: 10px;
}
.add-paintings-to-collection ul li a {
	float: left;
	margin-top: -5px;
	line-height: 30px;
	margin-right: 20px;
}
.add-paintings-to-collection ul.normal {
	margin: 10px 0 20px 0;
}
.add-paintings-to-collection ul.normal li {
	padding: 0;
	height: auto;
	padding-bottom: 10px;
}
/* Upload spreadsheet page */
.upload-spreadsheet h2 {
	padding-bottom: 10px;
}
.upload-spreadsheet h3 {
	padding-bottom: 15px;
}
.upload-spreadsheet b {
	font-size: 13px;
}
.upload-spreadsheet .right {
	width: 58%;
	float: left;
	padding-right: 0;
}
.upload-spreadsheet .left {
	width: 33%;
	padding-right: 7%;
	float: left;
}
.upload-spreadsheet ul.spreadsheets li {
	float: left;
	width: 46px;
	padding: 45px 0 0 7px;
	background: url('../images/spreadsheet.jpg') 0 0 no-repeat;
	margin-right: 12px;
}
.upload-spreadsheet small a {
	color: #ee9a3a;
	text-decoration: underline;
}
/* Upload images page */
.upload-images .browse {
	width: 170px;
	height: 322px;
	background-color: #ddd;
	float: left;
}
.upload-images .select {
	margin-left: 205px;
	width: 425px;
}
.upload-images .images {
	border-top: 1px solid #95949a;
	padding-top: 10px;
	margin-top: 10px;
}
.upload-images .images li {
	float: left;
	padding: 0 12px;
	margin-bottom: 10px;
}
.upload-images .images li img {
	display: block;
}
.upload-images .images li input {
	margin-bottom: 5px;
}
.upload-images .tos label {
	height: 100%;
	margin-left: 20px;
	display: block;
}
.upload-images .tos input {
	float: left;
	margin-top: 3px;
}
.upload-images .actions {
	margin-top: 20px;
	text-align: center;
}
.upload-images .actions input, .upload-images .actions a {
	top: 10px;
	position: relative;
	margin: 0 10px;
}
/* Find images page */
.find-images {
	padding: 20px 0;
}
.find-images .wired {
	width: 280px;
}
.find-images select {
	margin-right: 20px;
}
.find-images input.wired {
	margin-right: 7px;
}
.find-images h3 {
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0;
}
/* Add painting page */
.add-painting ul.form {
	float: left;
	width: 45%;
	padding-right: 5%;
	text-align: right;
}
.add-painting ul.form li {
	padding-bottom: 10px;
}
.add-painting ul.form label {
	float: left;
	font-weight: bold;
}
.add-painting ul.form input, .add-painting ul.form select {
	width: 240px;
	color: #9f9289;
	border: 1px solid #e5e5e5;
	padding: 2px;
}
.add-painting ul.form select {
	width: 245px;
}
.add-painting ul.form textarea {
	width: 100%;
	color: #9f9289;
	border: 1px solid #e5e5e5;
	padding: 2px;
	height: 110px;
}
.add-painting img {
	float: left;
	margin: 0 20px 20px 0;
}

/* Add user page */
.add-users p {
	padding: 20px 0;
}
.add-users p b {
	font-size: 13px;
}
.add-users .left, .add-users .right {
	width: 45%;
	float: left;
	padding-right: 5%;
}
.add-users ul.form {
	padding: 20px 0;
}
.add-users ul.form li {
	padding-bottom: 5px;
}
.add-users ul.form input {
	margin-right: 8px;
}
/* Change access permission page */
.change-permission p {
	padding: 20px 0;
}
.change-permission .user-list li {
	line-height: 20px;
}
.change-permission .user-list li input {
	margin-right: 7px;
}
.change-permission .user-list li small a {
	margin-left: 20px;
}
.change-permission .left, .change-permission .right {
	float: left;
	width: 45%;
	padding-right: 5%;
}
.change-permission .form li input {
	margin-right: 15px;
	position: relative;
	bottom: -3px;
}
/* Find manager page */
.find-manager h2 {
	padding-bottom: 15px;
}
.find-manager h3 {
	font-size: 15px;
	font-weight: bold;
}
.find-manager p {
	padding-bottom: 15px;
}
.find-manager .left {
	width: 58%;
}
.find-manager table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
	border-bottom: 9px solid #d6cdba;
}
.find-manager table td {
	border: 1px solid #e5e5e5;
	padding: 4px 10px;
	vertical-align: top;
}
.find-manager table th {
	background-color: #d6cdba;
	border-right: 1px solid #b0aaa0;
	text-align: center;
	padding: 5px 0;
}
/* Apply / Review collection manager posting page */
.apply-and-review-collection-manager-posting .prerequisites {
	margin: 10px 0;
}
.apply-and-review-collection-manager-posting .prerequisites li {
	padding: 5px 0;
}
.apply-and-review-collection-manager-posting .left, .apply-and-review-collection-manager-posting .right {
	float: left;
	width: 43%;
	padding-right: 5%;
}
.apply-and-review-collection-manager-posting ul.form {
	text-align: right;
}
.apply-and-review-collection-manager-posting ul.form li {
	padding-bottom: 10px;
}
.apply-and-review-collection-manager-posting ul.form label {
	float: left;
	font-weight: bold;
}
.apply-and-review-collection-manager-posting ul.form input, .apply-and-review-collection-manager-posting ul.form textarea {
	width: 225px;
	color: #9f9289;
	border: 1px solid #e5e5e5;
	padding: 2px;
}
.apply-and-review-collection-manager-posting ul.form textarea {
	width: 100%;
	height: 85px;
	margin-top: 8px;
}
.apply-and-review-collection-manager-posting ul.form.simple {
	text-align: left;
	font-weight: bold;
}
.apply-and-review-collection-manager-posting .actions {
	margin-top: 20px;
}
.apply-and-review-collection-manager-posting .actions li {
	display: inline;
	margin-right: 40px;
}
/* View your collections / Learn and collect page */
.view-your-collections p {
	padding: 5px 0;
}
.view-your-collections p b {
	font-size: 13px;
}
.view-your-collections ul {
	margin-top: 10px;
}
.view-your-collections ul li {
	height: 40px;
	line-height: 30px;
	vertical-align: middle;
	padding-bottom: 10px;
}
.view-your-collections ul li a {
	float: left;
	margin-right: 20px;
}
/* Setup slide show page / Browse your collections page */
.setup-slide-show h2, .setup-slide-show h3 {
	padding-bottom: 20px;
}
.setup-slide-show h4 {
	padding-bottom: 7px;
}
.setup-slide-show .left  {
	float: left;
	width: 50%;
	padding-right: 5%;
}
.setup-slide-show .right {
	float: left;
	width: 40%;
}
.setup-slide-show select {
	width: 230px;
}
.setup-slide-show ul.collections li {
	float: left;
	width: 40%;
	padding-right: 5%;
	line-height: 30px;
}
.setup-slide-show ul.collections li ul li {
	float: none;
	width: auto;
}
.setup-slide-show ul.collections h3 {
	padding-bottom: 10px;
}
.setup-slide-show ul.collections li label {
	margin-left: 10px;
}
.setup-slide-show ul.collections li.first {
	float: none;
	font-weight: bold;
}
/* Create report page */
.create-report h2 {
	padding-bottom: 15px;
}
.create-report p {
	padding-bottom: 20px;
}
.create-report p b {
	font-size: 13px;
}
.create-report ul li h4 {
	float: left;
	width: 230px;
}
.create-report ul li img {
	padding-right: 7px;
}
.create-report ul li label {
	margin-right: 10px;
}
.create-report .reports-wrapper {
	width: 230px;
}
.create-report .reports {
	margin: 12px 0 20px 0;
	height: 315px;
	overflow-y: scroll;
	border: 1px solid #e5e5e5;
	padding: 4px 5px 0 5px;
}
.create-report .reports-noscroll{
	margin: 12px 0 20px 0;
	height: 315px;
	overflow-y: scroll;
	border: 1px solid #e5e5e5;
	padding: 4px 5px 0 5px;
}

.create-report .reports li {
	line-height: 20px;
	margin-bottom: 5px;
}
.create-report .reports-clearback{
	line-height: 20px;
	margin-bottom: 5px;	
}
.create-report .reports-clearback li {
	line-height: 20px;
	margin-bottom: 5px;	
	background-color: #95949a;
}


.create-report .reports li.selected {
	background-color: #4a4d52;
	color: #fff;
}
.create-report .reports li.selected span {
	background-color: #4a4d52;
}
.create-report .reports span {
	float: left;
	width: 20px;
	height: 20px;
	display: block;
	line-height: 20px;
	text-align: center;
	margin-right: 6px;
	background-color: #95949a;
	color: #fff;
	font-weight: bold;
}
/* Existing report formats page */
.existing-report-formats h2 {
	padding-bottom: 20px;
}
.existing-report-formats .report-wrapper {
	height: 337px;
	width: 700px;
	overflow-y: scroll;
	margin: 40px 0;
}
.existing-report-formats table {
	width: 99%;
	margin: 2px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}
.existing-report-formats td {
	border: 1px solid #e5e5e5;
}
.existing-report-formats table tr {
	height: 67px;
}
.existing-report-formats table .data {
	text-align: left;
	padding: 0 20px;
	font-weight: bold;
}
/* Search pages */
.search-wrapper ul.fields {
	text-align: right;
	width: 350px;
	margin-top: 50px;
}
.search-wrapper ul.fields li {
	line-height: 30px;
}
.search-wrapper ul.fields h3 {
	float: left;
}
.search-wrapper ul.fields li input, .search-wrapper ul.fields li select {
	width: 250px;
	margin-left: 8px;
}
.search-wrapper ul.fields li input {
	width: 244px;
}
.search-wrapper .left {
	float: left;
	width: 55%;
}
.search-wrapper .right {
	text-align: center;
	float: right;
}
.search-wrapper dl.results {
	margin: 20px 0;
}
.search-wrapper .results dt {
	font-weight: bold;
}
.search-wrapper .results dd {
	margin-bottom: 15px;
}
.search-wrapper .related-results {
	margin: 20px 0;
}
.search-wrapper .related-results li {
	float: left;
	width: 125px;
}
.search-wrapper .related-results li li {
	float: none;
}
/* Your collection page */
.your-collection h2 {
	padding-bottom: 20px;
}
.your-collection table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-bottom: 9px solid #d6cdba;
}
.your-collection table td {
	border: 1px solid #e5e5e5;
	padding: 4px 10px;
	vertical-align: top;
}
.your-collection table th {
	background-color: #d6cdba;
	border-right: 1px solid #b0aaa0;
	text-align: center;
	padding: 5px 0;
}
/* Gallery calendar page */
.gallery-calendar p.see-more {
	text-align: right; 
	padding-bottom: 20px;
}
.gallery-calendar .details {
	padding: 20px 0;
}
.gallery-calendar .details address {
	font-style: normal;
}
.gallery-calendar .details img {
	float: left; 
	margin-right: 20px;
}
.gallery-calendar .details p {
	padding-top: 10px;
}
.gallery-calendar table {
	width: 100%;
}
.gallery-calendar table th {
	font-size: 15px;
}
.gallery-calendar table td, .gallery-calendar table th {
	text-align: left;
	padding: 4px;
}
.important-advice h2 {
	padding-bottom: 20px;
}
.important-advice ul.advices {
	padding-top: 50px;
}
.important-advice ul.advices li {
	line-height: 35px;
	padding-left: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	background: url('../images/sheet.jpg') 0 0 no-repeat;
}
/* Preview and send report page */
.preview-and-send-report .left {
	width: 60%;
	float: left;
}
.preview-and-send-report .right {
	float: right;
}
.preview-and-send-report .right textarea {
	width: 244px;
	margin-bottom: 40px;
}
.preview-and-send-report .normal li {
	margin-bottom: 10px;
}
.preview-and-send-report ol {
	margin-left: 20px;
	color: #abaab0;
}
.preview-and-send-report .wrapper {
	border: 1px solid #abaab0;
	padding: 20px 10px 0 10px;
}
.preview-and-send-report ol img {
	float: left;
	padding-left: 15px;
}.preview-and-send-report ol ul {
	padding-bottom: 20px;
}
.preview-and-send-report ol li ul {
	padding-left: 140px;
	color: #4a4d52;
	background: url('../images/backgrounds/vertical_separator.jpg') 0 0 no-repeat;
}
.preview-and-send-report ol li ul b {
	padding-right: 5px;
}
.preview-and-send-report h2 {
	padding-bottom: 20px;
}
.preview-and-send-report h4 {
	font-size: 13px;
	padding: 5px 0;
}
/* Invite guests page */
.invite-guests {
	width: 50%;
}
.invite-guests h2 {
	padding-bottom: 10px;
}
.invite-guests p {
	padding: 20px 0;
}
.invite-guests ul li {
	line-height: 30px;
	padding-bottom: 10px;
}
.invite-guests ul input, .invite-guests ul select, .invite-guests ul label {
	position: relative;
	top: -5px;
}
.invite-guests ul select, .invite-guests ul label {
	margin-right: 10px;
}
.invite-guests ul h4 {
	float: left;
	width: 150px;
}
/* Request appraisal page */
.request-appraisal {
	width: 60%;
}
.request-appraisal h2 {
	padding-bottom: 20px;
}
.request-appraisal h4 {
	padding-top: 25px;
}
.request-appraisal p {
	padding-bottom: 10px;
}
.request-appraisal ul {
	padding: 15px 0;
}
.request-appraisal ul input {
	margin-right: 5px;
}
/* Choose object for appraisal page */
.choose-object-for-appraisal h2 {
	padding-bottom: 15px;
}
.choose-object-for-appraisal table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 70%;
	border-bottom: 9px solid #d6cdba;
	margin: 40px 0;
}
.choose-object-for-appraisal table tr.selected {
	background-color: #f2f2f2;
}
.choose-object-for-appraisal table td {
	border: 1px solid #e5e5e5;
	padding: 4px 10px;
	vertical-align: top;
}
.choose-object-for-appraisal table th {
	background-color: #d6cdba;
	border-right: 1px solid #b0aaa0;
	text-align: center;
	padding: 5px 0;
}
/* Request appraisal request page */
.request-appraisal-request .left, .request-appraisal-request .right {
	float: left;
	width: 43%;
	padding-right: 5%;
	margin-top: 40px;
}
.request-appraisal-request .left ul {
	border: 1px solid #9f9289;
	padding: 10px 20px;
	width: 90%;
}
.request-appraisal-request .left ul li {
	padding: 3px 0;
}
.request-appraisal-request .right ul li {
	padding: 0 0 20px 40px;
}
/* Managing museum requests and exhibition requests page */
.manage-museums .wrapper {
	width: 55%;
	margin-top: 30px;
}
.manage-museums ul li {
	background: url('../images/orange_bullet.jpg') 0 50% no-repeat;
	padding: 4px 0 2px 12px;
	font-weight: bold;
}
.manage-museums h2 {
	padding-bottom: 10px;
}
.manage-museums h4 {
	padding-bottom: 10px;
	font-size: 14px;
}
.manage-museums b {
	font-size: 14px;
}
.manage-museums table {
	text-align: center;
	margin-top: 40px;
}
.manage-museums table td.description {
	text-align: left;
}
.manage-museums table th {
	padding-bottom: 5px;
}
/* Assign images page */
.assign-images h2 {
	padding-bottom: 15px;
}
.assign-images table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-bottom: 9px solid #d6cdba;
	margin: 40px 0;
}
.assign-images table td {
	border: 1px solid #e5e5e5;
	padding: 4px 10px;
	vertical-align: top;
}
.assign-images table th {
	background-color: #d6cdba;
	border-right: 1px solid #b0aaa0;
	text-align: center;
	padding: 5px 0;
}
.assign-images .image-list {
	margin-top: 20px;
}
.assign-images .image-list li {
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
}
.assign-images .image-list li img {
	float: left;
	margin-right: 20px;
}
.assign-images .image-list li a img {
	float: none;
}
/* Slide show */
.slide-show {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #87858a;
	overflow: hidden;
	text-align: center;
}
#content.slide.normal .slide-show {
	position: relative;
	z-index: 1;
}
.slide-show .main-back, .slide-show .main-forward {
	position:absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 60px;
}
.slide-show .main-back {
	left: 0px;
	margin-left: 15px;
}
.slide-show .main-forward {
	right: 0;
	margin-right: 15px;
}
.slide-show .navigation-wrapper {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom:  30px;
	width: 433px;
	height: 80px;
	background: url('../images/slideshow/navigation_wrapper.png') 0 0 no-repeat;
}
.slide-show .navigation {
	width: 355px;
	margin: 15px auto;
}
.slide-show .navigation li {
	display: inline;
}
.slide-show .navigation li a {
	margin: 0 9px;
}
.slide-show .speed {
	margin-top: -15px;
	font-weight: bold;
}
.slide-show .speed li a {
	color: #fff;
}
.slide-show .speed li {
	display: inline;
	padding: 0 5px;
}
.slide-show .speed li a:hover {
	color: #717277;
}
.slide-show .main-image {
	position: relative;
}
.slide-show hr {
	display: none;
}
#content.slide.normal .slide-show hr {
	display: block;
	border: none;
	border-top: 1px solid #cbcbcb;
	margin-top: 20px;
}
#content.slide.normal .slide-show .navigation-wrapper {
	background-image: none !important;
	position: static;
	margin: 0 auto;
}
/* Content end */

/* Footer start */
#footer {
	height: 25px;
	padding-top: 13px;;
	background: url('../images/backgrounds/footer.jpg') 0 0 repeat-x;
	font-size: 11px;
}
#footer ul {
	float: right;
}
#footer ul li {
	display: inline;
	border-color: #686870;
}
/* Footer end */

/* Misc start */

span.alternative, span.alternative a {
	color: #ee9a3a;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}

/* Butttons */
.submit {
	border: none !important;
	cursor: pointer;
	height: 21px;
	line-height: 21px;
}
input.submit.find {
	background: url('./images/buttons/find.jpg') 0 0 no-repeat;
	width: 60px;
}
a.standard-link {
	color: #ee9a3a;
	text-decoration: underline;
}
.highlight {
	color: #ee9a3a;
}
input.image {
	/*width: auto !important;
	height: auto !important;
	border: 0 !important;
	margin: 0 !important;*/
}
input.wired, select.wired, textarea.wired {
	color: #9f9289;
	border: 1px solid #e5e5e5;
	padding: 2px;
}
input.wired, select.wired {
	line-height: 15px;
}
/* Border */
.border-right li {
	border-right: 1px solid #f5ebdf;
	padding-right: 5px;
	margin-right: 2px;
}
.last {
	border: none !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}
/* Misc end */

/* Error Message*/
.error-message{
	/*top: 0;
	left: 0;*/
	/*position: absolute;*/
	/*z-index: 100;*/
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	/*width: 100%;
	height: 100%;*/

	color: #BB0000;
	font-size: 12px;
	/*overflow: hidden;*/
	/*text-align: left;*/
	
	
}

.success{
	color: #ee9a3a;	
}

.box {

color: #9f9289;
border: 1px solid #e5e5e5;
padding: 2px;

}

.loginnow {
	font-size: 21px;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
}
.logodescription {

color: #FF9900;


}