



@import url("richText.css");

body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sansserif;
}

* {
	margin: 0;
	padding: 0;
}

p,
span,
td,
th,
a,
input,
textarea,
select,
option {
	/*font-size: 11px;*/
	font-size: inherit;
}


img {
	border: none;
}

.noPrintInScreen {
	display: none;
}

.goToObjectPage {
	font-size: 0.7em;
	text-decoration: underline;
	padding-left: 20px;
	cursor: pointer;
}


table {
	border: 0;
	border-collapse: collapse;
}
td {
	padding: 0;
}

.wide,
.panel .wide {
	width: 100%;
}

.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}

.defaultBgColor {
	background-color: #035B57;
}

.defaultFontColor {
	color: #FFFFFF;
}

.hiddenTitle {
	display: none;
}


.normalFontSize {
	font-size: 100% !important;
	line-height: inherit !important;
}

.largerFontSize {
	font-size: 150% !important;
	line-height: 140% !important;
}

/**** Can be used in the front office, even called by XSLs (new functionality is coming), so, if forgotten in the webrep CSS files, here is a default definition for iframes in the content ****/
#mainContainer iframe,
#mainContent iframe,
#content iframe {
	overflow: hidden;
}


#mainContainerForIntegration .dataContent {
	display: block;
	height: 30px;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#mainContainerForIntegration #mainContent {
	margin-top: 0;
}

#mainContainerForIntegration .dataContent span.objectTitle,
#mainContainerForIntegration .dataContent span.objectPermalink {
    display: table-cell;
    padding: 0;
    height: inherit;
    vertical-align: middle;
}


#mainContainerForIntegration .mainImgBox,
#mainContainerForIntegration .dataContent span.objectPermalink {
	cursor: pointer;
}


#mainContainerForIntegration .dataContent span.objectPermalink {
    text-align: right;
    width: 130px;
    position: absolute;
    right: 0;
    bottom: 0;
}


/******* For tooltips text style, in results page in mosaic view *******/

#tooltip .body {

	/*font-size: 0.7em;*/
	font-size: inherit;
	/*letter-spacing: 0.05em;*/
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
}

.titre {
	font-weight: bold;
}

.infosSuppl {
	font-style: italic;
}

/******* Page header with logo and museum name *******/

.pageHead td {
        background-color: #333333;
        padding: 0.1em 0;
}
.pageHead img {
        margin: 0 0.6em;
        border: 0;
}

.wmDefaultCollecPageHeader .pageHead {
color: #000000;
background-color:  #333333;
}

/******* Workspace name ********/

.wsName {
        text-align: right;
        width: 99%;
        vertical-align: top;
}
.wsName h1 {
        margin: 0.1em 0.6em;
        font-size: 1.25em;
        color: #000000;
        font-weight: normal;
}
.wsName h1 a {
        color: #000000;
        text-decoration: none;
}


/******* Page title *******/

h2 {
        /*font: normal 1.50em Tahoma, sans-serif;*/
        font: normal 1.50em;

        /*color: #666666;*/
        /*color: #1A1A1A;*/
        color: #000000;
        opacity: 0.75;
		filter: alpha(opacity=75);
		moz-opacity: 0.75;

        white-space: nowrap;
        padding: 0.5em 0.75em;
        margin: 0px;
}


/***** New Sharing Tools Widget *****/


#sharingToolsCell,
#sharingToolsCell *,
#permalinkCell,
#permalinkCell *,
#shareObjectCell,
#shareObjectCell *,
#integrateObjectCell,
#integrateObjectCell * {
	font-size: 11px;
}

#sharingToolsCell,
#permalinkCell,
#shareObjectCell,
#integrateObjectCell {
    /*color: #1A1A1A;*/
    color: #000000;
	white-space: normal;
	padding: 0.5em 0.75em;
	margin: 0;
	letter-spacing:0em;
	text-align:right;
	position: relative;
	width: 1px;
}

#sharingToolsContent {
	/*border: 1px #000000 solid;
	border-bottom-width: 1px;*/
	/*position: relative;*/
	position: absolute;
	width: 352px;
	/*top: -5px;*/
	/*top: -25px;*/
	top: 10px;
    right: 0px;
}

