@import "/CMSTemplates/HIFRS/css/reset.css";
@import "/CMSTemplates/HIFRS/css/typography.css";
@import "/CMSTemplates/HIFRS/css/layout.css";
/*
WEBSITE COLOURS
BG Grey: #f2f2f2
Dark Grey: #b4b4b4
Red: #cd3333
Blue: #17689A
Dark Blue: #1A5980
*/
/*
DEFAULT WEBSITE STYLING

* {
zoom: 1.0;
}
*/
body {
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #f2f2f2;
	font-size: 0.8em;
	color: #3a3838;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}
input {
	border: 1px solid #ffffff;
	height: 20px;
}
/*
MAIN ELEMENTS
*/
#wrapper {
	width: 960px;
	height: auto;
	margin: 0px auto;
}
.clearfix {
	float: none;
	clear: both;
}
/*
HEADER
*/
#header {
	height: auto;
	margin-bottom: 0.3em;
}
#logoTop {
	float: left;
}
#masthead {
	float: right;
}
#logoBottom {
	float: left;
}
#tranSize {
	float: right;
	/*width: 424px;*/
	height: 39px;
	/*padding-top: 34px;*/
}
#textSize {
	float: left;
	/*width: 124px;*/
	height: 39px;
	background-color: #ffffff;
	margin-right:3px;
}
#textSize p {
	padding: 8px 0 0 8px;
	font-size: 0.9em !important;
	font-weight: bold;
}
#textSize a {
	text-decoration: none;
	color: #000000;
}
#textSize a:hover {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.smallA {
	font-size: 1.1em;
	font-weight: bold;
}
.midA {
	font-size: 1.4em;
	font-weight: bold;
}
.bigA {
	font-size: 1.7em;
	font-weight: bold;
}
#translate {
	position: relative;
	float: right;
	width: 297px;
	height: 39px;
	background-image: url('/images/translate.aspx');
}
#translate #dropdown {
	right: 6px;
	top: 7px;
}
#translate #dropdown #option{
	padding: 2px;
	width: 115px;
}
/*
WELCOME and BREADCRUMBS AREA
*/
#welcome {
	position: relative;
	height: 42px;
	width: 960px;
	margin-bottom: 0.3em;
	background-color: #cd3333;
}
#welcome h2 {
	color: #ffffff;
	padding: 8px 0 0 18px;
	font-size: 1.8em;
	font-weight: normal;
}
#welcome #search {
	position: absolute;
	right: 20px;
	top: 10px;
	border: 1px solid #000000;	
	height: 21px;
	width: auto;
}
#welcome #search #searchBox{
	float: left;
	height: 18px;
}
#welcome #search #searchButton{
	float: right;
	border: none;
	padding: 0px;
	margin: 0px;
}
#breadcrumbs {
	position: relative;
	height: 39px;
	width: 851px;
	margin-bottom: 0.3em;
	margin-right: 12px;
	background-color: #ffffff;
	float: right;
}
#location {
	background-image: url('/images/bcrumbLeft.aspx');
	width: 97px;
	height: 39px;
	float: left;
	margin-bottom: 0.3em;
}
#bcrumbText {
	padding: 12px 0 0 10px;
}
#breadcrumbs #search {
	position: absolute;
	right: 10px;
	top: 9px;
	border: 1px solid #000000;	
	height: 20px;
	width: auto;
}
#breadcrumbs #search #searchBox{
	float: left;
	height: 18px;
	padding:0px; /*AR 12/03/2009 Temp Fix*/
}
#breadcrumbs #search #searchButton{
	float: right;
	border: none;
	padding: 0px;
	margin: 0px;
}
#bcrumbRight {
	position: absolute;
	right: -12px;
	top: -0px;
}
/*
FRONT PAGE MAIN CONTENT AREA
*/
#mainContents {
	height: auto;
	margin-bottom: 0.3em;
}
#navigation {
	width: 248px;
	min-height: 238px;
	float: left;
	margin-right: 5px;
}

