/* THIS IS THE GENERAL SITE STYLE SHEET. IT IS FOUND UNDERNEITH THE COLOR CHANGER.PHP SCRIPT. 
THE ITEMS BELOW UPDATE AND MODIFY THE SEARCH RESULTS AND ADVANCED SEARCH PAGES */


/* This is the email icon on the Article Manager content pages. */
.email_logo {
background-image:  url("../images/email_blue.jpg");
background-position: 100% 90%;
background-repeat: no-repeat;
}

/* This is the printer icon on the Article Manager content pages. */
.printer_logo {
background-image:  url("../images/printer_blue.jpg");
background-position: 0% 50%;
background-repeat: no-repeat;
}

/* These are the header menu settings in the horizontal menu. */
a.menu  {
color:	#ffffff;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	12px;
line-height:	150%;
text-decoration: none;
}

a:visited.menu  {
color:	#ffffff;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	12px;
line-height:	150%;
text-decoration: none;
}

a:hover.menu  {
color:	#000000;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	12px;
line-height:	150%;
text-decoration: underline;
}

/* This highlights the selected category in AM2 for the left-side menu. */
a.selectedmenu  {
color:	#666666;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	175%;
text-decoration: none;
background-color: #dddddd;
}

a:visited.selectedmenu  {
color:	#666666;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	175%;
text-decoration: none;
background-color: #dddddd;
}

a:hover.selectedmenu  {
color:	#000000;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	175%;
text-decoration: underline;
background-color: #dddddd;
}



/* These are the menu settings for the AM program rendered in the Main Menu box. */
a.boxmenu  {
color:	#666666;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	175%;
text-decoration: none;
}

a:visited.boxmenu  {
color:	#666666;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	175%;
text-decoration: none;
}

a:hover.boxmenu  {
color:	#000000;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	175%;
text-decoration: underline;
}


/* These are the category title font settings for the AM program. */
a.category  {
color:	#666666;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	13px;
line-height:	175%;
text-decoration: none;
}

a:visited.category  {
color:	#666666;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	13px;
line-height:	175%;
text-decoration: none;
}

a:hover.category  {
color:	#000000;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	13px;
line-height:	175%;
text-decoration: underline;
}



/* This controls the MBPZ title text */
.large_title_txt  {
/*background-color:     #CCCCCC;*/
color:  #808080;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	15px;
line-height:	150%;
text-decoration:	none;
}



/*This controls the line in the header*/
.line{
width: 100%;
}


/* This controls the subtitle text phrase below the MBPZ title text. */
.subtitle_txt  {
color:	#808080;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	12px;
line-height:	150%;
text-decoration:	none;
 text-align:           center;
}

/* These are the left-column body behind the two floating menus settings. */
 .left_content  {
 background-color:     #CCCCCC;
 font-family:          Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:            12px;
 color: 			   #000000;	
 text-align:           center;
 }

  
a:visited.left_content {
color:	#ffffff;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	14px;
line-height:	150%;
text-decoration: none;
}

a:hover.left_content  {
color:	#000000;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	14px;
line-height:	150%;
text-decoration: underline;
}
 

/* These are the general body content settings. */
 .content  {
 background-color:      #f7fafd;
 font-family:          Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:            12px;
 color: 			   #000000;	
 text-align:           center;
 }

  
a:visited.content {
color:	#ffffff;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	14px;
line-height:	150%;
text-decoration: none;
}

a:hover.content  {
color:	#000000;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	14px;
line-height:	150%;
text-decoration: underline;
} 

/* These are the Article Manger general content settings. */
 .am_content  {
 background-color:      #f7fafd;
 font-family:          Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:            11px;
 color: 			   #000000;
 padding:	25;
 }

a:visited.am_content {
color:	#ffffff;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	150%;
text-decoration: none;
}

a:hover.am_content  {
color:	#000000;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	150%;
text-decoration: underline;
}  
   
/* These are the copyright statement settings found in the footer. */
  .copyright_table  {
  color:                  #2a4a6c;
  font-family:            Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:              11px;
  text-align:             center;
  }
 
/* These are the copyright statement settings found in the footer. */
  .bottom_table  {
  color:                  #000000;
  font-family:            Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:              11px;
  text-align:             center;
  background-color:      #999999;
  }
/* These are the bottom table found in the footer with the Privacy Statement settings. */
  a.bottom_menu  {
color:	#ffffff;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	150%;
text-decoration: none;
}

a:visited.bottom_menu  {
color:	#ffffff;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	150%;
text-decoration: none;
}

a:hover.bottom_menu  {
color:	#000000;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
line-height:	150%;
text-decoration: underline;
}

  
/* These are the settings for the two floating menus on the left-hand side of the page. These will be populated through the CMS software. */
  .menu_table_header  {
 
  background-color:      #808080; 
  font-family:            Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:              11px;
  color:				  #FFFFFF;
  }
  

    .menu_table_center  {
  background-color:      #FFFFFF;
  font-family:            Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:              11px;
  color:				  #415230;
  }
  
   .menu_table_footer  {
   
  background-color: 	  #f7fafd;
  font-family:            Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:              11px;
  color:				  #415230;
  }
  
  
  /* These are the advanced search results page settings. */
 .advsearchresults  {
 background-color:      #ffffff;
 font-family:          Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:            12px;
 color: 			   #000000;	
 text-align:           center;
 }
  
a:visited.advsearchresults {
color:	#ffffff;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	14px;
line-height:	150%;
text-decoration: none;
}

a:hover.advsearchresults {
color:	#000000;
font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:	14px;
line-height:	150%;
text-decoration: underline;
}