#sharingToolsContent,
#integrateBox {
	display: none;
}

#hiddenIFrameIntegrateContent {
    display: block;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

#permaLinkBox {
	display: block;
}

#openSharingTools {
	cursor: pointer;
}

#openSharingTools,
#sharingToolsCell a,
#permalinkCell a,
#shareObjectCell a,
#integrateObjectCell a {
        /*color: #666666;*/
        /*color: #1A1A1A;*/
        color: #000000;

        white-space: normal;
        text-decoration: none;
        /*font-family: Tahoma, sans-serif;*/
        text-align:right;
        display: block;
}

a#hideSharingToolsFromIBT,
a#widgetHelpForIBT {
    display: inline-block;
}

a#permalink,
a#integrateLink {
        white-space: nowrap;
}

#permaLinkBox,
#integrateBox,
#permalinkBox,
#integrateObjectLinkBox {
        /*border : 1px gray solid;*/
        border : 1px  #1A1A1A solid;
       	background: #FFFFFF !important;
        color: #000000;

		box-shadow: 2px 2px 3px 0px #000000;
	  	moz-box-shadow: 2px 2px 3px 0px #000000;
	  	webkit-box-shadow: 2px 2px 3px 0px #000000;
	  	o-box-shadow: 2px 2px 3px 0px #000000;
	  	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=134, Strengh=3);


		/*
		opacity: 0.85;
		filter: alpha(opacity=85);
		-moz-opacity: 0.85;
		-webkit-opacity: 0.85;
		-khtml-opacity: 0.85;
		-ms-opacity: 0.85;
		-o-opacity: 0.85;
		*/
        display: none;
        text-align: right;
        padding: 0.5em;
        width : 30em;
        position: absolute;
        right: 0px;
}

#integrateBox fieldset,
#integrateBox fieldset legend {
	padding: 0.5em;
}

#integrateBox fieldset legend {
	text-align: center;
	border: 1px solid #000000;
}

#permaLinkBox div.line,
#integrateBox div.line {
	display: block;
	margin: 0.5em;
}

#integrateBox fieldset div.line .label,
#integrateBox fieldset div.line #specifyIFrameWidth,
#integrateBox fieldset div.line #specifyIFrameWidthBt,
#integrateBox fieldset div.line #autoFillIFrameH {
	display: inline-block;
}

#integrateBox fieldset div.line .label {
	margin-right: 0.25em;
}

#integrateBox fieldset div.line #specifyIFrameWidth,
#integrateBox fieldset div.line #autoFillIFrameH {
	width: 50px;
}

#integrateBox fieldset div.line #specifyIFrameWidthBt {
	width: 25px;
}


#integrateBox fieldset input[type="button"] {
	/* color inverted: */
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #1A1A1A;
}

#permaLinkBox,
#integrateBox,
#permalinkBox {
	margin-top: 0.75em;
	z-index: 2;
}

#permaLinkBox,
#permalinkBox {
	width: 60em;
}

#integrateBox,
#integrateObjectLinkBox {
	width: 45em;
}


#openSharingTools,
#permalinkCell a#permalink,
#sharingToolsCell a#permaLink,
#sharingToolsCell a#integrateLink,
#shareObjectCell a#integrateObjectLink {
	height: 24px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;

	background-color: #FFFFFF;
    /*
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	-khtml-opacity: 0.85;
	-ms-opacity: 0.85;
	-o-opacity: 0.85;
	*/
}

#sharingToolsCell a#permaLink.activeTool,
#sharingToolsCell a#integrateLink.activeTool {
	font-weight: bold;
	pointer-events: none;
}

#permaLinkBox a,
#permalinkBox a,
#integrateObjectLinkBox a {
	/*color: #1A1A1A;*/
	color: #000000;
}


#openSharingTools::before,
#permalinkCell a#permalink::before,
#sharingToolsCell a#permaLink::before,
#sharingToolsCell a#integrateLink::before,
#shareObjectCell a#integrateObjectLink::before {
	content: "";
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
}

