@charset "UTF-8";

/*  this is the generic tv1920 template document 'standard' */

/* CSS Document */

/* default hide/reveal behaviour */

/*.visible { visibility:visible; }*/
/*.hidden { visibility:hidden; }*/


/* main elements */
body { width: 1920px; height:1080px; margin:0px;padding:0px }
#main { position:absolute; left:0px; top:0px; padding: 0px; width: 1920px; height:1080px; margin: 0px;   }

.container { position:absolute; }
.container { -webkit-transition-property: top, left, height, width, right, bottom, opacity; -webkit-transition-duration: 1s; }
.container { -moz-transition-property: top, left, height, width, right, bottom, opacity; -moz-transition-duration: 1s; }

.container.hidden {  opacity:0 ; visibility:hidden }
.container.visible {  opacity:1 ; visibility:visible }

.container_scrollBox { position:absolute; overflow:hidden; top:0px; left:0px; right:0px; bottom:0px; width: auto; height:auto; }

/* GLOBAL CONTAINERS */

#quarterFrame { top:0px; left:960px; width:960px; height:540px; }

#siteLogo {  top:0px; left:0px; }
#pageHeader {top:0px;  padding:0px; width: 1920px; height:50px ; vertical-align: text-top; text-align:center; z-index:2 }
#pageHeader { }
#navBar {  display:inline-block; background-color: #CCCCCC;left: 30px; top:80px;  padding:5px; width: 945px; height:33px ; vertical-align: text-top; z-index:2 }
#navTrail {   }
#navTrail {  }

#siteLogo , #pageHeader, #navBar , #navTrail {  }

/*
#pageSidebarL,#pageContent, #pageContent2, #pageSidebarR, #pageSidebarR2 {  -webkit-transition-property: top, left, height, width, right, bottom, opacity ;     -webkit-transition-duration: 1s; }

#pageSidebarL.hidden ,#pageContent.hidden, #pageContent2.hidden, #pageSidebarR.hidden, #pageSidebarR2.hidden
{ opacity:0 ; visibility:hidden }

#pageSidebarL.visible ,#pageContent.visible, #pageContent2.visible, #pageSidebarR.visible, #pageSidebarR2.visible
{ opacity:1 ; visibility:visible }
*/


/* FRONT PAGE CONTAINERS */


#frontPageMain {   margin: 0px; width: 1280px;padding:5px; height:533px ; top:120px ;  vertical-align: text-top; overflow: auto;}


/* PAGE CONTAINERS */

#pageSidebarL, #pageContent, #pageSidebarR {  }
#pageSidebarLContent, #pageContentContent, #pageSidebarRContent {  }
 #pageContentContent {width:737px ; }

#pageSidebarL {    }
#pageContent { top:32px; left:32px; width:800px; height:1000px;  }
#pageContent { top:32px; left:32px; width:800px; height:1000px;  }
#pageSidebarR {   }

/* GLOBAL CONTAINERS */

#pageFooter {  left:0px; top:400px; background-color: #CCCCCC; margin: 5px; padding: 5px; width: 965px; height:150px ;border: 1px solid #0000FF;}
#pageFooterMenu {  left:0px; top:auto;    bottom:0px;    width: 1890px; height:95px ;  z-index:2; text-align:right; background-color:#000000 ; padding-right:30px; }



/* CMS Styles */


/* SITE CONTAINER */

#main {   }




/* TV Remote controller  */

#remoteButtons { position:absolute; display:inline-block ;left:0px; top:1110px; margin: 0px; width: 1280px; height:79px ; vertical-align: text-top; background-color: #555555  }
.remoteButton  { display:inline-block; vertical-align: text-top ; width:80px}
.fastextButton { display:inline-block; vertical-align: text-top ; width:88px ; margin-left: 13px}
.remoteButton:hover { background-color: #777777 }
.remoteButton:active {  background-color: #999999  }




