  
  
/*  	width: 125px;
	background-color: #005793;
	color: White;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-color: black;
	border-bottom-width: 0px;
	border-bottom-color: black;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	font-family: Verdana, Sans-serif, Arial;

*/

.VirtualPageHeaderBar
{
		background-color: #005793;
		font-family:'Verdana','sans-serif';
		font-size: 13.5pt;
		height: 30px;
		width: 99%;
		color: White;
		vertical-align: middle;
		display: block;
		padding-left: 10px;
		padding-top: 3px;
}

.emailMyListHeader
{
	background-color: #005793;
	border: solid 5px #FFFFCC; 
	height: 30px;
	color: White;
	width: 653px;
	text-align: center;
	font-size: 110%;
	vertical-align: bottom; 
	
}


.modalPopupHeader
{
	background-color: #005793;
	border: solid 5px #FFFFCC; 
	height: 30px;
}

.modalPopupHeaderMessage
{	
	display: block;
	font-family: Verdana, Sans-serif, Arial;
	color: White;
	font-weight: bold;
	font-size: 100%;
	margin: 0px, 10px, 0px, 10px;
	padding: 10px;
	vertical-align: middle;
}

.modalPopup
{
	background-color: #FFFFCC;
	width: 500px;
}

.modalBackground
{
	  background-color:Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
    
}

.modalPopupBody
{
	padding: 10px;
}

.modalPopupMessage
{
		padding: 10px;
}

.modalPopupFooter
{
		background-color: #FFFFCC;
		padding: 10px;
}

.modalPopupButtonYes
{
	width: 60px;
	background-color: #E5E4D2;
	color: #05117C;
	font-weight: 900;
	height: 25px;
	border-collapse: collapse;
	border: solid 1 black;
	outline: solid 1 black;
}

.modalPopupButtonNo
{
	width: 60px;
	background-color: #E5E4D2;
	color: #05117C;
	font-weight: 900;
	height: 25px;
	border-collapse: collapse;
	border: solid 1 black;
	outline: solid 1 black;
}


/************************************************************/
/* Home Page Message Text style															*/
/************************************************************/
.APHWelcomeTextMessageStyle
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	font-style: normal;
	vertical-align: top;
	padding: 0px 2px 0px 2px;
}
/************************************************************/
/* END - Home Page Message Text style												*/
/************************************************************/

/* To Hide background while Updating panel */
.progressBackgroundFilter
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: 100;
}
.progressFront /* This should be your progress panel */
{
	position: absolute;
	z-index: 200;
}

.homePageMessageSpan
{
	display: inline-block;
	width: 65%;
}


/************************************************************/
/* File Repository Download Page														*/
/* Handles all the databound info fields										*/
.downloadDetailInfo
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	font-style: normal;
	vertical-align: text-top;
	text-align: left;
	padding: 0px 2px 0px 2px;
}

.downloadDetailInfo A, A:active
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	color: #05117C;
	background-color: Transparent;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: top;
}
.downloadDetailInfo A:hover
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	color: Black;
	background-color: Transparent;
	text-decoration: underline;
	vertical-align: top;
}
.downloadDetailInfo A:visited
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	color: #055593;
	background-color: Transparent;
	text-decoration: underline;
	vertical-align: top;
}

/* Handles just the left side info header fields */
.downloadDetailInfo_header
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
	text-align: right;
	padding: 0px 2px 0px 2px;
}

/* Handles the look of the "Book Detail" 
		text as well as the "How To Obtain" text. */
.downloadDetail_BookDetail_HowToObtain
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 125%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
}
/************************************************************/
/* End -- This is the info text in the book detail page			*/
/************************************************************/

/************************************************************/
/* Book Detail Page																					*/
/* Handles all the databound info fields										*/
.BookDetailInfo
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	font-style: normal;
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
}



/* Handles just the left side info header fields */
.BookDetailInfo_header
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
}

/* Handles the look of the "Book Detail" 
		text as well as the "How To Obtain" text. */
.BookDetail_BookDetail_HowToObtain
{
	color: Black;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 130%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
	padding: 8px 4px 8px 4px;
}


/************************************************************/
/* End -- This is the info text in the book detail page			*/
/************************************************************/


