/***************************************************************************************************
* Description
* This file defines styles (CSS) for the prepared / pre-defined modules.
* 
* Versionen:
* Initial			27. September 2008		Beat Schilbach (Steckborn)	
* Update			5. Januar 2010			Beat Schilbach
*					added styles for newsTable and docsTable as well as for photoTable
***************************************************************************************************/


/****************************************************************************************************
* DEFAULTS
****************************************************************************************************/
.nietsehen
{
	display:			none;
}


/****************************************************************************************************
* SEARCH
****************************************************************************************************/
.searchCss {
	margin-top: 		10px;
	margin-bottom: 		15px; 
	padding: 			5px;
}


/****************************************************************************************************
* NEWS
****************************************************************************************************/
.newsTitle {
	font-style: 		italic; 
	font-weight: 		bold;
}

.newsTable {
	border:				0px;
}
.newsTable tr th {
	font-style: 		italic; 
	font-weight: 		bold;
	padding-top:		3px;
	padding-bottom:		3px;
}
.newsTable tr td {
	padding-top:		3px;
	padding-bottom:		3px;
}


/****************************************************************************************************
* DOCS
****************************************************************************************************/
.docsTitle {
	font-style: 		italic; 
	font-weight: 		bold;
}

.docsTable {
	border:				0px;
}
.docsTable tr th {
	font-style: 		italic; 
	font-weight: 		bold;
	padding-top:		3px;
	padding-bottom:		3px;
}
.docsTable tr td {
	padding-top:		3px;
	padding-bottom:		3px;
}


/****************************************************************************************************
* PHOTO
****************************************************************************************************/
.photoTable {
	border:				0px;
}
.photoTable tr th {
	font-style: 		italic; 
	font-weight: 		bold;
	padding-top:		3px;
	padding-bottom:		3px;
}
.photoTable tr td {
	padding-top:		3px;
	padding-bottom:		3px;
}
.galleryText {
	text-align:			left;
}
.galleryTitle {
	text-align:			center;
}



/****************************************************************************************************
* AGENDA
****************************************************************************************************/
.calendarMonth {
	font-weight: 		bold; 
	font-style:			normal;
	padding-top: 		3px; 
	padding-bottom: 	3px; 
	padding-left: 		3px;
}
td.calendarCell {
	padding-top: 		3px; 
	padding-bottom: 	3px;
	padding-left: 		3px;
}
td.calendarCellWeekend {
	padding-top: 		3px; 
	padding-bottom: 	3px;
	padding-left: 		3px;
	font-style: 		normal; 
	font-weight: 		bold;
}

#agendaForm * {
	margin: 0px;
	padding: 0px;
}
#agendaForm fieldset {
	border: 0px;
	float: left;
}
#agendaForm p {
	float: left;
	margin-left: 10px;
}
#agendaForm label {
	line-height: 1.5;
	vertical-align: top;
	color: black;
	float: left;
	padding-right: 5px;
	font-weight: bold;
}
#agendaForm input {
	width: 115px;
	color: black;
	border: 1px solid #999;
	padding: 2px;
	font-size: 12px;
}
#agendaForm input.dp-applied {
	width: 90px;
	float: left;
}
#agendaForm input.date {
	color: black; 
	border: 0px; 
	width: 80px;
}
#agendaForm fieldset p {
	float: left;
	margin-left: 50px;
	margin-right: 10px;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 10px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../../images/symbols/s_calendar.png); 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

.agendaShortTitle {
	padding:			2px;
	font-weight:		bold;
}
.agendaShortEntry {
	padding-top: 		3px; 
	padding-bottom: 	3px;
}
/* short */
table.calendardays {
	margin-top:			10px;
	margin-bottom:		10px;
}
table.calendardays td
{
	width:				35px;
	text-align:			center;
	font-size:			12px;
	font-style:			normal;
}
table.calendardays th
{
	width:				35px;
	text-align:			center;
	font-size:			12px;
	font-style:			normal;
	font-weight:		bold;
}
/* */
select.calendar {
	font-size:			12px;
	border: 			0px;
}


/****************************************************************************************************
* FORUM
****************************************************************************************************/
.forumThemes {
	margin:				0px;  
	margin-top: 		15px;
}
.forumThemes tr td {
	padding-top: 		5px;  
	padding-bottom: 	5px;
}

/****************************************************************************************************
* OVERVIEW
****************************************************************************************************/
.overviewTable {
	margin:				0px;
	padding:			0px;
}

.overviewTable tr th {
	font-weight: 		bold;
	text-align:			left;
	padding:			0px;
	padding-top:		3px;
	padding-bottom:		3px;
}

.overviewTable tr td {
	font-weight: 		normal;
	text-align:			left;
	padding:			0px;
	padding-top:		3px;
	padding-bottom:		3px;
}


/****************************************************************************************************
* VERZEICHNIS
****************************************************************************************************/
.directoryTable {
	margin:				0px;
	padding:			0px;
}

.directoryTable tr th {
	font-weight: 		bold;
	text-align:			left;
	padding:			3px;
	padding-top:		6px;
	padding-bottom:		6px;
}

.directoryTable tr td {
	font-weight: 		normal;
	text-align:			left;
	padding:			3px;
	padding-top:		6px;
	padding-bottom:		6px;
}


/****************************************************************************************************
* USER
****************************************************************************************************/
.userOverview {
	margin:				0px;
	padding:			0px;
}

.userOverview tr th {
	font-weight: 		bold;
	text-align:			left;
	padding:			3px;
	padding-top:		6px;
	padding-bottom:		6px;
	color:				#000;
	font-weight:		normal;
}

.userOverview tr td {
	font-weight: 		normal;
	text-align:			left;
	padding:			3px;
	padding-top:		6px;
	padding-bottom:		6px;
}