﻿/* Fonts
-----------------------------------------------------------*/

@font-face {
    font-family: 'Pica10PitchRoman';
    src: url('/Content/Oasis/Fonts/pica_10_pitch-webfont.eot');
    src: url('/Content/Oasis/Fonts/pica_10_pitch-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/Oasis/Fonts/pica_10_pitch-webfont.woff') format('woff'),
         url('/Content/Oasis/Fonts/pica_10_pitch-webfont.ttf') format('truetype'),
         url('/Content/Oasis/Fonts/pica_10_pitch-webfont.svg#Pica10PitchRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MatchbookMatchbook';
    src: url('/Content/Oasis/Fonts/matchbook-webfont.eot');
    src: url('/Content/Oasis/Fonts/matchbook-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/Oasis/Fonts/matchbook-webfont.woff') format('woff'),
         url('/Content/Oasis/Fonts/matchbook-webfont.ttf') format('truetype'),
         url('/Content/Oasis/Fonts/matchbook-webfont.svg#MatchbookMatchbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OmnesRegular';
    src: url('/Content/Oasis/Fonts/omnes-webfont.eot');
    src: url('/Content/Oasis/Fonts/omnes-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/Oasis/Fonts/omnes-webfont.woff') format('woff'),
         url('/Content/Oasis/Fonts/omnes-webfont.ttf') format('truetype'),
         url('/Content/Oasis/Fonts/omnes-webfont.svg#OmnesRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Fonts END
-----------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}


html, body, #bg, #bg table, #bg td, #cont {
  height:100%;
  width:100%;
  overflow:hidden;
  font-family: Verdana, Helvetica, Sans-Serif;
  color:#5d5d5d;
  font-weight: normal;
  font-style: normal;
}

body {
  background: url('/Content/Oasis/Background.png');
  background-repeat:repeat;
  background-attachment:fixed;
  background-position:center;
}

#footeralternate 
{
    display:none;}

#bg {
  position: fixed;
}

#bg div {
  height:200%;
  left:-50%;
  position:absolute;
  top:-50%;
  width:200%;
}

#bg td {
  text-align:center;
  vertical-align:middle;
}

#bg img {
  margin:0 auto;
  min-height:50%;
  min-width:50%;
}

a:link {
  color: #a81075;
  text-decoration: underline;
  outline:none;
}

a:visited {
  color: #a81075;
  outline:none;
}

a:hover {
  color: #fb7eaf;
  text-decoration: none;
  outline:none;
}

a:active {
  color: #12eb87;
  outline: none;
}

a:image
{
    outline:none;
}

p, ul {
  margin-bottom: 20px;
  line-height: 1.6em;
}


