/* Support Directory V2 Theme = Mind.BY1.v2 */
@font-face {
    font-family: 'StreetCornerRegular';
    src: url('fonts/street_corner-webfont.eot');
    src: url('fonts/street_corner-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/street_corner-webfont.woff') format('woff'),
         url('fonts/street_corner-webfont.ttf') format('truetype'),
         url('fonts/street_corner-webfont.svg#StreetCornerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background: url(img.interface/background.png) 0 160px repeat-x #fff;
	margin:0; 
	padding: 0;
	font-size:62.5%;
	color: #333;
}
#PageHeader{
	background: url(img.interface/support.directory.logo.header.png) right 36px no-repeat;
}

#footer{
	background: url(img.interface/background.footer.png) 0 0 repeat-x;
}
#footerWrapper .credit p a{
	background: url(img.interface/support.directory.logo.png) 0 0 no-repeat;
}	

/************* Gradient Backgrounds *************/
/* Yellow */
.primary1 {
	border: 1px solid #F2C100;
	background:#FFCC01 url(img.interface/primary1.png) 0 0 repeat-x;
}
/* Blue */
.primary2{
	border: 1px solid #002C66;
	background: #003377 url(img.interface/primary2.png) 0 0 repeat-x;
}
/* Grey Top Nav */
.secondary1{
	background: url(img.navigation/topNav.mainsite.background.gif) 0 0  repeat-x;
}
a.txtPrimary2{
	color:#fff;
}
/************* END *************/

/************* h2 h3 headings and borders *************/
h2{
	font-family: 'StreetCornerRegular', Arial, Helvetica, sans-serif;
	background: transparent;
}
.MainContent h2{
	font-size: 2.2em;
	font-weight: bold;
	color: #003479;
	border-bottom: 3px solid #003479;
	padding: 18px 0 10px 10px;
}
.ResultGrid h2{
	font-size: 2.2em;
	font-weight: bold;
	color: #003479;
	border-bottom: 3px solid #003479;
	padding: 38px 0 10px 10px;
	background: url(img.interface/background.h3.png) 0 1px repeat-x;
}
.h2Primary1{
	font-family: 'StreetCornerRegular', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-shadow: 1px 1px 1px #fff;
	padding: 8px 0 9px 10px;
}
.h2Primary2{
	font-family: 'StreetCornerRegular', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #fff;
	text-shadow: -1px -1px 1px #000;
	padding: 8px 0 9px 10px;
}
.h3Primary1{
	font-family: 'StreetCornerRegular', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	padding: 4px 0 6px 10px;
}
.borderTopPrimary1{
	border: 0;
	border-top: 1px solid #F2C100;
}
/************* END *************/

/********** Directory Search Panel **********/
#ct100_FullWidthColumn .subject{
	background: url(img.interface/field.subject.png) 0 0 no-repeat;
}
#ct100_FullWidthColumn .postcode{
	background: url(img.interface/field.postcode.png) 0 0 no-repeat;
}
/********** End **********/

/********** Filter List Panel **********/
#ctl00_FilterList .filterListTop li.favourite{
	background: url(img.interface/sprite.png) -851px 0px no-repeat;
}	
/********** End **********/

/********** Centre Listings Panel **********/
#ctl00_CenterColumn .listing{
	background: url(img.interface/listing.background.yellow.png) 0 1px repeat-x;
}	
#ctl00_CenterColumn .listingRight li.addFavourite{
	background: url(img.interface/sprite.png) -400px 0 no-repeat;	
	width: 16px;
	height: 18px;
	cursor: pointer;
	margin-left: 2px;
}
#ctl00_CenterColumn .listingRight li.addFavourite:hover{
	background: url(img.interface/sprite.png) -600px 0 no-repeat;	
}
#ctl00_CenterColumn .listingRight li.print{
	background: url(img.interface/sprite.png) -1200px 0 no-repeat;	
	width: 20px;
	height: 11px;
	cursor: pointer;
}
#ctl00_CenterColumn .listingRight li.print:hover{
	background: url(img.interface/sprite.png) -1400px 0 no-repeat;	
}
/********** End **********/

