/* Right links */
		
td#Right_links{
			vertical-align:top;
			background-color: #000080;
			width:42px;
}
			
#Icon_table{
            border-collapse:separate;	
			border-width:1px;
			border-color:#000080;
}
			
.Icon_cell{
		padding:0px;
		border-width:1px;
		border-color:#000080;
} 

.Icon{
		margin-left:-3px;
		margin-top:-3px;
		margin-bottom:-2px;
		border: 0px;
}

/*icon for first map pages*/
.Icon_scotmap{
		margin-left:-3px;
		margin-top:-3px;
		margin-bottom:1px;
		border: 0px;
}

/* Only for Firefox */
@-moz-document url-prefix() {
    .Icon {
        margin-bottom:-3px;
    }
}

/* Only for Firefox */
@-moz-document url-prefix() {
    .Icon_scotmap {
        margin-bottom:1px;
    }
}

/*print*/
@media print
{
    td#Right_links {display: none ;}              
}
 