.trainings {
	display: table; 
	width: 100%;
}

.trainings DIV.event > DIV,  .trainings DIV.day_title {
	vertical-align: top;
	padding: 4px 3px;
}
#page_content .trainings DIV.day, #page_content  .trainings STRONG {
	color: #555555
}
.trainings DIV.day {
	display: table-row;
	width: 100%;
}
.trainings DIV.day_title {
	display: table-cell;   
	width: 100px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color: #222222;
	padding: 5px;
}

.trainings .filled DIV.day_title STRONG {
	color: #aaaaaa;
}
.trainings DIV.events {
	display: table-cell;
	background-color: #222222;
	border-bottom: 1px solid black;
}
.trainings DIV.event > DIV {
	display: table-cell;
	min-height: 43px;
	vertical-align: middle;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background-color: #333333;
}
.trainings DIV.event {
	text-align: left;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}
.trainings  DIV.event DIV.time {
	font-weight: bold;
	color: white;
	width: 70px;
	text-align: center;
}
.trainings  DIV.event DIV.assign {
	font-weight: bold;
	color: white;
	width: 70px;
	text-align: center;
}
.trainings  DIV.event > DIV.with {
	padding: 1px 3px;
	width: 200px;
}
.trainings  DIV.event > DIV.what {
	padding: 1px 3px;
	width: 200px;
}

.trainings .week {
	display: table-caption;
}
.trainings .week DIV {
	background-color: transparent;
	padding: 0;
	border-bottom: 3px double orange;
	padding: 10px 10px 5px;
	color: orange;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 20px;
	zoom:1;
	*display:inline;
}
.trainings .buttons {
	white-space: nowrap;
}
.trainings DIV.canceled >  DIV {
	background-color: #990000;
}
.trainings DIV.canceled > DIV.time,
.trainings DIV.canceled > DIV.assign,
.trainings DIV.canceled > DIV.with,
.trainings DIV.canceled > DIV.what {
	text-decoration: line-through;
}
.trainings DIV.canceled > DIV.buttons_container {
	text-decoration: inherit;
}


#page_content td strong {
	color: #555555;
}
.trainings .weekend DIV {
	background-color: #333333;
}
.trainings .envelope {
	position: relative;
}
.trainings .day {
	text-align: right;
}
.trainings .day SPAN {
	font-size: 12pt;
	font-weight: bold;
	display: block;
}
.trainings .day STRONG {
	font-weight: NORMAL;
}
.trainings .time {
	text-align: center;
}
.trainings .filled DIV, #page_content .filled  STRONG {
	 color: #DDDDDD;
}
.trainings .today DIV.day_title , .trainings .today DIV.events {
	background-color: #8c5b00;
	border: 2px solid #ffa500;
	color: #e49600;
}
#page_content .trainings .today STRONG {
	color: #e49600;
}
.trainings .today DIV.events  {
	
}

.trainings TH {
	text-align: center;
}

TABLE.training_form {
	FLOAT: LEFT;
}
.training_members {
	right: 0px;
	top: 0px;
	padding: 3px;
	text-align: left;
}
.training_members .group {
	border: 1px solid white;
	margin-bottom: 15px;
}
.training_members LABEL {
	display: inline-block;
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
}
.training_members A {
	display: block;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	background-color: black;
}
.training_members .group A {
	font-size: 13pt;
}
.training_members .sex A {
	font-size: 8pt;
}

.training_members DIV.dance  {
	background-color: #2b274a;
	border-color: #4a456e;
}
.training_members DIV.sing  {
	background-color: #543a21;
	border-color: #805f3f;
}
.training_members DIV.music  {
	background-color: #244321;
	border-color: #487443;
}
.training_members DIV.teacher  {
	background-color: #4d1945;
	border-color: #671b5b;
}
.training_members DIV.manager  {
	background-color: #1f4d50;
	border-color: #2c7377;
}
.training_members DIV.clothes  {
	background-color: #626300;
	border-color: #8a8c00;
}

