/* Formatierung des Monatsprogrammes */

#program_header {
	background-image: url("../../images/program_header.png");
	border: 1px solid;
	border-color: #555 #000 #000 #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 0.9em;
	margin: 2em 0;
}

div.program_month {
	float: right;
	font-size: 1.8em;
	font-weight: bold;
}

div.month_last,
div.month_now,
div.month_edit,
div.month_next {
	float: left;
}

#program_header .ui-button {
	margin: 0;
}

ul.calendar_week li {
	list-style: none;
	width: 124px;
	float:left;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

ol.calendar {
	width:960px;
	display:block;
	padding: 0;
	margin-bottom: 2em;
}

ol.calendar li {
	list-style:none;
}

ol.calendar li li  {
	width:120px;
	height:90px;
	font-weight: bold;
	float:left;
	margin: 2px;
	padding: 2px;
	overflow:hidden;
	background: url(../../images/program_day_bg_50.png);
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-khtml-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}

ol.calendar li li span {
	font-weight: bold;
	display: block;
	font-size: 0.9em;
	margin: 4px 0 0 0; 
	padding: 2px 0 2px 0;
	border-top: 1px solid #ccc;
}

ol.calendar li li span.intern {
	color: red;
}

ol.calendar li a {
	color: #fff;
	text-decoration: none;
	height: 90px;
	width: 120px;
	display: block;
}

ol.calendar li li.special {
	background-color: #0080ff;
}

ol.calendar li li.active {
/*	background-color: #ff8000;*/
	  -moz-box-shadow:    1px 1px 5px 6px #ccc;
	  -webkit-box-shadow: 1px 1px 5px 6px #ccc;
	  box-shadow:         1px 1px 5px 6px #ccc;
}

.programinfo {
	display: none;
}

ul ul:hover .programinfo {
	display: block;
	border: 1px dashed #fff;
	background: #1e1e1e;
	max-width: 200px;
	margin: 5px 0 0 50px;
	padding: 10px;
	position: absolute;
	z-index: 5;
}

li#lastmonth li, li#nextmonth li {
	background: url(../../images/program_day_bg_inactive_10.png);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}


div.detail_event_info { 
/*	height: 70px; */
	margin-bottom: 20px;
}

div.program_eventlist_eventpic {
	float: left;
	padding-left: 5px;
}

div.program_eventlist_eventpic img {
	width: 100px;
	max-height: 37.5px;
}

div.program_eventlist_container {
	background-image: url(../../images/event_background_50.png);
	margin: 5px 5px 5px 115px;
	padding: 5px;
}

div.program_eventlist_hdl {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #888;
}

div.program_eventlist_typ {
	color: #888;
	margin-top: 5px 0;
}

/* Formatierung der Event_details */

.event_anzeige {
	min-width: 640px;
}

.event_detail_subhead {
	width: 120px;
}

.event_detail_row {
	display: table-row;
}

.event_detail_cell {
	display: table-cell;
	min-width: 150px;
}

.event_detail_flyer {
	padding: 5px 15px;
}


/*	Formatierungen zum Eventmanagement	*/

div #picture_selecter {
	width : 900px;
}

div .picture_item_click {
	width:150px;
	height:150px;
	font-weight: bold;
	float:left;
	margin: 5px;
	padding: 5px;
	overflow:hidden;
	background:darkgrey;
	text-align:center;
}

div .picture_mark {
	background: lightblue;
}


/* Formatierung des Skat-Seite */

#skat {
	padding-bottom: 50px;
}

#skat_info_details {
	width: 750px;
	padding: 20px 0;
	margin: auto;
}

#skat_table {
	width: 800px;
	margin: auto;
}

#skat_table div {
	display: table-row;
}


#skat_table div div {
	display: table-cell;
}

#skat_table_header {
	background-image: url("../../images/program_header.png");
	border: 1px solid;
	border-color: #555 #000 #000 #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 0.9em;
	margin: 2em 0;
}

.skat_header a {
	text-decoration: none;
}

.skat_header .skat_cell {
	border: 1px solid;
	border-color: #606060 #000000 #000000 #606060;
	background-image: url("../../images/program_header.png");
}

.skat_header .skat_cell .skat_cell_header {
	padding: 10px;
}

.skat_header .skat_cell:hover {
	border: 1px solid;
	border-color: #000000 #606060 #606060 #000000;
	background-color: #444;
	background-image: none;
}


#skat_table .skat_results1 div,
#skat_table .skat_results2 div  {
	padding: 5px 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

#skat_table .skat_results1 div {
	background-image: url("../../images/program_skat_bg_30.png");
}

#skat_table .skat_results2 div {
	background-image: url("../../images/program_skat_bg_50.png");
}

#skat_table .skat_results1:hover,
#skat_table .skat_results2:hover {
	background-color: #606060;
}

div.skat_cell_rang,
div.skat_cell_tur1,
div.skat_cell_tur2,
div.skat_cell_tur3,
div.skat_cell_tur4,
div.skat_cell_tur5,
div.skat_cell_tur6,
div.skat_cell_gesamt,
div.skat_cell_ende {
	text-align: right;
}

div.skat_cell_striked {
	color: #1e1e1e;
}

div.skat_cell_ende {
	border-right: 1px solid #000;
}

.skat_header div:nth-child(2),
.skat_header div:nth-child(2) .skat_cell_header { width: 200px; }





/* Formatierung des Flyer Uploads */

form.flyerupload {
	margin: 20px;
}

.flyerupload .ui-buttonset { 
	margin: 0;
}

.flyerupload #uplhint {
	margin: 30px 0;
}

.flyerupload input {
	border: 1px solid #969696;
	padding: 6px 10px;
	border-radius: 5px;
}

.flyerupload #input div {
	display: table-row;
	padding-top: 10px;
}

.flyerupload #input div div {
	display: table-cell;
}

.flyerupload #input div div:nth-child(1) {
	padding-right: 30px;
}

.flyerupload .file {
	width: 400px;
}

.flyerupload #datepicker_upload {
	width: 75px;
}