/* ------------------------------------------ */


/* Missouri Digital Heritage - MDH BROWSE CSS */


/* ---------------------------------------- */


/* COLLECTION ------------------------------------------------------------------------------------------------------ */

#coll table div.image img {
    /*width:150px;*/
    border: 1px solid rgb(175, 175, 175);
    border-radius: 0px;
		    border: thick solid #fff;
    box-shadow: 0px 0px 10px rgba(50,50,50,.81);
}

#coll {
    border-top: 1px solid #999;
    margin: 0;
    padding: 0;
}

#coll table,
#coll table td.c2 {
    width: 100%;
}

#coll table td {
    padding: 16px 8px;
    /*background-color: rgba(242, 242, 201, .5);*/
    border-bottom: 1px solid #999;
    vertical-align: top;
}

#coll table td.c1 {
    width: 150px;
    text-align: center;
}

#coll table td.c2 {
    width: 600px;
}

#coll table td.AtoZ {
    /*background-color: rgb(244, 235, 188);*/
    border-bottom: 1px solid #999;
}

.azLnk {
    padding: 6px 3px;
    margin-right: 4px;
    /*background: rgb(250, 247, 195);*/
    border: 1px solid #0d223f;
    border-radius: 4px;
}

a.azLnk:link {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

a.azLnk:hover,
.btn:hover {
    background-color: #0d223f;
    color: #fff;
    border-color: #999;
}

a.azLnk:visited {
    color: #777;
    text-decoration: none;
    font-size: 11px;

}

#coll table td.AtoZjumps {
    /*background-color: rgb(239, 239, 182);*/
    padding: 4px 4px;
}

#coll table p.cTitle {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 -6px 0;
}

*:first-child+html #coll table p.cTitle {
    margin: 0 0 -14px 0;
}


/*ie7 hack*/

#coll p.contributor {
    margin-bottom: -6px;
    font-size: .9em;
    font-style: oblique;
}

*:first-child+html #coll p.contributor {
    margin-bottom: -15px;
}


/*ie7 hack*/

#coll h3 {
    border: 1px solid #333;
    border-radius: 5px;
    background-color: rgb(58, 102, 101);
    padding: 5px 10px;
    margin-left: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.15em;
}

h3 a {
    min-height: 24px;
    display: inline-block;
}

#coll h3#rankLo {
    margin-top: 2.5em;
}


/* COLLECTION (end) */


/* INSTITUTION ------------------------------------------------------------------------------------------------------ */

#collinst table div.image img {
    /*width:150px;*/
    border: 1px solid rgb(175, 175, 175);
    border-radius: 0px;
	border: thick solid #fff;
    box-shadow: 0px 0px 10px rgba(50,50,50,.81);
}

#collinst {
    margin: 0;
    padding: 0;
}

.imgCapMedia a{
    padding-top: 10px;
}

#collinst table,
#collinst table td.c2 {
    width: 100%;
}

#collinst table td {
    padding: 16px 8px;
    background-color: rgba(242, 242, 201, .5);
    border-bottom: 1px dashed #999;
    vertical-align: top;
}

#collinst table td.c1 {
    width: 150px;
    text-align: center;
}

#collinst table td.c2 {
    width: 600px;
}

#collinst table td.AtoZ {
    background-color: rgb(244, 235, 188);
}

#collinst table p.cTitle {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 -6px 0;
}

*:first-child+html #collinst table p.cTitle {
    margin: 0 0 -14px 0;
}


/*ie7 hack*/

#collinst p.contributor {
    margin-bottom: -6px;
    font-size: .9em;
    font-style: oblique;
}

*:first-child+html #collinst p.contributor {
    margin-bottom: -15px;
}


/*ie7 hack*/

#collinst h3 {
    border: 1px solid #333;
    border-radius: 5px;
    background-color: rgb(58, 102, 101);
    padding: 5px 10px;
    margin-left: 0;
    margin-bottom: 0;
    color: #fff;
}

#collinst h3#rankLo {
    margin-top: 2.5em;
}


/* INSTITUTION (end) */


/* MEDIA TYPE ------------------------------------------------------------------------------------------------------ */

#mediatype img {
    margin: 4px 3px 0px 0px;
}

.imgCapMedia {
    height: 50px;
    width: 127px;
    padding: 4px;
    margin: -5px 0 0 0;
    text-align: center;
    border: 1px solid rgb(222, 222, 222);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /*background-image: linear-gradient(0deg, rgb(251, 251, 205) 20%, rgb(242, 242, 201) 65%);*/
}

.imgCapMedia a {
    height: 24px;
    display: inline-block;
}

.imgCapMedia a:link {
    text-decoration: none;
}

.imgCapMedia a:hover {
    text-decoration: underline;
}

.imgMedia {
    width: 135px;
    border: 1px solid rgb(167, 167, 167);
}


/* MEDIA TYPE (end) */


/* TOPICS ----------------------------------------------------------------------------------------------------------- */

#topics {
    margin: 0;
    padding: 0;
}

#topics ul li {
    margin-bottom: .9em;
    list-style-type: disc;
    margin-left: 1.1em;
}

#topics li a {
    font-weight: bold;
    font-size: 1.1em;
}

#topicsBox {
    padding: 16px 8px;
    /*background-color: rgba(242, 242, 201, .5);*/
    border-bottom: 1px dashed #999;
    vertical-align: top;
}

#topics_colltab ul li {
    margin-bottom: .9em;
    list-style-type: disc;
    margin-left: 1.1em;
}

#topics_colltab li a {
    font-weight: bold;
    font-size: 1.1em;
}


/* TOPICS (end) */

.extweb {
    margin: 1em 0;
    color: #999;
    font-size: .9em;
    font-style: normal;
    padding: 2px 5px 3px 5px;
    border: 1px dashed #999;
    border-radius: 4px;
    background-color: rgb(241, 244, 200);
}


/* --- END of FILE --- */