@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('fonts/CenturyGothic.woff') format('woff'),
         url('fonts/CenturyGothic.ttf') format('truetype'),
         url('fonts/CenturyGothic.svg#BarclaycardCoBdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic-BoldItalic.eot');
    src: url('fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/CenturyGothic-BoldItalic.woff') format('woff'),
         url('fonts/CenturyGothic-BoldItalic.ttf') format('truetype'),
         url('fonts/CenturyGothic-BoldItalic.svg#BarclaycardCoBdRegular') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic-Italic.eot');
    src: url('fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/CenturyGothic-Italic.woff') format('woff'),
         url('fonts/CenturyGothic-Italic.ttf') format('truetype'),
         url('fonts/CenturyGothic-Italic.svg#BarclaycardCoBdRegular') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic-Bold.eot');
    src: url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/CenturyGothic-Bold.woff') format('woff'),
         url('fonts/CenturyGothic-Bold.ttf') format('truetype'),
         url('fonts/CenturyGothic-Bold.svg#BarclaycardCoBdRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}


html
{
	background-color:	#ccc;
	height: 100%;
}

body
{
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	font-family:'CenturyGothic';
	font-size:15px;
	color:#fff;
	margin:0px;
	height: 100%;
	background-color:#ccc;
}


.blackberryC *
{
	font-family:Verdana;
}

body.tabletC,
body.smartphoneC
{
	text-align:left;
}

h1, h2, h3, h4
{
	font-size:14pt;
	margin:0px;
	padding:0px;
}

.smartphoneC h1,
.smartphoneC h2,
.smartphoneC h3,
.smartphoneC h4
{
	font-size:12pt;
}
/*
img {
	max-width: 100%;
}
*/
a img
{
	border-width:0px;
}

.hiddenElementC
{
	display:none;
	visibility:hidden;
}

/* Hides the selection/focus border */
.graphicalC a
{
  outline: none;
}


#initialLoadingL
{
	position:absolute;
	top:50%;
	height:60px;
	width:100%;
	margin-top:-30px;
	text-align:center;
	font-size: 10px;
	font-family : Arial;
}
/*
#initialLoadingL {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #FFF;
	background-image: url('../resources/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 10%;
	display: block;
}

	#initialLoadingL p
	{
		display: table;
		width: 100%;
		height: 90%;
	}

		#initialLoadingL p span
		{
			display: table-cell;
			text-align: center;
			vertical-align: bottom;
		}
*/
#remoteServerIconL
{
	position: absolute;
	top:0px;
	left:0px;
	width:32px;
	height:32px;
	background-image:url(../resources/satellite_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:help;
	z-index:1000;
}

.smartphoneC #remoteServerIconL
{
	left:auto;
	right:0px;
}

.blackberryC .smartphoneC #remoteServerIconL
{
	left:auto;
	right:40px;
}

#pageWrapperL
{
	position:relative;
	top:0px;
	left:0px;
	width:995px;
	margin:auto;
	text-align:left;
	background-color: #fff;
}

#browserResizedMessageL
{
	margin-top:50px;
	padding:20px;
	text-align:center;
	display:none;
	color:black;
}

/*
.tabletC #pageWrapperL
{
	position:absolute;
	left:0px;
	top:0px;
}
*/
#topStrapL
{
	position:absolute;
	left:0px;
	top:0px;
	margin:auto;
	width:100%;
	height:1px;
	z-index:10;
}

.visibleButtonC
{
	display: inline-block;
}

.hiddenButtonC
{
	display: none;
}

a.closeButtonC
{
	text-decoration:none;
}

.graphicalC a.buttonNormC,
.smartphoneC a.buttonNormC,
.tabletC a.buttonNormC
{
	position:relative;
	height:17px;
	padding:6px;
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:top;
}
/*
.graphicalC .buttonTextC,
.smartphoneC .buttonTextC,
.tabletC .buttonTextC
{
	position:relative;
	display:inline-block;
	width:0px;
	height:0px;
	overflow:hidden;
}
*/

/*
.smartphoneC .touchButtonL,
.tabletC .touchButtonL {
	position: fixed;
	width: 16px;
	z-index: 20;
	top: 0;
	bottom: 0;
}

	.smartphoneC .touchButtonL:hover,
	.smartphoneC .touchButtonL:focus,
	.tabletC .touchButtonL:hover,
	.tabletC .touchButtonL:focus {
		background-color: rgba(0, 0, 0, 0.25);
		cursor: pointer;
	}

#previousButtonTouch {
	left: 0;
}

#nextButtonTouch {
	right: 0;
}
*/

#reloadPageButtonHolderL
{
	position:absolute;
	top:2px;
	left:50%;
}

.graphicalC a.reloadPageButtonC,
.tabletC a.reloadPageButtonC,
a.reloadPageButtonC
{
	width:150px;
	height:17px;
	margin-left:-75px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:6px;
	text-decoration:none;
	color:red;
	background-color:white;
	border:1px solid black;
	/*
	background:rgb(0,100,0);
	background:rgba(0,100,0,0.20);
	-ms-filter:alpha(opacity=20);
	filter:alpha(opacity=20);
	*/
}
.graphicalC a.reloadPageButtonC:hover,
.tabletC a.reloadPageButtonC:hover,
a.reloadPageButtonC:hover
{
	background:rgb(0,100,0);
	background:rgba(0,100,0,0.60);
	-ms-filter:alpha(opacity=60);
	filter:alpha(opacity=60);
}

.graphicalC .reloadPageButtonC .buttonTextC,
.tabletC .reloadPageButtonC .buttonTextC
{
	position:relative;
	display:inline-block;
	width:auto;
	height:auto;
	overflow:visible;
}


/* ACCESSIBLE OVERRIDES */
.accessibleC .buttonTextC,
.smartphoneC .buttonTextC
{
	position:relative;
}

.accessibleC a.activeButtonC,
.accessibleC a.inactiveButtonC,
.smartphoneC a.activeButtonC,
.smartphoneC a.inactiveButtonC
{
	font-size:16px;
	color:black;
	text-decoration:none;
	/*display:inline-block;
	visibility:visible;*/
	margin-top:3px;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
}


.accessibleC a.buttonNormC,
.smartphoneC a.buttonNormC
{
	height:17px;
	padding:6px;
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:6px;
	text-decoration:none;
	color:white;
	background-color:black;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.20);
	-ms-filter:alpha(opacity=20);
	filter:alpha(opacity=20);
}

.accessibleC a.buttonNormC:hover
{
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.60);
	-ms-filter:alpha(opacity=60);
	filter:alpha(opacity=60);
}
.accessibleC a:active,
.accessibleC a:focus,
.accessibleC a.fixedFocus
{
	border:2px solid green;
}