/********** Page Functionality Icons **********/
.pageFunctions{
	background: url(img.interface/page.functions.nav.background.gif) 0 0 repeat-x;
}
.pageFunctions a .favourite{
	width:20px;
	height: 20px;
	background: url(img.interface/sprite.png) -400px 0px no-repeat;
}
.pageFunctions a .link{
	width:20px;
	height: 20px;
	background: url(img.interface/sprite.png) -1200px 4px no-repeat;
}
.pageFunctions a .print{
	width:20px;
	height: 20px;
	background: url(img.interface/sprite.png) -1600px 0px no-repeat;
}
.pageFunctions a .issue{
	width:20px;
	height: 20px;
	background: url(img.interface/sprite.png) -2000px 1px no-repeat;
}
.pageFunctions a:hover .favourite{
	width:20px;
	height: 20px;
	background: url(img.interface/sprite.png) -600px 0px no-repeat;
}
.pageFunctions a:hover .link{
	width:20px;
	height: 20px;
	background: url(img.interface/sprite.png) -1400px 4px no-repeat;
}
.pageFunctions a:hover .print{
	width:20px;
	height: 20px;
	background: url(img.interface/sprite.png) -1800px 0px no-repeat;
}
.pageFunctions a:hover .issue{
	width:20px;
	height: 20px;
	background: url(img.interface/sprite.png) -2200px 1px no-repeat;
}

