@charset "utf-8";
* {
	zoom: 1;
}

.none {
	display: none;
}

.display {
	display: block;
}

.clearBoth {
	clear: both;
}

/* nav */
.tl-navigation {
	position: relative;
	/*margin: 0px -30px 0px;*/
	height: 105px;
	width:740px;
}

.hist-navigation {
	/*margin: 0px -30px 0px;*/
	width:740px;
	position: relative;
	height: 65px;
}

.shortTab {
	position: absolute;
	top: 39px;
	width: 740px;
	height: 27px;
	background: url('../timeline/img/navNarrow.png') no-repeat left top;
}

#tabNavigation {
	height: 41px;
	width: 100%;
	position: relative;
	background: #fff;
}


#photoviewTab,
#timelineviewTab {
	position: absolute;
	bottom: 0px;
	width: 156px;
	height: 28px;
}

#photoviewTab {
	left: 190px;
}

#timelineviewTab {
	left: 32px;
}

#timelineviewTab a,
#photoviewTab a {
	display: block;
	height: 28px;
	text-indent: -9999px;
}

#timelineviewTab a { background: url('../timeline/img/smallTabs.png') no-repeat 0px 0px; }
#timelineviewTab a:hover { background: url('../timeline/img/smallTabs.png') no-repeat 0px -28px; }
#timelineviewTab.current a { background: url('../timeline/img/smallTabs.png') no-repeat 0px -56px; }

#photoviewTab a { background: url('../timeline/img/smallTabs.png') no-repeat -156px 0px; }
#photoviewTab a:hover { background: url('../timeline/img/smallTabs.png') no-repeat -156px -28px; }
#photoviewTab.current a { background: url('../timeline/img/smallTabs.png') no-repeat -156px -56px; }

#fiveminTab {
	position: absolute;
	width: 221px;
	height: 41px;
	top: 0px;
	right: 32px;
}

#fiveminTab a {
	display: block;
	height: 41px;
	text-indent: -9999px;
}

#fiveminTab a { background: url('../timeline/img/largeTab.png') no-repeat 0px 0px; }
#fiveminTab a:hover { background: url('../timeline/img/largeTab.png') no-repeat 0px -41px; }
#fiveminTab.current a { background: url('../timeline/img/largeTab.png') no-repeat 0px -82px; }

.decadeNavigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 67px;
	width: 100%;
	background: url('../timeline/img/navBkgnd.png') no-repeat center top;
}

.decadeNavigation dt {
	position: absolute;
	top: 22px;
	left: 15px;
	font-size: 13px;
	font-weight: bolder;
}

.decadeNavigation dd {
	position: absolute;
	top: 25px;
	left: 130px;
	font-size: 13px;
	font-weight: bolder;
	line-height: 100%;
}

.decadeNavigation dd ul {
	position: relative;
}

.decadeNavigation dd li {
	width: 87px;
	height: 13px;
	float: left;
}

.article .decadeNavigation dd li a {
	text-decoration: none;
	background: url('../timeline/img/navigationArrow.png') no-repeat 0px 0px;
	padding-left: 13px;
}

.article .decadeNavigation dd li a:hover {
	color: #d08386;
	background: url('../timeline/img/navigationArrow.png') no-repeat 0px -30px;
}

.article .decadeNavigation dd li.current a {
	text-decoration: none;
	color: #000;
	background: url('../timeline/img/navigationArrow.png') no-repeat 0px -60px;
}

div#timelineField {
	margin: 3px 0px 0px;
	padding: 0px;
}

.yearField {
	background: #f2f2f2 url('../timeline/img/centerBkgnd.png') repeat-y center top;
}

.tlLeft {
	float: left;
	width: 329px;
	margin-left: 19px;
}

.tlRight {
	float: right;
	width: 329px;
	margin-right: 19px;
}
/*
.timelineGroup {
	clear: both;
}
*/
.tlbox {
	overflow: hidden;
	width: 100%;
}


