/*
// ---------------------------------------------------------------------------------
// YUI overrides (customize styles present in YUI reset-fonts-grids.css)
// ---------------------------------------------------------------------------------
*/
html, body {
	font-family: 'Arial Unicode MS', Arial, Verdana, Helvetica, sans-serif;
	background-color: #c4b7a6 !important;
}
#doc, #doc2, #doc3, #doc4 {
	background: url(../image/bg-shadow-ml.gif) repeat-y top left;
	margin: 0.578em 1.154em;
	*margin: 0.563em 1.125em;
	min-width: 875px;
}
#hd, #bd, #ft {
	background: url(../image/bg-shadow-mr.gif) repeat-y top right;
}
#hd {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#bd {
	padding: 1.538em;
	*padding: 1.5em;
	min-height: 27em;
	margin-left: 3px;
	background-color: #fff;
	clear: both;
}

#signin-p #bd {
	*height: 27em;
}

#ft {
	padding: 0.577em;
	*padding: 0.563em;
	background-color: #1c1c1c;
	margin-left: 3px;
}
#hd .left {
	background: url(../image/bg-shadow-ml.gif) repeat-y top left;
}
h1 {
	margin: 0;
}
hr {
	border: none;
	border-bottom: 1px solid #CCC;
	padding: 0;
	margin: 0.5em 0 1.5em;
}
/* link colors */
a:link {
	color: #034ea2;
}
a:visited {
	color: #6a7780;
}
a:hover {
	color: #f60;
}
a:active {
	color: #034ea2;
}
a:visited:hover {
	color: #f60;
}

abbr a {
	text-decoration: none;
}

dl {
	margin: 0;
}

dl dt {
	float: left;
	display: block;
	width: 200px;
	padding: 0 0 0 .5em;
}

dl dt span {
border-bottom: 1px dotted #bebebe;
cursor:help
}

dl dd {
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 1em 210px;
	margin: 0 0 1em;
}

dt a,
dt a:visited {
color: #034ea2;
font-weight: normal;

}

.yui-t2 .yui-b {
    width: 16.3461em;
}

.yui-t2 #yui-main .yui-b {
    margin-left: 17.3461em;
}

/*
// ---------------------------------------------------------------------------------
// Custom OCLC classes (styles not present in YUI)
// ---------------------------------------------------------------------------------
*/


/* HEADER
----------------------------------------------------------------------------------*/
p.userstatus {
	text-align: right;
	padding: 2.4em 2em 0 2.538em;
	background: url(../image/bg-radius-tr.gif) top right no-repeat;
	margin: 0;
	color: #696969;
	font-size: 11px;
	line-height: 18px;
}

p.userstatus strong {
	color: #000;
	font-size: 12px;
}

p.userstatus a {
	color: #034EA2;
}

.masthead {
	padding: 2.308em 3.846em 0 2em;
	background: url(../image/bg-radius-tl.gif) top left no-repeat;
}

/* FOOTER
----------------------------------------------------------------------------------*/
.footer-main {
	color: #ccc;
	font-size: 11px;
	min-width: 875px;
}
.footer-main .yui-u {
	/*margin: -1px;*/
	border-left: 1px solid #383838;
	padding: 1.154em;
	*padding: 1.125em;
	margin-left: 0.5%;
	width: 30%;
}
.footer-main .first {
	border: none;
	margin-left: 0;
}
.footer-main ul {
	margin: 0;
}
.footer-main ul li {
	list-style-type: none;
	margin: 0 0 .8em 0;
}
.footer-main a,
.footer-main a:hover {
	color: #fff;
}

.footer-main h3 {
	margin: 0 0 9px 0;
	font-weight: normal;
}
.footer-legal {
	text-align: center;
	margin-left: -3px;
	font-size: 85%;
	background: url(../image/bg-shadow-bl.gif) 3px 0px no-repeat #c4b7a6;
}
.footer-legal-content {
	margin-left: 3px;
	padding: 1.154em;
	*padding: 1.125em;
	background: url(../image/bg-shadow-br.gif) top right no-repeat;
	text-align: center;
}
.footer-legal p {
	padding-bottom: 0.5em;
}
.footer-legal a,
.footer-legal a:hover,
.footer-legal a:visited {
	color: #1c1c1c;
}

/* TAB NAVIGATION
----------------------------------------------------------------------------------*/
div#tabs {
	margin: 2.25em 0 0 0;
}

