/* CSS-styles for events included from www.goaplace.com */

div.goaEvLst{
	/* div for each event in events-List if $Layout='div' */
	font-size:0.9em;
	font-weight:normal;
	font-family: "Courier New", Courier, monospace;
        /* color:#ff5a00;
	*/
	/* background-color:#000000;
	*/	
	margin-top:3px;
	margin-bottom:6px;
	padding:0px; 
}

div.goaEvDat,div.goaEvCou,div.goaEvPla,div.goaEvEvt,div.goaEvPic{
 /* div's in events-list for Date, Country, Place, Event, Picture */
 margin:0px; padding:0px;
}

div.goaEvDat{ }
div.goaEvCou{ }
div.goaEvPla{ }
div.goaEvEvt{ }
div.goaEvPic{text-align:left;
}


table.goaEvLst{
	/* table for events-List if $Layout='table' */
	background-color: Black; color:#ff5a00;
	border-color:#ff5a00;
	border-style: solid;
	border-width: 1px;
	border-collapse:collapse;
	margin:0px;
	table-layout:auto;
}

td.goaEvTop{
	/* header-cells with field-names in events-list */
	font-size:0.9em;
	font-weight:bold;
	font-family: "Courier New", Courier, monospace;
	background-color:#000000;
	color:#ff5a00;
	padding:3px;
	margin:0px;
	/* vertical-align:top;
	*/
}

td.goaEvDat,td.goaEvCou,td.goaEvPla,td.goaEvEvt,td.goaEvPic{
	/* cells in events-list for Date, Country, Place, Event, Picture */
	font-size:0.9em;
	font-weight:bold;
	font-family: "Courier New", Courier, monospace;
	background-color:#000000;
	color:#ff5a00;
	border-color:#ff5a00;
	border-style:dotted;
	border-width:1px;
	padding:3px; 
	margin:0px;
	/* vertical-align:top;
	*/
}

td.goaEvDat{/* width:80px; */}
td.goaEvCou{/* width:120px; */}
td.goaEvPla{/* width:150px; */}
td.goaEvEvt{/* width:120px; */}
td.goaEvPic{text-align:center;
}

a.goaEvLnk,a.goaEvLnk:link,a.goaEvLnk:active,a.goaEvLnk:visited{
	/* links in event-list */
	font-weight:normal;
	font-family: "Courier New", Courier, monospace;
	color: Lime; 
	text-decoration:none;
}
a.goaEvLnk:hover{
	color: Fuchsia; 
	text-decoration:underline;
}


table.goaEvDtl{
	/* table for event-Detail */
	background-color: Black;
	border-color: #ff5a00;
	border-style:dotted;
	border-width:1px;
	border-collapse:collapse;
	margin:0px;
	width:100%;
	table-layout:auto;
}


td.goaDtDat,td.goaDtCou,td.goaDtPla,td.goaDtEvt,td.goaDtPic,td.goaDtDes,td.goaDtI_O,td.goaDtWeb,td.goaDtRem{
	/* cells in event-detail with dates for Date, Country, Place, Event, Picture, Description, in_out, Weblink, Remarks */
	font-size:0.9em;
	font-weight:normal;
	font-family: "Courier New", Courier, monospace;
	background-color:#000000;
	color:#ff5a00;
	border-color:#ff5a00;
	border-style: solid;
	border-width:1px;
	padding:3px;
	margin:0px;
	/* vertical-align:top;
	*/
}

td.goaNaDat,td.goaNaCou,td.goaNaPla,td.goaNaEvt,td.goaNaPic,td.goaNaDes,td.goaNaI_O,td.goaNaWeb,td.goaNaRem{
	/* cells in event-detail with file-names for Date, Country, Place, Event, Picture, Description */
	font-size:0.9em;
	font-weight:normal;
	font-family: "Courier New", Courier, monospace;
	background-color:#000000;
	color:#ff5a00;
	border-color:#ff5a00;
	border-style: solid;
	border-width:1px;
	padding:3px;
	margin:0px;
	vertical-align:top;
}
td.goaDtEvt,td.goaNaEvt{background-color:#000000; color:#ff5a00;}

.goaEvHnt,.goaEvSuc,.goaEvErr{
	/* hint-, success-, error-message */
	font-size: 1em;
	font-weight:bold;
	font-family: "Courier New", Courier, monospace;
}
.goaEvSuc{color:#00AA22;}
.goaEvErr{color:#990011;}
