.archiveIcon {
	position: relative;
	width: 50;
	text-align : center;
	vertical-align : top;
}
.archiveTitleStripL {
	position: relative;
	background-color: #F7BF38;
	border-left : 1px solid #E76C26;
	border-top : 1px solid #E76C26;
	border-bottom : 1px solid #E76C26;
	padding-left : 5px;
}
.archiveTitleStripR {
	position: relative;
	background-color: #F7BF38;
	border-right : 1px solid #E76C26;
	border-top : 1px solid #E76C26;
	border-bottom : 1px solid #E76C26;
	text-indent: 5px;
	white-space : nowrap;
}
.archiveTitle {
	position: relative;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : black;
	font-weight: bold;
}
.archiveAuthor {
	position: relative;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0A5765;
	font-weight: normal;
	white-space : nowrap;
}
.archiveDate {
	position: relative;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0A5765;
	font-weight: normal;
	white-space : nowrap;
}
.archiveQuote {
	position: relative;
	font-family: Times New Roman,  Century Schoolbook, serif;
	font-size: 9pt;
	color: #0A5765;
	text-align : center;
	vertical-align: top;
	cursor: default;
	font-style : italic;
	padding : 5px;
}
.archiveComment {
	position: relative;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	vertical-align: top;
	cursor: default;
	padding : 5px;
}
.archiveFooter {
	position: relative;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing : 2px;
	color: White;
	text-align: center;
	background : #005963;
	padding : 2px 10px 2px 10px;
	margin : 10px 10px 20px 10px;
	cursor: default;
}
.reviewQuote {
	position: relative;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	text-align : left;
	vertical-align: top;
	cursor: default;
	font-style : normal;
	padding : 5px;
}
.tabselected{
	width: 16%;
	height:20px;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : bold;
	background-color : #FCE5AF;
	border-left : 1px solid #E76C26;
	border-right : 1px solid #E76C26;
	border-top : 1px solid #E76C26;
	text-align : center;
	cursor: pointer;
	cursor: hand;
}
.tab{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 16%;
	height:20px;
	background-color : #F9CF6A;
	border-bottom : 1px solid #E76C26;
	text-align : center;
	cursor: pointer;
	cursor: hand;
}
.ideoTabInsert  {
	position : relative;
	height: 100%;
}
.archiveVisible{
	position : absolute;
	left : 0px;
	top : 0px;
	background-color : #FCE5AF;
	border-left : 1px solid #E76C26;
	border-right : 1px solid #E76C26;
	border-bottom : 1px solid #E76C26;
	visibility : visible;
}
.archiveHidden{
	position : absolute;
	left : 0px;
	top : 0px;
	background-color : #FCE5AF;
	border-left : 1px solid #E76C26;
	border-right : 1px solid #E76C26;
	border-bottom : 1px solid #E76C26;
	visibility : hidden;
}