div#tabs ul {
	border-bottom: 1px solid #999;
	padding: 0 0 .6em 0;
	margin: 0;
	font-size: 14px;
	background: url(../image/tab-full-bg.png) repeat-x bottom;
}

div#tabs ul li {
	display: inline;
}

div#tabs ul li a {
	text-decoration: none;
	color: #696969;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: .5em 1.25em;
	background: #ddd url(../image/tab-bg.png) repeat-x bottom;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

div#tabs ul li a:hover {
	background: #e8e8e8;
}

div#tabs ul li a.active {
	background: #fff url(../image/tab-bg-active.png) repeat-x;
	color: #000;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

div#tabs ul li ul {
	position: absolute;
	padding: 0;
	font-size: 12px;
	border: none;
	margin: 1.5em 0 0 .5em;
	font-weight: bold;
	color: #696969;
	background: none;
}

div#tabs ul li ul li.first {
	border-right: 1px solid #ddd;
	margin: 0 .5em 0 0;
	padding: 0 .7em 0 0;
}

div#tabs ul li ul a {
	border: none;
	background: none;
	padding: 0;
	color: #034ea2;
	text-decoration: underline;
}

div#tabs ul li ul a:hover {
	background: none;
	color: #f60;
}

div#tabs p {
	text-align: right;
	color: #696969;
	font-size: 11px;
	margin: .15em 0 0 0;
	padding: .5em;
}

/* PROFILE
----------------------------------------------------------------------------------*/
div.box-head {
	background: #696969 url(../image/hd-bg.png) repeat-x;
	color: #fff;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin: 1em 0 0 0;
	float: left;
	width: 100%;
}

div.box-head h2 {
	margin: 0 0 0 .5em;
	font-size: 14px;
	cursor: pointer;
	background: url(../image/icon-boxarrow-right-wt.gif) no-repeat left;
	padding: 4px 10px 5px 10px;
	float: left;
}

div.box-head h2.open {
	background: url(../image/icon-boxarrow-down-wt.gif) no-repeat left;
}

div.box-content {
	font-size: 12px;
	margin: 0 0 1em 0;
	clear: both;
}

div.box-content {
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 1em;
}

a.btn {
	text-decoration: none;
	background: /*#eaeaea*/ url('../image/bg-addbtn.gif') 0px 0px no-repeat;
	padding: 1px .7em .1em 1.8em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	color: #696969;
	font-size: 11px;
	border: 1px solid #ccc;
	cursor: pointer;
	float: right;
	margin: 4px 4px 0 0;
}

a.btn:hover {
	background: /*#f98f14*/ url('../image/bg-addbtn.gif') 0px -100px no-repeat;
	color: #fff;
	border: 1px solid #ccc;
}

p.registry-link {
	margin: 18px 0 0 0;
	float: left;
}

p.registry-link a {
	font-size: 14px;
	font-weight: bold;
	background: url(../image/icon-worldcat.png) left no-repeat;
	padding: 0 0 0 20px;
}

p.registry-link-small {
	margin: 5px 0 0 0;
	float: left;
}

p.registry-link-small a {
	font-size: 9px;
	font-weight: normal;
	background: url(../image/icon-worldcat.png) left no-repeat;
	padding: 0 0 0 20px;
}

table#collections dl dd {
	border: none;
	margin: 0;
}

/* SEARCH RESULTS
----------------------------------------------------------------------------------*/

table {
	width: 100%;
	border-bottom: none;
}

td {
	border: 1px solid #ccc;
	font-size: 12px;
}

th {
	background: #eaeaea;
	text-align: left;
	font-size: 10px;
	color: #696969;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #ccc;
}

table#search-results th a {
	color: #034EA2
}

a.sort-by {
	background: url(../image/icon-boxarrow-down.gif) right no-repeat;
	padding: 0 8px 0 0;
}

a.sort-by.open {
	background: url(../image/icon-boxarrow-up.gif) right no-repeat;
}

td.search-inst {
	width: 40%;
}

td.search-group {
	width: 45%;
}

td.results-count {
	border: none;
	color: #696969;
	font-size: 11px;
	padding-left: 0;
}

td.pagination {
	border: none;
	text-align: right;
	color: #696969;
	font-size: 11px;
	padding-right: 0;
}

td.pagination a {
	padding: 1px 5px;
	border: 1px solid #eaeaea;
	text-decoration: none;
	color: #034EA2;
	margin: 0 0 0 1px;
}

