/*
APPLICATION-WIDE DECLARATIONS & CLASSES
*/

body
{
	font-family: Verdana;
	font-size: 8pt;
	margin-left:20px;
	margin-top:70px;
	margin-right:0px;
	color: #404040;
	background-color: #FFFFFF;
}
td
{
	font-family: Verdana;
	font-size: 8pt;
	color: #404040;
}

.grey_button
{
	height: 22px;
	font-size: 9pt;
	color: #333333;
	cursor: hand;
	border: 1px solid #333399;
	background: url('images/btn_back-silver.gif') center;
	padding: 1px
}
.orange_button
{
	height: 22px;
	font-size: 9pt;
	color: #333366;
	cursor: hand;
	border: 1px solid #808080;
	background: url('images/btn_back-orange.gif') center;
	padding: 1px
}
.index_button	
{
	border: 1px solid #7898B5; 
	background: url('images/tabon.gif') center; 
	font-family:Arial; font-size:11px; cursor: hand; height: 22px;
	width:40px; color:#333333;
}
.buttonDefault{
	height: 22px;
	width: 47px;
	color: #333333;
	cursor: hand;
	border: 1px solid #7474ab;
	background: url('images/btn_back-silver.gif') center;
	padding: 1px;
	font-family: Arial; 
	font-size: 9pt
}
.tblheader	
{
	font-family: Verdana, Arial, Tahoma; font-size: 10pt; font-weight: bold; 
	text-decoration:none; color:#336699; text-decoration:none; width: 100%; 
	background-color: #fcfcfc; PADDING-left: 5px; PADDING-top: 5px; 
	PADDING-bottom: 5px; BORDER: #77abdd 1px solid; 
}
.header_cell 	
{
	font-family: Verdana, Arial, Tahoma; font-size: 8pt; color: #0066CC; 
	font-weight: bold; background-image: url('images/headerbg.gif'); 
	background-color: #DCEFFE;
}
.blue_1px_line_separator 
{
	background: #74BAF3;
}
.lightblue_tblcell 	
{
	font-family: Verdana, Arial, Tahoma; font-size: 8pt; 
	color: #404040; background-color: #F1F9FF;
}
.vert_splitter 	
{
	background: url(images/vertline.gif); background-repeat: repeat-y; 
	background-attachment: fixed; font-size: 4pt;
}
.hoz_splitter 	
{
	background: url(images/hozline.gif); background-repeat: repeat-x; 
	background-attachment: fixed; font-size: 4pt;
}
.tophoz_splitter 
{
	background: url(images/topsplitter.gif); background-repeat: repeat-x; 
	background-attachment: fixed; font-size: 4pt;
}