.IconBlock .issue {float:right}
.IconBlock a{
	color: #777 !important;
	cursor: pointer;
	font-size: 1.5em;
}
.IconBlock a:hover{
	color: #444 !important;
}
.IconBlock a.favourite{
	padding: 0px 8px 3px 20px;
	background: url(img.interface/sprite.png) -400px 0px no-repeat;
}
.IconBlock a.linkTop{
	padding: 0 8px 3px 23px;
	background: url(img.interface/sprite.png) -1200px 3px no-repeat;
}
.IconBlock a.print{
	padding: 0 8px 3px 23px;
	background: url(img.interface/sprite.png) -1600px 0px no-repeat;
}
.IconBlock a.issue{
	padding: 0 8px 3px 23px;
	background: url(img.interface/sprite.png) -2000px 1px no-repeat;
}
.IconBlock a:hover.favourite{
	padding: 0 8px 3px 20px;
	background: url(img.interface/sprite.png) -600px 0px no-repeat;
}
.IconBlock a:hover.linkTop{
	padding: 0 8px 3px 23px;
	background: url(img.interface/sprite.png) -1400px 3px no-repeat;
}
.IconBlock a:hover.print{
	padding: 0 8px 3px 23px;
	background: url(img.interface/sprite.png) -1800px 0px no-repeat;
}
.IconBlock a:hover.issue{
	padding: 0 8px 3px 23px;
	background: url(img.interface/sprite.png) -2200px 1px no-repeat;
}
.IconBlock{
	position: relative;
	background: url(img.interface/page.functions.head.background.gif) 0 0 repeat-x;
	padding: 8px 0 0 10px;
	height: 26px;
	border: 1px solid #ccc;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
/********** End **********/

/********** Panels **********/
.innerPanelFW{
	background: #ffcc00 url(img.interface/primary1.container.png) 0 0 repeat-x;
	border: 1px solid #F2C100;
}
.panel ul {
	background: url(img.interface/background.h3.png) 0 1px repeat-x;
}
.panel .factsheets li {
	background: url(img.interface/sprite.png) -2400px 2px no-repeat;
}
.panel .serviceDefinitions li {
	background: url(img.interface/sprite.png) -2600px 1px no-repeat;
}
/********** End **********/

/******* Popup Panels *******/
.navPanelLink{
	position: absolute;
	padding: 6px 10px 0 10px;
	width: 254px;
	top:-5px;
	left:56px;
	text-align: left;
	color: #fff;
	position:absolute;
	display:none;
	background: url(img.interface/link.div.background.gif);
		/*border radius*/
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*dropshadow*/
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
	border: 1px solid #ccc;
	z-index:100;
}
.navPanelLink .link{
	padding: 3px 0 5px 22px;
	font-size:1.2em;
	background: url(img.interface/sprite.png) -3000px 4px no-repeat;
}
.navPanelLink .close{
	position: absolute;
	right: -22px;
	top: -12px;
	cursor: pointer;
	background: url(img.navigation/close.div.normal.png) 12px 0 no-repeat;
}
.navPanelLink .close:hover{
	background: url(img.navigation/close.div.hover.png) 12px 0 no-repeat;
}
.navPanelLink .submit{
	float: right;
	margin: 5px 0 0 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom:1px solid #494949;
	border-right: 1px solid #494949;
	cursor: pointer;
	width:86px;
	height: 24px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(img.navigation/navPanel.submit.button.png) 0 0 repeat-x;
}
.navPanelLink .submit:hover{
	background: url(img.navigation/navPanel.submit.button.png) 0 -22px repeat-x;
}
.navPanelLink .copyLink{
	background: url(img.interface/field.navPanelLink.png) 0 0 no-repeat;
	height: 26px;
	width: 253px;
}
.navPanelLinkTop{
	position: absolute;
	padding: 5px 10px 0 10px;
	width: 254px;
	top:-5px;
	left:109px;
	text-align: left;
	color: #fff;
	position:absolute;
	display:none;
	background: url(img.interface/link.div.background.gif);
		/*border radius*/
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*dropshadow*/
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
	border: 1px solid #ccc;
	z-index:100;
}
.navPanelLinkTop .link{
	padding: 1px 0 5px 23px;
	font-size:1em;
	background: url(img.interface/sprite.png) -3000px 4px no-repeat;
}
.navPanelLinkTop .copyLink{
	background: url(img.interface/field.navPanelLink.png) 0 0 no-repeat;
	height: 26px;
	width: 253px;
}
.close{
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
	background: url(img.navigation/close.div.normal.png) 0 0 no-repeat;
}
.close:hover{
	background: url(img.navigation/close.div.hover.png) 0 0 no-repeat;
}
.navPanelLinkTop .submit{
	float: right;
	margin: 5px 0 0 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom:1px solid #494949;
	border-right: 1px solid #494949;
	cursor: pointer;
	width:86px;
	height: 24px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(img.navigation/navPanel.submit.button.png) 0 0 repeat-x;
}
.navPanelLinkTop .submit:hover{
	background: url(img.navigation/navPanel.submit.button.png) 0 -22px repeat-x;
}
#ctl00_CenterContent_OrgDetails_OrgForm_IconBar_PopupSendCorrection{
	position: absolute;
	padding: 5px 10px 10px 10px;
	width: 254px;
	top:-5px !important;
	right:-4px;
	text-align: left;
	color: #fff;
	display:none;
	background: url(img.interface/link.div.background.gif);
		/*border radius*/
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*dropshadow*/
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
	border: 1px solid #ccc;
	z-index:100;
}
#ctl00_CenterContent_OrgDetails_OrgForm_IconBar_PopupSendCorrection .issue{
	float: right;
	padding: 8px 8px 5px 23px;
	font-size:1.4em;
	background: url(img.interface/sprite.png) -3200px 8px no-repeat;
}
#ctl00_CenterContent_OrgDetails_OrgForm_IconBar_PopupSendCorrection .copyLink{
float: left;
	background: url(img.interface/field.navPanelLink.png) 0 0 no-repeat;
	height: 26px;
	width: 253px;
}
#ctl00_CenterContent_OrgDetails_OrgForm_IconBar_PopupSendCorrection .submit{
	float: right;
	margin: 5px 0 0 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom:1px solid #494949;
	border-right: 1px solid #494949;
	cursor: pointer;
	width:86px;
	height: 24px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background: url(img.navigation/navPanel.submit.button.png) 0 0 repeat-x;
	
}
#ctl00_CenterContent_OrgDetails_OrgForm_IconBar_PopupSendCorrection .submit:hover{
	background: url(img.navigation/navPanel.submit.button.png) 0 -22px repeat-x;
}
.close{
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
	background: url(img.navigation/close.div.normal.png) 0 0 no-repeat;
}
.close:hover{
	background: url(img.navigation/close.div.hover.png) 0 0 no-repeat;
}
/********** End **********/

