/* Settings for site tags */

body 
{
	margin-top: 7pt;
	margin-left: 0pt;
	margin-height: 0pt;
	margin-width: 0pt;
}

body, td, table, p
{    
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

/*
td
{
	border: 1px solid #ae4f4f;
} /* d */

h1
{
	font-size: 12px;
/*	background-color: #050082;/**/
	margin-top: 10px;
	margin-bottom: 10px;
/*	text-transform: uppercase;*/
}

a
{
	color: #343434;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none
}

form
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px; 
	color: #343434;
	text-decoration: none;
	line-height: 14px;
}

input, select
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px; 
/*	color: #ffffff;*/
	text-decoration: none;
	line-height: 14px;
}

form, input, .form
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px; 
	color: #343434;
	text-decoration: none;
	line-height: 14px;
}

/* Site-specific classes */

.active
{
	color: #CA222F;
	font-weight: bold;
}

.selected
{
	color: #820303;
}

.fieldName
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px; 
	color: #343434;
	text-decoration: none;
	line-height: 14px;
}

.box 
{
	border: 1px solid #999999;	
}

.uppercase 
{
	text-transform: uppercase;
}

/* Define specific style areas inside site page */

/* Main Table: the biggest table on the page which encloses all other content */

#main, #main td
{
	background-color: #FFFFFF;
}

/* Body: Site main content, usually the central-right area. */

#body, #body td, #body table, #body p
{    
	line-height: 130%;
}

#body th
{
	background-color: #666666;
	color: #FFFFFF;
}

#body td
{
	background-color: #FFFFFF;
}

#body th.headerColumn
{ 
	background-color: #999999;
}

#body td.headerColumn
{ 
	background-color: #e7e7e7;
}

/* Site navigation bar (horizontal, text) */

#horizontalbar, #horizontalbar table, #horizontalbar td, #horizontalbar p, #horizontalbar a
{
	white-space: nowrap;
	font-size: 10px;
}

/* Remove vertical delimiters from horizontal bar */
#horizontalbar td
{
	color: #FFFFFF;
}

/* Site navigation bar (vertical, text) */

#verticalbar, #verticalbar td, #verticalbar table, #verticalbar p
{
	white-space: nowrap;
}

/* Site copyright */

#copyright, #copyright p, #copyright a
{
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: right;
	margin-top: 3px;
}

/* Error message in online forms */

#error
{
	color: #ff0000;
	font-size: 14px;
	display: block;
	background: url(images/error.gif) center left no-repeat;
	background-position: 0.9em 1.2em;
	border: 1px solid #343434;
	border-color: #343434;
	padding: 1em 0.3em 1em 3.6em;
	margin-bottom: 1em;
}

#error a:link, #error a:visited, #error a:active, #error a:hover, #error p
{
	color: #ff0000;
	font-size: 14px;
}

/* Site navigation bar (horizontal, rollover) */
/* Implementation: alteration to Rollover Horizontal List Navbar */

#sitebar
{
	margin-top: 1px;	/*1px*/
	margin-bottom: 1px;	
	width: 100%;
	float: center;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 4px;
/*	background-color: red; /* d */
}

#sitebar ul
{
	margin: 0;
	padding: 2px 0 4px 0;
	color: #343434;
	background-color: #FFFFFF;
/*	background-color: green; /* d */
}

#sitebar ul li
{
	display: inline;
	background-color: #FFFFFF;
/*	background-color: blue; /* d */
}

#sitebar ul li a
{
	padding: 4px 15px 4px 15px;
	background-color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	color: #6a6a6a;
	text-decoration: none;
	float: center;
	font-size: 10px;
	font-weight: bold;	
	margin-left: -3px; 
	/*border-left: 1px solid #FFFFFF;  Extend white 1 pixel left*/
	/*border-right: 1px solid #FFFFFF;  Extend white 1 pixel right*/
	margin-right: -3px; 
	border-bottom: 4px solid #b8b8b8;
/*	background-color: violet; /* d */
}

#sitebar ul li .active
{
	background-color: #FFFFFF;
	color: #c70202;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: -2px; 
	margin-top: -2px; 
	border-top: 2px solid #FFFFFF; /* Extend white 2 pixels up*/
	border-bottom: 4px solid #c70202;	
}

#sitebar ul li a:hover
{
	background-color: #e7e7e7;
	/*color: #343434;*/
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: -2px; 
	border-top: 2px solid #FFFFFF; /* Extend white 2 pixels up*/
	border-bottom: 4px solid #c70202;	
}

#sitebarlist li a:hover, #sitebarlist li a:active
{
	/*color: #820303;*/
	text-decoration: none;
	background: #820303;
	background-color: #e7e7e7;
	text-align: left;
}

