/* Gateway Page Properties ---------------------------------------- content-gateway-properties.css */
/* ( properties of Gateway transition pages ) */

body {
background:#1E2328; /* pageBG - value 04 */
}
#frame-pageHead, #frame-pageBody, #frame-pageFoot {border:0;}


/* BG Image - Combine Elements that Share Image ---------- */
#frame-pageBody,
a#button-gatewayProceed {
background:url(http://onlinetv.planetfools.com/planetfools.png) no-repeat 0 0;
}

/* Layout - Base Structure ---------- ---------- layout-base-structure.css */
/* frames in hierarchical stacking order: */
#frame-pageHead {z-index:1}
#frame-pageBody {z-index:2}
#frame-pageFoot {z-index:3}

/* Base Frames - Head, Body & Foot ---------- */
#frame-pageFoot p {width:auto; position:static; border:0; text-align:center; padding-top:2em;} /* override default */

/* ----- Default - Free Configuration */
#frame-pageHead,
#frame-pageFoot {display:none}

/* ----- Standard Ad Configuration */
/* Page Skinning - sits as absolute background */
.ad #frame-pageHead {
display:block;
width:100%; height:800px;
position:absolute;
left:0; top:0;
background:0;
}

.banner-pageSkin-gateway {width:100%; height:700px;}


/* Gateway Info Frame ---------- */
/* ----- Default - Free Configuration */
#frame-pageBody {
width:300px; height:220px;
min-height:220px; /* override default */
top:40px; margin-bottom:40px;
background-position:-695px 20px;
}

/* ----- Standard Ad Configuration */
.ad #frame-pageBody {
width:640px; height:305px;
min-height:305px; /* override default */
top:65px; margin-bottom:65px;
background-position:0 20px;
}


/* ----- Data & Info */
p#connectSite,
p#connectDisclaimer {
width:300px;
position:center;
text-align:center;
height:90px;
}

p#connectSite {
 height:90px;
font-size:.85em;
color:#2DB44B; /* highlight - value 03 */
}
p#connectSite strong {

 height:90px;
display:block;
margin-top:.25em;
}

a.siteLogo {
width:135px; height:70px;
position:absolute;
left:82px; top:130px;
overflow:hidden;
background-position:center center;
}

p#connectDisclaimer {
 height:90px;
bottom:80px;
font-size:.70em;
color:#414B55; /* pathBG - value 04 */
}

#gateway-statusBar {
width:260px; height:23px;
position:absolute;
left:20px; bottom:50px;
}


/* ----- Full Page Ad Configuration */
.fpa #frame-pageBody {display:none;
width:995px; height:75px;
min-height:75px; /* override default */
top:10px; margin-bottom:10px;
background-position:0 -325px;
}


/* Navigation ---------- */
a#button-gatewayProceed,
a#button-gatewayExit {
display:block;
position:absolute;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
text-decoration:none;
color:#C8E1FA; /* link - value 01 */
}

a#button-gatewayProceed:hover,
a#button-gatewayExit:hover {
color:#fff;
}

a#button-gatewayProceed {
font-size:1em;
font-weight:bold;
visibility:hidden;
}

a#button-gatewayExit {
width:120px; height:75px;
left:90px; top:0;
font-size:.70em;
}

p#connectSite {top:90px;}


/* ----- Standard Configuration */
.ad a#button-gatewayProceed {
visibility:visible;
width:250px; height:33px;
padding-top:7px;
left:25px; bottom:0;
background-position:-25px -245px;
}
.ad a#button-gatewayProceed:hover {background-position:-25px -285px}

/* ----- Full Page Ad Configuration */
.fpa a#button-gatewayProceed {
visibility:visible;
width:200px; height:45px;
right:0; top:15px;
background-position:-795px -340px;
}
.fpa a#button-gatewayProceed:hover {background-position:-795px -400px}

.fpa a#button-gatewayExit {
width:100px; height:55px;
left:0; top:8px;
}

.fpa p#connectSite {
width:525px;
left:110px; top:25px;
text-align:left;
}
.fpa p#connectSite strong {display:inline; padding-left:5px;}
.fpa a.siteLogo {right:215px; top:10px;}


/* Gateway Ad Frame ---------- */
/* ----- Standard Configuration */
.ad #frame-pageFoot {
display:block;
width:640px; height:250px;
}

.banner-rectangleMedium {left:340px; top:-280px}

/* ----- Full Page Ad Configuration */
.fpa #frame-pageFoot {
display:block;
width:100%; height:800px;
background-image:url(http://img.ovimg.com/gui-gateway-fpa-BG.png);
}



