
/* --- Exhibition Navigation Current page link style --- */
.exCurrentPage
{
    color: #000;
    text-decoration: none;
}

/* --- Exhibition View Content uses 2 columns --- */
/* --- narrow first column -- */

#exhibitionview #page-container, #toolkitview #page-container, #schoolkitview #page-container
{
    background: url("../images/other-content-bkg.gif") repeat-y;
}


#exhibitionview #colLeft, #toolkitview #colLeft, #schoolkitview #colLeft
{
    width: 180px;
    /*border: solid 1px #000;*/
}


#exhibitionview #colMid, #toolkitview #colMid, #schoolkitview #colMid
{
    width: 540px;
    background: #ffffff;
}


.GreenImageBorder
{
	border: solid 1px #108C43;
}

/*------exhibition SubNav ------*/
#exhibitionNav ul
{
    list-style: none;
    margin-left: 0;
}

#exhibitionNav ul li ul
{
    line-height: 1.1em;
    margin-left: 1.5em;
    margin-bottom:1.1em;
    margin-top: 0.2em;
}

#exhibitionNav ul li ul li ul
{
    line-height: 1.1em;
    margin-left: 2.5em;
    margin-bottom:0.2em;    
    margin-top: 0.2em;
}

/*-----Exhibition boxes --- */

.exhibitonBoxContainer
{
    float:left;
    width: 345px;
    border:solid 1px #000;    
    margin-bottom: 30px;
    margin-right: 15px;
    background: url("../images/exhibition-box-bkg.gif") repeat-y;
    height:108px;
}

#schoolkit .exhibitonBoxContainer
{
	width: 98%;
	margin-right: 0;
	background: url("../images/schoolkit-exhibition-box-bkg.gif") repeat-y;
	height:160px;
}

.exhibitonBoxContainer img
{
    float:left;
    margin: 5px;
    width: 90px;
}

#schoolkit .exhibitonBoxContainer img
{
	width: 200px;
}

.exhibitonBoxOutter
{
    margin-left: 100px; 
    border-left:solid 1px #000;     
}

#schoolkit .exhibitonBoxOutter
{
	margin-left: 210px;
}

.exhibitonBoxBar
{
    width:auto; 
    height:18px; 
    background:#108C43;
    line-height:1px;
}

.exhibitonBoxInner
{       
    padding: 3px;      
}

.NoImageBorder
{
    border: none;
}
