/* ******************************** */
/* Additional Styles for Neogenda   */
/* ******************************** */

/* General Styles */
body
{
	cursor: default;
}

.neogenda td
{
	vertical-align: top;
}

textarea
{
	border: 1px solid #666666;
	padding: 1px;
}

input[type="radio"]
{
	border: none;
}

.neogenda
{
	display: block;
}

.clear
{
	clear: both !important;
	display: block !important;
	width: 360px !important;
}

table.neogenda
{
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
	margin-left: -6px;
	padding: 0x;
}

h1.neogenda {
	background-image: none;
	font-size: 14px;
	margin: 3px 0px 4px 0px;
}

h2.neogenda
{
	background-image: none;
	font-size: 14px;
	margin: 3px 0px 4px 0px;
}

h5.neogenda
{
	background-image: none;
	font-size: 12px;
	margin: 3px 0px 2px 0px;
}

 /* input type=text */
.optional
{
	background-color: #eeeeee;
}

.required
{
	background-color: #f4ffbf;
}

.required:focus
{
	background-color: #e7ff73;
}	

/* Layout */
.filterRow
{
	width: 148px;
	margin: 0px;
	padding: 0px;
	padding-right: 6px;
	padding-top: 30px;
}

.mainRow
{
	margin: 0px;
	padding: 0px;
	padding-right: 6px;
	width: 400px;
}

.infoRow
{
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	width: 205px;
}

/* Tabs */
.tabContainer
{
	display: inline;
	float: left;
	position: relative;
}

.tabEdge
{
	background-color: #ffffff;
	display: inline;
	float: left;
	height: 31px;
	position: relative;
	width: 11px;
}

.tabCenter
{
	display: inline;
	float: left;
	height: 23px;
	padding: 4px 0px;
	position: relative;
	width: 176px;
}

.tabSearch
{
	background-image: url(img/star.png);
	background-repeat: no-repeat;
	background-position: right;
}