#openSharingTools::before,
#permalinkCell a#permalink::before,
#sharingToolsCell a#permaLink::before,
#sharingToolsCell a#integrateLink::before,
#shareObjectCell a#integrateObjectLink::before {
	content: "";
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    margin-left: 5px;
}


#openSharingTools::before {
	background-image: url("/rsrc/img/page_go.png");
}

#sharingToolsCell a#permaLink::before,
#permalinkCell a#permalink::before {
	background-image: url("/rsrc/img/page_link.png");
}

#sharingToolsCell a#integrateLink::before,
#shareObjectCell a#integrateObjectLink::before {
	background-image: url("/rsrc/img/page_code.png");
}

#permaLinkBox p,
#integrateBox p,
#permalinkBox p,
#integrateObjectLinkBox p {
	margin: 0.5em;
	padding: 0px;
}


#permaLinkBox input,
#integrateBox input[type=text],
#permalinkBox input,
#integrateObjectLinkBox input {
	width: 100%;
}


#mainContainerForIntegration.wm_detailsPageForIntegration #mainContent {
	width: inherit !important;
}


/******* Top navigation bar *******/

.nav {
	padding: 0 0.6em;
}

.nav div {
	background: transparent url(/rsrc/img/auto/FFFFFF/corn_5_tl.gif) top left no-repeat !important;
}


#maskMenu table tbody tr td  { /* overrides .nav table */
	background: #035B57;
}

div.primary div  { /* overrides .nav table */
	background: #035B57 url(/rsrc/img/auto/FFFFFF/corn_5_tl.gif) top left no-repeat !important;
}

div.primary div.menuCollection { /* overrides .nav table */
	background: #035B57  top left no-repeat !important;
}

div.primary div.menuCollection div{ /* overrides .nav table */
	background: #035B57  top left no-repeat !important;
}

div.primary div.menuItem   {
	background-image: none;
}

.nav table {
	background: url(/rsrc/img/auto/FFFFFF/corn_5_tr.gif) top right no-repeat !important;
}

.nav .navLeft {
	background: url(/rsrc/img/auto/FFFFFF/corn_5_bl.gif) bottom left no-repeat !important;
}

.nav .navRight {
	background: url(/rsrc/img/auto/FFFFFF/corn_5_br.gif) bottom right no-repeat !important;
}

.nav td {
	/*color: black;*/
	color: #000000;
	/*font-size: 0.9em;*/
	font-size: inherit;
	white-space: nowrap;
	letter-spacing: 0.05em;
	padding: 0.3em 0.65em;
}

.nav a {
	/*color: black;*/
	color: #1A1A1A;
	text-decoration: none;
}

#maskMenu {
	white-space: nowrap;
	text-decoration: none;
	background: #035B57;
}

#maskMenu table {
	background: #035B57;
}
#maskMenu a {
	padding: 0.3em;
	text-decoration: none;
}
#maskMenu td {
	padding: 0.2em;
}
#maskMenu td:hover {
	padding: 0.2em;
	background: #000000;
}

.nav * {
	font-size: 11px;
}

.nav input.box {
	letter-spacing: 0.05em;
	padding: 0.1em 0.2em;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
}

.nav input.goto {
	width: 2em;
}

div.primary td,
div.primary a { /* overrides .nav td and a */
	color: #FFFFFF;
}

.nav a:hover {
	text-decoration: underline;
}

.nav form {
	display: inline;
}

.nav img,
.nav input.img {
	width: 16px;
	height: 16px;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
}


/******* Horizontal rule *******/

.infoleg {
	color: #666666;
	margin-top: 3em;
	padding: 0.2em;
	padding-bottom: 3em;
	font-size: 0.8em;
	text-align: center;
}

.infoleg a {
	color: #333333;
}


/******* Confirmation click *******/

.conf a {
	/*font-size: 0.7em;*/
	font-size: inherit;
	text-decoration: none;
	display: block;
	border: 1px solid #666;
	padding: 0.5em 0.7em;
	background-color: white;
	color: black;
}