.IntentionStyle
{
	color: Red;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 130%;
	font-style: normal;
	font-weight: 900;
	background-color: Transparent;
	padding: 4px 4px 4px 4px;
}


/* Specific to ComponentArt ComboBoxes in filtermodule */

.comboBox
{
	border: 1px solid #A6A7AA; /* background-color: white; */
}

.comboBoxHover
{
	border: 1px solid #555555;
	background-color: white;
	width: 225px;
	text-align: center;
}

.comboDropDown
{
	border: 1px solid #868686;
	background-color: #FFFFE0;
	padding: 1px;
	padding-right: 0px;
	cursor: default;
}

.comboTextBox
{
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	background-color: #FFFFE0;
}

.comboItem
{
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.comboItemHover
{
	background-color: #E1E3EF;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #DBCE99;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* End DropDown Boxes */


/************************************************************/
/* Begin Product Search Page																*/
/* Handles all the databound info fields										*/

/* Handles just pagination on the search results page */
.Pagination
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
}

.Pagination a, A:visited
{
	color: #055593;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
	padding: 0px 1px 0px 1px;
	text-decoration: none;
}

.Pagination A:hover
{
	color: #05117C;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
	padding: 0px 1px 0px 1px;
	text-decoration: none;
}

.SearchDetailInfo
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	font-style: normal;
	vertical-align: middle;
}

/* Handles just the left side info header fields */
.SearchDetailInfo_header
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 100%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
	text-decoration: underline;
}

/* Handles the look of the "Search Detail" */
.Page_Header_Text
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 150%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
}
/************************************************************/
/* End -- searchdetail page.		*/
/************************************************************/


/************************************************************/
/* Begin Product Search Page																*/
/* Handles all the databound info fields										*/

.SearchDetailInfo
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	font-style: normal;
	vertical-align: middle;
}

/* Handles just the left side info header fields */
.SearchDetailInfo_header
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
}

/* Handles the look of the Page Header on each of the primary pages. */
.Page_Header_Text
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 150%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
	text-indent: 10px;
}

.SearchResultsContentTable
{
	background-color: #FFFFE1;
	border: 2px solid #999966;
	margin: 2px;
	padding: 2px;
	width: 99%;
}

.SearchResultsContentTable TD
{
	padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
	border-spacing: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.SearchResultsContentTable TR
{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/************************************************************/
/* End -- searchdetail page.		*/
/************************************************************/

/************************************************************/
/* Begin MyList Page																				*/
/* Handles all the databound info fields										*/
/* NOTE: The XSL sheet ( MyListTransform.xsl ) contains a   */
/*  built-in stylesheet that should be modified to conform  */
/*  to any changes made below.															*/
/************************************************************/

.MyListDetailInfo
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	font-style: normal;
	vertical-align: top;
	padding: 0px 2px 0px 2px;
}

/* Handles just the left side info header fields */
.MyListDetailInfo_header
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	font-style: normal;
	font-weight: 900;
	vertical-align: top;
	text-align: right;
	padding: 0px 2px 0px 2px;
}

.MyListDetailInfo_RightSideInfo
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	font-style: normal;
	font-weight: 900;
	vertical-align: top;
	text-align: left;
	padding: 0px 2px 0px 2px;
}

/* Handles the look of the "My List" text */
.MyListDetail_MyList
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 150%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
}
/************************************************************/
/* End -- myList page.		*/
/************************************************************/

ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin: 0px;
}

ul li a
{
	list-style: none;
	line-height: 18px;
}


/* Misc styles follow */

DIV.footer
{
	font-family: Verdana, Sans-serif, Arial;
	background: transparent;
}

TD.footer
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	background: #FFFFCC;
	color: #000000;
}

.defaultButtonColor
{
	background-color: #066000;
}

.defaultButtonColor_hover
{
	background-color: #4AA02C;
}

/************************************************************/
/*	Below are the css items used for advanced search				*/
/************************************************************/
.AdvancedSearch_Table_0
{
	width: 100%;
	border: solid 1px black;
}

.AdvancedSearch_Table_1
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
	width: 100%;
}

.AdvancedSearch_Cell_1
{
	width: 225px;
	text-align: left;
	background-color: #FFFFE0;
}

.AdvancedSearch_Cell_2
{
	width: 100px;
	text-align: left;
	background-color: #FFFFE0;
}

