/* Main Styles */



/* Table Cells */

table.OptionsMenu {
        border-top: 1px solid #ABA687;
        border-left: 1px solid #ABA687;
}


td.PageCell {
	background: #000000;
}

td.MainHeader {
	background: #FFFFFF;
}

td.MainFooter {
	background: #FFFFFF;
}

td.MainBody {
	background: #DEDCD0;
}

td.RightColumn {
	background: #DEDCD0;
}

td.LeftColumn {
	background: #DEDCD0;
}

td.NavButton {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666;
	background: #FFFFFF;
	text-align: center;
	/* padding: 2px 12px 2px 12px; */
}



/* Paragraphs */
p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0.5em 0px 0px 0px;
	color: #666666;
}

p.Attribution {
	font-style: italic;
	text-align: right;
	margin-right: 3em;
	margin-top: 0px;
	margin-bottom: 1em;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0.5em 1.5em 0px 1.5em;
	color: #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	margin: 0.5em 0px 0px 0px;
	color: #666666;
}



/* Headlines */

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 2em;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

span.Title {
	font-size: 15px;
	font-weight: bold;
}



/* Forms */
table.FormLayout {
	border: 1px 1px 0px 1px;
	border-style: solid;
	border-color: black;
	border-bottom: 0px;
}
td.FormLabel {
	font-family: helvetica,arial,sans-serif;
	font-size: smaller;
	border-bottom: 1px solid black;
}
td.FormFields {
	font-family: helvetica,arial,sans-serif;
	font-size: smaller;
	border-bottom: 1px solid black;
}






/* Links */

/* Common to all the sections (the link and visited are set 
   in each sections styles.css file) */
a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}




a.NavButton {
	color: #666666;
	text-decoration: none;
}


a.NavButton:link {
	color: #666666;
	text-decoration: none;
}

a.NavButton:visited {
	color: #666666;
	text-decoration: none;
}

a.NavButton:active {
	color: #000000;
	text-decoration: none;
}

a.NavButton:hover {
	color: #000000;
	text-decoration: none;
}


a.LiveNavButton {
        color: #FFFFFF;
        text-decoration: none;
}

a.LiveNavButton:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.LiveNavButton:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.LiveNavButton:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.LiveNavButton:hover {
	color: #FFFFFF;
	text-decoration: none;
}





p.Category {
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        margin-left: 6px;
        margin-right: 6px;
}

p.SculptureTitle {
        text-align: center;
	font-style: italic;
	font-weight: bold;
        margin-left: 6px;
        margin-right: 6px;
}

p.Dimensions {
        text-align: center;
        margin-left: 6px;
        margin-right: 6px;
}

p.GalleryNav {
        text-align: center;
        font-style: italic;
        margin: 10 0 10 0;
}

p.Medium {
	margin-left: 6px;
	margin-right: 6px;
}

p.Location {
	margin-left: 6px;
	margin-right: 6px;
}

p.Collection {
	margin-left: 6px;
	margin-right: 6px;
}

p.Description {
	margin-left: 6px;
	margin-right: 6px;
}

p.PhotoCredit {
	margin-right: 10px;
	text-align: right;
	font-style: italic;
}

