/* CSS file */
body {
	margin: 0px; 
	overflow:scroll
}

DataGrid {
   backgroundColor: #b98787;
   alternatingItemColors: #ffffff, #f1e7e7;
   selectionColor: #b2cb99;
   rollOverColor: #b98787;
   color: #000000;
   textSelectedColor: #000000;
   fontFamily: Georgia;
   fontSize: 12;
}

LinkButton {
   rollOverColor: #cccc99;
   selectionColor: #cccc99;
   color: #660000;
   textRollOverColor: #473d0f;
   textSelectedColor: #0033ff;
   fontFamily: Arial;
   fontSize: 14;
}

Application {
	backgroundGradientColors: #E5E0E1, #E5E0E1;
}

/*
.FormInput {
	padding-left:0;
	padding-right:0;
	border-color:#E5E0E1;
	border-style:underline;
	border-thickness:0;
	border-sides:"";
	}
*/

.ArtworkName {  font-family: Tahoma; font-size: 14px; font-weight: bold}

.PhotoCredit {  font-family: Arial, Helvetica, sans-serif; font-size: 9px}

.URL {  font-family: Georgia; font-size: 12px; color: #006633}

.InstitutionName {  font-family: Tahoma; font-size: 12px; font-weight: bold}

.InstitutionText { font-family: Georgia; font-size: 12px }

.ArtworkText { font-family: Georgia; font-size: 12 }

.Date { font-family: Georgia; font-size: 12px }

.ListOfWorks { font-family: Georgia; font-size: 12px }

.ArtworkDataGrid {
   alternatingItemColors: #ffffff, #f1e7e7;
}

.ParticipantDataGrid { fontFamily: Arial; fontSize: 11px }

.InstitutionInfoCanvas {
	background-color: #E5E0E1;
}

.LinkButtonBox {
	backgroundColor: #CEC4C6;
}

.MapBox {
	backgroundColor: #E5E0E1;
}

.MapViewStack {
	backgroundColor: #E5E0E1;
}

.MapCaption {
	font-family: Georgia; font-size: 12px
}

.StateFlag {
	color: #00782B;
}
.CityFlag {
	color: #00782B;
}
.InstitutionFlag {
	color: #00782B;
	selectionColor: #AA0000
}

.ImageOrNoPhoto {
	broken-image-skin: Embed('assets/NoPhotoNotice.jpg')
}

.ImageOrNewPhoto {
	broken-image-skin: Embed('assets/NewPhotoNotice.jpg');
	broken-image-border-skin: ClassReference("org.newdealartregistry.border.SimpleGradientBorder")
}

.ImageOrNewPhotoSmall {
	broken-image-skin: Embed('assets/BlankPhoto.jpg');
	broken-image-border-skin: ClassReference("org.newdealartregistry.border.SimpleGradientBorder")
}

.MessageArea {
		background-color: #E5E0E1;
		border-style: none;
}

.HomePageText {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: normal; line-height: 25px}
.HomePageText {  color: #660000;}
.BottomLink {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; color: #006633}
.HomePageTextLeadIn {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #660000}
.EleanorCaption {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal}
.FirstLine {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: normal; line-height: 12px; color: 660000}
.PicBorder {  border: #e5e0e1 solid; border-width: 9px 5px 0px 0px}
.HomePageTextLink {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: normal; color: #006633}