td.pagination a.btn-symbols.btn {
float: none;
background: url(../image/bg-blue-btn.png) repeat-x #034EA2;
color: #fff;
border: 1px solid #3674b9;
}

td.pagination a.btn-symbols.btn:hover {
background: #043f81;
}


td.pagination strong {
	background: #f98f14;
	color: #fff;
	border: 1px solid #fcd3B0;
	padding: 1px 5px;
	margin: 0 0 0 1px;
}

td.pagination a:hover {
	border: 1px solid #034EA2;
	color: #034EA2;
}

div#symbols-display div.modal-content {
height: 400px;
width: 560px;
}

/* POLICIES
----------------------------------------------------------------------------------*/
div.policy {
border: 1px solid #ccc;
padding: 10px;
-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
background: #f5f5f5;
margin: 0 0 10px 0;
}

table.policies {
	clear:both;
	margin: 0;
background: #fff;
}

table.policies ul {
margin: 0 0 10px 25px;
}

table.policies ul.in-ex {
margin: 0 0 10px 8px;
}

table.policies ul.in-ex li {
list-style-type: none;
}

li.include {
background: url(../image/icon-checkmark.gif) no-repeat left;
padding: 0 0 0 15px;
}

li.exclude {
background: url(../image/icon-x.gif) no-repeat left;
padding: 0 0 0 15px;
}

table.policies ol {
margin: 0 0 10px 25px;
}

body#policies div.box-content {
	padding: 1em 1em 0 1em;
}

div.policy-name h3 {
font-size: 14px;
margin: 0 0 10px 0;
float: left;
}

div.policy-name ul {
margin: 0;
padding: 0;
float: right;
}

div.policy-name ul li {
list-style-type: none;
float: left;
margin: 0 0 0 8px;
}

div.policy-name ul li a {
color: #034ea2;
font-size: 11px;}

table.policies td {
	vertical-align: top;
}

table.policies td.service
{
	width: 20%;
}

table.policies td.service-deflection
{
	width: 40%;
}

table.policies td.fees
{
	width: 20%;
}

table.policies td.requesters
{
	width: 20%;
}

table.policies td.items
{
	width: 20%;
}

table.policies td.items-deflection
{
	width: 100%;
}

table.policies td.processing
{
	width: 100%;
}



div.hover-actions {
	background: #e9fada;
	position: absolute;
	left: 199px;
	z-index: 900;
	border: 1px solid #ccc;
	border-right: none;
	padding: 5px 0 8px 5px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	margin: -7px 0 0 0;
	font-size: 11px;
	display: none;
	width: 50px;
	font-weight: normal;
}

tr.actions {
	background: #e9fada;
}

tr.actions div.hover-actions {
	display: block;
}

div.hover-actions ul {
	margin: 0;
	padding: 0;
}

div.hover-actions ul li {
	list-style-type: none;
	display: inline;
}

li.edit a {
	color: #034EA2;
	float: left;
	margin: 0 5px;
}

li.delete a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: url(../image/icon-delete.gif) no-repeat;
	float: left;
	margin: 3px 0 0 0;
}

li.copy a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: url(../image/icon-copy.gif) no-repeat;
	float: left;
	margin: 3px 0 0 0;
}



/* CONTACTS
----------------------------------------------------------------------------------*/
dl.contact-info {
	width:400px;
	margin:0 0 10px 0;
	padding:6px 10px 10px 10px;
	background:#f6f7f8;
	border-top:1px solid #fafafb;
	border-right:1px solid #d9dada;
	border-bottom:1px solid #c9c9ca;
	border-left:1px solid #f8f9f9;
}

dl.contact-info dt {
	width: 80px;
	padding: 0;
}

dl.contact-info dd {
	margin: 0;
	border: none;
	padding: 0 0 0 80px;
}

dl.contact-info dt.first {clear:both}										
dl.contact-info dd.first {clear:right}										

td.contact-category {
	font-weight: bold;
	vertical-align: top;
	width: 145px;
}

/* SEARCH
----------------------------------------------------------------------------------*/
div#search {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#search h2 {
	margin: 0 0 .25em 0;
	background: #eaeaea;
	color: #696969;
	font-size: 14px;
	padding: .25em .5em;
}

h3.multi-select-label {
	color: #696969;
	font-weight: normal;
	font-size: 11px;
	margin: .5em 0 .1em 0;
}

