
/* Container box for all accordion items on a page */
#accordion					{
							margin-top: 20px;
							}


/* The top-left notes about a work (duration, instrumentation etc.  Applied to <div> */
.work_notes					{
							font-size: 12px;
							line-height: 20px;
							}
							
#synopsis_credit			{
							font-size: 13px;
							width: 100%;
							text-align: right;
							font-weight: bold;
							}


/* Right-aligned box that contains publication image and caption */
.publication_details		{
							float: right;
							display: block;
							text-align: right;
							margin-left: 20px;
							margin-right: 0px;
							margin-bottom: 16px;
							min-width: 300px;
							font-size: 14px;
							line-height: 22px;
							background-color: #F4F1F0;
							padding: 10px;
							}
							
/* Publication title */
.publication_details h4		{
							font-size: 16px;
							font-weight: bold;
							margin-top: 2px;
							margin-bottom: 2px;
							}
					
					
/* Publication cover image style */
.publication_details img      
							{
							border: none;
							/* border-color: #eee; */
							margin-bottom: 10px; 
		                    }




/* Applied to work categories <table> */
#work_categories			{
							width: 100%;
							}

/* Applied to work categories inner row <table> */					
.work_categories_row		{
							margin-left: auto;
							margin-right: auto;
							}
							
/* Applied to a work category table cell <td> */
.work_categories_row td		{
							height: 24px;
							font-weight: normal;
							font-size: 13px;
							color: #3B1E25;
							}
.work_categories_row td	div,
#selected_category			{
							background-color: #F7F4F5;
							border: 1px solid;
							border-top-color: #E3D8B3;
							border-bottom-color: #E3D8B3;
							border-left-color: #E3D8B3;
							border-right-color: #E3D8B3;
							height: 14px;
							padding-top: 3px;
							padding-bottom: 4px;
							padding-left: 8px;
							padding-right: 8px;
							font-weight: normal;
							font-size: 13px;
							color: #3B1E25;
							text-align: center;
							vertical-align: middle;
							}
							
#selected_category			{
							background-color: #514249;
							color: #fff;
							}
								
							
.work_categories_row td a:link,
.work_categories_row td a:visited,
.work_categories_row td a:focus,
.work_categories_row td a:active,
.work_categories_row td a:hover
							{
							font-weight: normal;
							font-size: 13px;
							color: #3B1E25;
							}
							

							