.tabEnter
{
	background-image: url(img/mat.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.tabActive
{
	background-image: url(img/activetabbackgrd.gif);
	background-repeat: repeat-x;
	z-index: 10;
}

.tabPassiv
{
	background-image: url(img/passivtabbackgrd.gif);
	background-repeat: repeat-x;
	z-index: 10;
}

.tabLeftActive
{
	background-image: url(img/activetableft.gif);
	z-index: 20;
}

.tabLeftPassiv
{
	background-image: url(img/passivtableft.gif);
	background-repeat: no-repeat;
	z-index: 20;
}

.tabRightActive
{
	background-image: url(img/activetabright.gif);
	background-repeat: no-repeat;
	z-index: 20;
}

.tabRightPassiv
{
	background-image: url(img/passivtabright.gif);
	background-repeat: no-repeat;
	z-index: 20;
}

.tabSpacer
{
	background-color: #ffffff;
	display: inline;
	float: left;
	height: 31px;
	position: relative;
	width: 4px;
}

/* Seven-Days-Bar */
.sevenDaysHolder
{
	display: block;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

.sevenDaysDay {
	background-color: #393939;
	display: inline;
	float: left;
	margin: 0px;
	margin-right: 2px;
	padding: 1px 6px;
}

.sevenDaysDay a {
	color: #ffffff;
	font-weight: normal;
}

.dayActive a {
	font-weight: bold;
	text-decoration: underline;
}

/* Event-List */
.listTop
{
	clear: both;
	display: block;
	float: left;
	height: 5px;
	position: relative;
	top: -2px;
	z-index: 30;
}

.listTopLeft
{
	background-image: url(img/greycentertopleft.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 7px;
	position: relative;
	width: 3px;
	z-index: 30;
}

.listTopCenter
{
	display: block;
	float: left;
	position: relative;
	width: 394px;
	height: 7px;
	background-color: #eaeae9;
	z-index: 30;
}

.listTopRight
{
	display: block;
	float: left;
	position: relative;
	width: 3px;
	height: 7px;
	background-image: url(img/greycentertopright.gif);
	background-repeat: no-repeat;
	z-index: 30;
}

.listContainer
{
	display: block;
	float: left;
	position: relative;
	width: 388px;
	background-color: #eaeae9;
	padding: 2px 6px;
	min-height: 366px;
}

.listEntry
{
	background-color: #ffffff;
	display: block;
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	min-height: 100px;
	padding: 3px 6px;
	position: relative;
	width: 376px;
}

.topEvent
{
	border: 2px solid #d0dc3b;
	width: 372px;
}

.listEntry > div
{
	display: block;
	float: left;
	position: relative;
	width: 370px;
}

.topEvent > div
{
	width: 264px !important;
}

.listEntryTitle
{
	font-weight: bold;
	font-size: 14px;
}

.listEntryDate
{
	clear: both;
}

.listEntryInfo
{
	clear: both;
}

.listEntryImage, .topEvent > .listEntryImage
{
	float: right !important;
	height: 100px !important;
	margin-left: 3px !important;
	position: absolute !important;
	right: 5px;
	width: 100px !important;
	z-index: 999;
}

.listResult
{
	clear: both;
	display: block;
	float: left;
	position: relative;
}

.listSorry
{
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}

.listPaging
{
	clear: both;
	display: block;
	float: left;
	margin: 10px 0px;
	position: relative;
	text-align: center;
	width: 380px;
}

.listPaging a
{
	font-weight: normal;
}

.listPagingCurrent a
{
	font-weight: bold;
}

.singleEntry
{
	clear: both;
	display: block;
	float: left;
	position: relative;
	width: 376px;
	background-color: #ffffff;
	padding: 3px 6px;
	margin: 0px;
}

.singleEntry > div
{
	clear: both;
	margin-bottom: 10px;
}

.singleBackLink
{
	margin: 10px 0px;
}

#divGMap
{
	display: inline;
	float: left;
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 370px;
}

.listBottom
{
	display: block;
	float: left;
	position: relative;
	height: 7px;
	z-index: 30;
}

.listBottomLeft
{
	display: block;
	float: left;
	position: relative;
	width: 3px;
	height: 7px;
	background-image: url(img/greycenterbottomleft.gif);
	background-repeat: no-repeat;
	z-index: 30;
}

.listBottomCenter
{
	display: block;
	float: left;
	position: relative;
	width: 394px;
	height: 7px;
	background-color: #eaeae9;
	z-index: 30;
}

.listBottomRight
{
	display: block;
	float: left;
	position: relative;
	width: 3px;
	height: 7px;
	background-image: url(img/greycenterbottomright.gif);
	background-repeat: no-repeat;
	z-index: 30;
}

/* Filter */
.blackElementHolder
{
	display: block;
	float: left;
	position: relative;
	width: 148px;
	background-color: #ffffff;
	margin-bottom: 10px;
	color: #ffffff;
}

.blackElementTop
{
	display: block;
	float: left;
	position: relative;
	width: 148px;
	height: 9px;
	background-image: url(img/blackbordertop.gif);
	background-repeat: no-repeat;
}

.greyElementTop
{
	background-image: url(img/greyblackbordertop.gif);
}

.blackElement
{
	display: block;
	float: left;
	position: relative;
	background-color: #393939;
	width: 138px;
	padding: 0px 5px;
	line-height: 1.2em;
}

.greyElement
{
	background-color: #eaeae9;
	color: #000000;
}

.blackElementBottom
{
	display: block;
	float: left;
	position: relative;
	width: 148px;
	height: 9px;
	background-image: url(img/blackborderbottom.gif);
	background-repeat: no-repeat;
}

.greyElementBottom
{
	background-image: url(img/greyblackborderbottom.gif);
}

.filterText
{
	width: 133px;
}

.filterDate
{
	width: 110px;
}

/* Info */
.infoContainer
{
	background-color: #ffffff;
	display: block;
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	position: relative;
	width: 205px;
}

.infoTop
{
	background-image: url(img/greybordertop.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 9px;
	position: relative;
	width: 205px;
}

.infoContent
{
	background-color: #eaeae9;
	display: block;
	float: left;
	padding: 0px 10px;
	position: relative;
	width: 185px;
}

.infoBottom
{
	background-image: url(img/greyborderbottom.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 9px;
	position: relative;
	width: 205px;
}

/* EntryForm */
.entryForm td
{
	padding: 1px 5px;
}

.entryFormInfo
{
	margin-bottom: 5px;
}

.entryFormError
{
	border: 1px solid #ff0000;
	margin: 5px 0px;
	padding: 10px;
}

.entryFormSummary
{
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}

.entryFormLegend
{
	font-weight: bold;
	width: 100px;
}

.entryFormSpacer td
{
	padding-top: 10px;
}

.entryFormField
{
	width: 270px;
}

/* Widget */
.widCalendar
{
	background-color: #ffffff;
}

.widCalendar tr th
{
	background-color: #393939;
	color: #ffffff;
	width: 26px;
}

.widCalendar tr td
{
	font-weight: normal;
	text-align: center;
}

.tlLight
{
	display: inline;
	float: left;
	padding-right: 3px;
	position: relative;
	width: 40px;
}

.tlText
{
	display: inline;
	float: left;
	position: relative;
	width: 140px;
}