.conf {
	position: absolute;
	overflow: visible;
	z-index: 2;
}

.greyOut {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: black;
	-moz-opacity: .33;
	-khtml-opacity: .33;
	opacity: .33;
}


/******* Object fiche body *******/
.objectTitle {
	padding-top: 1.2em;
	padding-bottom: 1em;
	white-space: normal;
}

.ficheBody {
	padding: 0 0.6em 0.6em;
}







.showcaseObjetInfo .textContent {
background: #F2F2F2 url(/rsrc/img/auto/FFFFFF/corn_5_br.gif) no-repeat right bottom;
}

.showcaseObjetInfo .textContent .nameValuePairContainer {
border-top: 1px solid #FFFFFF;

background-color: inherit;
}

.showcaseObjetInfo .textContent .name,
.showcaseObjetInfo .textContent .value {

background-color: inherit;
color: #000000;
}

.showcaseObjetInfo .textContent a {
color: #000000;
}

.showcaseObjetInfo .imgContent .linksToDownloadableFiles {
background-color: #F2F2F2;
color: #000000;
}

.showcaseObjetInfo .imgContent .linksToDownloadableFiles a {
color: #1A1A1A;
}

.showcaseObjetInfo .imgContent table td {
background-color: #F2F2F2;
}

.showcaseObjetInfo .imgContent td.img a#mainLink img#mainImg,
.showcaseObjetInfo .imgContent table.images tbody tr td input {
border: 1px solid #000000;
}

.showcaseObjetInfo .imgContent .mainImgBox td{
background-color: #F2F2F2;
color: #000000;
}

.showcaseObjetInfo .imageContainer .thumbTitle {
font-size: 11px;
}


.containerShowImages   .containerInfo {
  margin-right: 49px;
}

.showcaseObjetInfo .imgContent .containerShowImages .imgData {
margin-right: 16px;
text-align: left;
}

.showcaseObjetInfo .imgContent .containerShowImages .titleLink {
padding: 5px 10px;
}

.showcaseObjetInfo .imgContent .containerShowImages .containerThumb {
background-color: #F2F2F2;
}

.showcaseObjetInfo .imgContent .containerShowImages .containerInfo {
background-color: #F2F2F2;
}

.showcaseObjetInfo .imgContent .containerShowImages .iconView .imageContainer {

background-color: inherit;
}

.showcaseObjetInfo .imgContent .containerShowImages .iconView .imageContainer img {
border: 0px solid #000000;
}

.showcaseObjetInfo .hiddenToolTip {
 display: none;
}





.showcaseContainer {
    background-color: #F2F2F2;
}

.showcaseMedia img {
  border: 1px solid #000000;
}

/* --- On left: --- */
#showcaseListLeft {
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
}
#showcaseListLeft span.titre {
  color: #000000;
}
/* --- End of object's linked showcases list styles --- */
.tbDlImgLinkData {
	display: inline-block;
	float: left;
	margin-right: 3px;
}

.tbDlImgLinkData a.tbDlImgLink {
	float: none !important;
}

/******* System field display *******/

a.sysFieldControl {
        font-size: 0.75em;
        margin-left: 0.4em;
        text-decoration: none;
        color: #666;
}
a:hover.sysFieldControl {
        text-decoration: underline;
}


/******* Objects view body *******/

