/**
 * Content
 */
#content .main {
	left: 75px;
	padding-left: 3%;
	width: 81%;
}

#content .main .people {
	left: auto;
	margin-right: -20px;
	right: 100%;
	top: -3.5em;
}


/**
 * Columns
 */
#content .columns {
	margin-left: 24px;
	zoom: 1;
}

#content .columns .column {
	padding-right: 12%;
	width: 43%;
}

#content .columns h2 {
	font-size: 1.5em;
	padding: .2em 0 0;
}

#content .columns .phone {
	font-size: 1.714em;
}

#content .columns .phone .number {
	color: #ff6c00;
}


/**
 * Schedule
 */
#content .schedule {
	margin: 0 0 2em;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#content .schedule .left_border,
#content .schedule .right_border {
	border-left: 1px solid #dedede;
	height: 100%;
	position: absolute;
	top: 2.2em;
	z-index: 3;
}

#content .schedule .left_border {
	left: 20em;
	margin-left: -.3em;
	width: 0;
}

#content .schedule .right_border {
	right: 0;
	width: 4em;
}

#content .schedule .left_border .arrow,
#content .schedule .right_border .arrow {
	background: url(arrows.gif) no-repeat;
	cursor: pointer;
	display: block;
	height: 17px;
	left: -10px;
	position: absolute;
	top: -18px;
	width: 10px;
}

#content .schedule .right_border .arrow {
	background-position: -10px 0;
	left: -1px;
}

#content .schedule .right_border .back {
	background: #fff;
	display: block;
	filter: alpha(opacity=70);
	height: 100%;
	left: 0;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100%;
}

#content .schedule .line {
	display: block;
	height: 1px;
	left: -10000px;
	overflow: hidden;
	padding-left: 4.5em;
	position: absolute;
	top: -1000px;
}


/**
 * Trainings
 */
#content .schedule .trainings {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#content .schedule .trainings .names {
	background: #fff;
	left: 0;
	padding-top: 4em;
	position: absolute;
	top: 0;
	width: 19.7em;
	z-index: 2;
}

#content .schedule .trainings .item {
	background: #f5f4f4;
	border-left: 4px solid #dedede;
	clear: left;
	padding: .5em 0 .5em 1.5em;
	position: relative;
	zoom: 1;
}

#content .schedule .trainings .item:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#content .schedule .trainings .odd {
	background: #fff;
}

#content .schedule .trainings .name {
	position: relative;
	width: 17em;
}

#content .schedule .trainings .trainer {
	font-size: .786em;
}

#content .schedule .trainings .trainer a {
	color: #000;
}

#content .schedule .trainings .container {
	left: 0;
	padding-top: 2em;
	position: relative;
	width: 100%;
}

#content .schedule .trainings .months {
	color: #f96b1f;
	height: 2em;
	margin-left: 20em;
	position: relative;
}

#content .schedule .trainings .month {
	margin-left: .5em;
	position: absolute;
}

#content .schedule .trainings .year {
	color: #000;
	font-size: 1.286em;
	left: -.5em;
	position: absolute;
	top: -1.5em;
}

#content .schedule .trainings .container .name {
	float: left;
	z-index: 1;
}

#content .schedule .trainings .name em {
	font-size: .857em;
	font-style: normal;
}

#content .schedule .trainings .dates {
	height: 100%;
	left: 20em;
	margin-top: -.75em;
	position: absolute;
	top: 50%;
}

#content .schedule .trainings .days {
	background: #0e7b98;
	-moz-border-radius: .25em;
	-o-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	color: #fff;
	cursor: pointer;
	height: 1.5em;
	position: absolute;
	top: 0;
}

#content .schedule .trainings .popup_human_order_link {
	border-bottom: 0 !important;
}

#content .schedule .trainings .popup_human_order_link:hover {
	background: #084a5b;
}

#content .schedule .trainings .start {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2em;
}

#content .schedule .trainings .end {
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2em;
}

#content .schedule .trainings .place,
#content .schedule .trainings .time,
#content .schedule .trainings .type {
	display: none;
}


/**
 * Corporate
 */
#content .corporate {
	margin: .75em 0 0;
}

#content .corporate table {
	margin-bottom: 0;
	width: 100%;
}

#content .corporate table th {
	border-left: 4px solid #ff8500;
	color: #000;
	font-size: 1em;
	padding: .5em 1em .5em 1.5em;
	width: 17em;
}

#content .corporate table th em {
	font-size: .857em;
	font-style: normal;
}

#content .corporate table td {
	color: #7a7a7a;
	padding: .5em .75em;
	vertical-align: middle;
}

#content .corporate table td p {
	margin: 0 auto;
	width: 60%;
}

#content .corporate .alert_message {
	position: relative;
}

#content .corporate .people {
	left: 20%;
	margin: 0;
	right: 0;
	top: -110px;
}
