/* CSS Document */
.title {
	background-image: url(../images/Title.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.titleWelcome {
	background-image: url(../images/TitleWelcome.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.BackColour {
	background-color: #000000;
}
.TitleColour {
	background-color: #0A0A47;
}
.btnTile {
	background-image: url(../images/btnTile.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.titleImage {
	background-image: url(../images/TitleImage.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.TLs {
	background-image: url(../images/TLs.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.TCs {
	background-image: url(../images/TC.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.TRs {
	background-image: url(../images/TRs.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.BLs {
	background-image: url(../images/BLs.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.BRs {
	background-image: url(../images/BRs.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.TL {
	background-image: url(../images/TL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.TC {
	background-image: url(../images/TC.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.TR {
	background-image: url(../images/TR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.CL {
	background-image: url(../images/CL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.L {
	background-image: url(../images/L.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.R {
	background-image: url(../images/R.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.CR {
	background-image: url(../images/CR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.BL {
	background-image: url(../images/BL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.BC {
	background-image: url(../images/B.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.BR {
	background-image: url(../images/BR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.XsmallFont {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#CCCCCC;
}
.XsmallFontDark {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#000000;
}
.SmallFont {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size:13px;
	color:#E0E0E0;
}
.PageFont {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
    font-size:20px;
	color:#FFFF00;
}
.TitleFont {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size:14px;
	color:#FFFF00;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #000000;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #000000;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 1px;
    color:#000000;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #000000;
	border-bottom-width:thin;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}