﻿/* spline-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Spline Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/SplineSans/spline-sans-v10-latin-300.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('./fonts/SplineSans/spline-sans-v10-latin-300.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* spline-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Spline Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/SplineSans/spline-sans-v10-latin-regular.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('./fonts/SplineSans/spline-sans-v10-latin-regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* spline-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Spline Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/SplineSans/spline-sans-v10-latin-500.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('./fonts/SplineSans/spline-sans-v10-latin-500.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* spline-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Spline Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/SplineSans/spline-sans-v10-latin-600.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('./fonts/SplineSans/spline-sans-v10-latin-600.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* spline-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Spline Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/SplineSans/spline-sans-v10-latin-700.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('./fonts/SplineSans/spline-sans-v10-latin-700.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
*
{
    margin: 0px 0px 0 0px;
    padding: 0;
}
body
{
    background-image: url(Images/bg.jpg);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.account
{
    text-align: left;
    height: 450px;
    overflow: auto;
}
#wrapper
{
    width: 1150px;
    height: 553px;
}
#header
{
    width: 1150px;
    padding-bottom: 5px;
}
#header a
{
    color: #FFFFFF;
    text-decoration: none;
}
#header a:hover
{
    color: #FFFF00;
    font-weight: bold;
    text-decoration: none;
}

#main
{
    width: 1150px;
    height: 510px;
}
#footer
{
    /*width: 1001px;*/
    width: 1150px;
    height: 21px;
    /*background-image: url(Images/footer.gif);
    background-repeat: no-repeat;*/
    background:#034883;
    color: #FFFFFF;
    font-size: 10px;
    margin-top:70px;
    
}
#navigation
{
    width: 180px;
    height: 490px;
    float: left; /*border: solid 1px #034b88;*/
    margin-left: 11px;
}
#content
{
    width: 930px;
    height: 490px;
    float: left;
    margin-left: 10px;
}
#logincontent
{
    width: 900px;
    height: 490px;
}

#tabLogin
{
    margin-top: 290px;
    position: relative;
    float: right;
}


.tabContentHeader
{
    background-image: url(Images/tabHeader1.gif);
    background-repeat: no-repeat;
    width: 225px;
    height: 19px;
    color: #FFFFFF;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
}
.tabLoginHeader
{
    background-image: url(Images/tabLoginHeader.gif);
    background-repeat: no-repeat;
    width: 170px;
    height: 19px;
    color: #FFFFFF;
    font-weight: bold;
}
.grdbg h1
{
    font-size: 14px;
}
.grdbg h2
{
    border-top: solid 0px red;
    padding-top: 5px;
    padding: 5px 0 0 0px;
}
.grdbg div
{
    clear: both;
}
.grdbg .left
{
    width: 275px;
    float: left;
    text-align: right;
    margin: 0px 0 0 10px;
    text-align: left;
}
.grdbg .right
{
    width: 325px;
    float: left;
    text-align: left;
    margin: 2px 0 2px 2px;
}
.rightPClass
{
    margin-left: 200px;
}
.grdbg .right a.bluenor
{
    border: solid 0px red;
}

.cb label
{
    margin: 0 0 0 5px;
    border: solid 0px red;
}
.indent
{
    margin: 5px 0 5px 25px;
}
.Nonindent
{
    margin: 5px 0 5px 0px;
}
.setHeight
{
    margin: 0px 0px 10px 15px;
}
.datspan
{
    float: left;
    margin-right: 10px;
}
.datspan img
{
    margin: -10px 0 0 0;
}
.grdbg .justify
{
    line-height: 20px;
    margin-left: 25px;
    text-align: center;
}
.grdbg .ShowLeft
{
    line-height: 20px;
    margin-left: 25px;
    text-align: left;
}
.grdbg .justify a
{
    clear: both;
    padding-right: 25px;
    float: right;
}
.grdbg
{
    width: 95%;
    background-color: #fbfdff;
    border: solid 1px #f1f1f1;
    padding: 5px;
    margin-bottom: 10px;
}

