
/* centers page*/
body 

{
    margin: 0px auto; 
}

/*fit new footer links inline*/ 
#footer ul li
{
    padding-right: 15px;   
    
}

/*copy availablity section on title information misaligned in FF3*/ 
div#ctl00_ContentPlaceCenterContent_copyAvailabilityDisplay

{

    float: left;
    width:100%;

}

/*hide data protectionsection on self reg*/
#ctl00_ContentPlaceCenterContent_dataProtectionContainer
{
  display:none;  
} 

/*fills out headers in FF3*/
legend  
{    
    height:auto !important;
    min-height: 1px;
    border: solid 4px #C0C0C0;

} 

/*logo*/
.header 
{
    background: url(images/glasgow_logo2010.gif)  no-repeat scroll top left;   

}   

/*hides broken images on latest books list*/
/*.bookImage
{
    display:none;   
}*/

.right /*homepagelink on borrower reg error screen*/
{
    text-align:center !important;   
    
}

.TitleInformationCopyAvailItem1NotForLoan, .TitleInformationCopyAvailItem2NotForLoan 
{
    color: #000000 !important; 
    padding: 3px;
  
}
div.menuicon1
{
	background: Transparent url(images/search_icon.gif) no-repeat left center;
}

div.menuicon2
{
	background: Transparent url(images/personal_record_icon.gif) no-repeat left center;
}

div.menuicon3
{
	background: Transparent url(images/recently_reviewed_icon.gif) no-repeat left center;
}

div.menuicon4
{
	background: Transparent url(images/Browse_reading_list_icon.gif) no-repeat left center;
}

div.menuicon5
{
	background: Transparent url(images/register_icon.gif) no-repeat left center;
}

div.menuicon6
{
	background: Transparent url(images/e-resources_icon.gif) no-repeat left center;
}

div.menuicon7
{
	background: Transparent url() no-repeat left center;
}

.welcome
{
    background: url("images/skyline.gif") no-repeat;
}