#navMain {
	position: relative;
	width: 237px;
	min-height: 234px;
	background-color: #ffffff;
	border: 2px solid #cd3333;
	padding-left:5px;
}
#navMain ul{
	width: 235px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	list-style:none; /* Temp Fix AR 12/03/2009 */
}
#navMain li{
	display: block;
	width: 228px;
}
#navMain li a {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 1.5em;
	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	overflow:hidden;
}
#navMain li a:hover {
	color: #cd3333;
}
#imageAndIncidents {
	float: right;
	height: auto;
	width: 707px;
}
#dynamicImage {
	position: relative;
	width: 328px;
	height: 238px;
	float: left;
	margin-right: 5px;
}
#topLeftCorner {
	position: absolute;
	top: 0px;
	left: -1px;
}
#bottomLeftCorner {
	position: absolute;
	bottom: 0px;
	left: -1px;
}
#incidents {
	position: relative;
	width: 374px;
	min-height: 238px;
	float: left;
}
#incidentsTop {
	position: relative;
	width: 374px;
	height: 43px;
	background-color: #cd3333;
}
#incidentsTop h2 {
	font-size: 1.8em;
	color: #ffffff;
	padding: 10px 0 0 10px;
	font-weight: normal;
}
#incidentsMain {
	position: relative;
	width: 370px;
	min-height: 191px;
	background-color: #ffffff;
	border-top: 2px solid #cd3333;
	border-left: 2px solid #cd3333;
	border-right: 2px solid #cd3333;
	border-bottom: 2px solid #cd3333;
}
#incidentsMain p {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	line-height: 1.6em;
}
#incidents .more {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#incidents .more a{
	font-weight: bold;
	color: #000000;
}
/*
INNER PAGE MAIN CONTENT AREA
*/
#innerNav {
	width: 176px;
	height: 287px;
	float: left;
	margin-right: 5px;
}
#innerNavTop {
	width: 176px;
	height: 38px;
	background-color: #cd3333;
}
#innerNavMain {
	width: 162px;
	height: 235px;
	border-left: 2px solid #cd3333;
	border-right: 2px solid #cd3333;
	border-bottom: 2px solid #cd3333;
	background-color: #ffffff;
	padding: 5px;
}
#innerNavTop h2 {
	color: #ffffff;
	font-size: 1em;
	padding: 5px 0 0 10px;
}
#innerNavMain li{ /* Temp Fix AR 12/03/2009 */
	margin:0px;
}
#innerNavMain ul{ /* Temp Fix AR 12/03/2009 */
	list-style:none;
	padding:0px;
	margin:0px;
}
#innerNavMain ul a{
	font-weight: bold;
	color: #000000;
	font-size: 1.0em;
	line-height: 1.4em;
}
#innerNavMain ul li.current a{
	font-weight: bold;
	color: #cd3333;
}
#textAndImage {
	float: right;
	width: 779px;
	height: auto;
}
#innerMainText {
	position: relative;
	border: 2px solid #cd3333;
	background-color: #ffffff;
	padding: 5px;
	float: left;
	width: 537px;
	min-height: 271px;
}
#innerMainTL {
	position: absolute;
	left: -3px;
	top: -3px;
}
#innerMainBL {
	position: absolute;
	left: -3px;
	bottom: -3px;
}
#innerSideImage {
	float: right;
	position: relative;
	
}
#topRightCorner {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}
#innerDynamicImage {
	
}
#bottomRightCorner {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}
/*
STATION MAIN NAVIGATION AND GALLERY AREA
*/
#station {
	float: left;
	width: 316px;
}
#stationTop {
	position: relative;
	background-color: #cd3333;
	height: 35px;
	width: 316px;
}
#stationTop h2 {
	color: #ffffff;
	font-size: 1.5em;
	padding: 8px 0 0 10px;
}
#stationMain {
	position: relative;
	border-left: 2px solid #cd3333;
	border-right: 2px solid #cd3333;
	border-bottom: 2px solid #cd3333;
	background-color: #ffffff;
	margin-bottom: 5px;
	min-height: 203px;
}
#stationMain p {
	padding: 5px;
	line-height: 1.6em;
}
#googleMap {
	position: absolute;
	bottom: 10px;
	right: 10px;
}		
#lastUpdate {
	position: relative;
	float: left;
	background-color: #b4b4b4;
	width: 316px;
	height: 44px;
}
#lastUpdate p {
	padding: 12px 0 0 15px;
	font-size: 1.2em;
	color: #ffffff;
}		
#gallery {
	float: right;
	position: relative;
	width: 635px;
	height: 284px;
	border: 2px solid #cd3333;
	background-color: #ffffff;
}
#galleryScript {
	/*Remove these attributes as and when needed*/
	position: absolute;
	border: 1px solid red;
	width: 100px;
	height: 100px;
	top: 35%;
	bottom: 65%;
	left: 40%;
	right: 60%;
}
/*
INCIDENTS PAGE AREA
*/
#incidentsPage {
	width: 960px;
	min-height:150px;
}
#incidentsHeader {
	position: relative;
	height: 30px;
	width: 960px;
	background-color: #cd3333;
}
div#incidentTable {  
 color: #ffffff;
 padding-top: 5px;
 padding-left: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 0.9em; 
 text-align: left; 
}
div#incidentTable #whichStation {
	width: 50px;
}
incidentsList {
	padding: 0 10px 0 10px;
}
#incidentsOptions #incidentsList #incidentsButton {
	padding: 0px;
	margin: 0px;
	border: none;
}
#table {
	width: 100%;
	margin: 0 auto;
}
#table th, #table td {
	padding: 5px;
}
#table .header {
	background-color: #b4b4b4;
	color: #ffffff;
	height: 30px;
}
#table .row {
	background-color: #1A5980;
	color: #ffffff;
	height: 50px;
	border-bottom: 2px solid #17689A;
}
#table .row:hover {
	background-color: #FFFACD;
	color: #000000;
}
/*
INFORMATION CONTENT AREA
*/
#infoArea {
	height: auto;
	margin-bottom: 0.2em;
}
#infoMain {
	position: relative;
	border: 2px solid #cd3333;
	background-color: #ffffff;
	margin: 0px;
	line-height: 1.4em;
	min-height: 35px;
	padding: 10px 1em 1em 1em;
}
#infoMain h2 {
	margin-top: 0px;
	font-size: 1.2em;
}
#infoAreaIFrame {
	height: auto;
	margin-bottom: 0.2em;
}
#infoMainIFrame {
	position: relative;
	border: 2px solid #cd3333;
	background-color: #ffffff;
	margin:0;
	line-height: 1.4em;
	min-height: 41px;
}
#infoMainIFrame iframe{	
	width:956px;
	height:40px;
}
/*
FOOTER SECTION
*/
#footer {
	height: auto;
	margin-bottom: 0.5em;
}
#footerMain {
	background-color: #cd3333;
	height: 25px;
	width: 960px;
}
#footerMiddle{
	float: left;
	margin: 0.35em 0 0 0;
	color: #ffffff;
	font-size: 1.3em;
	width:590px;
	text-align:center;
}
#footerLeft {
	float: left;
	margin: 0.55em 0 0 10px;
	color: #ffffff;
	font-size: 1em;
}
#footerRight {
	float: right;
	margin: 0.55em 10px 0 0;
	color: #ffffff;
	font-size: 1em;
}
#footerRight ul {
	margin: 0px;
	padding: 0px;
}
#footerRight ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footerRight a {
	color: #ffffff;
}
#footerBottom {
	background-color: #cd3333;
	width:960px;
	height: 8px;
}
/*
ALL CORNERS
*/
/*RED CORNERS*/
.tlCornerRed {
	position: absolute;
	top: 0px;
	left: 0px;
}
.trCornerRed {
	position: absolute;
	top: 0px;
	right: 0px;
}
.blCornerRed {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.brCornerRed {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/*WHITE CORNERS*/
.tlCornerWhite{
	position: absolute;
	top: 0px;
	left: 0px;
}
.trCornerWhite{
	position: absolute;
	top: 0px;
	right: 0px;
}
.blCornerWhite{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.brCornerWhite{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/* GREY CORNERS */
.tlCornerGrey{
	position: absolute;
	top: 0px;
	left: 0px;
}
.trCornerGrey{
	position: absolute;
	top: 0px;
	right: 0px;
}
.blCornerGrey{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.brCornerGrey{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/*BORDER CORNERS*/
.tlCornerBdr{
	position: absolute;
	top: -3px;
	left: -3px;
}
.trCornerBdr{
	position: absolute;
	top: -3px;
	right: -3px;
}
.blCornerBdr{
	position: absolute;
	bottom: -3px;
	left: -3px;
}
.brCornerBdr{
	position: absolute;
	bottom: -3px;
	right: -3px;
}
/* Kentico Inside Page Left Menu */
.InsideLeftMenuCMSListMenuUL{
	list-style-type:none;
	padding-left:0px;
}
.InsideLeftMenuCMSListMenuLI{
	background-image:url(/images/goBullet.aspx);
	background-repeat:no-repeat;
	background-position:left 55%;
	/*text-indent:12px;*/
	padding-left:17px;
	padding-top:6px;
}
.InsideLeftMenuCMSListMenuHighlightedLI{
	background-image:url(/images/stopBullet.aspx);
	background-repeat:no-repeat;
	background-position:left 55%;
	/*text-indent:12px;*/
	padding-left:17px;
	padding-top:6px;
}
.InsideLeftMenuCMSListMenuLinkHighlighted{
	font-weight: bold;
	color: #cd3333;
	font-size: 1.0em;
	line-height: 1.4em;
}
/* Kentico Home Page Left Menu */
.HomeLeftMenuCMSListMenuLI{
	background-image:url(/images/goBullet.aspx);
	background-repeat:no-repeat;
	background-position:left 55%;
	/*text-indent:9px;*/
	padding-left:9px;
	padding-top:6px;	
}
/* Incidents Table */
#ctl00_ContentPlaceHolderIncidentTable_gridViewIncidents{	
}
#ctl00_ContentPlaceHolderIncidentTable_gridViewIncidents td{
	padding-left:3px;
}
#ctl00_ContentPlaceHolderIncidentTable_gridViewIncidents .header{
	background-color: #b4b4b4;
	color: #ffffff;
	height: 30px;
}
#ctl00_ContentPlaceHolderIncidentTable_gridViewIncidents .header a{
	color: #ffffff;
}
#ctl00_ContentPlaceHolderIncidentTable_gridViewIncidents .row{
	background-color: #1A5980;
	color: #ffffff;
	/*height: 50px;*/
	border-bottom: 2px solid #17689A;
	padding-left:3px;
}
#ctl00_ContentPlaceHolderIncidentTable_gridViewIncidents .row:hover{
	background-color: #FFFACD;
	color: #000000;
}
.incidentsTable{
}