.grdbg .left_right
{
    width: 155px;
    text-align: left;
    float: left;
    padding: 0 0 0 100px;
    border: solid 0px red;
}

.caption
{
    color: #FFFFFF;
}

.tabContentDetail
{
    width: 780px;
    height: 470px;
    border: solid 1px #035085;
}
.tabLoginDetail
{
    width: 350px;
    height: 130px;
    padding-top: 15px;
    border: solid 1px #035085;
}

.tdHeadLogo
{
    padding-left: 0px;
    padding-top: 10px;
    width: 150px;
    text-align: left;
}
.tdHeadLyca
{
    padding-top: 10px;
    width: 65%;
}
.tdHeadLogout
{
    padding-top: 10px;
    width: 10%; /*border:solid 1px white;*/
}
.tdHeadDisplay
{
    /*padding-right:1px;*/
    color: #FFFFFF; /*border:solid 1px red;*/
}

.tdMainTop
{
   /* background-image: url(Images/content_top.gif);
    background-repeat: no-repeat;*/
    width: 1150px;
    /*width: 1001px;*/
    height: 5px;
    background:#fff;
}
.tdMainMid
{
    background-image: url(Images/content_mid.gif);
    background-repeat: repeat-y;
    /*width: 1001px;*/
    width: 1150px;
    height: 500px;
    padding-top: 5px;
    background:#fff;
    
    
}
.tdNavHead
{
    background-image: url(Images/nav_Header1.gif);
    background-repeat: no-repeat;
    width: 180px;
    height: 19px;
    color: #FFFFFF;
    font-weight: bold;
}
.tdNavBg
{
    height: 470px;
    border: solid 1px #035085;
    border-top: none;
}
#divContent
{
    width: 765px;
    height: 450px;
    padding: 0px;
    overflow: auto;
    text-align: center;
}
#divContent .errbg
{
    background-color: #FFFFC0;
    color: Red;
    width: 770px;
    height: 18px;
}
.btn50
{
    background-image: url(Images/btn50.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    width: 50px;
    height: 20px;
    cursor: pointer;
}
.btn70
{
   /* background-image: url(Images/btn70.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    width: 70px;
    height: 20px;
    cursor: pointer;*/
    /*background-image: url(Images/btn_cropped.gif);
    background-repeat: repeat;*/
    background-color:#034883;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
     cursor: pointer;
    padding: 3px 3px 3px 3px;
    behavior: url(/pie/PIE.htc);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
}
.btn190
{
   /* background-image: url(Images/btn190.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    width: 191px;
    height: 20px;
    cursor: pointer;*/
    background-color:#034883;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 3px 3px 3px;
    behavior: url(/pie/PIE.htc);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
}

.btn120
{
    /*background-image: url(Images/btn120.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    width: 120px;
    height: 20px;
    cursor: pointer;*/
    background-color:#034883;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 5px 3px 5px;
    behavior: url(/pie/PIE.htc);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
}
h1
{
    font-size: 22px;
    font-weight: bold;
}

fieldset
{
    border: solid 1px #035085;
    padding: 10px 10px 10px 10px;
}
legend
{
    font-weight: bold;
    text-transform: capitalize;
}
/*input[type=text], input[type=password]
{
    border: solid 0.01em #034b88;
    font-size: 12px;
    height: 16px;
    width: 160px;
    padding-top: 2px;
    padding-left: 2px;
    font-family: Verdana;
}*/

#divMenu
{
    z-index: 1020;
    padding-left: 5px;
    padding-top: 15px;
}
fieldset td
{
    text-align: left;
}

.pgrTD td
{
    text-align: center;
}

fieldset td.right
{
    text-align: right;
    padding-top: 10px;
}

fieldset td.center
{
    text-align: center;
    padding-top: 10px;
}

.IE8Fix
{
    z-index: 100;
}

/*Menu Style Starts Here*/

.menuItem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*border: 1px solid #034b88;*/
    color: #034b88;
    background-image: url(images/menuBGStatic.jpg);
    background-repeat: repeat-x;
    padding: 0px 2px 0px 2px;
    width: 170px;
    height: 22px;
    text-align: left;
}
.menuHover
{
    border: Solid 2px #035085;
    font-size: 11px;
    background-image: url(images/menuBGHover.jpg);
    background-repeat: repeat-x;
    padding: 0px 2px 0px 2px; /*text-decoration: none;*/
    text-align: left;
    width: 170px;
    height: 22px;
}

