@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(yaml/navigation/nav_vlist.css);
@import url(yaml/screen/basemod.css);
@import url(yaml/screen/content_default.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_draft.css);




/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj News
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
table.teamMember {
	border-top:0px #888 solid; border-bottom:0px #888 solid;
	}div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.faustball-ntb.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj leagueTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#Newsindex table {width:100%;border-collapse:collapse; margin-bottom:0.5em; border-top:2px #888 solid; border-bottom:0px #888 solid; font-size:0.9em; }
tbody th { background:#E9EBEA; color:#333; }  
div#Newsindex th,td { padding:0.1em; }
div#Newsindex tbody tr:hover td { background:#9D0D05; color:#fff;}

span.leagueName {
	display:block;
	margin:0;
	padding-bottom:5px;
	font-weight:bold;
	}/*---- BO calendar css -----*/

table#calTabs {
	margin-top:18px;
	width:100%;
	border-collapse:collapse;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calTabs td.active,
table#calTabs td.inactive {
	white-space:nowrap;
	margin:0px;
	text-align:center;
	border:1px solid #ccc;
	border-bottom:0px;
	background-color:#eee;
	padding:2px 15px;
	}

table#calTabs td.active {
	border-bottom:0px;
	background-color:#fff;
	}

table#calTabs td.empty{
	border-bottom:1px solid #ccc;
	width:100%;
	}

/*--Calendar without Tabs--*/
table#calContent {
	border-collapse:collapse;
	border:0px;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calContentTabs {
	border-collapse:collapse;
	border:1px solid #ccc;
	border-top:0px;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calContent tr td,
table#calContentTabs tr td {
	vertical-align:top;
	padding-top:6px;
	}

form#calTabSearch {
	margin:0px;
	border:1px solid #ccc;
	border-top:0px;
	padding:12px 6px;
	}


form#calTabSearch table {
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}


/* -- FF -- */
html>/**/body form#calTabSearch {
	margin-left:-1px;
	}

table#calContentTabs table#calGrid {
	text-align:right;
	padding:5px;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
}
table#calContentEvent, 
table#calContentBatch {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calContentEvent td,
table#calContentBatch td {
	padding:0px;
	}

table#calContentEvent table#calContentBatch td,
table#calContentTabs table#calContentBatch td {
	padding-left:6px;
	}

table#calContentBatch tr.odd {
	background-color:#fff;
	}

table#calContentBatch tr.even {
	/* background-color:#eee; */
	}

table#calContentBatch tr.even td {
	padding:2px;
	}

table#calContentBatch tr.odd td {
	padding-bottom:6px;
	}

table#calContentEvent tr td span.date,
table#calContentBatch tr td span.date {
	margin-top:6px;
	}

table#calContentEvent tr td span.date,
table#calContentEvent tr td span.title, 
table#calContentBatch tr td span.date,
table#calContentBatch tr td span.title {
	margin-bottom:6px;
	display:block;
	font-weight:bold;
	}

table#calContentEvent tr td span.description,
table#calContentBatch tr td span.description {
	display:block;
	}

table#calContentEvent tr td span.cal_language {
	font-style:italic;
	}

table#calContentPrev {
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calContent td#calContentPrev,
table#calContent td#calContentNext {
	text-align:right !important;
	width:90%;
	padding:15px 10px 5px 10px;
	}

table#calContent td#calContentNext {
	padding-bottom:15px;
	background-color:#fee;
	}

div#calTeaser {
	width:170px;
	border-top:4px solid #ccc;
	text-align:center;
	margin-top:0px;
	padding-top:6px;
	}

/* -- BO UCT -- */
div#calTeaser {
	width:170px;
	border-top:0px solid #fff;
	}

table#calGrid table.month td {
	text-align: center !important;
	}

div#calTeaser table#calGrid table.month,
div#calTeaser table#calGrid table.days {
	
	white-space:nowrap
	}

div#calTeaser table#calGrid {
	margin:0px 0px 5px -5px;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

/* ------------
*:first-child+html div#calTeaser table#calGrid {
	margin-left: 10px!important; /* only FF */ 
	}
------------- */

/* -- EO UCT -- */

table#calCategorySel {
	width:170px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calCategorySel tr td {
	padding:0px 10px
	}

table#calGrid {
	border-collapse:collapse;
	margin:0px 10px 10px 10px;
	padding:0px;	
	width:160px;
	font-size:10px;
	line-height:10px;
	font-family: arial,'sans-serif';
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	
	}

table#calGrid a:link,
table#calGrid a:visited {
	text-decoration:none;
	}

table#calGrid table.month {
	border-collapse:collapse;
	margin-bottom:1.0em;
	width:100%;
	text-align:center;
	font-weight:bold;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calGrid table.month a {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	}

table#calGrid table.days {
	width:100%;
/*	border-collapse:collapse; */
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calGrid table.days td {
	padding:0px 10px 5px 0px;
	overflow:visible;
	}

table#calGrid table.days td.weekTitle {
	font-style:italic;
	font-weight:bold;
	background-color:#eee;
	}

table#calGrid table.days td.week {
	font-weight:bold;
	background-color:#efdfdf;
	}


table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday,
table#calGrid table.days td.daynameHeute {
	text-align:right;
	font-weight:bold;
	}

table#calGrid table.days td.daynameToday,
table#calGrid table.days td.daynameHeute {
	/* border:1px solid #ee1947; */
	color:#ee1947; 
	}

table#calGrid table.days td.date,
table#calGrid table.days td.dateToday,
table#calGrid table.days td.dateHeute {
	text-align:right;
	}

table#calGrid table.days td.dateToday,
table#calGrid table.days td.dateHeute {
	/* border:1px solid #ee1947; */
	/* background-color:#ddd; */
	font-weight:bold;
	color:#ee1947; 
	}

table#calGrid table.days td.date a:link,
table#calGrid table.days td.date a:visited,
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited,
table#calGrid table.days td.dateHeute a:link,
table#calGrid table.days td.dateHeute a:visited {
	font-weight:bold;
	background-color:#ddd;
	padding:0px;
	border:0px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	}

table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited,
table#calGrid table.days td.dateHeute a:link,
table#calGrid table.days td.dateHeute a:visited {
	color:#ee1947; 
	}	
/* ------------- EUTOS ------------------- */

table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday {
	width:20px;
	padding-bottom:3px;
	}

table#calContent {
	border-collapse:collapse;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calContent tr td,
table#calContentTabs tr td {
	font-size:11px;
	line-height:16px;
	}

table#calContent tr td {
	padding:5px
	}

table#calContentBatch tr.odd td:hover, 
table#calContentBatch tr.even td:hover  {
background-color:#eee;
	}

table#calContentEvent span.date,
table#calContentBatch span.date {
	color:#666; 
	margin-top:3px;
	padding-top:3px;
	border-top:1px solid #999;
	}

#calEmptyBatch {
	padding: 10px;
	font-size:12px;
	}

a.calNav {
	font-size:10px;
	}

tr#tr_cal_text {
	display:none;
	}

div#filterEvent table#calContent,
div#filterEvent table#calContentEvent {
	border:0px;
	margin:0px;
	width:400px;
	}

div#filterEvent table#calContent td {
	border:0px;
	padding:0px;
	padding-left:1px;
	}

div#filterEvent span.date {
	border-top:0px;
	}
/*---- EO calendar css -----*/textarea#code.form-element,
textarea#code_eng.form-element,
textarea#code_ger.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}

