﻿/* DEFAULTS
----------------------------------------------------------*/
@font-face
{
    font-family: TitilliumText22L5;
    src: url(../../Styles/css/Font/TitilliumText22L005.otf);
}

@font-face
{
    font-family: TitilliumText22L4;
    src: url(../../Styles/css/Font/TitilliumText22L004.otf);
}

@font-face
{
    font-family: TitilliumText22L3;
    src: url(../../Styles/css/Font/TitilliumText22L003.otf);
}


@font-face
{
    font-family: HelveCondense;
    src: url(../../Styles/css/Font/Helvetica-Condensed-Light.otf);
}


html, body
{
    background: #fff;
    margin: 0;
    padding: 0;
    color: #696969;
    height: 100%;
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-size: 12px;
    overflow:visible;
    width:100%;
}

a
{
    cursor: pointer;
    text-decoration: none;
    color: #2BA6CB;
}
a:hover
{
    text-decoration: underline;
    color: #F6892B;
}

ul
{
    list-style: none;
    padding: 0;
}

.wrap
{
    min-height: 100%;
    position: relative;    
}

.wrapper
{
    width: 970px;
    margin: 0 auto;
}

.bg_header
{
    background: url(../../Styles/Images/bg-navigation.jpg) repeat-x ;
    height: 80px;
    width:100%;  
    min-width:1150px;
}

.bg_main
{
    padding: 10px;
  
}

.content_placeholder
{
    top: 0;
    right: 0;
    display: block;
}

.img_logo
{
    float: left;
    width: 120px;
    z-index: 10;
    height: 100px;
    position: relative;
}

.navigation
{
    float: left;
    width: 810px;
    margin-left: 10px;
    height: 80px;
}

.be_first
{
    margin-left: 770px;
   
    position:absolute;   
   background: url(../../Styles/Images/bg-navigation.jpg) repeat-x ;
    height: 80px;
    }

.bg_footer
{
    
    bottom: 0;
    width: 100%;
    height: 350px; /* Height of the footer */
    background: url(../../Styles/Images/bg-footer3.jpg) repeat-x;
    box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.7);
    min-width:1150px;
}

.bg_footer .top
{
    height: 280px;
}

.bg_footer .bot
{
    height: 70px;
    margin-left: 20px;
}

.quickLink
{
    background: url(../../Styles/Images/bg-ribbon2.png) no-repeat left;
    height: 80px;
    margin-top: -11px;
    width: 150px;
    float: left;
}

.menu_ribbon
{
    width: 720px;
    float: left;
}

.menu_ribbon .menu
{
    font-size: 120%;
    margin-top: -5px;
}

.menu_ribbon .menu ul
{
    list-style: none;
    padding-left: 0;
}

.menu_ribbon .menu ul li
{
    float: left;
}

.a_paybill
{
    background: url(../../Styles/Images/ql-pay.png) no-repeat left;
    border-radius: 10px 10px 10px 10px;
    color: #BBBBBB;
    font-family: 'TitilliumText22LBold';
    font-size: 15px;
    margin-right: 5px;
    padding: 12px 12px 12px 45px;
    transition: all 0.1s linear 0s;
    text-decoration: none;
}

.a_paybill:hover
{
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-decoration: underline;
}

.a_register
{
    background: url(../../Styles/Images/ql-register.png) no-repeat left;
    border-radius: 10px 10px 10px 10px;
    color: #BBBBBB;
    font-family: 'TitilliumText22LBold';
    font-size: 15px;
    margin-right: 5px;
    padding: 12px 12px 12px 45px;
    transition: all 0.1s linear 0s;
    text-decoration: none;
}

.a_register:hover
{
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-decoration: underline;
}

.a_tvguide
{
    background: url(../../Styles/Images/ql-tvguide.png) no-repeat left;
    border-radius: 10px 10px 10px 10px;
    color: #BBBBBB;
    font-family: 'TitilliumText22LBold';
    font-size: 15px;
    margin-right: 5px;
    padding: 12px 12px 12px 45px;
    transition: all 0.1s linear 0s;
    text-decoration: none;
}

