/********************
arial conversion
********************/
body {
font-size: 75%; /* 12px */
line-height: 1.4;
font-family:Arial, Helvetica, sans-serif;
color: #333;
}
h1, h2, h3 {font-family:Arial, Helvetica, sans-serif;}
h1 {font-size: 1.6em;color:#343268;}
h2, h3 {font-size: 1.2em;margin: 0 0 0.4em 0;color:#36C;} 
h3 {color:#666;}
h4, h5, h6 {color:#666;}
h4 {font-size: 1em;margin: 0 0 0.2em 0;color:#333;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}
#crumb_nav {font-family:Arial, Helvetica, sans-serif;}
p.box-btns {background-color:#f7f7f7;border-top:none;}
button {
font-family: Arial, Helvetica, sans-serif;
}
select, input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
margin:2px;
}

/********************
etc
********************/
.legacy-msg {
background-color:#eee;
border:1px solid #eee;
padding:15px 15px 5px 15px;
}
.msg-box {
border:1px dotted #ccc;
padding:15px 15px 5px 15px;
margin-bottom:1.25em;
font-size:1em; /* .9em */
color:#666;
}
.opac_img_shadow {
-moz-box-shadow: 3px 3px 8px #cccccc;
-webkit-box-shadow: 3px 3px 8px #cccccc;
box-shadow: 3px 3px 8px #cccccc;
}
#main_nav {
border: none;
background-color: #E9E9E9;
padding: 9px;
margin-bottom: 1.25em;
color: #666;
}
.ui-tooltip-content {
padding: 12px 20px;
}
.default_margin {margin-bottom: 1.25em;}
/********************
left nav
********************/
#left_nav .leftnavimg {
background: transparent url(../images/leftnav.jpg) 0 0 no-repeat;
}
#left_nav h2.gray {
color: #666;
}
/********************
tertiary nav
********************/
#tert_nav {
border: 1px solid #ccc;
background-color: transparent;
padding: 9px;
margin-bottom: 1.25em;
color: #666;
}

/********************
searchnav
********************/
#searchnav {
border: 1px solid #D4E9FF;
background-color: #EFF6FD;
margin-bottom:1.5em;
padding:8px 15px 12px 15px;
overflow:hidden;
}
#searchnav.home {
padding:25px 17px 10px 17px;
}

/********************
search box
********************/
#searchnav #search_form {
overflow:hidden;
margin-bottom:0;
float:left;
}
#searchnav.home #search_form {
margin-bottom:2em;
}
#search_form .opac_search_wrap {
width:auto;
width:340px;
width:310px;
background-color:#fff;
border:1px solid #999;
-moz-border-radius: 0 2px 2px 0;
-webkit-border-radius:0 2px 2px 0;
border-radius: 0 2px 2px 0;
float:left;
margin-top:4px;
}
#search_form input,
#search_form button {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius:0;
margin:0;
padding:5px;
}
#search_form input#searchArg {
width:270px;
width:240px;
background-color:transparent;
border:none;
float:left;
clear:left;
}
#search_form button { 
font-weight:bold;
color:#666;
background: #d0cece url(../images/btn_submit_bg.gif) left top repeat-x;
border-color:#999;
border-width: 0 0 0 1px;
border-style:solid;
float:right;
clear:right;
/* max-width:31px; firefox  */
}
#search_form button:hover, 
#search_form button:focus,
#search_form buttons:active {
background-image:none;
}
#search_form a {
margin: 8px 0 0 12px;
display:inline-block;
}
.opac_search_links {
margin: 9px 0 0 0;
float: right;
clear:right;
}
.opac_search_links ul.opac_search_links_items {
list-style: none;
padding-left: 0px;
margin: 0;
text-align: center;
}
.opac_search_links ul.opac_search_links_items li {
display: inline;
padding: 0 15px;
font-weight: bold;
}
.clear_std {clear:both;}
/********************
Layouts
********************/
/*  homepage featured */
#col2_left.featured,
#col2_right.featured {
width:342px;
}
.featured ul.plain.feat_item li {
clear:both;
overflow:hidden;
margin-bottom:10px;
}
.featured ul.plain.feat_item li img {
float:left;
border: 1px solid #ccc;
padding:2px;
margin-top:1px;
}
.featured ul.plain.feat_item li h3,
.featured ul.plain.feat_item li p {
margin-left: 68px;
}
.featured ul.plain.feat_item li h3 {
font-size: 1em;
margin-top: 0.2em;
margin-bottom: 0.2em;
font-weight:normal;
}

/********************
Error Msg
********************/
.systemErrorMsg {
border:1px dotted #ccc;
padding:15px 15px 5px 15px;
margin-bottom:1.25em;
font-size:1em; /* .9em */
color:#666;
}
/********************
Status message
********************/
.statusMsg {
color: #900;	
}
.statusMsg a {
color: #900;	
}
/* feedback link */
#feedback {
float:right;
margin-right:20px;
margin-bottom:10px;
}
#feedback a.email_action {
padding: 0 0 0 18px;
background: url("../../images/i_act_email.gif") no-repeat scroll 0 3px transparent;
}

/********************
Static Pages (including Help)
********************/
table.help_table {
border-color:#ddd;
}
table.help_table th, table.help_table td {
border-color:#ddd;
padding:5px 10px;
vertical-align:top;
}
table.help_table th {
background-color: #eee;
}

/*********************   
Modal Confirm Box
*********************/
#dialog_container {
position:absolute;
width:350px;
height:auto;
padding-bottom:15px;
/* position set in javascript function call in footer.xsl */    
border:5px solid #999;
background-color:#fff;
z-index:5;
margin-left: -180px;
display:none;
}
#dialog_title {
color:#333;
text-align:center;
font-size:14px;
font-weight:bold;
margin-bottom: 1.5em;
background-color:#ddd;
padding:10px;
}
#dialog_message span{
color:#990000;
}
#dialog_message.short{/* */}
#dialog_message.long{/* */}
#dialog_message,
#dialog_permalink {
text-align:center;
margin-bottom: 1.25em;
color:#000;
padding: 0 15px;
}
#dialog_buttons {
margin-top: 1em;
text-align:center;
}
#dialog_buttons button.btn-sm {
font: normal 1em Arial, Helvetica, sans-serif;
padding: 2px 7px;
}
#dialog_mask {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
z-index:4;
display:none;
}