.incidentsTable td{
	padding-left:3px;
}
.incidentsTable .header{
	background-color: #b4b4b4;
	color: #ffffff;
	height: 30px;
}
.incidentsTable .header a{
	color: #ffffff;
}
.incidentsTable .row{
	background-color: #1A5980;
	color: #ffffff;
	height: 50px;
	border-bottom: 2px solid #17689A;
	padding-left:3px;
}
.incidentsTable .row:hover{
	background-color: #FFFACD;
	color: #000000;
}
/* End */
.GridView .header{
	background-color: #b4b4b4;
	color: #ffffff;
	height: 30px;
}

.GridView .header th{
	text-align:left;
}
.GridView .header a{
	color: #ffffff;
}
.GridView .row{
	background-color: #1A5980;
	color: #ffffff;
	border-bottom: 2px solid #17689A;
}
.GridView .row:hover{
	background-color: #FFFACD;
	color: #000000;
}
/*  Event Gallery New Start */
#galleryDiv{
	margin-left:4px;
	width:627px;
	height:283px;
}
#galleryWrapper{
	float:left;
	overflow:hidden;
	padding:4px 2px;
	position:relative;
	width:200px;
}
#galleryTable{
}
#galleryItems{
	letter-spacing:0;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	width:50000px;
	height:273px;
}
#galleryItems li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:2px;
	margin-left:0px;
}
#galleryItems .thumb{
	cursor:pointer;
	height:50px;
	margin:0;
	padding:0;
	width:5px;
}
#galleryItems .large{
	display:none;
	position:absolute;
}
#galleryFullImage{
	width:700px;
	min-height:280px;
	vertical-align:middle;
	text-align: center;	
}
#galleryFullImage .loading{
	height:24px;
	width:24px;
}
#galleryFullImage .thumb{
	display:none;
}
#galleryItems .galleryitem p, #galleryItems .galleryitem span{
	display:none;
	text-indent:-2000em;
}
#galleryMoveleft, #galleryMoveright{
	color:white;
	cursor:pointer;
	display:block;
	float:left;
	height:58px;
	margin:0;
	text-decoration:none;
	text-indent:-2000em;
	width:16px;
	z-index:1000;
}
#galleryMoveleft{
	background:transparent url(images/left.gif) repeat scroll 0 0;
}