p.multi-select-box {
	border: 1px solid #ccc;
	background: url(../image/multiselect-arrow.png) no-repeat right #f5f5f5;
	cursor: pointer;
	margin: 0 0 6px 0;
	font-size: 11px;
	padding: 1px 0 0 5px;
	height: 18px;
	color: #696969;
}

p.multi-select-box:hover,
p.multi-select-box.selected {
	background: url(../image/multiselect-arrow-hi.png) no-repeat right #fff7ee;
}

p.multi-select-box strong {
	font-weight: normal;
	color: #000;
	font-size: 12px;
}

div.multi-select-options {
	width: 300px;
	position: absolute;
	z-index: 99999;
	background: #fff7ee;
	overflow: auto;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #ccc;
	margin: -7px 0 0 0;
}

div.multi-select-content {
	overflow: auto;
	height: 100px;
	padding: .5em;
	font-size: 11px;
	line-height: 16px;
}

div.multi-controls {
	padding: 2px 2px 2px 3px;
	background: #ccc;
	font-size: 11px;
	color: #feedda;
	float: left;
	width: 295px;
}

span.close-multi-select {
	cursor: pointer;
	background: url(../image/multiselect-close.png) no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 13px;
	width: 13px;
}

span.deselect-all {
	text-decoration: underline;
	color: #696969;
	cursor: pointer;
	float: left;
}

p.select-limit {
	font-size: 11px;
	font-weight: bold;
}


label.checkbox {
	font-size: 12px;
	color: #000;
}

label.checkbox input {
	width: auto;
}

label.checkbox input {
	vertical-align: middle;
	margin: -.3em .2em 0 0;
	background: none;
}

form p {
	margin: 0 0 .5em 0;
}

p.go {
	text-align: right;
}

p.go input {
	width: auto;
	background: #42a342 url(../image/bg-go-btn.png) repeat-x;
	border: 1px solid #9ad49a;
	color: #fff;
	font-weight: bold;
	padding: .25em 1em;
	margin: 0 0 0 .5em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

p.go input:hover {
	background: #258025;
}

p.go a {
	font-size: 85%;
	color: #696969;
}

/*
// ---------------------------------------------------------------------------------
// OCLC Styles for Form elements
// ---------------------------------------------------------------------------------
*/
/* RESET
----------------------------------------------------------------------------------*/
fieldset {
	border: 0;
}
fieldset, legend, input, textarea {
	margin: 0;
	padding: .15em;
}
input, textarea, select {
	font: inherit inherit inherit;
}

/* BASE
----------------------------------------------------------------------------------*/
form {
	padding: .5em;
}
fieldset {
	margin-bottom: 1em;
	display: block;
}
input {
	width: 15.5em;
	background: #f0f0f0;
	font-size: 12px;
}

input.focused {
	background: #f9f7cc;
}
label {
	color: #555;
	font-size: 85%;
}
legend {
	color: #000;
	font-weight: bold;
	font-size: 93%;
}
select {
	width: 100%;
	margin: 0 0 .25em 0;
	font-size: 93%;
}
textarea {
	width: 100%;
	background: #f5f5f5;
}


/* CUSTOM
----------------------------------------------------------------------------------*/
label.noshow {
	display: none;
}


/* SIGNIN FORM
----------------------------------------------------------------------------------*/
form#signInForm {
	padding: 0;
}

form#signInForm label {
	float: left;
	color: #000;
	width: 100px;
	padding: 3px 0 0 0;
	font-size: 14px;
}

form#signInForm input#authorization,
form#signInForm input#password {
	background: #fff;
	margin: 0 0 8px 0;
	font-size: 14px;
}


/* MODAL DIALOGS
----------------------------------------------------------------------------------*/

/* Overlay */
#modal-overlay {
	background-color: #000;
}

/* Container */
#modal-container {
	width: 560px;
	text-align: left;
}
#modal-container h1 {
	color: #000;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}

#modal-container legend {
	color: #000;
	font-size: 14px;
	padding: 0 5px 0 0;
}

#modal-container fieldset {
	padding: 18px 0 0 0;
	margin: 18px 0 0 0;
	border-top: 1px solid #ccc;
	width: 100%;
	float: left;
}

#modal-container fieldset.first {
	border-top:none !important;
	padding:0px !important;
	width: 100%;
}

#modal-container p {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

#modal-container span {
	float: right;
	width: 234px;
}

#modal-container span.first {
	float: left;
}

