﻿#history 
{
	padding-bottom: 10px;
	background: url('images/history/history1.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}

#history>.milestone 
{
	margin-left: 46px;
	margin-bottom: 10px;
}

#history>.milestone img 
{
	position: relative;
	float: left;
	visibility: visible;
	left: -70px;
	margin-left: -143px;
	margin-bottom: -200px;
	visibility: hidden;
}

#history .year 
{
	font-size: 12px;
	position: relative;
	left: -46px;
	line-height: 15px;
	font-weight: bold;
	width: 46px;
	color: White;
	margin-bottom: -15px;
	text-align: center;
}

#leftcontent>.news .item
{
	background: #ff9b02;
	font-size: 10px;
	margin: 5px;
	color: White;
	padding: 10px;
	height: 50px;
}

#leftcontent>.news .item>h2 
{
	font-size: 10px;
	font-weight: bold;
	color: #003f79;
	margin: 0;
	padding: 0;
}

#leftcontent>.news .item>a 
{
	text-decoration: none;
	color: White;
}

#leftcontent>.news .active 
{
	background: #f7b900;
}

#rightcontent .item 
{
	background: White;
	color: #003f79;
	font-size: 10px;
	margin: 5px;
	margin-left: 15px;
}

#rightcontent .item>img 
{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

#rightcontent .item h2 
{
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#rightcontent p.item 
{
	clear: left;
	line-height: 15px;
	margin: 0;
}

#rightcontent p.item img 
{
	margin-right: 5px;
}

#rightcontent .media>.item
{
	clear: both;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 12px;
}

#rightcontent .media>.item:hover 
{
	cursor: pointer;
}

#rightcontent .media>.item:first-child 
{
	padding-top: 0;
}

#mediablocker 
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: Black;
	opacity: .6;
	filter: alpha(opacity=60);
	color: White;
	font-size: larger;
	font-weight: bold;
}

#mediacontent 
{
	display: none;
	position: absolute;
	top: 10px;
	left: 0px;
	overflow: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

dt
{
	font-weight: bold;
}

.back 
{
	padding-top: 10px;
	padding-bottom: 10px;
}