#galleryMoveright{
	background:transparent url(images/right.gif) repeat scroll 0 0;
}
#galleryMoveleft:hover, #galleryMoveright:hover {
	background-position:center bottom;
}
/*  Event Gallery New End */
/* Mods to Station Page */
#infoTabs{
	padding-left:0px;
	margin-left:0px;
}
#infoTabOne, #infoTabTwo, #infoTabThree, #infoTabFour{
	display: inline-block;
	color: #ffffff;
	padding: 7px 0 0 5px;
	width: 101px;
	height: 21px;
	cursor: pointer;
}
#infoTabOne{
	background-image: url(/images/redTab.aspx);
}
#infoTabTwo, #infoTabThree, #infoTabFour{
	background-image: url(/images/greyTab.aspx);	
	margin-left:-3px;
}
.hidden{
	display: none;
}
/* Mods to Inside Page */
#textPush{
	float: right;
	width: 215px;
	height: 293px;
	margin: -10px -8px 0px 0px;
	padding: 0px 0px 3px 14px;
}
#navTableTop{
	width: 166px;
	height: 38px;
	background-color: #cd3333;
}
#navTableTop h2{
	color: #ffffff;
	font-size: 1.4em;
	padding: 5px 0 0 10px;
}
#navTableLeft ul a{
	/*padding-left: 5px;*/
	font-weight: bold;
	color: #000000;
	font-size: 1.0em;
	line-height: 1.4em;
	width:166px;
}
#navTableLeft ul li.current a{
	font-weight: bold;
	color: #cd3333;
}
#innerTable{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: separate;
}
#navTableLeft{
	border: solid #cd3333;
	border-width: 2px;
	padding: 5px 5px 5px 5px;
	margin: -3px;
	background-color: #ffffff;
}
#innerTableRight{
/*	border: 2px solid #cd3333; */
	padding-left: 5px;
	padding-right: 5px;
	padding-top:3px;
	background-color: #ffffff;
}
#innerTableRightImage{
	position: absolute;
	background-color: #f2f2f2;
	margin: 0px 0px 0px 5px;
	right: 0px;
	top: 0px;
	z-index: 0;
}
/* GREY CORNERS */
.tlCornerGrey{
	position: absolute;
	top: 0px;
	left: 0px;
}
.trCornerGrey{
	position: absolute;
	top: 0px;
	right: 0px;
}
.blCornerGrey{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.brCornerGrey{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/*BORDER CORNERS*/
.tlCornerBdr{
	position: absolute;
	top: -3px;
	left: -3px;
}
.trCornerBdr{
	position: absolute;
	top: -3px;
	right: -3px;
}
.blCornerBdr{
	position: absolute;
	bottom: -3px;
	left: -3px;
}
.brCornerBdr{
	position: absolute;
	bottom: -3px;
	right: -3px;
}
/*BORDER CORNERS FOR TABLE*/
.tlCornerBdrTable{
	position: absolute;
	top: 0px;
	left: 0px;
}
.trCornerBdrTable{
	position: absolute;
	top: 0px;
	right: 0px;
}
.blCornerBdrTable{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.brCornerBdrTable{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.topCornerRight{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}
/*BORDER CORNERS*/
.tlCornerBdr{
	position: absolute;
	top: -3px;
	left: -3px;
}
.trCornerBdr{
	position: absolute;
	top: -3px;
	right: -3px;
}
.blCornerBdr{
	position: absolute;
	bottom: -2px;
	left: -2px;
}
.brCornerBdr{
	position: absolute;
	bottom: -2px;
	right: -2px;
}
/* News Page */
#newsPageHeader{
	font-weight:bold;
	font-size:1.5em;		
	color:#CD3333;
}
/* News table */
#newsSummaryHeader{
	font-weight:bold;
}
#newsHeaderStation{
	font-weight:bold;
	font-size:1.5em;	
	background-color: #cd3333;
}
#newsDate{
	font-weight:bold;
}
#newsSummary{
	font-weight:bold;
}
#cmsLeftMenu{
	width:166px;
}
#newsMore{
	text-align:right;
	font-weight:bold;
}
#newsMore a:visited,a:link{
	color:#000000;
}
#newsHeader{
	position: relative;
	height: 30px;
	width: 960px;
	color: #cd3333;
}
#newsHeader{
	position: relative;
	height: 30px;
	width: 960px;
	color: #cd3333;
	font-size:1.5em;
}
#google-infowindow{
	position:static;
}
/* Blog */
.BlogPTitle{
	color:#000000;
	font-size:1em;
	font-weight:bold;
}
.BlogPTitle a:visited,a:link{
	color:#000000;
}
#lang_select{
	position:absolute;
	right: 5px;
	top: 6px;
}
/* Home Page Info Bottom */
#homePageNews{
	width:219px
}
#homePageIFrame{
	width:695px
}
#innerTableRight input{
	border:1px solid #969696;
	height:auto;
}
.searchBox{
	float: left;
	height: 16px;
}
.innerTableRightTitle{
	color:#CD3333;
	font-size:1.5em;
}
/* SiteMap */
.CMSSiteMapLink{
	color:#000000;
}
/* Top Date */
#todayDate{
	float: right;
	width: 424px;
	text-align:right;
	padding-top:18px;
	padding-right:5px;
}
.incidentTable td{
	font-size: 1.0em;
}
.incidentTable a:visited{
	color:#000000
}
.hpNewsSummaryHeader{
	font-weight:bold;
}
.hpNewsMore{
	font-weight:bold;
	color:#000000;
}
.hpNewsMore a:visited{
	color:#000000;
}
.hpNewsSummary{
	font-size: 1.0em;
}
#innerTableRight a:link{
	color:Blue;	
}
#innerTableRight a:visited{
	color:Purple;	
}
#rssnews{
	float: right; 
	margin-top: 5px; 
	margin-right: 5px;
}
.pager span{
	font-weight:bold;
}
#rsshomeincident{
	float: right; 
	margin-top: 7px; 
	margin-right: 15px;
}
#rssincident{
	float: right; 
	margin-right: 15px;
}
#rssrecruitment{
	float: right; 
	margin-right: 15px;
	width:20px;
	height:20px;
	background-image:url('/images/rsslogo20.aspx');
	cursor: pointer;
}
.tip {
	color: yellow;
	width: 172px;
	z-index: 13000;
	margin-top:-20px;
	margin-left:25px;
	background-color:Green;
} 
.tip-title {
	font-weight: bold;
	margin: 0;
	padding: 8px 8px 4px;
} 
.tip-text {
	padding: 4px 8px 8px;
}

#AlchemyPlus 
{
	text-align: right;
	font-size:0.8em;
}