.viewBody {
        padding: 0.3em 0.6em 0.6em;
}
.viewBody caption {
        font-size: 0.8em;
        border-bottom: 1px dotted #ccc;
        text-align: left;
        /*color: #666;*/
        color: #000000;
        padding-left: 0.4em;
}
.viewBody thead th {
        padding: 0.35em;
        font-weight: normal;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-size: 0.8em;
        font-weight: normal;
        /*background: url(/rsrc/img/th_img.gif) no-repeat center bottom;*/
        background: url(/rsrc/img/auto/000000/th_img.gif) no-repeat center bottom;
        /*border-bottom: 1px solid #e1e1e1;*/
        border-bottom: 1px solid #000000;
}
.viewBody thead th a, .viewBody thead th .ext {
        font-weight: bold;
        text-decoration: none;
}
.viewBody thead th a:hover {
        text-decoration: underline;
}
.viewBody thead th .sort {
        font-size: 0.55em;
        /*color: #999;*/
        color: #1A1A1A;
}
.viewBody thead th.blank {
        width: 1%;
}
.viewBody thead td {
        /*border-bottom: 1px solid #e1e1e1;*/
        border-bottom: 1px solid #F2F2F2;
        border-right: none;
}
.viewBody td {
        vertical-align: middle;
        padding: 0.35em;
        /*border-right: 1px solid #F8F8F8;*/
        border-right: 1px solid #F2F2F2;
        /*border-top: 1px solid #fff;*/
        border-top: 1px dashed #F2F2F2;
        vertical-align: top;
        font-size: 0.8em;
}
.viewBody .odd td {
        /*background-color: #FCFCFC;*/
        background-color: #FFFFFF;
        /*color: #333333;*/
        color: #000000;
}
.viewBody .odd_mouseOver td {
        /*background-color: #E1E1E1;*/
        background-color: #F2F2F2;
        /*color: #111111;*/
        color: #000000;
}
.viewBody .even td {
        /*background-color: #F2F2F2;*/
        background-color: #FFFFFF;
        /*color: #333333;*/
        color: #000000;
}
.viewBody .even_mouseOver td {
        /*background-color: #E9E9E9;*/
        background-color: #F2F2F2;
        /*color: #111111;*/
        color: #000000;
}
.viewBody a {
        /*color: #333333;*/
        color: #1A1A1A;
        text-decoration: none;
}
.viewBody a:hover {
        text-decoration: underline;
}
.viewBody img.openFiche {
        width: 16px;
        height: 16px;
}

.viewBody table.mosaic {
	border-collapse : separate;
	margin-left: auto;
    margin-right: auto;
}

.viewBody .click {
	cursor: pointer;
	/*border : 1px dashed #CECECE;*/
	border : 1px dashed #F2F2F2;
}

.clear {
        clear: both;
}
.hiddenToolTip {
	display: none
}

.img-shadow {
        float: left;
        background: url(/rsrc/img/shadowalpha.gif) no-repeat bottom right !important;
        background-position: center;
}

.img-shadow img {
        border: 1px solid #a9a9a9;
        margin: -6px 6px 6px -6px !important;
}


/******* Advanced search body *******/
.searchBody {
        padding: 0.3em 0.6em;
        text-align: center;
}
.searchBody .cont1 {
        background: #F2F2F2 url(/rsrc/img/auto/FFFFFF/corn_5_tl.gif) no-repeat;
        padding: 0;
}
.searchBody .cont2 {
        background: url(/rsrc/img/auto/FFFFFF/corn_5_br.gif) no-repeat right bottom;
        padding: 0.6em;
}

.searchBody .searchFields {
        border-color: #000000;
}
.searchBody .resultsCount {
        color: #000000;
}
.searchBody .resultsCount input {

        background-color: #035B57;
        color: #FFFFFF;
}


/******* Browse by portal body *******/

.portalBody {
        padding: 0 0.6em;
}
.portalBody td {
        vertical-align: top;
}

.portalBody .portletHead {
        background: #000000 url(/rsrc/img/coin_fff_11_top_left.png) top left no-repeat;
        margin-bottom: 0.3em;
}
.portalBody .portletHead div {
        background: url(/rsrc/img/coin_fff_11_top_right.png) top right no-repeat;
}
.portalBody .portletHead div div {
        background: url(/rsrc/img/coin_fff_11_bot_left.png) bottom left no-repeat;
}
.portalBody .portletHead h3 {
        background: url(/rsrc/img/coin_fff_11_bot_right.png) bottom right no-repeat;
        color: #FFFFFF;
        padding: 0 1.25em;
        font-weight: bold;
        font-size: 1em;
        margin: 0;
}

.portalBody .portletBody {
        margin-bottom: 0.5em;
}
.portalBody .portletBody td {
        padding: 0 0.5em 0.2em;
}

