﻿html, body
{
	background-color: #121111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	margin: 0;
	padding: 0;
	text-align: center;
}

table, td, ul
{
	font-size: 12px;
}

p, ul
{
	text-align: left;
}
a
{
	text-decoration: underline;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
	color: #999999;
}

a img
{
	border: 0px;
	text-decoration:none;
}

div.page
{
	width: 100%;
}

div.header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
	height: 50px;
}

div.header_i
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
	height: 300px;
	background-position: top center;
}

div.main
{
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;
	height: auto;
	overflow: hidden;
}

div.content
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 859px;
}

div.footer
{
	margin-left: auto;
	margin-right: auto;
	width: 859px;
	color: #FFFFFF;
	padding: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 20px;
	overflow: auto;
}

div.d_box
{
	line-height: 20px;
	text-align: justify;
	float: left;
	margin-right: 20px;
	padding-top: 20px;
	width: 273px;
	color: #666666;
	overflow: visible;
}

div.d_box a
{
	color: #666666;
	text-decoration: none;
	font-size: 16px;
}

div.d_box a:hover
{
	color: #222222;
}

div.d_text
{
	clear: left;
	text-align: left;
	width: 859px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.d_text_i
{
	clear: left;
	text-align: left;
	width: 550px;
	padding-top: 0px;
	padding-bottom: 30px;
}

div.d_text_ii
{
	clear: left;
	text-align: left;
	width: 278px;
	padding-top: 0px;
	padding-bottom: 30px;
}

div.d_smap
{
	text-align: left;
	float: left;
	width: auto;
}
div.d_smap h3
{
	padding-right: 52px;
	color: #F2F0F0;
}

div.d_smap h3 a
{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #F2F0F0;
}

div.d_smap h3 a:hover
{
}
div.d_smap ul
{
	padding: 0px;
	margin: 0px;
}

div.d_smap ul li
{
	list-style-type: none;
	font-size: 11px;
	padding-bottom: 3px;
}

div.d_smap ul li a
{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #434041;
}

div.d_smap ul li a:hover
{
	color: #F2F0F0;
}

h1, h2, h3, h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}
h1
{
	font-size: 20px;
	font-weight: bold;
}
h2
{
	font-size: 20px;
	font-weight: normal;
}
h3
{
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
}

div.menu
{
	width: 859px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 99;
	left: 50px;
}
div.menu ul
{
	padding: 0px;
	position: relative;
	margin: 0px;
	text-align: right;
}

div.menu ul li
{
	display: inline;
	list-style: none;
}

div.menu ul li a
{
	padding: 0px;
	margin: 0px;
	color: #fff;
}

div.menu ul li a img
{
	filter: alpha(opacity=35);
	opacity: 0.35;
}

div.menu ul li a:hover img
{
	filter: alpha(opacity=100);
	opacity: 1.0;
}

div.menu ul li a.selected img
{
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.clear
{
	clear: both;
}

div.footer_logo
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 901px;
	height: 51px;
}

div.header_line
{
	position: relative;
	background: #000000 url(../Img/bg_main.png) repeat-x bottom left;
	height: 4px;
	top: 0px;
}