/* Trick to narrow down spaces between list items */
#sitebarlist li a:hover
{
/*	margin-left: -3px; border-left: 3px solid #FFFFFF;
	margin-right: -3px; border-right: 3px solid #FFFFFF;*/
}
#sitebarlist li a.active:hover
{
/*	margin-left: 0; border-left: 0;
	margin-right: 0; border-right: 0;*/	
}

/* Page navigation bar (horizontal, rollover). Navigates through page's subpages, e.g. artwork series. */

#pagebar
{
	margin-top: 1px;
	margin-bottom: 1px;
	width: 100%;
	float: center;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding-bottom: 3px;
	border-bottom: 1px solid #CECECE;
/*	background-color: red; /* d */
}

#pagebar ul
{
	margin: 0;
	padding: 4px 0 4px 0;
	color: #343434;
/*	border-bottom: 1px solid red;*/
}

#pagebar ul li
{
	display: inline;
	background-color: #FFFFFF;
}

#pagebar ul li a
{
	padding: 4px 10px 4px 10px;
	background-color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	color: #6a6a6a;
	text-decoration: none;
	float: center;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
/*	border-bottom: 1px solid #FFFFFF;*/
	font-size: 10px;
	font-weight: bold;	
/*	text-transform: uppercase;*/
}

#pagebar ul li .active
{
	background-color: #FFFFFF;
	color: #c70202;
	font-weight: bold;	
}

#pagebar ul li a:hover
{
	background-color: #e7e7e7;
	color: #6a6a6a;
	margin-top: -1px; border-top: 1px solid #e7e7e7; /* Extend background 1 pixel above*/
}

#pagebarlist li a:hover, #pagebarlist li a:active
{
	color: #c70202;
	text-decoration: none;
	background: #820303;
	background-color: #e7e7e7;
	text-align: left;
}

/* Page navigation bar (vertical, rollover). Used vertical menues inside page. */

#verticalbar ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#verticalbar a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #eee;
}

#verticalbar a:link, #verticalbarlist a:visited
{
	color: #343434;
	text-decoration: none;
}

#verticalbar ul li .active
{
	color: #c70202;
}

#verticalbarlist li a:hover, #verticalbarlist li a:active
{
	text-decoration: none;
	background: #c70202;
	background-color: #e7e7e7;
	text-align: left;
}

/* Site bottom bar. Reflects text in the bottom area of each page. */


#bottombar
{
	border-bottom: 4px solid #b8b8b8;
}

/*	background-color: #b8b8b8;
	height: 1px;*/

/*
#bottombar, #bottombar a
{
	font-family: verdana, helvetica, sans-serif;
	color:#666666;
	margin: 1px 0px 0 0px;
	padding-bottom: 1px;	
	padding: 2px 0px 2px 0px;
	float: center;
	background-color: #b8b8b8;
	white-space: nowrap;
	word-spacing:3px;
	letter-spacing:0.4px;
	font-size: 11px;
	font-weight: bolder;
}
*/

/* Left region: Site content on the left. */

#leftregion {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

#leftregion, #leftregion td, #leftregion table, #leftregion p, #leftregion a
{    
	font-size: 12px;
}

#leftregion td
{
	background-color: #ffffff;
}

/* Art Square: block of squares linking to specific artwork pages. */
/* Implemented as a list navigation bar, because simple links do not behave
   properly in Safari and Firefox */

#artsquare ul
{
	margin: 0;
	padding: 0;
	padding-left: 0;
	list-style-type: none;
}

#artsquare ul li
{
	margin: 0;
	padding: 0;
	display: inline;
	vertical-align: bottom;
}

/* Can't set height because a tag always vertically aligns to top. 
Need to use paddings instead */

#artsquare ul li a
{
	display: block;
	width: 16px;
	padding: 1px 0 1px 0;
	text-decoration: none;
	background-color: #999898;
	border: 1px solid #999898;
}

/* Leads to bug: can't see the color of .active class.
#artsquare a:link, #artsquarelist a:visited
{
	color: #343434;
	text-decoration: none;
	border: 1px solid #999999;
}*/

#artsquare ul li .active, #artsquare a.active
{
	color: #c70202;
	border: 1px solid #c70202;
	background-color: #c70202;
}

#artsquare ul li a:hover
{
	color: #c70202;
	border: 1px solid #c70202;
	background-color: #c70202;
}

#artsquarelist li a:hover, #artsquarelist li a:active
{
	color: #c70202;
	text-decoration: none;
	background: #c70202;
	background-color: red;
	border: 1px solid #ae4f4f;
}

.headingtext
{
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.longtext
{
	margin-right: 90px;
} 
