
.infoWrap{
	height: 250px;
	width: 286px;
	position: absolute;
	top:30px;
	overflow-y: auto;
	border-top: 1px solid #424528;
}

.infoLeft {
	position: absolute;
	width: 133px;
	left: 10px;
}

.infoRight {
	position: absolute;
	width: 133px;
	left: 153px;
}

.infoInsignia{
	position: relative;
	left: 60px;
	width: 160px;
	top:10px;
}

.infoDescription{
	position: relative;
	top:10px;
	width: 240px;
	left: 24px;
}

.infoAirRow1{
	position: relative;
	top:20px;
	border-top: 1px solid #424528;
}

.infoAirRow2{
	position: relative;
	top:62px;
	border-top: 1px solid #424528;
}

.stationsCategoryWrap{
	width: 100%;
	height: 16px;
	position: absolute;
	top:30px;
	border-bottom: 1px solid #424528;
}

.stationsWrap{
	width: 698px;
	height: 305px;
	position: absolute;
	top:50px;
	z-index: 1000;
}

.staionsRow{
	height: 20px;
	width: 100%;
}

.stationDateAssign{
	width: 60px;
	position: absolute;
	left: 5px;
}

.stationDateDetach{
	width: 60px;
	position: absolute;
	left: 65px;
}

.stationName{
	width: 300px;
	position: absolute;
	left: 135px;
}

.ACCategoryWrap{
	width: 100%;
	height: 16px;
	position: absolute;
	top:30px;
	border-bottom: 1px solid #424528;
}

.ACWrap{
	width: 698px;
	height: 274px;
	overflow-y: auto;
	position: absolute;
	top:46px;
	z-index: 1000;
}

.ACRow{
	height: 20px;
	width: 100%;
}

.ACSN{
	width: 81px;
	position: absolute;
	left: 4px;
}

.ACName{
	width: 240px;
	position: absolute;
	left: 105px;
}

.ACDateAssign{
	width: 80px;
	position: absolute;
	left: 325px;
}

.ACDateDetach{
	width: 80px;
	position: absolute;
	left: 405px;
}

.ACTotal{
	position: absolute;
	top:344px;
	width: 698px;
	height: 14px;
	line-height: 14px;
	font-variant: small-caps;
	text-align: right;
	border-top: 1px solid #424528;
	border-bottom: 1px solid #424528;
}


.storyCategory_Unit{
	width: 100%;
	height: 16px;
	position: absolute;
	top:30px;
	border-top: 1px solid #424528;
	border-bottom: 1px solid #424528;
}

.storiesWrap_Unit{
	width: 698px;
	height: 233px;
	position: absolute;
	top:54px;
	overflow-y: auto;
	z-index: 1000;
}

.storiesRow_Unit{
	height: 20px;
	width: 100%;
}

.storyText_Unit{
	font-variant: small-caps;
	color: #424528;
	text-align: center;
	padding-top: 2px;
}

.storiesDate_Unit{
	width: 60px;
	position: absolute;
	left: 24px;
}

.storiesTopic_Unit{
	width: 400px;
	position: absolute;
	left: 110px;
  text-overflow: ellipsis;
}

.storiesAuthor_Unit{
	width: 198px;
	position: absolute;
	left: 500px;
}


.diaryAccordianWrap{
	width: 100%;
/* 	height: 200px; */
	position: absolute;
	top:30px;
	z-index: 1000;
/* 	overflow-y: auto; */
}

.diaryCategory{
	width: 100%;
	height: 16px;
	position: absolute;
/* 	top:16px; */
}

.diaryWrap{
	width: 100%;
	position: absolute;
	top:26px;
	overflow-y: auto;
	z-index: 1000;
	height: 230px;
}


