/* Basic text formatting styles */

body {
	font: 12px Arial;
	color: white;
}

.heading1 {
	font: bold 13px Arial;
	color: #cc0000;
	margin-top: 0px;
	margin-bottom: 5px;
}

.heading2 {
	font: bold 12px Arial;
	color: white;
	margin-top: 3px;
	margin-bottom: 4px;
}

.heading3 {
	font: italic 12px Arial;
	color: white;
	margin-left: -1px;
	margin-top: 3px;
	margin-bottom: 4px;
}

p {
	font: 12px Arial;
	color: white;
	margin-top: 3px;
	margin-bottom: 7px;
}
/*
td {
	font: 12px Arial;
	color: white;
}

th {
	font: italic 12px Arial;
	color: white;
	text-align: left;
	padding-left: 0px;
}
*/
ul, ol {
	/*margin-left: 24px;*/
	font: 11px Arial;
	margin-top: 8px;
	margin-bottom: 4px;
}

li {
	font: 12px Arial;
	color: white;
	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: white;
	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: white;
	text-decoration: none;
}

.thirdtier a:visited {
	color: white;
}

/* 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;
}

