#_articlecreateartist_WAR_artportlet_languageMenu {

	background: none;
	background-color: #EEE;
	border: none;
}

h1.art {
	margin: 0;
	padding: 0;
	font-family: 'Book Antiqua', Palatino, serif;
	font-weight: normal;
	font-size: 22px;
}

img.loaderImage {
	visibility: hidden;
	position: absolute;
	right: 30px;
	top: 0px;
}

/************************ Search result *****************************/

.search-result-panel {
	min-height: 200px;
}

ul.search-results-list {
	list-style-type: none;
	margin: 0;
}

ul.search-results-list li { 
	margin: 0 0 10px 0;
	padding: 0;
}

ul.search-results-list li a.title {
	text-decoration: none;
	font-size: 18px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #E0001E;
	margin-right: 5px;
	display: inline-block;
}

ul.search-results-list li a.title:hover {
	color: #E0001E;
}

ul.search-results-list li span.date {
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

ul.search-results-list li span.date a {
	color: #333;
	text-decoration: none;
	padding: 2px; 
}

ul.search-results-list li span.date a:hover {
	color: #E0001E;
}
	
ul.search-results-list li .divider {
	font-size: 18px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #FFF;
}

/******************************************************************************/
	
	
.index-config-fieldset {
	width: 100%;
}

.author-list-item a.title {
	font-size: 24px;
	text-decoration: none;
	font-family: 'Didact Gothic', sans-serif;
	display: block;
	margin-bottom: 8px;
	color: #669933;
	text-shadow:1px 1px 2px #CCC;
}

.author-list-item {
	border-top: solid 4px #E0001E;
	background-color: #FFF;
	overflow: auto;
	padding: 10px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.author-list-item .image-replacement {
	height: 140px;
	width: 100px;
	border-radius: 3px;
	box-shadow: 5px 5px 1px #DDD;
	margin-right: 15px;
	float: left;
	background: #EEE;
}

.author-list-item img {
	border-radius: 3px;
	box-shadow: 5px 5px 1px #EEE;
	margin-right: 15px;
	
	float: left;
}

.author-list-item .param {
	margin-bottom: 3px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	
}

.author-list-item .title {

}

.author-list-item .param span {
	font-size: 14px;
	font-family: Times New Roman, serif;
	margin-bottom: 5px;
}

.author-list-item .meta .description {
	font-size: 12px;
	font-style: oblique;
	vertical-align: bottom;
	margin-top: 20px;
	line-height: 150%;
}

/************************ Exhibition portlet *****************************/

div.exhibition-wrapper {
	position: relative; /* important(so we can absolutely position the description div */ 
	border: solid 0px #000;
	margin-right: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	vertical-align: middle;
	
	display: inline-block;
}

div.exhibition-wrapper img {
	vertical-align: bottom;
	padding: 5px;
	border: solid 1px #EFEFEF;
}

div.exhibition-wrapper a {
	vertical-align: bottom;
}

div.exhibition-wrapper a:hover img {
	border: solid 1px red;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

div.exhibition-description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:6px; /* position will be on bottom */
	left:6px;
	right:6px;
	/* styling bellow */
	background-color: black;
	font-family: 'tahoma';
	font-size:12px;
	color:white;
/* 	width:100%; */
	opacity: 0.5;
/* 	margin: 0 5px 5px 5px; */
}
div.exhibition-description-content {
	
	padding:10px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}


/************************ * portlet *****************************/

.summary {
	font-style: oblique;
	text-indent: 5px;
	color: #666;
}

p.description {
	font-size: 13px;
	text-align: justify;
}

/************************  portlet *****************************/

.author-input-textarea {
	height: 150px;
}

.image-column {
	vertical-align: middle;
	text-align: center;
}

.image-column img {
	margin: 10px 0 0 10px;
	border: 0px;
}



/*************************************************************/

.result-item {
	width: auto;
	overflow: auto;
	padding: 5px;
	margin: 0 0 10px 0;
}

.result-item:hover {
}

/************************ Authors *****************************/


.author-result-summary {
	color: #666;
	font-style: italic;
}

.author-result {
	width: auto;
	overflow: auto;
	padding: 5px;
	margin: 0 0 10px 0;
	border-bottom: dotted 3px #EEE;
}

.author-result-title {
	font-size: 20px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
	display: block;
	margin: 0 0 8px 0;
	color: #E0001E;
}

.author-result-title:hover {
	color: #E0001E;
}

.result-small-image img, img.create-image {
/* 	background-color: #FFF; */
/* 	border: solid 1px #CCC; */
/* 	padding: 4px; */
	margin-left: auto;
    margin-right: auto;
}

#authorImage {
	width: 100%;
	text-align: center;
}

.result-content {
	font-size: 13px;
	vertical-align: bottom;
	line-height: 150%;
	text-align: justify;
	font-family: 'Didact Gothic', sans-serif;
}


.result-content a.title {
	text-decoration: underline !important;
	font-size: 20px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #E0001E;
	margin-right: 5px;
	display: inline-block;
}

.result-small-image {
	padding: 1px !important;
	float: left;
	margin: 0 10px 5px 0;
}

.result-description {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

.read-more, .article-action {
	background-color: #E0001E;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
}




.image-select {
	background-image: url('../images/icons/camera_gray.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 3px 10px 0 16px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	text-transform: uppercase;
}

.image-select:hover {
	background-image: url('../images/icons/camera_red.png');
	color: #E0001E;
}




.read-more:hover {
	color: #FFF;
}

.article-action:hover {
	background: orange;
	color: #FFF;
}






/************************************************/

.aui-field-input {
	background: #FFF !important;
	color: #333 !important;
	border: solid 1px #CCC !important;
}

.aui-field-input:focus {
	background: #FFF;
	color: #333;
	border: solid 3px #CCC;
}



a.monument-type-link {
	background-color: #E0001E;
	padding: 20px 30px;
	display: inline-block;
	color: #333;
	font-size: 1.7em;
	text-decoration: none;
	margin: 0 10px 20px 0;
}

a.monument-type-link:hover {
	color: #FFF;
}

.upload-image-wrapper {
	margin-bottom: 15px;
	padding: 5px 15px 5px 0;
	overflow: auto;
	position: relative;
	clear: both;
	border-top: dashed 1px #CCC;
	border-bottom: dashed 1px #CCC;
}

.upload-image-wrapper .small-image {
    display: inline-block;
    float: left;
}

.upload-image-wrapper img {
	padding: 3px;
	background: #FFF;
	border: solid #CCC 1px;
}

.upload-image-wrapper .upload-image-data {
    margin-left: 195px;
    border-left: dashed 1px #CCC
}

.upload-image-wrapper .upload-image-data-input {
    margin-left: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 11px;
}

.upload-image-wrapper .upload-image-data-input label {
    display: inline-block;
    width: 70px;
    text-align: right;
    margin-right: 5px;
    vertical-align: top;
}

.upload-image-wrapper span {
	margin-top: 10px;
	display: inline-block;
}

.upload-image-wrapper .action-delete {
	position: absolute;
	top: 0;
	right: 0;
}

p.help {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 0;
	color: #666;
}

.upload-image-wrapper input, .upload-image-wrapper textarea {
	background: #FFF !important;
	color: #333 !important;
	border: solid 1px #CCC !important;
}

.ac-exhibition h1 {
	background: url('../images/icons/add_dark_gray.png');
	background-repeat: no-repeat;
	background-position: left center; 
	padding: 0;
	padding-left: 26px;
	border-bottom: dashed 1px #CCC;
	margin-bottom: 0;
}

.ac-exhibition .aui-field-content {
	padding: 8px 0 10px 0;
}

.ac-exhibition .aui-field-content:hover {
/* 	background: #E5B3B0; */
}

.ac-exhibition .aui-field-label-inline-label {
	width: 100px !important;
	display: inline-block;
	text-align: right;
	font-size: 1em;
	padding-right: 10px;
	vertical-align: top;
}

.ac-exhibition .form-navigator {
	background: #FFF;
	border: 0;
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	width: 180px;
	padding: 1px;
	margin-top: 10px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
}

.ac-exhibition .form-section {
	width: 75%;
}

.ac-exhibition .form-navigator li.selected {
	background-image: none;
}

.ac-exhibition .form-navigator li.selected a {
	background-color: #E0001E;
}

.ac-exhibition .form-navigator li a {
	color: #333;
}

.ac-exhibition .form-navigator li a:hover {
	background-color: #CCC;
}

.ac-exhibition .aui-button-holder  {
	margin-left: 10px;	
}

.ac-exhibition .aui-label-required {
	font-size: 0.8em;
}

.ac-exhibition .aui-form-validator-message .required {
	background: red;
	opacity: 0.6;
}

.ac-exhibition a.small-image-select {
	color: #333;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 0;
}

.ac-exhibition a.small-image-select:hover {
	color: #E0001E;
}

p.CM {
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-color: rgb(224, 0, 30);
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 4px;
    background-color: #ffffff;
    color: #555;
    font-size: 1.1em;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}

p.CM span {
    color: rgb(224, 0, 30);
    font-size: 1em;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    margin-top: -2px;
    padding-bottom: 4px;
    font-weight: bold;
    font-family: Palatino, "Palatino Linotype", serif;
}


.languageMenu {
	background: 	#f0f0f0 !important;
	border: 0px solid !important;
	border-color: #f0f0f0 !important;
}