/********** Navigation Menu's **********/
.mini_nav{
	position: absolute;
	top: 0;
	right:0;
	height: 30px;
	/*border radius*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	/*dropshadow*/
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	-moz-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;
}
.mini_nav ul{
	display: inline;
}
.mini_nav li{
	display: inline;	
}
.mini_nav li a{
	float: left;
	font-size:1.4em;
	text-decoration: none;
	color: #333;
	padding: 8px 9px 8px 7px !important;
	background: url(img.navigation/mini.nav.seperator.png) right 0 no-repeat;
}
.mini_nav li a:hover{
	color: #0045a5;
}
.mini_nav li:last-child a{
	background: none;
}
.mini_nav li a.mainsite{
	color: #fff;

	border: 1px solid #002C66;
	border-top: 0px;
	
	background: #00357c url(img.navigation/topNav.mainsite.button.png) 0 0 repeat-x;
	
	/*border radius*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 0px 5px;
	border-radius: 0px 0px 0px 5px;
}
.mini_nav li a:hover.mainsite{
	background: #00357c url(img.navigation/topNav.mainsite.button.png) 0 -24px repeat-x;
}
#top_nav{
	float: left;
	height: 43px;
	margin: 0;
	padding: 0;
}
#top_nav li{
	float: left;
	background: url(img.interface/background.separator.png) right 4px no-repeat;
}
#top_nav li:last-child {
	float: left;
	background: none;
}
#top_nav li a:hover{
}
#top_nav li a{
	font-family: 'StreetCornerRegular', Arial, Helvetica, sans-serif;
	display: block;
	font-size: 1.8em;
	color: #fff;
	text-decoration: none;
	padding: 10px 16px 10px 15px;
	text-shadow: -1px -1px 1px #000;
}
#top_nav li a:hover{
	color: #FFCC02;
}
#top_nav li a.favourites{
	padding-left: 35px;
	background: url(img.navigation/ico.menu.favourite.png) 15px 11px no-repeat;
}
#top_nav li a.favourites:hover{
	padding-left: 35px;
	background: url(img.navigation/ico.menu.favourite.hover.png) 15px 11px no-repeat;
}
#top_nav li a.active{
	color: #FFCC02;
}
#top_nav li:last-child  a.active{
	color: #FFCC02;
	padding-left: 35px;
	background: url(img.navigation/ico.menu.favourite.hover.png) 15px 11px no-repeat;
}
.dirNavIndex {
	position: absolute;
	display: block;
	right: -10px;
	top: -5px;
	width: 75px;
	height: 26px;
	text-align: center;
	padding: 7px 0 0 0;
	font-size: 1.2em;
	-webkit-box-shadow: 0px 0px 5px 0px #bfbfbf;
	-moz-box-shadow: 0px 0px 5px 0px #bfbfbf;
	box-shadow: 0px 0px 5px 0px #bfbfbf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/********** End **********/

/************* Buttons *************/
a.button{
	position: relative;
	font-size: 1.4em;
	text-decoration: none;
	color: #fff !important;
	padding: 2px 0 3px 10px;
	text-shadow: -1px -1px 1px #000;
	/* corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-right: 1px solid #00357D !important;
	border-bottom: 1px solid #00357D!important;
	border-top: 1px solid #2E6DC2!important;
	border-left: 1px solid #2E6DC2!important;
	background: url(img.navigation/button.blue.png) 0 0 repeat-x;
}
a:hover.button{
	background: url(img.navigation/button.blue.png) 0 -24px repeat-x;
}
a.button span{
	padding: 0 10px 0 8px;
	background: url(img.navigation/ico.button.arrow.png) right 3px no-repeat;
}
a.buttonPrev{
	position: relative;
	font-size: 1.4em;
	text-decoration: none;
	color: #fff !important;
	padding: 2px 9px 3px 6px;
	text-shadow: -1px -1px 1px #000;
	/* corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-right: 1px solid #00357D !important;
	border-bottom: 1px solid #00357D!important;
	border-top: 1px solid #2E6DC2!important;
	border-left: 1px solid #2E6DC2!important;
	background: url(img.navigation/button.blue.png) 0 0 repeat-x;
}
a:hover.buttonPrev{
	background: url(img.navigation/button.blue.png) 0 -24px repeat-x;
}
a.buttonPrev span{
	padding: 0 6px 0 0;
	background: url(img.navigation/ico.button.arrow.prev.png) 0px 3px no-repeat;
}
a.buttonFilter{
	font-family: 'StreetCornerRegular', Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	font-size: 1.6em;
	text-decoration: none;
	color: #333;
	padding: 4px 0 4px 0;
	margin-right:10px;
	margin-bottom: 5px;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(img.navigation/button.grey.png) 0 0 repeat-x;
}
a:hover.buttonFilter{
	/*dropshadow*/
	-webkit-box-shadow: 0px 0px 3px 0px #ccc;
	-moz-box-shadow: 0px 0px 3px 0px #ccc;
	box-shadow: 0px 0px 3px 0px #ccc;
}
a.buttonFilter span{
	padding: 0 35px 0 10px;
	background: url(img.navigation/button.delete.png) right -2px no-repeat;
}
a:hover.buttonFilter span{
	padding: 0 35px 0 10px;
	background: url(img.navigation/button.delete.hover.png) right -2px no-repeat;
}
/************* END *************/

/************* Directory Navigator - Next and Previous *************/
.dirNavPanel p{
	background: url(img.interface/background.h3.png) 0 1px repeat-x;
}
.dirNavPanel a.next{
	background: url(img.interface/background.h3.png) 0 1px repeat-x;
	position: relative;
	font-size: 1.3em;
	line-height: 1.2em;
	display: block;
	color: #333;
	width: 158px;
	height: 56px;
	text-decoration: none;
	padding: 2px 30px 0 10px;
	}
.dirNavPanel a:hover{
	color: #003479;
}
.dirNavPanel .dirNavNext {
	position: absolute;
	top:1px;
	right: 0px;
}
.dirNavPanel a.prev{
	background: url(img.interface/background.h3.png) 0 1px repeat-x;
	position: relative;
	font-size: 1.3em;
	line-height: 1.2em;
	display: block;
	color: #333;
	width: 158px;
	height: 56px;
	text-decoration: none;
	padding: 2px 0px 0 40px;	
	}
.dirNavPanel a:hover{
	color: #003479;
}
.dirNavPanel .dirNavPrev {
	position: absolute;
	top:1px;
	left: 0px;
}
.dirNavPanel a.next:hover .dirNavNext {
	position: absolute;
	top:1px;
	right: 1px;	
	background: #0045a5;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.dirNavPanel a.prev:hover .dirNavPrev {
	position: absolute;
	top:1px;
	left: 1px;	
	background: #0045a5;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/************* END *************/
/************* Left & Right Collumn Div *************/
.innerPanelFW{
	width: 984px;
	height: 65px;
	/* corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.panel{
	float: left;
	width: 100%;
	background: #FDFDFD;
	margin-bottom:15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;

}
.innerPanel {
	background: #FDFDFD;
	border-right: 1px solid #ccc !important;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#ctl00_CenterContent_SubjectsPanel_ctl00_LeftHomePanel .innerPanel{
	float: left;
}
.outerPanel{
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	-webkit-box-shadow: 0px 2px 3px 0px #ccc;
	-moz-box-shadow: 0px 2px 3px 0px #ccc;
	box-shadow: 0px 2px 3px 0px #ccc;
}
.panel h2{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.panel h3{
	font-size: 1.6em;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #e1e1e1;
	padding: 6px 0 5px 10px;
}
.panel ul {
	padding: 10px 0 10px 10px !important;
}
.panel .Bottom{
	height: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.panel .factsheets li {
	padding: 0 0 4px 10px;
}
.panel .serviceDefinitions li {
	padding: 0 0 4px 14px;
}
.panel li a{
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: none;
	color: #333333;
}
.panel li a:hover{
	text-decoration: underline;
}
/************* END *************/
/************* Left Subjects, A-Z Collumn Div *************/
.BrowsePanel{
background: #FDFDFD;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 0px solid #ccc;
	
}
.BrowsePanel p{
	position: relative;
	font-size: 1.4em;
	background: #F0F0F0;
	padding: 5px 0 8px 10px;
	border-bottom:1px solid #ccc;
	border-top: 1px solid #fff;
}
.BrowsePanel .link_list{
	margin: 0px 0 0 0;
	padding-bottom: 6px;
}
.BrowsePanel .link_items{
	padding: 6px 2px 0 0px;
	background: #fff;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}
.BrowsePanel .link_items a{
}
.subjects .BrowsePanel .category_header{
	font-size: 1.4em;
	padding: 5px 0 8px 10px;
	margin: 0 0 0px 0;
	background: #FFF7D5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #FFDC4F;
}
.subjects .BrowsePanel .category_header_selected{
	font-size: 1.4em;
	padding: 4px 0 6px 10px;
	background: #FFE67D;
	border-top: 1px solid #FFE67D;
	border-bottom: 1px solid #ccc;
}
.subjects .BrowsePanel .category_header:hover{
	background: #FFE67D;
	border-top: 1px solid #FFE67D;
	cursor: pointer;
}

.subjects .BrowsePanel .link_items{
	background: #FFFDF4;
}
.subjects .BrowsePanel, .subjects .Bottom{
	background: #FFFDF4;
}



.organisations .BrowsePanel .category_header, .factsheets .BrowsePanel .category_header  {
	font-size: 1.4em;
	padding: 5px 0 8px 10px;
	margin: 0 0 0px 0;
	background: #EAF3FF;
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #CCE0FF !important;
}
.organisations .BrowsePanel .category_header_selected, .factsheets .BrowsePanel .category_header_selected {
	font-size: 1.4em;
	padding: 4px 0 6px 10px;
	background: #DDEBFF;
	border-top: 1px solid #DDEBFF !important;
	border-bottom: 1px solid #CCE0FF;
}
.organisations .BrowsePanel .category_header:hover, .factsheets .BrowsePanel .category_header:hover  {
	font-size: 1.4em;
	padding: 5px 0 8px 10px;
	margin: 0 0 0px 0;
	background: #DDEBFF;
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #CCE0FF !important;
	cursor: pointer;
}
.organisations .BrowsePanel .link_items, .factsheets .BrowsePanel .link_items {
	background: #F9FCFF;
}
.organisations .BrowsePanel, .factsheets .BrowsePanel, .organisations .Bottom, .factsheets .Bottom{
	background: #EAF3FF;
}
.factsheets .BrowsePanel .link_items {
	background: #F9FCFF;
}
.factsheets .BrowsePanel, .factsheets .Bottom{
	background: #F9FCFF;
}

.subjects .SimpleList{
	padding: 6px 5px 0 0;
	background: #FFFDF4;
}
/*.factsheets .BrowsePanel .category_header {
	font-size: 1.4em;
	padding: 5px 0 8px 10px;
	margin: 0 0 0px 0;
	background: #F2F2F2;
	border-top: 1px solid #fff!important;
	border-bottom: 1px solid #ccc!important;
}
.factsheets .BrowsePanel .category_header_selected {
	font-size: 1.4em;
	padding: 4px 0 6px 10px;
	background: #D2D2D2;
	border-top: 1px solid #D2D2D2 !important;
	border-bottom: 1px solid #D2D2D2;
}
.factsheets .BrowsePanel .category_header:hover {
	font-size: 1.4em;
	padding: 5px 0 8px 10px;
	margin: 0 0 0px 0;
	background: #D2D2D2;
	border-top: 1px solid #ccc!important;
	border-bottom: 1px solid #ccc!important;
	cursor: pointer;
}*/


.item{
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	background: url(img.interface/listing.background.grey.png) 0 1px repeat-x;
}
.item p{
	float: left;
	font-size: 1em;
	margin: 0px 0 0px 0 !important;
	padding: 10px 10px 6px 10px;
}

.item h2{
font-size:1.4em;
line-height:1.2em;
font-weight: normal;
color:#333;
border-bottom:none;
padding:10px 0 0px 10px !important;
margin: 0;
}

.item a{
	float: right;
	font-size: 1.1em;
	margin: 0 10px 10px 0;
}











.BrowsePanel a{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;
	text-decoration: none;
	padding: 0px 0 4px 10px;
	display: block;
}
.BrowsePanel a:hover{
	text-decoration: underline;
}
/************* END *************/

/************* HOME SUBJECTS *************/
#HomeSubjectsList{
	float: left;
	padding:5px;
}
#HomeSubjectsList p{
	padding: 0 0px 0px 0;
}
#HomeSubjectsList a{
	text-decoration: none;
	color: #333;
	font-size: 1.3em;
	line-height: 1.1em;
	display: block;
	padding:  1px 5px 2px 5px;
	border: 1px solid transparent;
}
#HomeSubjectsList a:hover{
	background: #fff7d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffe67d
}
/************* END *************/

