/* 
-------------------------------------------------------------------
People's History Museum stylesheet: Ke Emu Styles

Search Results & Contact Sheet
-------------------------------------------------------------------
*/
table#treeview_table th {
    font-weight: bold;
    padding: 0 1em 2em 1em;
    vertical-align: top;
	font-size: 12px;
}

#ke-treeview  ul li {
    background: none !important;
    font-size: 12px;
    line-height: 10px;
}

#ke-treeview  #ke-treeview ul li {
    background: none !important;
    font-size: 12px;
   	padding: 0.1em 1.5em !important;
}

#ke-treeview  #ke-treeview  #ke-treeview ul li  a{
    background: none !important;
    font-size: 12px;
    line-height: 10px;
}

#ke-treeview  #ke-treeview  #ke-treeview #ke-treeview ul li  a{
    background: none !important;
    font-size: 12px;
    line-height: 10px;
}

#ke-treeview ul {
    list-style-type: none;
	font-size: 12px;
	line-height: 10px;
}

#ke-treeview  #ke-treeview  ul li  a{
    
    font-size: 12px;
}

#list-menu ul  li{list-style-type: none; } 

table#srch-rslts-lst, table#cntct-sht { border: 0; width: 100%; font-size:1.2em; }
table#srch-rslts-lst th { padding: 1em; background: #333333; color: #fff; border:1px solid #fff; border-top:1px solid #ccc; }
table#srch-rslts-lst th.frst { border-left:1px solid #ccc; }
table#srch-rslts-lst th.lst { border-right:1px solid #ccc; }
table#srch-rslts-lst td, table#cntct-sht td { border:1px solid #ccc; padding: 1em; }
#intrnl-cntnt-cpy table#srch-rslts-lst a, #intrnl-cntnt-cpy table#cntct-sht a { color: #000; text-decoration:none !important; }
table#srch-rslts-lst a:hover, table#cntct-sht a:hover { text-decoration: underline; }
table#srch-rslts-lst .img img, table#cntct-sht .img img {display:block; margin: 0 auto; }
table#srch-rslts-lst .alt, table#cntct-sht .alt { text-align: left; border: none; padding: 1em 0; }
table#srch-rslts-lst .pgntn, table#cntct-sht .pgntn { text-align: right; border: none; padding: 1em 0; }

table#cntct-sht .img { border-bottom:1px solid #fff; }

/* 
-------------------------------------------------------------------
Item Detail
-------------------------------------------------------------------
*/

#itm-dtl-img { float: left; width:25%; margin: 0 1em 0 0; }
#itm-dtl-img a { color: #000; }

/*
table#itm-dtl { border:1px solid black;}
table#itm-dtl td { border:1px solid black;}
*/

table#itm-dtl { padding:0; vertical-align: top; }
/*table#itm-dtl td#itm-thmb a { color:#000; font-size:1em; }*/
table#itm-dtl { font-size:1.2em; }
table#itm-dtl td { padding:0 1em 2em 1em; vertical-align: top; }
table#itm-dtl th { font-weight:bold; padding:0 1em 2em 1em; vertical-align: top; }

/* 
-------------------------------------------------------------------
Forms
-------------------------------------------------------------------
*/

#smpl-srch label { display:block; float:left; width:2%; margin:0 10% .5em 0; font-weight: bold; }
#dfnd-srch label { display:block; float:left; width:25%; margin:0 10% .5em 0; }
#dfnd-srch label span { text-transform: uppercase; font-weight: bold; }
#dfnd-srch fieldset div, #smpl-srch fieldset div { clear:both; margin: 0 0 0 0; padding-bottom:1em; font-size: 1.2em; line-height:1.3; }

/* 
-------------------------------------------------------------------
Form Buttons
-------------------------------------------------------------------
*/
.sbmt { background:#B9D300 none repeat scroll 0 0; border:1px solid #333333; color:#000000; cursor: pointer; }
.clr-btn { background:#fff none repeat scroll 0 0; border:1px solid #333333; color:#000000; cursor: pointer; }

#srch-btns { padding: 0 0 0 17.5em; }
#smpl-srch #srch-btns { padding: 0 0 0 10em; }

/* Dummy menu highlighting */
#mnu.keemu .page_item_6 a { padding-left: 11px; color: #000; background: #b9d300 url(../images/menu-on.png) no-repeat bottom right; font-weight: bold;  }

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
 
#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev { left: 0;  float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { font: 12px Arial, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data { padding: 10px 0; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 100%; float: left; text-align: left; }	
#lightbox-image-details-caption { font-weight: normal; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em;	}			
#lightbox-secNav-btnClose { width: 66px; float: right; padding: 10px 0; }