.tlitem {
	background: #ffffff url('../timeline/img/item-bkgnd.png') no-repeat left bottom;
	margin-bottom: 20px;
	font-size: 11px;
	position: relative;
}

.tl-item-main {
    position: relative;
	background: url('../timeline/img/item-head-bkgnd.png') no-repeat left top;
	min-height: 80px;
	padding: 5px;
}

.tl-item-main .largeThumb{
	float: right;
	margin-left: 10px;
}


.timelineGroup-title {
	width: 400px;
	height: 32px;
	color: #fff;
	font-weight: bolder;
	font-size: 11px;
	margin: 0px auto 10px;
	text-align: center;
	padding-top: 6px;
	background: url('../timeline/img/decadeHead-bkgnd.png') no-repeat left top;
}

#contents-area .timelineGroup-title a:link    { color:#ffffff; text-decoration:none; }
#contents-area .timelineGroup-title a:visited    { color:#ffffff; text-decoration:none; }
#contents-area .timelineGroup-title a:active    { color:#ffffff; text-decoration:none; }
#contents-area .timelineGroup-title a:hover    { color:#ffffff; text-decoration:none; }

.largepanel {
	min-height: 180px;
}

.tl-item-main .tl-yearLabel {
	padding-left: 4px;
	padding-top: 4px;
	color: #505a64;
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 5px;
}

.tl-item-main>p {
	font-size: 12px;
	padding-left: 4px;
	line-height: 150%;
}

.tlitem .smallThumb {
	float: right;
	width: 80px;
	height: 80px;
	margin-left: 10px;
}

.largeThumb {
	width: 190px;
	height: 190px;
	opacity: 50%;
}

.whiteHilite:hover {
	filter: alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;
}

.whiteHilitCurrent {
	filter: alpha(opacity=30);
	-moz-opacity:0.30;
	opacity:0.30;
}

.tl-item-sub {
	clear: both;
}
.extraLink {
	position: absolute;
	bottom: 9px;
	left: 9px;
}

.article .extraLink a {
	color: #505a64 !important;
	text-decoration: underline !important;
	padding-right: 12px;
	/* background: url('../timeline/img/icon_outside.png') no-repeat right center; */
}

.leftArm {
	position: absolute;
	top: 16px;
	right: -19px;
	width: 19px;
	height: 13px;
	background: url('../timeline/img/arm-left.png') no-repeat right center;
}

.rightArm {
	position: absolute;
	top: 59px;
	left: -19px;
	width: 19px;
	height: 13px;
	background: url('../timeline/img/arm-right.png') no-repeat right center;
}

.tl-item-sub {
	position: relative;
	border-top: 1px dotted #a9aaae;
	margin: 0px 11px 11px;
}

.closeButton {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 0px;
/*	z-index: 9999; */
}

.closeButton a {
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
}

.closeButton a { background: url('../timeline/img/closeButton.png') no-repeat 0px 0px; }
.closeButton a:hover { background: url('../timeline/img/closeButton.png') no-repeat 0px -20px; }

.sub-item_wrapper {
	position: relative;
	margin: 8px;
	padding-top: 25px;
	padding-bottom: 19px;
	line-height: 140%;
}

.sub-item_wrapper>p {
	font-size: 12px;
	padding-left: 4px;
	line-height: 150%;
}

.sub-item_wrapper h3 {
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b1bcc0;
	margin-bottom: 19px;
}

/* photo item */
.photoitem {
	float: left;
	background: #fff;
	position: relative;
	margin: 1px;
}