.shorthr {
  width: 40%;
  color: #afa273;
  background-color: #afa273;
  text-align:left;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

h1 
{
  font-size: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 1.5em;
  padding: 0 0 5px 0;
      font-family: 'Courier New', Courier, monospace;
font-weight: normal;
font-style: normal;
    font-weight: bold;
    color:#222222;
}

h3 {
  font-size: 1.2em;
  line-height: normal;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1em;
}

/* this rule styles <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
  margin-top: 0;
}

.ImageTextLogo {
  margin:0; padding:0;
  position:relative;
    top:40px;
  left:85px;
  width:400px; height:120px;
  overflow:hidden;
}

.ImageTextLogo span {
  display:block;
  position:absolute; left:0; top:0; z-index:1;
  width:400px; height:120px;
  margin:0; padding:0;
  background:url("/Content/Oasis/MobileGiftVouchersLogo.png") top left no-repeat;
}


/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

#cont {
  position:absolute;
  top:0;left:0;
  z-index:70;
  overflow:auto;
}

#innerCont {
  margin: 0 auto;
  width: 1123px;
  font: 14px/2.8  Verdana, Helvetica, Sans-Serif;
}

#header 
{
  width: 1010px;
  color: #000;
  margin:0;
  padding: 0;
  border:0;
}

#header h1 {
  font-weight: bold;
  padding: 5px 0px 0px 20px;
  margin: 0;
  color: #696969;
  border: none;
  line-height: 2em;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 32px !important;
}

#main 
{
  position:relative;
  top:-40px;
    margin: 0 auto;
  width: 1010px;
  padding: 0;
  margin-bottom: 0;
  _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#oasisfooter {
  width: 100%;
  color: #919191;
  padding: 0;
  text-align: center;
  line-height: normal;
  margin: 0;
  font-size: .9em;
  font-family: Verdana, Helvetica, Sans-Serif;
  border:0;
    position:relative;
  top:-20px;
}

.InstructionsHeader {
  color:#711568;
  font-size:37px;
  font-weight:bolder;
  font-family: MatchbookMatchbook;
  text-transform:uppercase;
  width:590px;
  text-align:center;
  margin-top:10px;
}
.freefont {
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size:12px;
  font-weight:bold;
}

.PaymentFailure
{
    width:590px;
     position:relative;   
     left:55px;
}

.gold {
  color:#afa273;
}

.maintext 
{
    font-family: 'Courier New', Courier, monospace;
font-weight: normal;
font-style: normal;
    font-size:1.2em;
    text-align:center;
    font-weight: bold;
    position:relative;
    width:590px;
    color:#222222;
}

.TitleBorderImage
{
    padding-top:10px;
}

.hilight {
  color: #a81075;
}

.hilightBold
{
  color:#a81075;
  font-size:1.2em;
  font-weight: bold;
  font-family: Verdana, Helvetica, Sans-Serif;
}

#confirmation
{
    font-size:0.8em;
    position:relative;
    padding-left:40px;
    padding-top:20px;
}

/* TAB MENU
----------------------------------------------------------*/
ul#menu {
  border-bottom: 1px #5C87B2 solid;
  padding: 0 0 2px;
  position: relative;
  margin: 0;
  text-align: right;
}

ul#menu li {
  display: inline;
  list-style: none;
}

ul#menu li#greeting {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  color: #fff;
}

ul#menu li a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #e8eef4;
  color: #034af3;
}

ul#menu li a:hover {
  background-color: #fff;
  text-decoration: none;
}

ul#menu li a:active {
  background-color: #a6e2a6;
  text-decoration: none;
}

ul#menu li.selected a {
  background-color: #fff;
  color: #000;
}

ol {
  margin-left: 1.5em; 
  color: #333333;
  line-height:150%;
  font-weight: bold;
  position:relative;
  left:100px;
  width:500px;
  text-align:center;
}

/* FORM LAYOUT ELEMENTS
---------------------------------------------------------*/
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #CCC;
}

fieldset p {
  margin: 2px 12px 10px 10px;
}

fieldset label {
  display: block;
}

fieldset label.inline {
  display: inline;
}

legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}

input[type="text"]
{
  width: 200px;
  border: 1px solid #CCC;
}

input[type="password"] {
  width: 200px;
  border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table {
  border: 0;
  border-collapse: collapse;
  width:200px;
  text-align:center;
  margin-top: 5px;
  margin-bottom: 5px;
}

table td {
  padding-top: 3px;
  padding-left: 18px;
  font-size: 0.8em;
  border: 0;
}

table tr {
  border:1px solid gray;
}

table th {
  padding: 2px 5px;
  background-color: #e5e2d8;
  border: 0;
}

/* MISC
----------------------------------------------------------*/

clear {
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
  clear: both;
}

.smallinput {
  width:50px;
}

.error {
  color:Red;
}

#progress 
{
  width:530px;
  position:relative;
  top:70px;
  left:30px;
}

#menucontainer {
  margin-top:40px;
}

div# {
  display:block;
  text-align:left;
}

#logindisplay {
  font-size:1.1em;
  display:block;
  text-align:right;
  margin:10px;
  color:White;
}

#logindisplay a:link {
  color: white;
  text-decoration: underline;
}

#logindisplay a:visited {
  color: white;
  text-decoration: underline;
}

#logindisplay a:hover {
  color: white;
  text-decoration: none;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

#sterling 
{
    width:590px;
    text-align:center;

}


.content {
  width:1010px;
    margin: 0 auto;
  background-image:url('/Content/Oasis/DivBackground.png');
  background-repeat:no-repeat;
  padding-top: 40px;
  padding-bottom:10px;
}


.contentalt {
  width:1010px;
    margin: 0 auto;
  background-image:url('/Content/Oasis/DivBackground.png');
  background-repeat:no-repeat;
  padding-top: 40px;
}