#modal-container span input {
	width: 200px;
}

#modal-container input,
#modal-container textarea {
	width: 500px;
	margin: 0 0 5px 0;
}

#modal-container label {
	font-size: 12px;
	display: block;
	margin: 0 0 3px 0;
}

#modal-container select {
	width: 233px;
}

#modal-container a.modalCloseX,
#modal-container a.modalCloseX:link,
#modal-container a.modalCloseX:active,
#modal-container a.modalCloseX:visited {
	background: transparent url(../image/multiselect-close.png) no-repeat scroll 0 0;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 13px;
	width: 13px;
	overflow: hidden;
	border: 1px solid #696969;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Modal content */

#modal-container div.modal-content {
	display:block;
	overflow:hidden;
	background-color:#fff;
	padding:20px 20px 2px 20px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	float: left;
}

#modal-container div.modal-form div.modal-content {
	height: 420px;
   width: 580px;
}

#modal-container div.modal-form-long div.modal-content {
	height: 420px;
   width: 580px;
}

/* form overflow + heights */
div.modal-form div.modal-content form, div.modal-form-long div.modal-content form {
	width: auto;
	padding:0 2em 0 0.8em;
	overflow:auto;
	border-top:1px solid #e3e6e7;
	border-bottom:1px solid #e3e6e7
}

div.modal-form div.modal-content form {
	height:90% !important;
	width: 93%;
}

div.modal-form-long div.modal-content form {
	height:90% !important;
	clear: both;
}



/* Long modal form styles ------------------ */

#modal-container div.modal-form-long input,
#modal-container div.modal-form-long textarea {
	width: 483px;
}
#modal-container div.modal-form-long span input {
	width: 225px;
}

#modal-container div.modal-form-long div.modal-multi-select {
	width: 485px;
}

#modal-container div.modal-form-long p.multi-select-box-modal {
	width: 485px;
}

#modal-container div.modal-form-long div.multi-select-options {
	width: 491px;
}

#modal-container div.modal-form-long div.multi-controls {
	width: 486px;
}
/*-------------------------------------------*/

#modal-container p.go {
	padding: 18px 0 18px 0;
}

#modal-container p.go input {
	width: auto;
}

div.modal-form-long {
	float: left;
}

/* Modal multi-select box styles */
#modal-container div.multi-select-options {
	float: left;
	width: 506px;
	margin: 0;
	color: #000;
	position: relative;
}

#modal-container div.multi-select-content label {
	color: #000;
}

#modal-container br {
	display: none;
}

#modal-container div.multi-controls {
	width: 501px;
}

#modal-container span.close-multi-select-modal {
	float: right;
	width: 13px;
}

#modal-container span.deselect-all {
	float: left;
	width: auto;
}

#modal-container p.multi-select-box-modal {
	width: 500px;
	border: 1px solid #ccc;
	background: url(../image/multiselect-arrow.png) no-repeat right #f5f5f5;
	cursor: pointer;
	margin: 3px 0 0 0;
	font-size: 11px;
	padding: 1px 0 0 5px;
	height: 18px;
	color: #696969;
}

#modal-container div.modal-multi-select {
	margin: 0 0 10px 0;
	float: left;
}

#modal-container p.multi-select-box-modal:hover,
#modal-container p.multi-select-box-modal.selected {
	background: url(../image/multiselect-arrow-hi.png) no-repeat right #fff7ee;
}

#modal-container div.multi-select-content p.select-limit {
	font-size: 12px;
	margin: 0 0 9px 0;
}

#modal-container p.multi-select-box-modal strong {
	font-weight: normal;
	color: #000;
	font-size: 12px;
}

span.close-multi-select-modal {
	cursor: pointer;
	background: url(../image/multiselect-close.png) no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 13px;
	width: 13px;
}

#modal-container label.checkbox input {
	vertical-align: middle;
	margin: -.3em .2em 0 0;
	width: auto;
}

#modal-container label.radio {
	width: auto;
	display: inline;
	margin: 0 10px 0 0;
}

#modal-container label.radio input {
	vertical-align: middle;
	margin: -.3em 0 0 0;
	width: auto;
	padding: 0;
	background: #fff;
}

#modal-container label.select {
	float: left;
	margin: 2px 10px 0 0;
}

#modal-container span.faux-label {
	font-size: 12px;
	color: #555;
	width: auto;
	margin: 0 10px 3px 0;
	float: none;
}