.accessibleC a.contentButtonNormC
{
	height:17px;
	padding:6px;
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:6px;
	text-decoration:none;
	color:black;
	background-color:white;
	background-image:none;
}

.accessibleC a.hiddenButtonC
{
	display: none;
}

.accessibleC a.contentButtonNormC:hover
{
	background-color:black;
	color:white;
	background-image:none;
}

/* SMARTPHONE OVERRIDES */
body.smartphoneC
{
}
.smartphoneC #pageWrapperL
{
	/*position:absolute;*/
	left:0px;
	top:0px;
	margin:auto;
	width:320px;
	height:auto;
	text-align:left;
}
.blackberryC .smartphoneC #pageWrapperL
{
	background-repeat:repeat-y;
}



.smartphoneC .landscapeModeC #pageWrapperL,
.smartphoneC .portraitModeC #browserResizedMessageL
{
	display:none;
}

.smartphoneC .landscapeModeC #browserResizedMessageL,
.smartphoneC .portraitModeC #pageWrapperL
{
	display:block;
}


.tabletC .portraitModeC #pageWrapperL,
.tabletC .landscapeModeC #browserResizedMessageL
{
	display:none;
}

.tabletC .landscapeModeC #pageWrapperL,
.tabletC .portraitModeC #browserResizedMessageL
{
	display:block;
}

.smartphoneC a.buttonNormC
{
	padding:3px;
	height:15px;
}
.smartphoneC #reloadPageButtonHolderL
{
	position:absolute;
	top:0px;
	left:0px;
}
.smartphoneC a.reloadPageButtonC,
.smartphoneC a.reloadPageButtonC:hover
{
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:20px;
	padding:0px;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.60);
	-ms-filter:alpha(opacity=60);
	filter:alpha(opacity=60);
	background-image:url(../resources/sp_icon_reload.gif);
}
.smartphoneC .reloadPageButtonC .buttonTextC
{
	position:relative;
	display:inline-block;
	width:0px;
	height:0px;
	overflow:hidden;
}


/* preloading roll  over images */
.pre-img
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
	background: transparent none scroll no-repeat -9999px -9999px;
}

.clearC
{
	clear:both;
}

.stretchC
{
	width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}