#slideshow
{
	position: relative;
	height: 350px;
}
#slideshow IMG
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	filter: alpha(opacity=0);
}
#slideshow IMG.active
{
	z-index: 10;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#slideshow IMG.last-active
{
	z-index: 9;
}
.training
{
	padding-top: 0px;
	width: 600px;
	text-align: left;
	line-height: 15px;
}
.training_main
{
	float: left;
	width: 600px;
	padding-top: 0px;
}
.training_main_text
{
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 30px;
	padding-top: 20px;
}
.training_box
{
	width: 590px;
	text-align: justify;
	margin-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
	overflow: auto;
}
.training_box_title
{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
	padding-top: 0px;
}
.training_box_inner_text
{
	height: 50px;
	line-height: 18px;
}
.training_schedule
{
	float: left;
	width: 248px;
	height: 465px;
	border-left: dotted 1px #999999;
	padding-left: 10px;
}
.training_schedule_box
{
	padding-top: 10px;
	overflow: auto;
	padding-bottom: 0px;
	height: 60px;
}
.training_schedule_inner_left
{
	float: left;
	width: 110px;
	font-weight: bold;
	text-align: right;
}
.training_schedule_inner_center
{
	float: left;
	width: 128px;
}
.training_schedule_inner_center a
{
	text-decoration: none;
	color: #636363;
}
.training_schedule_inner_center a:hover
{
	text-decoration: none;
	color: #000000;
}
.schedule
{
	width: 600px;
	float: left;
}
.schedule_box
{
	text-align: left;
	width: 590px;
	position: relative;
	overflow: auto;
	padding-bottom: 30px;
	margin-right: 10px;
}
.schedule_box_header
{
	margin-bottom: 4px;
	overflow: auto;
}
.schedule_box_header_date
{
	text-align: right;
	float: left;
	width: 120px;
	font-weight: bold;
}
.schedule_box_header_title
{
	float: left;
	width: 310px;
	font-weight: bold;
	font-size: 16px;
}
.schedule_box_text
{
	line-height: 18px;
	margin-bottom: 5px;
	overflow: auto;
}
.schedule_box a
{
	text-decoration: none;
	color: #636363;
}
.schedule_box a:hover
{
	text-decoration: none;
	color: #999999;
}
.schedule_instructors
{
	width: 248px;
	float: left;
	text-align: left;
	border-left: dotted 1px #999999;
	height: 620px;
	padding-left: 10px;
}
.schedule_instructors_box
{
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
.schedule_instructors_box_image
{
	float: left;
	width: 70px;
}
.schedule_instructors_box_text
{
	float: left;
	width: 178px;
}
.schedule_instructors_box_text_title
{
	font-size: 14px;
	font-weight: bold;
}
.schedule_instructors_box_text_content
{
	font-size: 11px;
	line-height: 15px;
}
.html_pdf
{
	text-align: right;
	font-weight: bold;
}
.html_pdf a
{
	text-decoration:none;
}
.html_pdf a:hover
{
	text-decoration:none;
}
.all_box
{
	text-align: left;
	width: 600px;
	position: relative;
	overflow: auto;
	float: left;
}
.all_box_cell
{
	text-align: left;
	width: 590px;
	margin-right: 10px;
	padding-bottom: 20px;
	overflow: auto;
}
.all_box_cell a
{
	text-decoration: none;
	color: #696969;
}
.all_box_cell a:hover
{
	text-decoration: none;
	color: #999999;
}
.all_box_cell_inner
{
	line-height: 18px;
}
.all_box_cell_inner_title
{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}
.all_schedule
{
	float: left;
	width: 248px;
	height: 1000px;
	border-left: dotted 1px #999999;
	padding-left: 10px;
}
.all_schedule_box
{
	padding-top: 10px;
	overflow: auto;
	padding-bottom: 0px;
	height: 60px;
}
.all_schedule_inner_left
{
	float: left;
	width: 110px;
	font-weight: bold;
	text-align: right;
}
.all_schedule_inner_center
{
	float: left;
	width: 128px;
}
.all_schedule_inner_center a
{
	text-decoration: none;
	color: #636363;
}
.all_schedule_inner_center a:hover
{
	text-decoration: none;
	color: #000000;
}
.instructors_box
{
	position: relative;
	width: 859px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	border-bottom: dotted 1px #e1e1e1;
	padding-bottom:10px;
	margin-bottom:10px;
}
.instructors_box_cell
{
	float: left;
	width: 256px;
	padding-right: 10px;
}
.instructors_box_cell_img
{
	float: left;
	width: 100px;
}
.instructors_box_cell_text
{
	float: left;
	width: 151px;
	height: 230px;
	text-align: left;
	padding-left: 5px;
}
.instructors_box_cell_text_title
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
.instructors_box_cell_text a
{
	text-decoration: none;
	color: #696969;
}
.instructors_box_cell_text a:hover
{
	text-decoration: none;
	color: #999999;
}
.bold
{
	font-weight: bold;
}
.outsourcing_main_text
{
	text-align: justify;
	overflow: auto;
	width: 859px;
	padding-top: 20px;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 30px;
}
.outsourcing_box_cell
{
	float: left;
	width: 600px;
	padding-right: 5px;
	line-height: 18px;
	overflow: auto;
}
.outsourcing_box_cell_title
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	overflow: auto;
}
.more_info
{
	text-align: right;
	font-size: 12px;
}
.more_info a
{
	background-image: url(../Img/more_info_arrow.png);
	background-position: -5px -13px;
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 1px;
	padding-bottom: 6px;
	font-size: 11px;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	color: #1d1b19;
}
.more_info a:hover
{
	background-position: -5px -53px;
	color: #2d6ea8;
}
.agile_box
{
	line-height: 18px;
	text-align: justify;
	float: left;
	padding-right: 18px;
	padding-top: 20px;
	width: 300px;
	color: #666666;
	overflow: visible;
}

div.agile_box a
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

div.agile_box a:hover
{
	color: #222222;
}

div.agile_text
{
	clear: left;
	text-align: left;
	width: 859px;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: auto;
}

div.agile_main_text
{
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	padding-top: 25px;
}
.press
{
	text-align: left;
	width: 859px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}
.press_row
{
	width: 859px;
	position: relative;
}
.press_box
{
	width: 400px;
	text-align: left;
	padding-bottom:19px;
	float:left;
	padding-right:20px;
}
.press_header
{
	font-weight: bold;
	font-size: 16px;
	width: 400px;
}
.press_header_title
{
	float: left;
	width: 230px;
}
.press_header_date
{
	float: left;
	text-align: right;
	width: 170px;
}
.press_text
{
	line-height: 18px;
	padding-bottom: 0px;
	width: 400px;
	height:80px;
}
.reference_img
{
	padding-bottom: 20px;
}
.bottom_icons
{
	float: right; width:21px; padding-right:2px;
}