#modal-container p.one-input {
	margin: 0 0 6px 0;
}

input.calendar {
	background: #f5f5f5 url(../image/icon-calendar.gif) left no-repeat;
	padding-left: 20px;
}

#modal-container span.time-select select {
	width: auto;
}

em.required {
color: red;
font-weight: bold;
font-size: 12px;
}

#modal-container p.req-copy {
float: right;
font-size: 11px;
width: auto;
margin: 1px 25px 0 0;
}

div#modal-header h1 {
float: left;
}

div#modal-header {
float: left;
width: 527px;
}

/*Policy Forms */
#modal-container div.modal-form-long span.period input {
	width: 65px;
	margin: 0 5px 0 0;
}

#modal-container div.modal-form-long span.period select {
	width: 150px;
}


p#currency-tax label {
	width: auto;
	float: left;
	margin: 2px 10px 0 0;
}

#modal-container div.modal-form-long input#tax {
	width: 80px;
	float: left;
}

select#currency { 
	width: 194px; 
	float:left;
	margin: 0 20px 0 0;
}

span#tax-input {
	width: 100%;
	display: none;
}

span#tax-input input {
	margin: -2px 0 0 0;
}

#modal-container div.modal-form-long input.fee-amount {
	width: 100px;
	float: left;
	margin: 0 15px 0 0;
}

#modal-container p.loan-fee label {
	width: auto;
	float: left;
	margin: 2px 10px 0 0;
}

p.loan-fee span.first {
	clear: left;
}

#modal-container div.modal-form-long p.loan-fee span input {
	width: 100px;
}

#modal-container span.radio-group {
	width: 125px;
	display: block;
	float: left;
}

#modal-container div.modal-form-long input#loan-period,
#modal-container div.modal-form-long input#renewal-period {
	width: 100px;
}

#modal-container select#loan-period-value,
#modal-container select#renewal-period-value {
	width: 140px;
}
/* Grid Control */
div.ui-jqgrid.ui-corner-all {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	float: left;
	position: static;
}

#modal-container span.ui-grid-ico-sort {
}

div.grid-control {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border: 1px solid #aaa;
	border-top: none;
	background: #f5f5f5;
	padding: 0.4em 0.2em 0.5em 0.3em;
	font-size: 11px;
	width: 480px;
	float: left;
}

a.ui-jqgrid-titlebar-close {
	display: none;
}

span.ui-jqgrid-title {
	font-size: 12px;
}

a.grid-add {
	text-decoration: none;
	background: #eaeaea url('../image/bg-addbtn.gif') 0px 0px no-repeat;
	padding: 1px .7em .1em 1.8em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	color: #555;
	font-size: 11px;
	border: 1px solid #ccc;
	cursor: pointer;
	margin: 0 4px 2px 0;
}

a.grid-add:hover {
	background: /*#f98f14*/ url('../image/bg-addbtn.gif') 0px -100px no-repeat;
	color: #fff;
}

a.grid-delete {
	background: url(../image/icon-delete.gif) no-repeat bottom left;
	padding: 0 0 0 14px;
	color: #555;
}

#modal-container .ui-widget input, 
#modal-container .ui-widget select, 
#modal-container .ui-widget textarea, 
#modal-container .ui-widget button {
	font-family: Arial, sans-serif;
}

/*Confirm Delete */
#modal-container div#confirm-dialog div.modal-content {
	height: auto;
	padding-bottom: 20px;
}

#modal-container div#confirm-dialog div.modal-content p {
	font-size: 14px;
	margin: 10px 0 20px 0;
}

a.delete-yes {
	width: auto;
	background: #42a342 url(../image/bg-go-btn.png) repeat-x;
	border: 1px solid #9ad49a;
	color: #fff;
	font-weight: bold;
	padding: .25em 1em;
	margin: 0 .5em 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}

a.delete-yes:hover {
	background: #258025;
	color: #fff;
}

a.delete-no {
	width: auto;
	background: transparent  url(../image/bg-graybtn.gif) repeat-x;
	border: 1px solid #ccc;
	color: #696969;
	font-weight: bold;
	padding: .25em 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}

a.delete-no:hover {
	background: #ddd;
	color: #696969;
}

#modal-container div.ui-jqgrid-view span {
	float: none;
	width: auto;
}

#modal-container div.ui-jqgrid-view span.ui-jqgrid-resize {
	float: right;
}

