﻿/* ************************************************************************************ */
/* CSS settings for Link Panel Control - Site Specific                                  */
/* ************************************************************************************ */
/* Change Log                                                                           */
/*                                                                                      */
/* 21-09-2009  - Richard Chapman - Deltasoft - Create CSS file                          */
/* ************************************************************************************ */
.LinkPanelGlobal
{
    top: 2px;
    width: 100%;
	font-size:10pt;
	margin-left:50px;
}

.linkpanel a{
	padding-left: 19px;
	background:url('/Bongo/assets/png/link.png') no-repeat left;
	}
	
	.linkpanel a:hover{
	text-decoration: none !important;
	padding-left: 19px;
	background:url('/Bongo/assets/png/link-rollover.png') no-repeat left;
	}