/*
APPLICATION-WIDE DECLARATIONS & CLASSES
*/

body, td
{
	font-family: Verdana;
	font-size: 8pt;
	margin-left: 50px;
	color: #404040
}
h1
{
	font-size: 12pt;
	font-weight: bold;
	color: #404040
}
.template_body
{
	background-color: Gainsboro;
	margin-left: 10px;
}
.template_tasks_td
{
	height: 40px; 
	BORDER-bottom: #77abdd 1px solid; 
	padding: 5px; 
	background-color: white;
}
.search_body
{
   background-color: white;
   border-right: #7898B5 solid 1px;
   border-bottom: #7898B5 solid 1px;
   padding-left: 50px;
   padding-right: 50px;
   padding-top: 35px;
   padding-bottom: 60px;
}
input.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
}
input.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-left: 1px solid #7898B5; border-top: 1px solid #7898B5; 
	border-right: 1px solid #7898B5; border-bottom: 1px solid #7898B5;
	background: #ffffff url(images/tabon.gif); 			
	background-repeat: repeat-x; background-attachment: fixed;
	font-family: Arial; font-size: 9pt; cursor: hand; height: 22px;
}
.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: #FE0303; text-decoration: none; border-style: none}
a.browse_link:hover	{color: #FE0303; text-decoration: none; border-style: none}
a.browse_link:active	{color: #FE0303; 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;}



/*
UPDATE PANEL (FEEDBACK MESSAGE) CLASSES
*/

.edit_error
{
	font-weight: normal;
	color: #FE1010;
}
.edit_success
{
	font-weight: normal;
	color: #336699;
}

/*
SEARCH PAGE CLASSES
*/

.SearchLabel
{
	font-weight: bold
}
.SearchTextInput
{
	width: 300px;
	font-family: Verdana;
	font-size: 10pt;
}

/*
SEARCH RESULTS PAGE CLASSES
*/
.SearchResultsText
{
}
.record_number_td
{
	width: 35px;
	vertical-align: top;
}
.display_head
{
	font-weight: bold;
	color: midnightblue;
}
.display_label
{
	vertical-align: top;
	font-weight: bold;
	width: 20%;
}
.display_text
{
}
.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;
}
.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
}
.loans_edit_label
{
	vertical-align: top;
	font-weight: bold;
}
.loans_edit_textinput
{
	width: 325px;
	font-family: courier new;
	font-size: 10pt;
	color: black;
}
.serials_edit_textinput
{
	width: 325px;
	font-family: courier new;
	font-size: 10pt;
	color: black;
}
.serials_edit_qtr_textinput
{
	width: 150px;
	font-family: courier new;
	font-size: 10pt;
	color: black;
}

/*
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: Gainsboro solid 1px;  
	vertical-align: top; 
	color: #336699;
}
.borrowersubgrid_itemstyle
{
	vertical-align: top; 
	color: #336699;
}
.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;
}
.researchfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #007AAD;

}

