/* 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;*/
}
#footer {
	width: 760px;
	height: 20px;
	float: left;
	padding: 0;
	padding: 2px;
	color: #eeeeee;
	border: 0;
	margin: 0 auto 0 auto;
	font-size: 7pt;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #eeeeee;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer2 {
	width: 760px;
	height: 20px;
	float: left;
	padding: 0;
	padding: 2px;
	color: #222222;
	border: 0;
	margin: 0 auto 20px auto;
	font-size: 7pt;
	text-align: center;
}

#footer2 a {
	text-decoration: none;
	color: #222222;
}

#footer2 a:hover {
	text-decoration: underline;
	color: #000000;
}
.footer-text {
	width: 500px;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
	color:#000000;
}


#gallery {
	padding: 0 0 0 0;
	margin: 0;
	text-align:center
}

/* IE6 Only */
* html #gallery {
	margin: 0 0 0 5px;
}

.thumbnail {
	width: 70px;
	padding:5px;
	margin: 0;
	float: left;
} 

/* IE6 Only */
* html .thumbnail {
	width: 80px;
	padding:10px 0 10px 0px;
	margin: 0;
	float: left;
}

#popup {
	width: auto;
	height: auto;
	background-image:url(images/gallery_bg.jpg);
	padding: 0 auto 0 auto;
	color:#000000;
	font: 12px Arial;
	color:black
	
}

#popup img {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

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;
}