.addLbl
{
    width: 110px;
    white-space: pre-wrap;
}


.errbg
{
    background-color: #FFFFC0;
    color: Red;
    width: 925px;
    height: 18px;
}
#innerContent
{
    text-align: left;
    vertical-align: top;
}
.grids
{
    width: 750px;
    margin: 0 auto;
    background: url(images/gr_img.jpg) repeat-x;
    height: 68px;
}
.grids h2
{
    font-size: 12px;
    word-spacing: 2px;
}
.grids_inner
{
    width: 650px;
    margin: 0 auto;
    float: right;
    margin: 0px 0px 20px 0px;
    text-align: left;
}
.grids_inner td
{
    font-size: 12px;
    line-height: 20px;
}
.grids_inner td.leftside
{
    width: 185px;
}
.TableRegistration
{
    width: 650px; /*margin: 0 auto;*/ /*float: right;*/
    margin: 0px 0px 20px 0px;
    padding-left: 90px;
    text-align: left;
    float: right;
}

.TableRegistrationPopup
{
    width: 600px; /*margin: 0 auto;*/ /*float: right;*/
    margin: 0px 0px 0px 0px;
    padding-left: 90px;
    text-align: left;
}
.registrationDiv
{
    width: 750px;
    margin: 0 auto;
    background: url(images/gr_img.jpg) repeat-x;
    height: 68px;
}
.TableRegistration td
{
    /*width: 200px;*/
    font-size: 12px;
    line-height: 23px;
}

.GAFRadio
{
    padding: 5px;
    width: 150px;
}
.inputbox
{
    height: 15px;
    width: 150px;
}

.inputbox_med
{
    height: 15px;
    width: 80px;
}
.inputbox_sml
{
    height: 15px;
    width: 50px;
}
.error
{
    color: red;
    margin: 0 0 0 5px;
    font-size: small;
}
/***************Div Error Message Box ******************/
.opaqueLayer
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #000000;
    z-index: 1000;
}
.btn70Green
{
    background-image: url(Images/btn70.png);
    background-repeat: no-repeat;
    font-weight: bold;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 12px;
    height: 20px;
    width: 70px;
    border: 0px;
    cursor: pointer;
}

#errorPopup
{
    position: absolute;
    z-index: 1001;
    height: 133px;
    width: 330px;
    background-image: url(Images/ErrorWindow.png);
    background-repeat: no-repeat;
    display: none;
}
#errHeader
{
    width: 100%;
    height: 18px;
}

#errorTitle
{
    float: left;
    padding-left: 15px;
    padding-top: 2px;
    height: 18px;
    color: #FFFFFF;
    font-weight: bold;
}
#errorClose
{
    float: right;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
}
#errorClose a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#errorClose a:hover
{
    color: #fff200;
}


#ErrorMsg
{
    width: 810px;
    height: 456px;
    float: right;
    z-index: 2001;
    margin-left: -5px;
    padding-right: 5px;
}

#errContent
{
    width: 300px;
    height: 120px;
    display: inline;
}
#errIcon
{
    padding-top: 5px;
    float: left;
    width: 19px;
    height: 19px;
    margin-top: 5px;
    margin-left: 5px;
}
#errorMessage
{
    padding-top: 5px;
    color: #FF0000;
    width: 260px;
    height: 70px;
    overflow: auto;
    margin-top: 5px;
    margin-left: 5px;
    text-align: left;
}
#btnArea
{
    float: right;
    padding-right: 20px;
}
/***************Div Error Message Box ******************/