a:link		{font-family: Verdana, Arial, Tahoma; font-size: 8pt; color: #0066CC;}
a:visited	{color:#0066CC;}
a:hover		{color:#FF0000;}
a:active	{color:#FF0000;}

a.NavBar_Links:link		
{
	font-family: Verdana, Arial, Tahoma; font-size: 8pt; color: #0066CC;
}
a.NavBar_Links:visited 	
{
	color:#0066CC;
}
a.NavBar_Links:hover 	
{
	color:#FF0000;
}
a.NavBar_Links:active	
{
	color:#FF0000;
}

a.menulinks:link		{font-family: Verdana, Arial, Tahoma; font-size: 8pt; font-weight: Normal; color: #336699; 			line-height:14px; text-decoration:none;}
a.menulinks:visited 	{color: #336699; text-decoration:none;}
a.menulinks:hover 	{color: #263505;}
a.menulinks:active	{color: #263505;}

a.browse_link:link	{color: #0066CC; text-decoration: none; border-style: none}
a.browse_link:visited	{color: #0066CC; text-decoration: none; border-style: none}
a.browse_link:hover	{color: #FE0303; text-decoration: none; border-style: none}
a.browse_link:active	{color: #0066CC; text-decoration: none; border-style: none}


.image_links 		{text-decoration: none; border-style: none}

.sidemenutxt 	{font-family: Verdana, Arial, Tahoma; font-size: 8pt; font-weight: Normal; 
			color: #686868; line-height:14px;}

.sidemenuhead2 {font-family: Verdana, Arial, Tahoma; font-size: 8pt; font-weight: Bold; 
			color: #8a8a8a; line-height:14px;}

.menulinks 		{font-family: Verdana, Arial, Tahoma; font-size: 8pt; font-weight: Normal; color: #336699; 
				line-height:14px;}




/*
SEARCH PAGE CLASSES
*/

.SearchLabel
{
	font-weight: bold
}
.SearchTextInput
{
	width: 300px;
	font-family: Verdana;
	font-size: 10pt;
}
.SearchDropdown
{
	width:150px;
	font-family:arial;
	font-size:10pt;
}

/*
SEARCH RESULTS PAGE CLASSES
*/
.SearchResultsText
{
}
.record_number_td
{
	width: 35px;
	vertical-align: top;
	font-weight: bold;
}
.display_head
{
	font-weight: bold;
	color: #0066CC;
}
.display_label
{
	vertical-align: top;
	font-weight: bold;
	width: 100px;
}
.display_text
{
	font-family: Verdana;
	font-size: 11px;
	vertical-align: top;
}
td.display_image
{
	padding-bottom: 20px;
	} 
/*google books*/
div.isbn {
display:none;
float:left;
width:100px;
height:100%;
padding:4px 0;
text-align:center;
}

a.googleLink {
display:inline-block;

}

img.googleBook {
border:1px solid #555;	
width:l00px;
}

img.noImage {
border:0;	

}

img.noLink {

}


.ResultImage {
    vertical-align:top;
}
.ResultImage a {
    text-decoration:none;
	
}


.sort_header
{
	color: midnightblue;
	font-weight: bold;
	font-size: 9pt;
}


/*
ADD/EDIT PAGE CLASSES
*/

.catalog_edit_textinput
{
	width: 325px;
	font-family: courier new;
	font-size: 10pt;
	color: black;
}
.catalog_edit_label
{
	vertical-align: top;
	font-weight: bold;
	width: 100px;
	height: 25px
}
.catalog_readonly
{
	font-family: Courier New;
	font-size: 10pt;
	color: Gray;
	width: 325px;
	border: solid 1px LightGrey;
	background-color: WhiteSmoke;
	height:22px;
}
.borrower_edit_textinput
{
	width: 325px;
	font-family: courier new;
	font-size: 10pt;
	color: black;
}
.borrower_edit_td
{
	width: 50%;
	vertical-align:	top;
	color: #336699;
}
.borrower_edit_label
{
	vertical-align: top;
	font-weight: normal;
	width: 100px;
	height: 25px
}
.borrower_readonly
{
	font-family: Courier New;
	font-size: 10pt;
	color: Gray;
	width: 325px;
	border: solid 1px LightGrey;
	background-color: WhiteSmoke;
	height:22px;
}
.loans_edit_label
{
	vertical-align: top;
	font-weight: bold;
}
.loans_edit_textinput
{
	width: 325px;
	font-family: courier new;
	font-size: 10pt;
	color: black;
}

.feedback_error
{
	color: #E00000;
}
.feedback_success
{
	color: #333366;
}

/*
CHECKOUT PAGE CLASSES
*/

.loans_checkout_textinput
{
	font-family: Courier New;
	font-size: 10pt;
}
.loans_readonly_box
{
	font-family: Courier New;
	font-size: 10pt;
	color: Gray;
	width: 150px;
	border: solid 1px LightGrey;
	background-color: WhiteSmoke;
}
.borrower_datagrid
{
	overflow: hidden;
	width: 50px;
	height: 22px;
}
.borrowergrid_itemstyle
{
	border: none;
	height: 15px;
	overflow:hidden;
}
.show_items
{
	width:100%;font-size:8pt;font-family:verdana;color:gray;background-color:whitesmoke;border:solid 1px lightgrey;
	scrollbar-base-color:whitesmoke;
	scrollbar-arrow-color:gray;
	scrollbar-darkshadow-color:gray;
	scrollbar-track-color:whitesmoke;
	scrollbar-highlight-color:silver;
	scrollbar-3dlight-color:#fcfcfc;
	/*
	scrollbar-face-color:#8080FF;
scrollbar-highlight-color:#B9B9FF;
scrollbar-3dlight-color:#004080;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#8000FF;
*/
}
.update_default
{
	font-weight: normal;
	color: silver;
}


/*
OVERDUE NOTICES PAGE CLASSES
*/

.overdue_textinput
{
	width: 300px;
	font-family: courier new;
	font-size: 10pt;
	color: black;
}

.overdue_readonly
{
	font-family: Courier New;
	font-size: 10pt;
	color: Gray;
	width: 500px;
	border: solid 1px LightGrey;
	background-color: WhiteSmoke;
}


/*
WAITLIST PAGE CLASSES
*/

.waitlist_showtitle_label
{
	font-weight: normal;
}

.waitlist_textbox
{
	width: 250px;
}