.AdvancedSearch_Cell_3
{
	width: 75px;
	text-align: left;
	background-color: Gray;
}

.AdvancedSearch_Cell_4
{
	width: 100px;
	text-align: left;
}
.AdvancedSearch_Cell_5
{
	width: 125px;
	text-align: left;
	background-color: #FFFFE0;
}

.AdvancedSearch_TD_1
{
	width: 130px;
	text-align: right;
}

.AdvancedSearch_TD_2
{
	width: 235px;
	text-align: center;
}

.AdvancedSearch_TD_3
{
	width: 5px;
}

.AdvancedSearch_TD_4
{
	width: 140px;
	text-align: right;
}

.AdvancedSearch_TD_5
{
	width: 225px;
	text-align: center;
}

.AdvancedSearch_TD_Author_01
{
	width: 120px;
	text-align: right;
}

.AdvancedSearch_TD_Author_02
{
	width: 200px;
	text-align: left;
}

.AdvancedSearch_Button_small
{
	width: 60px;
	background-color: #E5E4D2;
	color: #05117C;
	font-weight: 900;
	height: 25px;
	border-collapse: collapse;
	margin: 20px 20px 20px 20px;
	border: solid 1 black;
	outline: solid 1 black;
}

.AdvancedSearch_Button_hover_small
{
	width: 60px;
	background-color: #05117C;
	color: #E5E4D2;
	font-weight: 900;
	height: 25px;
	border-collapse: collapse;
	margin: 20px 20px 20px 20px;
	border: solid 1 black;
	outline: solid 1 black;
}

.AdvancedSearch_Button_large
{
	width: 120px;
	background-color: #066000;
	color: White;
	font-weight: 900;
	height: 25px;
	border-collapse: collapse;
	margin: 20px 20px 20px 20px;
}

.AdvancedSearch_Button_hover_large
{
	width: 120px;
	background-color: #4A742C;
	color: White;
	font-weight: 900;
	height: 25px;
	border-collapse: collapse;
	margin: 20px 20px 20px 20px;
}

/************************************************************/
/*	END - advanced search																		*/
/************************************************************/

.SidebarLoginText
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	color: #05117C;
	background-color: Transparent;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: top;
}

.SidebarColumn
{
	background-color: #FFFFCC;
	width: 200px;
	border-collapse: collapse;
}

DIV.Title
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 110%;
	font-style: normal;
	font-weight: 900;
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 4px;
}

/* Default Link Style */
A, A:active
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	color: #05117C;
	background-color: Transparent;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: middle;
}
A:hover
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	color: Black;
	background-color: Transparent;
	text-decoration: underline;
	vertical-align: middle;
}
A:visited
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	color: #055593;
	background-color: Transparent;
	text-decoration: underline;
	vertical-align: middle;
}

#Search
{
	width: 185px;
	height: 30px;
	background-color: #1111BB;
	color: White;
	font-weight: 900;
	font-style: normal;
	border: Black 1px solid;
	padding: 5px;
	text-align: center;
}

Panel.SideBarButtons
{
	width: 185px;
	height: 30px;
	background-color: #6C524B;
	color: White;
	font-weight: 900;
	font-style: normal;
	border: Black 1px solid;
	padding: 0px;
	text-align: center;
}

div.SideBarButtons
{
	width: 185px;
	height: 33px;
	background-color: #6C524B;
	color: White;
	font-weight: 900;
	font-style: normal;
	border: Black 1px solid;
	padding: 0px;
	text-align: center;
}

.SideBarButtons
{
	width: 185px;
	height: 33px;
	background-color: #066000;
	color: White;
	font-weight: 900;
	font-style: normal;
	border: Black 1px solid;
	padding: 3px;
	text-align: center;
}

.SideBarSearchTextBox
{
	background-color: #FFFFE0;
	color: Black;
	width: 95%;
	border: solid 1px Black;
}

.SideBarSearchDropDownList
{
	background-color: #FFFFE0;
	color: Black;
}

.SideBarButtons_hover
{
	width: 185px;
	height: 33px;
	background-color: #4A742C;
	color: Black;
	font-weight: 900;
	font-style: normal;
	border: Black 1px solid;
	padding: 3px;
	text-align: center;
}