.portalBody .portletDesc {
        font-size: 0.8em;
}
.portalBody .portletDesc a {
        color: black;
        padding: 0 0.4em;
}

.portalBody img {
        border: 1px solid #666;
        margin-right: 0.3em;
}
.portalBody img.fleche {
        border: 0;
        margin-right: 0;
        margin-left: 0.3em;
        width: 22px;
        height: 22px;
        vertical-align: middle;
}

.portalBody .portletLinks a {
        display: block;
        padding: 0 0.3em 0.2em;
        font-size: 0.9em;
        font-weight: bold;
        color: #000000;
        text-align: right;
        text-decoration: none;
}
.portalBody a:hover {
        text-decoration: underline;
}
.portalBody .descPortlet {
        font-size: 0.8em;
        padding: 0 0.6em 0.3em;
        margin-bottom: 0.3em;
}

.portalBody .portletBody .portletObjItem td {
        padding-top: 0.8em;
}
/******* Message body *******/

.msgBody {
        padding: 0.3em 0.6em;
}
.msgBody .primcontain1 {
        /*background: #f2f2f2 url(/rsrc/img/coingrd_top.gif) no-repeat;*/
        /*
        background: url("/rsrc/img/auto/FFFFFF/corn_5_tl.gif") no-repeat scroll 0 0 #000000;
        */
        background: #F2F2F2 url(/rsrc/img/auto/FFFFFF/corn_5_tl.gif) no-repeat scroll 0 0;
        padding: 0;
}
.msgBody .primcontain2 {
        /*background: url(/rsrc/img/coingrd_bot.gif) no-repeat right bottom;*/
        background: url("/rsrc/img/auto/FFFFFF/corn_5_br.gif") no-repeat scroll right bottom;
        padding: 1.2em 2.4em;
        /*font-size: 0.75em;*/
        font-size: inherit;
        /*color: #333333;*/
}

.msgBody .primcontain2 .help {
	padding: 3em;
	border: 1px solid #000000;
}

.msgBody .primcontain2 .help,
.msgBody .primcontain2 .help * {
	background-color: #FFFFFF;
	color: #000000;
}

.msgBody a {
        text-decoration: underline;
}

/*********** Help page ********************/
.help h3 {
	 border-bottom: 4px dotted;
	 padding-top: 20px;
}

.help a {
	 text-decoration : none;
	 /*color: blue;*/
	 color: #FFFFFF;
	 font-weight: bold;
}

.help a:hover {
 	text-decoration : underline;
}

.help ul li {
	list-style-position: inside;
}

.help td {
	padding-top: 20px;
}

.specificActionBt {
	display: none;
}

.recordDisplay {
	display: table;
	/*width: 23.5em;*/
	with: 110px;
	padding-top: 0.125em;
	margin-right: 7px;
}

.recordLabel {
	display: block;
}

.recordLabel > div {
	display: table-cell;
	padding: 0 0 0.75em 0;
}

.recordLabel .pad/*.bold*/ {
    display: inline-block;
}

.recordLabel:first-child .pad/*.bold*/ {
    display: none;
}

.recordLabel .label {
	padding-right: 0.25em;
	/*vertical-align: bottom;*/
	vertical-align: text-top;
	max-width: 20em;
	word-wrap: break-word;
}

.recordLabel .action {
	vertical-align: bottom;
}

.recordLabel .actionForFKey {
	padding-bottom: 12px;
}

.recordLabel .action input {
	border: 0 none;
	margin-top: -2px;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.recordModifyInputWidth {
	/*width: 23.5em;*/
	/*width: 110px;*/
	width: 15em;
	vertical-align: middle;
}
.recordModifyInputWidthCombo {
	/*min-width: 24.5em;*/
	/*width: 130px;*/
	width: 15em;
	vertical-align: middle;
}

.hideForNoRight{
	display : none;
}

.hideForHover{
	display : none;
	visibility : hidden;
}

.menuItem.homeShowcaseLink > .menuHeader::after {
	margin-left : 5px;
	content: '|';
}