.photo-item-sub {
	position: relative;
	width: 188px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.photo-item-sub .sub-item_wrapper {
	padding: 35px 12px 12px;
	margin: 0px;
}

.photo-item-sub .closeButton {
	top: 5px;
	right: 5px;
}

.photo-item-sub .sub-item_wrapper p {
	font-size: 12px;
	line-height: 140%;
}
.photoitem-main {
	position: absolute;
	width: 168px;
	height: 168px;
	font-size: 12px;
	top: 0px;
	left: 0px;
	padding: 10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: 1px solid #bbb;
	margin: 0px;
}

.photoitem-main>p {
	line-height: 150%;
}

.solidbottomLine {
	border-bottom: 1px solid #bbb;
}

.dottedbuttomLine {
	border-bottom: 1px dotted #bbb;
}

.yearGroup {
	clear: both;
	margin-left: 63px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 100%;
	min-height: 190px;
}

.photoField {
	padding-bottom: 20px;
	background: #f5f5f5 url('../timeline/img/photoBkgnd.png') repeat-y left top;
}


.yearLine {
	font-size: 11px;
	font-weight: bolder;
	height: 13px;
	color: #505a64;
	padding-left: 10px;
	margin: 10px 0px;
	line-height: 100%;
	background: url('../timeline/img/yearLine.png') no-repeat 2px top;
}

.photoGroup {
	margin-left: 11px;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bolder;
	color: #fff;
	width: 400px;
	height: 38px;
	padding-top: 6px;
	padding-left: 20px;
	background: url('../timeline/img/yearLabel.png') no-repeat left top;
}

#contents-area .photoGroup a:link    { color:#ffffff; text-decoration:none; }
#contents-area .photoGroup a:visited    { color:#ffffff; text-decoration:none; }
#contents-area .photoGroup a:active    { color:#ffffff; text-decoration:none; }
#contents-area .photoGroup a:hover    { color:#ffffff; text-decoration:none; }

.historyField {
	background: #f2f2f2;
	padding-bottom: 20px;
}

.histrybox {
	position: relative;
	width: 640px;
	height: 244px;
	padding: 20px;
	margin-left: 20px;
	margin-top: 10px;
	background: url('../timeline/img/roundBox.png') no-repeat left top;
}

.histrybox p {
	font-size: 12px;
	line-height: 180%;
}

.histryanchor {
	display: none;
	margin-top: 20px;
}

.headerGroup {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b1bcc0;
}

.headerGroup h3 {
	font-weight: bolder;
	font-size: 12px;
	color: #af2f36;
	line-height: 140%;
}

.headerGroup h4 {
	font-weight: bolder;
	font-size: 14px;
}

.detailHistory {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 125px;
	height: 24px;
}

.detailHistory a {
	display: block;
	height: 24px;
	text-indent: -9999px;
}

.detailHistory a {
	background: url('../timeline/img/histroyDetail.png') no-repeat left top;
}
.detailHistory a:hover {
	background: url('../timeline/img/histroyDetail.png') no-repeat 0px -24px;
}

.rightAssign {
	float: right;
	margin-left: 30px;
}


#timelineWrapper {
	position: relative;
	min-height: 60px;
	/*padding-top: 20px;
	margin-left: -20px;
	margin-right: -20px;*/
	padding:20px 10px 0;
	/*z-index: 101;*/
	width: 720px;
}

.yearFieldWrapper {
	background: #fff url('../timeline/img/centerBkgnd-gradient.png') no-repeat center top;
}

.photoFieldWrapper {
	background: #fff url('../timeline/img/photoBkgnd-gradient.png') no-repeat 10px 0;
}

.historyFieldWrapper {
	background: #fff url('../timeline/img/historyBkgnd-gradient.png') no-repeat left top;
}

.bottomFieldWrapper {
	height: 20px;
	background: #fff url('../timeline/img/photoBkgnd-gradient.png') no-repeat left top;
}

.fixablewraper {
	position: relative;
	margin-top: 25px;
	/* margin-left: -25px; */
	margin:0 auto;
	width: 720px;
}

.fixableblock {
	position: absolute;
	width: 680px;
	top: 0;
	left: auto;
	z-index: 1;
}

.fixablecontent {
	padding-top: 88px;
}

.fixable5mincontent {
	padding-top: 60px;
}

.fixblock {
	position: fixed !important;
}

.hideAnchor {
	display:block;
	height:0px;
	/height:1px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-99px;
	padding-bottom:99px;
}

.hideAnchor5min {
	display:block;
	height:0px;
	/height:1px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-55px;
	padding-bottom:55px;
}

.description{
	padding: 0 0;
}