h2
{
    font-size: 14px;
}

/* following lines are used to print a div part in Sim and Voucher order list*/
/* Style for Modal Dialog*/

/*Start- Network features*/
.tabledisp
{
    width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
}
.tabledisp td span
{
    font-weight: bold;
    color: #000;
    text-align: left;
    padding: 0;
}
.tabledisp td
{
    text-align: left;
    padding: 0;
    padding-left: 10px;
}
.tabledisp th span, .tabledisp th
{
    /*background-color:#07375a;*/
    background-image: url(Images/footer.gif);
    background-repeat: no-repeat;
    color: #fff; /*#07375c 	*/
    padding: 5px 5px 5px 5px;
    font-weight: bold;
}
.tabledisp .altrow
{
    background-color: #f8f8f8;
}
/*End- Network features*/

/*Start - Grid header fixed*/

/* Div that holds the GridView control*/
#AdjResultsDiv
{
    width: 710px;
    height: 310px;
    overflow: auto;
    position: relative;
}


/* Fix the table header for vertial scrolling*/
div#AdjResultsDiv th
{
    background-color: #035085;
    top: expression(document.getElementById(           "AdjResultsDiv" ).scrollTop-2);
    position: relative;
    z-index: 10;
    border-collapse: collapse;
    width: 200px;
}


/* Fix the table header and free column for horizontal scrolling*/
div#AdjResultsDiv th.lockedcol, td.lockedcol
{
    position: relative;
    left: expression(document.getElementById(           "AdjResultsDiv" ).scrollLeft-2);
    z-index: 30;
    border: 1px solid white;
    border-collapse: collapse;
}

/* Freeze column header adjusted for Vertical scrolling*/
div#AdjResultsDiv th.lockedcol
{
    z-index: 40;
}

/*End - Grid header fixed */
.grdleft
{
    text-align: left;
}
.padding td
{
    padding-left: 5px;
}



/*Start - Grid header fixed*/

/* Div that holds the GridView control*/
#AdjResultsDiv
{
    width: 710px;
    height: 310px;
    overflow: auto;
    position: relative;
}


/* Fix the table header for vertial scrolling*/
div#AdjResultsDiv th
{
    background-color: #035085;
    top: expression(document.getElementById(          "AdjResultsDiv" ).scrollTop-2);
    position: relative;
    z-index: 10;
    border-collapse: collapse;
    width: 200px;
}


/* Fix the table header and free column for horizontal scrolling*/
div#AdjResultsDiv th.lockedcol, td.lockedcol
{
    position: relative;
    left: expression(document.getElementById(          "AdjResultsDiv" ).scrollLeft-2);
    z-index: 30;
    border: 1px solid white;
    border-collapse: collapse;
}

/* Freeze column header adjusted for Vertical scrolling*/
div#AdjResultsDiv th.lockedcol
{
    z-index: 40;
}

/*End - Grid header fixed */
.aligntop img
{
    margin-top: -5px;
}
.ColumnWrap
{
    white-space: normal;
}

.displayNone
{
    display: none;
}
.BorderRadius
{
    text-align: center;
    border: 3px solid #035085;
    border-radius: 10px;
}
.tablePadding
{
    padding: 5px 10px 5px 10px;
}
.rblList input[type="radio"]
{
    margin-left: 150px;
    margin-right: 10px;
    align: left;
}
.UpdateProgressDiv
{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.UpdateProgressImage
{
    position: fixed;
    padding-top: 25%;
    padding-left: 45%;
    width: 200px;
    height: 200px;
}
/*START: Lyca Home merging*/
.uppercase
{
    text-transform: uppercase;
}
/*END: Lyca Home merging*/



.ajax__tab_header 
{
	width: 935px;
	overflow-x: auto;	
	overflow-y:none;
	
}
.ajax__tab_body 
{
	height:360px;	
	border:0px;
}
