﻿
/* event list styles */

.eventhighlight {
	font-weight: bold;
	color: #FF0000;
	font-size: x-large;
}

.maphighlight {
	font-weight: bold;
	color: #FFFFFF;
	font-size: large;
	background-color: #FF0000;
	display: inline;
	padding: 2px;
}
.event {
	display: block;
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 2em;
}
.eventdatetime {
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 10px;
}
.eventorganisation
{
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFF99;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
}
.eventtitle {
	padding: 10px;
	font-weight: bold;
}
.eventdetail {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.eventdetail img
{
    width: 300px;
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}
.gridref {
}

/* event map text styles */

svg:rect#background 
{
    fill: #FFFFCC;
}

svg:text {
	font-family: "Times New Roman", Times, serif;
	stroke: none;
	font-size: 12pt;
	fill: black;
}
.placename {
	font-size: 14pt;
}
.eventlabel {
	font-size: 10pt;
	fill: white;
}
.roadname {
	font-size: 10pt;
}

/* event map shape styles */

.place {
	stroke: none;
	fill: black;
}
.event {
	stroke: none;
	fill: red;
}

/* event map line styles */

.road {
	stroke-width: 2;
	stroke: yellow;
	fill: none;
}

.land {
	stroke-width: 2;
	stroke: gray;
	fill: #66CCFF; /* pale blue */
}

.sea {
	stroke: none;
	fill: #FFFFCC; /* pale yellow */
}

/* HTML map tag style */

img#eventMap
{
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* gallery styles */

.gallerythumb
{
    float: left;
    /* width: see NNNS.Gallery.GalleryImageThumbnailSize */
    height: 125px;
    padding: 0px;
    margin: 0px 5px 5px;
    border: none;
}

.gallerythumb img
{
    /* width: see NNNS.Gallery.GalleryImageThumbnailSize */
    border: none;
}

.galleryimagecontainer
{
    background-color: White;
    text-align: center;
}

.galleryimage
{
    padding: 0px;
    border: none;
    margin: 0px;
}

.galleryimage img
{
    /* width determined by the image itself */
    padding: 0px;
    border: none;
    margin: 0px;
}

.galleryimage p
{
    font-family: Times New Roman, Monospace;
    font-size: x-large;
    font-style: italic;
    margin: 0px;
}

/* gallery edit formview styles */
	
.imageformview td.itemfield
{
    width: 210px;
}
.imageformview td.imagefield
{
    height: 135px;
}

/* event edit formview styles */
	
.formview
{
    border: 0;
}
.formview table
{
    width: 100%;
}
.formview td
{
    border: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
}
.formview td.itemlabel
{
    border: 1px solid #FFFFCC;
    padding: 0.5em;
    font-family: "Times New Roman" , Times, serif;
    font-size: medium;
    background-color: #00CC00;
    width: 120px;
}
.formview td.itemfield
{
    border: 1px solid gray;
    padding: 0.5em;
    font-family: "Times New Roman" , Times, serif;
    font-size: medium;
    height: 40px;
    width: 530px;
}
.formview td.itemfield input[type="text"],
.formview td.itemfield input[type="file"],
.formview td.itemfield select,
.formview td.itemfield textarea
{
    width: 90%;
}
.formview td.multiline
{
    height: 70px;
}
.uppercase
{
    text-transform:uppercase;
}