#modal-container div.ui-jqgrid-view span.ui-grid-ico-sort {
	float: right;
	width: 16px;
}

.ui-jqgrid .ui-jqgrid-htable th div {
	padding: 3px 0 0 0;
}

.ui-jqgrid .ui-icon-asc {
	margin-top: -5px;
}

.ui-jqgrid .ui-icon-desc {
	margin-top: 1px;
}

#modal-container div.ui-jqgrid-view select {
	width: 95%;
}

.minusWidth
{
   width: 80px !important;
}

/* PANELS
----------------------------------------------------------------------------------*/

div.panel {
	border: 1px solid #ccc;
	padding: 10px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #f5f5f5;
	margin: 0 0 10px 0;
}

div.panel h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
	float: left;
}

div.panel table {
	clear:both;
	margin: 0;
	background: #fff;
}

div.panel table td {
	vertical-align: top;
}
/* start updated */
div.panel-collec table td.circ{
	width:10%;
}

div.panel-collec table td.url{
	width:45%;
}

div.panel-collec table td.notes{
	width:45%;
}

div.panel-collec table span.yes{
	padding-left:18px;
	background:url(../image/icon-checkmark.gif) no-repeat;
}

div.panel-collec table span.no{
	padding-left:18px;
	background:url(../image/icon-x.gif) no-repeat;
}

div.panel-sched table td.days {
width: 27%;
}

div.panel-sched table td.hours {
width: 23%;
}

div.panel-sched table td.type {
width: 20%;
}

div.panel-sched table td.dates {
width: 15%;
}

div.panel-sched table td.supp {
width: 14%;
}

div.panel-sched table td.closnotes {
width: 35%;
}


/* ITEM ACTIONS
----------------------------------------------------------------------------------*/

ul.actions-horiz, ul.actions-vert, span.actions a {
	margin:0;
	font-size:11px;
}
ul.actions-horiz {
	float:right;
}
ul.actions-horiz li {
	display:inline;
}
ul.actions-horiz li, ul.actions-vert li{
	list-style-type:none;
}
ul.actions-vert li {
	margin: 0 0 4px 0;
}
ul.actions-vert {
	clear:both;
	display:block;
}
ul.actions-horiz li a, ul.actions-vert li a, span.actions a {
	padding-left: 15px;
}
ul.actions-horiz li {
	margin-left: 0.7em;
}
ul.actions-horiz li a.edit, ul.actions-vert li a.edit, span.actions a.edit {
	background: url(../image/icon-edit.gif) no-repeat bottom left;
}
ul.actions-horiz li a.delete, ul.actions-vert li a.delete, span.actions a.delete {
	background: url(../image/icon-delete.gif) no-repeat bottom left;
}
span.actions {
	display:block-inline;
	margin-left:1em;
}


/* ADD COPY, ADD LOAN POLICY MODALS
----------------------------------------------------------------------------------*/

span#requestmethod-fee-01,span#requestmethod-fee-02,span#requestmethod-fee-03,span#requestmethod-fee-04,span#requestmethod-fee-05,span#requestmethod-fee-06,span#requestmethod-fee-07,span#requestmethod-fee-08,span#requestmethod-fee-09,span#requestmethod-fee-10,span#requestmethod-fee-11,span#requestmethod-fee-12,span#handlingmethod-fee-01,span#deliverymethod-fee-01,span#deliverymethod-fee-02,span#deliverymethod-fee-03,span#deliverymethod-fee-04,span#deliverymethod-fee-05,span#deliverymethod-fee-06,span#deliverymethod-fee-07,span#deliverymethod-fee-08,span#deliverymethod-fee-09,span#deliverymethod-fee-10,span#deliverymethod-fee-11,span#deliverymethod-fee-12,span#deliverymethod-fee-13
{
	width: 100%;
	display: none;
}
span.msdrop label {display:inline !important}			
span.msdrop input.fee {display:inline !important;width:100px !important;margin-right:10px !important}			
span.msdrop input.pref {display:inline !important;width:auto !important;margin:0 !important}			



/* ALERTS
----------------------------------------------------------------------------------*/