/************* JM ADDEDD  *************/
.PopupMenu {background-color:#00347a}
.ValidationError {color:red}
/* result listings */
.ListingTable {background:url(img.interface/listing.background.grey.png) 0 1px repeat-x}	
.ListingTable h2{
font-size:1.4em;
line-height:1.2em;
font-weight: normal;
color:#333;
border-bottom:none;
padding:0 0 10px 0 !important;
background:none;}
.ListingRightCell li.addFavourite {background:url(img.interface/sprite.png) -400px 0 no-repeat;	width:16px; height:18px; cursor:pointer; margin-left:2px}
.ListingRightCell li.addFavourite:hover{background:url(img.interface/sprite.png) -600px 0 no-repeat}
.ListingRightCell li.linkResult {background:url(img.interface/sprite.png) -1200px 0 no-repeat; width:20px; height:11px; cursor:pointer}
.ListingRightCell li.linkResult:hover{background:url(img.interface/sprite.png) -1400px 0 no-repeat}
/* modal popups */
.modalPopop{
	color: #fff;
	background: url(img.interface/link.div.background.gif);
	/*border radius*/
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*dropshadow*/
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
	border: 1px solid #ccc;
    }
.modalPopop .close{
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
	background: url(img.navigation/close.div.normal.png) 0 0 no-repeat;
}
.close:hover{
	background: url(img.navigation/close.div.hover.png) 0 0 no-repeat;
}
.SendToFriend{
	background: url(img.interface/sprite.png) -3000px 4px no-repeat;
	width:150px;
}
.ReportIssue{
	background: url(img.interface/sprite.png) -3200px 2px no-repeat;
	width:150px;
}
.modalPopop .submit{
	float: right;
	margin: 5px 0 0 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom:1px solid #494949;
	border-right: 1px solid #494949;
	cursor: pointer;
	width:86px;
	height: 24px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(img.navigation/navPanel.submit.button.png) 0 0 repeat-x;
}
.modalPopop .submit:hover{
	background: url(img.navigation/navPanel.submit.button.png) 0 -22px repeat-x;
}
/* accordians */
.Accordian {background:url(img.interface/background.h3.png) 0 1px repeat-x}
.AccordianHead {}
.AccordianHead img {background:url(img.interface/sprite.png) 0px 0px no-repeat;}
.AccordianHeadSelected img, .AccordianHeadSelectedClickable img {background:url(img.interface/sprite.png) -200px 0px no-repeat}
.RemoveFavourite {background-position:-1000px 0 !important}
.category_header .expander, .category_header_selected .expander {float:right}
.category_header .expander a, .category_header_selected .expander a {background:url(img.interface/sprite.png) -2525px 1px no-repeat; width:70px; text-align:right; padding:0 20px 0 0; font-size:0.8em}
.category_header .expander a.collapse, .category_header_selected .expander a.collapse {background:url(img.interface/sprite.png) -2525px 1px no-repeat}

/************* END *************/