

/* History */

#historyContent{
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#historyMenu{
	background: url(../img/common/history_bg_ul.gif) repeat-x bottom;
	width: 100%;
	height: 34px;
	overflow: hidden;
}

#historyMenu li{
	float: right;
	display: block;
	width: 223px;
	height: 34px;
	font-size: 0.81em;
	background: url(../img/common/history_bg_off.gif) no-repeat bottom;
}

#historyMenu li.first{
	float: left;
}

#historyMenu li a{
	display: block;
	text-align: center;
	color: #505050;
	height: 23px;
	padding-top: 11px;
}

#historyMenu li a:hover, #historyMenu li.selected a{
	background: url(../img/common/history_bg_on.gif) no-repeat bottom;
}

.historyNavContainer{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #b6b6b6;
}

.historyDateLink{
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	float: left;
	width: 26px;
	height: 15px;
	text-align: center;
	padding-top: 10px;
	background: white;

}

.historyDateLink.right{
	left: 425px;
}

.historySousContent{
	position: absolute;
	left: 26px;
	top: 0;
	overflow: hidden;
	float: left;
	width: 400px;
	height: 20px;
}

.datesList{
	height: 60px;
	width: 10000px;
	position: absolute;
	left: 0px;
	top: 0;
}

.datesList li{
	float: left;
	display: block;
	font-size: 0.9em;
	text-align: center;
	padding-top: 7px;
	width: 36px;
	height: 60px;
}

#core .datesList li a{
	padding-top: 1px;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

.datesList li a:hover{
	text-decoration: underline;
}

#core .datesList li.on a{
	padding-top: 0;
	font-size: 1.09em;
	font-weight: bold;
}

.historyContentInside{
	padding: 10px 10px 0 10px;
}

.historyContentInside ul li{
	background: url(../img/common/pu_square_01.gif) no-repeat 0 5px;
	padding: 0 0 15px 10px;
}



/* Executive Team */

#core table.tableTeam{
	margin-bottom:10px;
	width:100%;
}


#core table tr.gray td{
	background-color:#f3f3f3;
}

#core table.tableTeam td{
    width:15%;
    text-align:center;
    padding:8px;
}

#core table.tableTeam td.name{
	width:35%;
	vertical-align:top;
	text-align:left;
	padding:10px 10px 10px 0px;
	border-right:1px solid #fff;
}

#core table.tableTeam td h5{
	color:#0098a1;
	vertical-align:top;
	font-size:1em;
}


/* list items */

.grayBlocks{
	margin-top: 40px;
}

.grayBlocks li{
	float: left;
	display: block;
	border: 1px solid #d1d1d1;
	width: 195px;
	padding: 18px 10px;
	margin-bottom: 15px;
}

.grayBlocks li.twoLines{
    padding: 12px 10px 11px 10px;
}

.grayBlocks li a{
	margin:0;
}