.SideBarButtons:hover
{
	width: 185px;
	height: 33px;
	background-color: #4A742C;
	color: Black;
	font-weight: 900;
	font-style: normal;
	border: Black 1px solid;
	text-align: center;
	padding: 3px;
}

.SideBar
{
	background-color: #FFFFCC;
	padding-top: 5px;
	padding-bottom: 5px;
	color: Black;
	text-align: center;
}

.SearchButton
{
	width: 35%;
	background-color: #066000;
	color: White;
	font-weight: 900;
	height: 25px;
	border-collapse: collapse;
	font-size: 80%;
}

.SearchButton_hover
{
	width: 35%;
	background-color: #4AA02C;
	color: White;
	font-weight: 900;
	height: 25px;
	border-collapse: collapse;
	font-size: 80%;
}

.UnifiedSearchButton
{
	width: 165px;
	background-color: #066000;
	color: White;
	font-weight: 900;
	height: 25px;
	border-collapse: collapse;
	font-size: 80%;
	vertical-align: middle;
}

.UnifiedSearchButton_hover
{
	width: 165px;
	background-color: #4AA02C;
	color: White;
	font-weight: 900;
	height: 25px;
	border-collapse: collapse;
	font-size: 80%;
	vertical-align: middle;
}

.MenuButtons_left
{
	width: 125px;
	background-color: #005793;
	color: White;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-color: black;
	border-bottom-width: 0px;
	border-bottom-color: black;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	font-family: Verdana, Sans-serif, Arial;
}

.MenuButtons_center
{
	width: 125px;
	background-color: #005793;
	color: White;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-color: black;
	border-bottom-width: 0px;
	border-bottom-color: black;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	border-left: silver 2px solid;
	border-right: none;
	font-family: Verdana, Sans-serif, Arial;
}

.MenuButtons_right
{
	width: 125px;
	background-color: #005793;
	color: White;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-color: black;
	border-bottom-width: 0px;
	border-bottom-color: black;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	border-right: silver 2px solid;
	border-left: silver 2px solid;
  font-family: Verdana, Sans-serif, Arial;
}

.MenuButtons_hover
{
	width: 125px;
	background-color: #EBE4DE;
	color: Black;
	font-weight: 900;
	font-size: 80%;
	height: 25px;
	border-collapse: collapse;
	font-family: Verdana, Sans-serif, Arial;
}

.homepageButtons
{
	/* width:109px; */
	width: 100%;
	background-color: #005793;
	color: White;
	border: none;
	margin: 0;
	padding: 0px;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-collapse: collapse;
}

.homepageButtons_hover
{
	/* width:109px; */ /* width:  19.3%; */
	width: 100%;
	background-color: #EBE4DE;
	color: Black;
	border: none;
	margin: 0;
	padding: 0px;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-collapse: collapse;
}

.home_header_bg
{
	background-color: #FFFFCC;
	border: 0; /* background: url(images/banner_home.jpg);   background-repeat: no-repeat; */
}
.books_header_bg
{
	/* background: url(images/banner_books.jpg); */
	background-repeat: no-repeat;
}

.search_bg
{
	/*background-color: #b60000;*/
	background-color: #b60000; /*#f6ba22;*/
	background-repeat: repeat;
}

td.SearchLabel
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 70%;
	font-weight: bolder;
	color: white;
	background-color: Transparent;
}

.SearchTextBox, td.SearchTextBox
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 80%;
	color: Black;
	background-color: #FFFFE0;
	vertical-align: middle;
	text-align: left;
}

.GoogleSearchBox, td.GoogleSearchBox
{
	font-family: Verdana, Sans-serif, Arial; 
	font-size: 80%;
	color: Black;
	background-color: #FFFFE0;
	vertical-align: middle;
	text-align: left; /* background-image: url(images/google_custom_search_watermark.gif); */
	background-position: left center;
	background-repeat: no-repeat;
	border-color: Black;
	border: 1;
}

.MainContent_bg
{
	background-color: #FFFFCC;
	background-repeat: repeat;
	text-align: left;
}

Table.MyList
{
	border: solid 1 Black;
}

TR
{
	border: 0 0 0 0;
	margin: 0 0 0 0;
	height: 0;
	border-collapse: collapse;
}