.al-lg-err,.al-lg-con,.al-lg-imp,.al-lg-inf,.al-sm-err,.al-sm-con,.al-sm-imp,.al-sm-inf{display:block;text-align:left}
.al-lg-err,.al-lg-con,.al-lg-imp,.al-lg-inf{padding:8px 12px 8px 44px;margin:8px 0px 12px 0;min-height:24px;height:auto !important;height:24px;font-size:12px;font-weight:bold;-moz-border-radius:6px;-webkit-border-radius:6px;
}
.al-sm-err,.al-sm-con,.al-sm-imp,.al-sm-inf{margin:6px 0px 10px 0px;min-height:24px;height:auto !important;height:24px;font-size:11px;padding:6px 12px 6px 36px;-moz-border-radius:3px;-webkit-border-radius:3px}
.al-lg-err p,.al-lg-con p,.al-lg-imp p,.al-lg-inf p,.al-sm-err p,.al-sm-con p,.al-sm-imp p,.al-sm-inf p{margin:0}
.al-lg-err p,.al-lg-con p,.al-lg-imp p,.al-lg-inf p{padding:0 0 8px 0 !important;line-height:1.3em}
.al-sm-err p,.al-sm-con p,.al-sm-imp p,.al-sm-inf p{padding:0 0 6px 0 !important;line-height:1.2em}
.al-lg-err,.al-sm-err{border:1px solid #e48d90 !important;color:#e30e17}
.al-lg-err{background:#fff url('../image/bg-alerts.png') 0px -1000px no-repeat}
.al-sm-err{background:#fff url('../image/bg-alerts.png') 0px 0px no-repeat}
.al-lg-con,.al-sm-con{border:1px solid #aed19c !important;color:#307f09}
.al-lg-con{background:#fff url('../image/bg-alerts.png') 0px -2000px no-repeat}
.al-sm-con{background:#fff url('../image/bg-alerts.png') 0px -250px no-repeat}
.al-lg-imp,.al-sm-imp{border:1px solid #f9bb90 !important;color:#d36011}
.al-lg-imp{background:#fff url('../image/bg-alerts.png') 0px -3000px no-repeat}
.al-sm-imp{background:#fff url('../image/bg-alerts.png') 0px -500px no-repeat}
.al-lg-inf,.al-sm-inf{border:1px solid #7fbfe3 !important;color:#026eab}
.al-lg-inf{background:#fff url('../image/bg-alerts.png') 0px -4000px no-repeat}
.al-sm-inf{background:#fff url('../image/bg-alerts.png') 0px -750px no-repeat}
.al-lg-err a,.al-lg-err a:hover,.al-lg-err a:visited,.al-sm-err a,.al-sm-err a:hover,.al-sm-err a:visited{color:#e30e17}
.al-lg-con a,.al-lg-con a:hover,.al-lg-con a:visited,.al-sm-con a,.al-sm-con a:hover,.al-sm-con a:visited{color:#307f09}
.al-lg-imp a,.al-lg-imp a:hover,.al-lg-imp a:visited,.al-sm-imp a,.al-sm-imp a:hover,.al-sm-imp a:visited{color:#d36011}
.al-lg-inf a,.al-lg-inf a:hover,.al-lg-inf a:visited,.al-sm-inf a,.al-sm-inf a:hover,.al-sm-inf a:visited{color:#026eab}
.al-lg-err ul,.al-lg-con ul,.al-lg-imp ul,.al-lg-inf ul,.al-sm-err ul,.al-sm-con ul,.al-sm-imp ul,.al-sm-inf ul{margin:0}
.al-lg-err ul,.al-lg-con ul,.al-lg-imp ul,.al-lg-inf ul{padding:4px 0 0 18px}
.al-sm-err ul,.al-sm-con ul,.al-sm-imp ul,.al-sm-inf ul{padding:0 0 0 18px}
.al-lg-err li,.al-lg-con li,.al-lg-imp li,.al-lg-inf li,.al-sm-err li,.al-sm-con li,.al-sm-imp li,.al-sm-inf li{padding:0 !important;margin:0 !important;line-height:1.2em}


/* TABLES */
table.ranges
{
   border: none;
   border-collapse: collapse;
   padding: 0;
   margin:0;
   width:95%;
}

table.ranges th
{
   border: none;
   border-collapse: collapse;
   padding-left: 0;
   padding-top: 0;
   padding-bottom: 0;
   color:black;
   background-color:transparent;
   text-transform: none;
   font-weight:bold;
   font-size: 12px;
   vertical-align:top;
   white-space:nowrap;
}

table.ranges td
{
   border: none;
   border-collapse: collapse;
   padding-left: 1px;
   padding-top: 0;
   padding-bottom: 0;
   width:100%;
   vertical-align:top;
}
