﻿@charset "UTF-8";

.larger{
	font-size:120%;
}

.smaller{
	font-size:80%;
}

.red{
	color:#dd0000;
}

.bold{
	font-weight:900;
}

.right{
	float:right;
}

.absolute{
	position:absolute;
}

a img{
	border-style:none;
}

a:hover img{
	filter:Alpha(opacity=65);
	-moz-opacity:0.7;
	opacity:0.7
}

p.black10pt{
	color:#000000;
	font-size:10pt;
}

td.title{
	color:#ffffff;
	font-size:22pt;
	font-weight:900;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:5px;
	background:rgba(255,255,255,0.3);
}

td.subtitle{
	color:#ffffff;
	font-size:18pt;
	font-weight:900;
	line-height:1.1em;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	background:#f98b8b;
	background:rgba(249,139,139,0.7);
}

span.subsubtitle{
	font-size:63%;
	margin-left:15pt;
}

td.introduction {
	font-size:14pt;
	padding:10px;
	position:relative;
}

td.subintroduction{
	font-size:11pt;
	padding:10px;
}

.subintroduction ul {
	margin-top:0px;
}

.subintroduction ul li {
	position:relative;
	list-style-type:none!important;
	margin-bottom:5px;
	line-height:1.5;
}

.subintroduction ul li:before{
	display:inline-block; 
	vertical-align:middle;
	content:'';
	width:1em;
	height:1em;
	background:#ff0000;
	background:rgba(255,0,0,0.6);
	border-radius:50%;
	margin-right:8px;
}

td.base{
	width:800px;
	position:relative;
}

td.title_underbar{
	height:6px;
}

.caption{
	font-size:14pt;
	color:#ffffff;
	font-weight:bold;
	background:#228b22;
	background:rgba(34,139,34,0.6);
	text-align:center;
	padding:4px;
}

td.work{
	background:#eeffee;
	background:rgba(238,255,238,0.4);
}

td.work_tile{
	border:1px #eeffee solid;
	border-collapse:collapse;
	background:#ffffaa;
	background:rgba(255,255,170,0.4);
	padding:15px;
}

.work_title{
	text-align:left;
	border:1px #000000 solid;
	border-collapse: collapse;
	padding:5px;
}

td.work_tile span{
	font-size:14pt;
}

td.work_table{
	background-color:#eeffee;
	background:rgba(238,255,238,0.6);
}
 
table.list{
	border: 1px #000000 solid;
	border-collapse: collapse;
}

table.list th{
	border: 1px #000000 solid;
	padding:3px;
	background:#ffdddd;
	background:rgba(255,221,221,0.6);
	font-weight:normal;
}

table.list td{
	border: 1px #000000 solid;
	padding:3px;
}

td.present{
	padding:5px;
	background:rgba(255,255,255,0.3);
}

.training td.title_underbar{
	background:#ff9595;
}

.training td.present{
	color:#ea7d59;
	font-size:13pt;
}

.it_solution td.title_underbar{
	background:#008844;
}

.it_solution td.present{
	color:#008040;
	font-size:13pt;
}

.engineering td.title_underbar{
	background:#ffb468;
}

.engineering td.present{
	color:#cc6600;
	font-size:13pt;
}

.environmental td.title_underbar{
	background-color:#6f6fff;
}

.environmental td.present{
	color:#0080bd;
	font-size:13pt;
}

a img:hover {
  filter:Alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}

a{
  text-decoration:none;
}

a img {
	border:none;
	text-decoration:none;
}

a .course {
	color:#222222;
	text-decoration:none;
}

td.title{
	font-size:28.0pt;
	font-weight:bold;
}

.training td.title{
	color:#ff9595;
}

.it_solution td.title{
	color:#008844;
}

.engineering td.title{
	color:#ffb468;
}

.environmental td.title{
	color:#6f6fff;
}

a:hover .course{
  color:#666666;
  filter:Alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}

.dept td{
	padding:0px;
}

.dept div:hover{
  filter: Alpha(opacity=40);
  -moz-opacity:0.4;
  opacity:0.4;
}

.dept div{
  color : #eeeeee;
	background:#444444;
	background:rgba(68,68,68,0.6);
	width:198px;
	height:30px;
	padding-top:6px;
	font-size: 11.0pt;
	vertical-align:middle;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	box-shadow: 2px 2px 3px 1px #666;
}

.caption{
	background:#444444;
	color:#ffffff;
	font-size: 13.0pt;
	font-weight: bold;
	text-align:left;
	padding :4px;
	padding-left:20px;
	height:24px;
	width:100%!important;
	Filter:Alpha(Opacity=100, FinishOpacity=10, Style=1);
	background: -webkit-gradient(linear, left top, right top, from(rgba(68,68,68,0.8)), to(rgba(68,68,68,0.1)));
	background: linear-gradient(to right, rgba(68,68,68,0.8), rgba(68,68,68,0.1));
}

.section{
	width:120px;
	height:30px;
	padding-left:6px;
	padding-top:6px;
	font-size: 14.0pt;
	font-weight: bold;
	margin:4px;
}

.course{
	width:380px;
	height:30px;
	padding-left:6px;
	padding-top:6px;
	margin:4px;
	font-size: 12.0pt;
	vertical-align:middle;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.area{
	padding:4px;
	margin:4px;
}

.training table.list th{
	background-color:#ffdddd;
}

.environmental table.list th{
	background-color:#ffffdd;
}

.entry{
	padding:20px;
}

.dummy {
	width:380px;
	height:30px;
}

}