TD, Table
{
	border: 0 0 0 0;
	margin: 0 0 0 0;
	height: 0;
}


/*
TR.MainContent, .MainContent
{
  font-family: Arial,Vernda, sans-serif;
  font-size: 12px;
  background: #FFFFCC;
  color: #000000;
}
TD.MainContent
{
  font-family: Arial,Verdana, sans-serif;
  font-size: 12px;
  background: #FFFFCC;
  color: #000000;
   border-right: black 3px solid; 
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
}
TD.BlackVerticalLine
{
  height: 100%;
  width: 0;
  background-color: #000000;
}
*/

BODY
{
	background: #FFFFCC;
	margin: 0px;
	border-collapse: collapse;
	padding: 0;
	height: 100%;
}

FORM
{
	display: inline;
}

h1
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none; /*font-variant: mixed;*/ /* text-transform: uppercase; */
	border: solid 0px black;
	border-collapse: collapse; /* border-bottom: thin solid #1111bb; */
	vertical-align: middle;
	display: inline;
}


h2
{
	background-color: transparent;
	color: #05117C;
	font-family: Sans-serif,Verdana,Arial;
	font-size: 100%;
	font-weight: bold;
	vertical-align: top;
	display: inline;
}

h3
{
	background-color: transparent;
	color: #05117C;
	font-family: Sans-serif,Verdana,Arial;
	font-size: 100%;
	font-weight: bold;
	vertical-align: top;
	display: inline;
}

h4
{
	font-family: Sans-serif,Verdana,Arial;
	font-size: 90%;
}

.info
{
	background-color: #FFFFE1;
	border: 2px solid #999966;
	height: 75px;
	width: 50%;
	text-align: center;
}

.infoText
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	background-color: #FFFFE1;
	font-weight: bold;
	text-align: center;
}

.info A, A:active
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	color: #05117C;
	background-color: Transparent;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: top;
}
.info A:hover
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	color: Black;
	background-color: Transparent;
	text-decoration: underline;
	vertical-align: top;
}
.info A:visited
{
	font-family: Verdana, Sans-serif, Arial;
	font-size: 90%;
	color: #055593;
	background-color: Transparent;
	text-decoration: underline;
	vertical-align: top;
}

.AdvancedSearchMainTable
{
	display: block;
	padding: 5px;
	margin: 0 10px 5px 10px;
	font-weight: bold;
	font-size: 90%;
	width: 800px;
	padding: 10px;
}

.AMP_MenuButtons_left
{
	width: 139px;
	background-color: #005793;
	color: White;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-color: black;
	border-bottom-width: 0px;
	border-bottom-color: black;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	font-family: Verdana, Sans-serif, Arial;
}

.AMP_MenuButtons_center
{
	width: 139px;
	background-color: #005793;
	color: White;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-color: black;
	border-bottom-width: 0px;
	border-bottom-color: black;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	border-left: silver 2px solid;
	border-right: none;
	font-family: Verdana, Sans-serif, Arial;
}

.AMP_MenuButtons_right
{
	width: 139px;
	background-color: #005793;
	color: White;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-color: black;
	border-bottom-width: 0px;
	border-bottom-color: black;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	border-right: silver 2px solid;
	border-left: silver 2px solid;
  font-family: Verdana, Sans-serif, Arial;
}

.AMP_MenuButtons_hover
{
	width: 139px;
	background-color: #EBE4DE;
	color: Black;
	font-weight: 900;
	font-size: 80%;
	height: 25px;
	border-collapse: collapse;
	font-family: Verdana, Sans-serif, Arial;
}

.AMP_homepageButtons
{
	/* width:109px; */
	width: 100%;
	background-color: #E21B22;
	color: White;
	border: none;
	margin: 0;
	padding: 0px;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-collapse: collapse;
}

.AMP_homepageButtons_hover
{
	/* width:109px; */ /* width:  19.3%; */
	width: 100%;
	background-color: #EBE4DE;
	color: Black;
	border: none;
	margin: 0;
	padding: 0px;
	font-weight: bold;
	font-size: 80%;
	height: 25px;
	border-collapse: collapse;
}

.AMP_search_bg
{
	/*background-color: #b60000;*/
	background-color: #b60000; /*#f6ba22;*/
	background-repeat: repeat;
}