.contentalt2 {
  width:1010px;
  margin: 0 auto;
  background-image:url('/Content/Oasis/DivBackground.png');
  background-repeat:no-repeat;
  padding-top: 40px;
}


.homePageContent
{
    width:590px;
    text-align:center;
}



.links {
  text-align:center;
  font-size: .75em;
  font-family: Verdana, Helvetica, Sans-Serif;
}

.VoucherValues 
{
  width:590px;
  font-size:20px;
  text-align:center;
}

.VoucherBackground {
  background-color:#ffd8df;
  height:36px;
}

.value {
  padding-top:0;
  height:inherit;
  border:0;
  vertical-align:top;
  font-family: Helvetica, Arial, sans-serif;
  font-size:95%;
  font-weight:bold;
  text-transform:uppercase;
}

.value a
{
    position:relative;
    top:-5px;
    text-decoration:none;
    color:#5f345b;
}

.Vouchers 
{
    width:350px;
    margin-left:120px;
}

.Vouchers td {
  text-align:center;
  padding:3px;
    border:0;
}

.Vouchers tr {
  border:0;
}

.countdown {
 max-width : 20px;
}


.FormTable 
{
  position:relative;
  left:60px;
  width:480px;
  text-align:left;
  border:0;
  margin:0;
  padding:0;
}

.FormTable td {
  border:0;
  margin:0;
  padding:1px 0;
  line-height:25px;
  vertical-align:top;
}

.FormTable tr {
  border:0;
  margin:0;
  padding:0;
}

.modalBody
{
    font-size: 12px;
}

#modalLinks ul {
  margin: 0;
  padding-bottom: 0;
  list-style-type: none;
  text-align: center;
  font-family: Verdana, Helvetica, Sans-Serif;
}

#modalLinks ul li {
  display: inline;
}

#modalLinks ul li a {
  margin-left: 1em;
  margin-right: 1em;
}

#slider 
{
  width: 450px;
}
/*
#scheduledDate
{
	width:50px;
}
*/
input[type="text"].hasDatepicker
{
    width:100px;
}

.styled-select 
{
	margin:0 4px 0 0;
    float:left;
}

.DateSchedule
{
    float:left;
    padding:0 4px 0 0;
    
}

.Instructions
{
  font-family: Helvetica, Arial, sans-serif;
  font-size:1.2em;
   width:590px;
   text-align:center;
   line-height:2.5em;
}

.ConfirmPageContinueInstructions
{
    font-family: 'Courier New', Courier, monospace;
    font-weight: normal;
    font-style: normal;
    font-size:1.2em;
    line-height:1.2em;
    text-align:center;
    font-weight: bold;
    position:relative;
    padding-bottom:20px;
    left:50px;
    width:400px;
    color:#222222;
}

.AccessCodeFailure
{
    padding:50px 0 0 0;
}

iframe
{
    position:relative;
    left:100px;
    top:-30px;
}

.ThankYou
{
    position:relative;
    left:100px;
    padding-bottom:150px;
 }

/*<-----NavigationButtons--------------------------------------------------------> */

.NavigationButtons, .NavigationButtons tr, .NavigationButtons td
{
    border:0;
    margin:0;
    padding:0;
}

.NavigationButtons
{
    position:relative;
    text-align:left;
    top:8px;
    left:55px;
    width:470px;
    margin-bottom:20px;

}

.NavigationButtons td
{
    width:50%;
}

.Select-Back-Button
{
    position:relative;
    left:65px;
    padding-bottom:13px;
}

.Purchaser-Continue-Button
{
    float:right;
}

.Recipient-Continue-Button
{
    float:right;
}

.Payment-Continue-Button
{
    float:right;
    position:relative;
    right:40px;
}

.RequiredField
{
    padding-bottom:60px;
    vertical-align:top;
}

.Confirmation-Continue-Button
{
   float:right;  
   padding-bottom:40px;
   position:relative;
   top:-20px;
}

.Confirmation-Back-Button
{
   padding-bottom:20px;
   position:relative;
   top:-20px;
}

.PrintConfirmation-Continue-Button
{
    position:relative;
    top:-35px;
    left:85px;
}

.Failed-Back-Button
{
       padding-bottom:80px;
}

/*<-----END---------------------------------------------------------------------> */

