/* Jquery Plugins */

/* jQuery Plugins Stylesheet, Ad Stylesheet */

/* Catfish */
#catfish {  position:fixed; height:90px; bottom: 0px; width:100%; z-index:999; overflow: hidden; text-align:center; left: 0; display: block;  margin: 0px auto; background: none; }

/* Superfish Dropdown Menu */
.nav, .nav * { margin: 0; padding: 0; list-style: none; }
.nav { line-height: 1.3; }
.nav ul { position: absolute; top: -999em; width: 150px; /* match w */ }
.nav ul li { width: 100%; }
.nav li:hover { visibility: inherit; }
.nav li { float: left; position: relative; }
.nav a { display: block; position: relative; }
.nav li:hover ul, .nav li.nav-h ul { left: 0; top: 30px; /* match h */ z-index: 99; }
ul.nav li:hover li ul, ul.nav li.nav-h li ul, ul.nav li li:hover li ul, ul.nav li li.nav-h li ul { top: -999em; }
ul.nav li li:hover ul, ul.nav li li.nav-h ul, ul.nav li li li:hover ul, ul.nav li li li.nav-h ul { left: 150px; /* match w */ top: 0; }

/* Superfish Dropdown Skin */
.nav { position: absolute; top: 0px; left: 0px; }
.nav a { padding: 7px 8px 6px 8px; text-decoration: none; }
.nav a, .nav a:visited { color: #777; }
.nav li, .nav li li, .nav li li li { background: url('nav1.png') bottom repeat-x; }
.nav li:hover, .nav li.nav-h, .nav a:focus, .nav a:hover, .nav a:active {background: url('nav2.png') bottom repeat-x; outline: 0; color: #000; text-decoration: none; }

/* Superfish Arrows & Shadows */
.nav a.nav-ul { padding-right: 2em; min-width: 1px; }
.nav-sub { position: absolute; display: block; right: .6em; top: 1.05em; width: 10px; height: 10px; text-indent: -999em; overflow: hidden; background: url('navarrows.png') no-repeat -10px -100px; }
a > .nav-sub { top: .8em; background-position: 0 -100px; }
a:focus > .nav-sub, a:hover > .nav-sub, a:active > .nav-sub, li:hover > a > .nav-sub, li.nav-h > a > .nav-sub { background-position: -10px -100px; }
.nav ul .nav-sub { background-position: -10px 0; } 
.nav ul a > .nav-sub { background-position: 0 0; } 
.nav ul a:focus > .nav-sub, .nav ul a:hover > .nav-sub, .nav ul a:active > .nav-sub, .nav ul li:hover > a > .nav-sub, .nav ul li.nav-h > a > .nav-sub { background-position: -10px 0; }
.nav-sh ul { background: url('navshadow.png') no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius: 17px; -webkit-border-radius: 17px; }
.nav-sh ul.nav-sh-off { background: transparent; }


/* Tabs */
.ui-tabs-hide { display: none }
.ui-tabs-nav {font: bold 11px/130% Verdana, Arial, sans-serif; text-align: baseline; color: #777; }
.ui-tabs-nav {}
ul.ui-tabs-nav  {clear: both; margin: 1px 0px 0px 0px; padding: 6px 0px 6px 0px; list-style: none; }
.ui-tabs-nav li { display: inline; cursor: pointer; list-style: none; margin: 0px; }
.ui-tabs-nav li a { padding: 5px 6px 5px 6px; margin:0px 0px 0px 0px; background: #fff url('nav1.png') bottom repeat-x; color: #777; border: 1px solid #ddd; border-bottom: none; text-decoration: none; }
.ui-tabs-nav li a {border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;}

.ui-tabs-nav a:link, .ui-tabs-nav a:visited {color: #777; }
.ui-tabs-nav a:hover { background: #eee url('nav2.png') bottom repeat-x; color: #000; border-color: #777; text-decoration: none;}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected a:hover { background: #3d8c82 url('nav1.png') bottom repeat-x; color: #fff; border: 1px solid #288034; border-bottom: 1px solid #288034; }
.ui-tabs-panel { border: 1px solid #ccc; padding: 0px; background: #fff; }

.top-tabs .ui-tabs-panel { border: none; border-top: 1px solid #ddd; padding: 10px 0px; background: #fff; }



/* Accordion */
.acc {border: 1px solid #ccc;}
.acc h3 {margin: 0px; border-top: 1px solid #ccc;}
.acc h3 a {display:block; padding: 4px 7px; font: bold 13px/150% Arial, sans-serif; color: #000; background: #fff url('gry1.png') bottom repeat-x;}
.acc h3 a:hover {color: #000; background: #eee url('gry2.png') bottom repeat-x;}
.acc h3.selected a, .acc h3.selected a:hover {color: #000; background: #fff url('gry3.png') repeat-x;}
.acc div.acp {height: 230px; padding: 0px 7px 0px 7px; overflow: hidden;}

/* Date Picker */
.ui-helper-hidden-accessible {display: none; }
.ui-datepicker { width: 200px; padding: 5px; background: #fff url('g120.png') bottom repeat-x; border: 1px solid #ccc; }
.ui-datepicker .ui-datepicker-header { position:relative; padding: 5px 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; background: url('ad_scroll_back.png') center left no-repeat; }
.ui-datepicker .ui-datepicker-next { right:2px; background: url('ad_scroll_forward.png') center right no-repeat;  }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: none; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size: 11px; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: 11px; border-collapse: collapse; margin:0 0 .4em; clear: left; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold;  }
.ui-datepicker td { text-align: center; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* Tooltips */
#tooltip { position: absolute; z-index: 3000; border: 1px solid #777; background: #eee; width: 200px; background-opacity: 0.90; padding: 4px; }
#tooltip h3 {color: #000; font: bold 13px/130% Georgia, sans-serif; margin: 3px; }
#tooltip div { color: #444; font: normal 12px/130% Georgia, sans-serif; margin: 3px; }


/*BreadCrumbs*/
.B_crumbBox {position: absolute; bottom: 5px; color: #777; font-size: 10px; display: block;}
.B_hideCrumb {}
.B_currentCrumb {}
.B_firstCrumb {}
.B_lastCrumb {}
.B_crumb, .B_crumb:visited {text-decoration: underline; color: #777}
.B_crumb:hover {text-decoration: underline; color: #000}
.B_homeCrumb {}

/* Document Listing via ListIndexer */
div.LIn_title {}
ul.LIn_shortMode, ul.LIn_fullMode { list-style-type: none; margin: 0px 0px; padding: 0px; }

ul.LIn_shortMode li { list-style-type: none; margin: 1px 0px; padding: 2px 0px; font: bold 13px/130% Georgia, Arial, sans-serif;  } 
ul.LIn_fullMode li { list-style-type: none; margin: 3px 0px; padding: 5px 0px; font: bold 16px/130%  Georgia, Arial, sans-serif; }

span.LIn_date {padding-left: 5px; font: normal 12px/120% Georgia, Arial, sans-serif; color: #444; }
span.LIn_desc {display: block; padding: 5px 0 0 10px; font: normal 12px/120% Georgia, Arial, sans-serif; color: #222;}
div.LIn_pagination {text-align: center; }
span.LIn_currentPage {}

/* Ajax Search Results */
.ajaxSearch_resultsInfo, .ajaxSearch_paging {font-weight: bold }
.ajaxSearch_intro, .AS_ajax_resultsIntroFailure {margin: 7px 0px;}
.ajaxSearch_result {padding: 5px 0px; margin: 3px 0px; border-bottom: 1px solid #eee; }
.ajaxSearch_resultLink {font: bold 16px/130% Georgia, Arial, sans-serif; display: block;}
.ajaxSearch_resultDescription { font: normal 12px/130% Georgia, Arial, sans-serif; display: block; padding: 5px 0 0 10px; color: #444;}
.ajaxSearch_extract, .ajaxSearch_resultExtract { font: normal 12px/130% "Trebuchet MS", Arial, sans-serif; display: block; color: #222; padding: 5px 0 0 10px; }
.ajaxSearch_highlight {font-weight: bold; color: #000; background-color: #fff9aa;}


