/* Basic text formatting styles */

body {
	font: 11px Arial;
	color: black;
}

.lib-heading1 {
	font: 16px Arial;
	font-weight:bold;
	color: #cc0000;
	margin-bottom: 15px;
}

.lib-heading2 {
	font: 14px Arial;
	color: #cc0000;
	font-weight:bold;
}

.lib-heading2 {
	font: 13px Arial;
	color: #000000;
	font-weight:bold;
}

.lib-copy {
	font: 11px Arial;
	font-weight: normal;
	color: black;
}

.lib-copy-home {
	font: 12px Arial;
	font-weight:bold;
	color: black;
}
.lib-link-adv-search {
	font: 13px Arial;
	font-weight: bold;
	color: #c1272d;
	text-decoration:none;
}
.lib-link-adv-search:link {
	color: #c1272d;
	text-decoration:none;
}
.lib-link-adv-search:active {
	color: #c1272d;
	text-decoration:none;
}
.lib-link-adv-search:visited {
	color: #c1272d;
	text-decoration:none;
}
.lib-link-adv-search:hover {
	text-decoration:underline;
}
.lib-link-terms {
	font: 10px Arial;
	font-weight: bold;
	color: #c4c1c1;
	text-decoration:none;
}
.lib-link-terms:visited {
	color: #c4c1c1;
	text-decoration:none;
}
.lib-link-terms:link {
	color: #c4c1c1;
	text-decoration:none;
}
.lib-link-terms:active {
	color: #c4c1c1;
	text-decoration:underline;
}
.lib-link-terms:hover {
	text-decoration:underline;
}

.lib-results-title {
    font: 14px Arial;
    font-weight: bold;
    color: #cc0000;
    text-decoration: underline;
}
.lib-results-title:visited {
	color: #cc0000;
	text-decoration:underline;
}
.lib-results-title:link {
	color: #cc0000;
	text-decoration:underline;
}
.lib-results-title:active {
	color: #cc0000;
	text-decoration:underline;
}
.lib-results-title:hover {
	text-decoration:underline;
}
.lib-search-box {
    margin: 0 0 0 0 ;
    padding: 0 0 0 0 ;
    vertical-align: middle;
}
.lib-search-button {
    margin: 0 0 0 0 ;
    padding: 0 0 0 0 ;
    vertical-align: middle;
}

.lib-layout 
{
    width:955px;    
	border: none;
/*	margin: 0px; 	Removed to fix Firefox centering issue on Library Search page */
	padding: 0px;
	border-collapse: collapse;
}
table.lib-layout td {
	border: none;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, Sans-Serif ;
	font-size: 11px;
}



.lib-results-copy {
    font: 12px Arial;
    font-weight: normal;
    color: #000000;
}

.lib-results-shotdescr {
    font: 12px Arial;
    font-weight: normal;
    background-color: #d5dcdc;
    padding: 2 3 2 3 ;
    margin: 0 0 0 0 ;
}
.lib-results-infobar {
    font: 12px Arial;
    font-weight: normal;
    color: #000000;
    background-color: #a7c1c1;
    margin: 0 0 0 0;
    padding: 4 4 4 4;
    vertical-align: middle;
}

.lib-results-gap {
    background-color: #FFFFFF;
    height: 10px;
}

.tbl-tight {
	border: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

.heading1 {
	font: bold 13px Arial;
	color: #cc0000;
	margin-top: 0px;
	margin-bottom: 5px;
}

.heading2 {
	font: bold 11px Arial;
	color: black;
	margin-top: 3px;
	margin-bottom: 4px;
}

.heading3 {
	font: italic 11px Arial;
	color: black;
	margin-left: -1px;
	margin-top: 3px;
	margin-bottom: 4px;
}

p {
	font: 11px Arial;
	color: black;
	margin-top: 3px;
	margin-bottom: 7px;
}
/*
td {
	font: 11px Arial;
	color: black;
}

th {
	font: italic 11px Arial;
	color: black;
	text-align: left;
	padding-left: 0px;
}
*/
ul, ol {
	/*margin-left: 24px;*/
	font: 11px Arial;
	margin-top: 8px;
	margin-bottom: 4px;
}

li {
	font: 11px Arial;
	color: black;
	margin-top: 2px;
	/*margin-bottom: 4px;*/
}

.thumbnail {
	float: left;
	margin: 3px 8px 4px 0px;
	padding: 0px;
}

a:link {
	color: #cc0000;
}

a:active {
	color: #ff0000;
}

a:visited {
	color: #999999;
}

.legal {
	font: 10px Arial;
}

.caption {
	font: italic 11px Arial;
}

/* Styles for left hand subnav items */

.subnav {
	font: 12px Arial;
	margin-bottom: 8px;
	white-space: nowrap;
}

.subnav a {
	color: black;
	text-decoration: none;
}

.subnav a:visited {
	color: black;
}

.subnav img {
	vertical-align: text-top;
}

.thirdtier {
	font: 11px Arial;
	margin-left: 18px;
	margin-bottom: 4px;
	white-space: nowrap;
}

.thirdtier a {
	color: black;
	text-decoration: none;
}

.thirdtier a:visited {
	color: black;
}

/* Styles for festivals / awards */

table.festivals {
	/*table-layout: fixed;*/
	border-collapse: collapse;
	/*border-width: 1px;*/
	/*border: solid #cccccc 1px;*/
	padding: 2px 12px 2px, 2px;
	border: none;
	margin-bottom: 8px;
	width: 100%;
}

table.festivals td,
table.festivals th {
	font: 11px Arial;
	color: black;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	margin: 0px;
	padding: 2px 12px 2px, 2px;
	vertical-align: top;
}

table.festivals th {
	font-style: italic;
	text-align: left;
}

table.xfestivals {
	font: 10pt Arial;
	table-layout: fixed;
	border-collapse: collapse;
	/*border: solid #cccccc 1px;*/
	border: none;
	margin-bottom: 8px;
	width: 100%;
}

table.xfestivals td {
	border: 1px solid #cccccc;
	font: 10pt Arial;
	color: black;
	margin: 0px;
	padding: 2px 12px 2px, 2px;
	vertical-align: top;
}

table.xfestivals th {
	font: 10pt Arial;
	color: black;
	border: solid #cccccc 1px;
	margin: 0px;
	padding: 2px 12px 2px, 2px;
	vertical-align: top;
	font-style: italic;
	text-align: left;
}

/* Form element styles */

input, select {
	font: 11px Arial;
}

.compulsory {
	color: #cc0000;
	font: 11px Arial;
	vertical-align: super;
}

/* Basic Table formatting styles */

table.basic {
	border: none;
	font: 11px Arial;
}

table.basic td {
	font: 11px Arial;
}


/* Layout formatting styles */

table.layout {
	border: none;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

table.layout td {
	border: none;
	margin: 0px;
	padding: 0px;
	font: 11px Arial;
}

/* highliting styles */

.hilite {
	background: #ffff00;
	color: #000000;
}

a .hilite, .hilite a {
	background: #ffff00;
	color: #000099;
}

a.searchResult:link {
	color: #cc0000;
}

a.searchResult:active {
	color: #ff0000;
}

a.searchResult:visited {
	color: #999999;
}