.a_tvguide:hover
{
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-decoration: underline;
}

.a_support
{
    background: url(../../Styles/Images/ql-support.png) no-repeat left;
    border-radius: 10px 10px 10px 10px;
    color: #BBBBBB;
    font-family: 'TitilliumText22LBold';
    font-size: 15px;
    margin-right: 5px;
    padding: 12px 12px 12px 45px;
    transition: all 0.1s linear 0s;
    text-decoration: none;
}

.a_support:hover
{
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-decoration: underline;
}

.home
{
    display: block;
    height: 530px;
}

.MessagePanel
{
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
}

.btn_Close
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: #000000;
    float: right;
    font-size: 14px;
    font-weight: bolder;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

.login_sector
{
    min-height: 300px;
    box-shadow: 5px 5px 5px #888888;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 2px solid #ddd;
    float: right;
    padding: 5px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    font-size: 12px;
    width: 230px;
    opacity: 0.7;
    filter: alpha(opacity=70);
	margin-right: 30px;

}

.login_sector h4
{
    padding: 0;
    margin: 0;
    font-size: 20px;
    
}

.login_sector .tbx_login
{
	padding: 4px;
    width: 150px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.main_image
{   
    float: left;
    width: 600px;
    z-index: 0;  
    margin-right: 30px;   
    margin-top: -20px; 
  
}

.terms_faq
{
    float: right;
    width: 600px;
    margin-right: 30px;
    margin-top: -20px;
   
}

.terms_faq a
{
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
}

.terms_faq a:hover
{
    text-decoration: underline;
    color: #F6892B;
}

.div_footer
{
    width: 215px;
    float: left;
    margin: 0;
    margin-left: 20px;
}

.div_footer h4
{
    padding: 0;
    margin: 15px 0 10px 0;
    font-family: "TitilliumText22L4" ,Helvetica,Arial,sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 21px;
}

.div_footer a
{
    cursor: pointer;
    text-decoration: none;
    color: #2BA6CB;
}
.div_footer a:hover
{
    text-decoration: underline;
    color: #F6892B;
}

.ul_footer
{
    list-style: none;
    padding-left: 10px;
    margin: 0;
}

.li_footer
{
    margin: 0;
    padding: 5px;
    background: url(../../Styles/Images/menu-line2.png) no-repeat bottom;
}

.btn_login
{
    background-color: #207cca;
    background-image: -moz-linear-gradient(center top , #207cca, #7db9e8);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    float: right;
    width: 150px;
    height: 29px;
    border-radius: 5px;
    cursor: pointer;
}

.btn_login:hover
{
    background: #7db9e8;
}

.btn_register
{
    background-color: #414141;
    background-image: -moz-linear-gradient(center top , #555555, #222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    float: right;
    width: 150px;
    height: 29px;
    border-radius: 5px;
    cursor: pointer;
}

.btn_register:hover
{
    background: #000;
}

.btn_logout
{
    background-color: #49AFCD;
    background-image: -moz-linear-gradient(center top , #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}
.btn_logout:hover
{
    background-color: #2F96B4;
    background-position: 0 -15px;
    transition: background-position 0.1s linear 0s;
    text-decoration: none;
    color: #FFFFFF;
}

.btn_buy
{
    background-color: #49AFCD;
    background-image: -moz-linear-gradient(center top , #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 6px 10px 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}
.btn_buy:hover
{
    background-color: #2F96B4;
    background-position: 0 -15px;
    transition: background-position 0.1s linear 0s;
    text-decoration: none;
    color: #FFFFFF;
}

.btn_link
{
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    color: #333333;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 6px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    margin-right: 5px;
}


.btn_link:hover
{
    text-decoration: none;
    color: #333333;
    background-color: #E6E6E6;
    background-position: 0 -15px;
    transition: background-position 0.1s linear 0s;
}

.link_ForgetPassword
{
    float: right;
    color: #44BFE8;
    cursor: pointer;
}

.link_ForgetPassword:hover
{
    color: #F6892B;
    text-decoration: underline;
}

.user_dashboard
{
    margin-top: -8px;
    width: 940px;
}

.user_login_info
{
    margin-top: 18px;
    width: inherit;
}

.user_left_navigation
{
}

.ul_user_left_nav
{
    font-family: TitilliumText22L5;
    list-style: none;
    padding: 0;
}

.ul_user_left_nav li
{
    border-bottom: 1px solid #ddd;
    padding: 5px 0 0 0;
}

.ul_user_left_nav li:selected
{
    border-bottom: 1px solid #ddd;
    padding: 5px 0 0 0;
      background: none repeat scroll 0 0 #FEE25E;
}

.li_hover_yellow_active
{
     background: none repeat scroll 0 0 #FEE25E;
}

.li_hover_yellow:hover
{
     background: none repeat scroll 0 0 #FEE25E;
}

.ul_user_left_nav li:last-child
{
    border-bottom: none;
}

.ul_user_left_nav a
{
    padding-left: 10px;
    text-decoration: none;
    color: Black;
    font-size: 16px;
}

.ul_user_left_nav a:hover
{
    text-decoration: underline;
}

.ul_user_left_nav_child
{
    padding-left: 20px;
    font-family: TitilliumText22L4;
    font-size: 14px;
}

.ul_user_left_nav_child a
{
    font-size: 14px;
}

.user_content_placeholder
{
    width: 720px;
    padding: 15px;
    vertical-align: top;
    padding-right: 0;
}

.col_user
{
    width: 23.5%;
    float: left;
    margin: 0 5px 5px 5px;
    background: none repeat scroll 0 0 #FFFF99;
}

.col_user .header
{
    background: none repeat scroll 0 0 #FEE25E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000000;
    font-family: TitilliumText22L5,Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding: 10px;
}

.col_user a
{
    color: #000;
}

.col_user .main
{
    min-height: 55px;
    padding: 10px;
    color: #54A6DB;
}

.col_user .main span
{
    float: left;
    width: 60%;
    padding-left: 5px;
    line-height: 17px;
    color: #54A6DB;
}

.col_user_ul
{
    width: 23.5%;
    float: left;
    margin: 0 5px 0 5px;
}

.col_user_ul li
{
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 5px;
}

.col_user_ul li:last-child
{
    border-bottom: none;
}


.widget-box
{
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CDCDCD;
    clear: both;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
}

.widget-box h3
{
    color: #333333;
    float: left;
    line-height: 18px;
    padding: 10px 0 0 10px;
    margin: 0;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 28px;
    font-weight: normal;
    font-family: TitilliumText22L5;
}

.widget-title
{
    background-color: #EFEFEF;
    background-image: -moz-linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}

.widget-content
{
}

.widget-content table
{
    width: 100%;
    color: #000;
}

.tbl_1 td
{
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.tbl_1 tr:hover
{
    background: #fff;
}

.tbl_2 td
{
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #FFFFFF;
    padding: 2px;
}

.tbx_1
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 210px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
}

.tbx_1:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.tbx_1:focus:required
{
    border-color: #E9322D;
    box-shadow: 0 0 6px #F8B9B7;
}

.tbx_2
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 410px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
}

.tbx_2:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.tbx_2:focus:required
{
    border-color: #E9322D;
    box-shadow: 0 0 6px #F8B9B7;
}

.ddl_1
{
    border: 1px solid #BBBBBB;
    height: 28px;
    line-height: 28px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
}

.btn_1
{
    background-color: #0074CC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0055CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    border-radius: 5px;
}

.btn_1:hover
{
    background-color: #0055CC;
}

.requiredField
{
    color: #CC0000;
    font-weight: bold;
}

.gridservice
{
    font-size: 14px;
}

.gridservice th
{
    line-height: 20px;
    padding: 5px;
}

.gridservice td
{
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 5px;
}

.gridservice tr:hover
{
    background: #EFEFEF;
    background-image: -moz-linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);
}

.gridproducts
{
    font-size: 13px;
}

.gridproducts th
{
    line-height: 18px;
    padding: 0;
    margin: 0;
}

.gridproducts td
{
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
}

.gridproducts tr:hover
{
    background: #EFEFEF;
    background-image: -moz-linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);
}

.tr_title
{
    background: #EFEFEF;
}

.td_center
{
    text-align: center;
    padding: 5px;
}

.td_left
{
    text-align: left;
}
.td_right
{
    text-align: right;
}

.border_left
{
    border-left: 1px solid #DDDDDD;
    padding: 15px;
}

.sub-title_register
{
    font-weight: bold;
    padding-left: 10px;
    font-size: 16px;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    background: #2F73BB;
    color: #fff;
    height: 35px;
}

.sub-title_register h4
{
    padding-top: 7px;
}

.p_register
{
    font-size: 17px;
    line-height: 24px;
    color: #0080CC;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 3px solid #F9F9F9;
}

.customer_type
{
    margin: 10px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.help-block
{
    color: #555555;
}

.tac
{
    width: 700px;
    color: #000;
}

.tac p
{
    padding-bottom: 10px;
}

.tac h2
{
    margin: 10px 0 10px 0;
    font-size: 35px;
    line-height: 40px;
    font-family: TitilliumText22L4;
    font-weight: bold;
}

.ol-tac
{
    padding-left: 25px;
    padding-bottom: 40px;
}
.ol-tac li
{
    padding-bottom: 15px;
}

.ol-tac li ul
{
    list-style: disc outside none;
    padding-left: 20px;
}
.ol-tac li li
{
    padding-left: 5px;
    padding-bottom: 0;
}

.ol-faq
{
    padding-bottom: 40px;
}

.ol-faq li
{
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 20px;
}

.ol-faq li li
{
    font-weight: normal;
    padding-bottom: 0;
}

.ol-faq li ul li ul
{
    list-style: disc outside none;
    padding-left: 20px;
}

.ol-LD
{
    padding-left: 25px;
    padding-bottom: 40px;
}

.ol-LD li
{
    padding-bottom: 15px;
}

.ol-LD li ul
{
    padding-top: 15px;
    list-style: none;
    padding-left: 0;
}

.ol-LD li ul li
{
    padding-bottom: 15px;
}
.div-forgot_pw
{
    padding: 10px 0 20px 20px;
    line-height: 30px;
    color: #000;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #FFFFFF;
}

.h3_title
{
    color: #333333;
    float: left;
    line-height: 18px;
    padding: 10px 0 0 0;
    margin: 0;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 36px;
    font-weight: normal;
    font-family: TitilliumText22L5;   
}

.content_homecable
{   
    min-height:400px;
    width:920px;
    margin:0 auto;
    border:1px solid #eaeaea;
    border-radius:15px;
    margin-top:30px;
    margin-bottom:20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding:20px;
}

.content_homecable .content
{       
    background:#fff;
    min-height:400px;
    border-radius:15px;
    width:700px;
    margin:auto;
}



.overlay{
    background: black;
    opacity: .5;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.box{
    position:fixed;
    top:-200px;
    left:30%;
    right:30%;
    background-color:#fff;
    color:#7F7F7F;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
}
a.boxclose{
    float:right;
    margin-top:-40px;
    margin-right:-10px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;       
}

.boxclose:before {
    content: "×";

}

.box h1{
    border-bottom: 1px dashed #7F7F7F;
    margin:-20px -20px 0px -20px;
    padding:10px;
    background-color:#FFEFEF;
    color:#EF7777;
    -moz-border-radius:20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}

.cb_parent td
{
    width:32%;
    background: #bbb;
    border:1px solid #fff;
}

.chList td
{
    width:32%;
    background: #bbb;
    border:1px solid #fff;
}
.modalBackground 
{
    height:100%;
    background-color:#EBEBEB;
    filter:alpha(opacity=70);
    opacity:0.7;
}

