﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
    font-family: Arial, Verdana;
}

#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;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

hr {
  color: #afa273;
  background-color: #afa273;
  text-align:left;
}

.shorthr
{
  width: 40%;
  color: #afa273;
  background-color: #afa273;
  text-align:left;    
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
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;
      width:400px; height:60px;
      overflow:hidden;
    
 }
 
 .ImageTextLogo span 
 {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:400px; height:60px;
      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;
}

.box { 
    margin: 0 auto; 
    width: 982px;
    padding-left: 5px;
    padding-right: 5px;
    background: white; 
    padding-bottom:50px;
    font: 14px/2.8 Georgia, Serif;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0px 0px 20px;
    margin: 0;
    color: #696969;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}


#footer
{
    color: #afa273;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    font-family: Arial;
    border:0;
}

.GoldBold
{
    color:#afa273;
    font-size:1.2em;
    font-weight:bolder;
    font-family: Arial;
}

.freefont
{
   font-family:Arial;
   font-size:12px;
   font-weight:bold;
}

.gold
{
    color:#afa273;
}

.maintext
{
    font-style: italic;
    font-weight: bold;
}

.hilight
{
	color: #a81075;
}

.hilightBold
{
    color:#a81075;
    font-size:1.2em;
    font-weight: bold;
    font-family: Arial Black;
}

/* 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; 
    font-family: Arial;
    font-size: 1.2em;
    color: #afa273;
    line-height:150%;
    font-weight: bold;
}

/* 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: 8px;   
  padding-left: 18px;
  border: 0;
}

table tr
{
    border:1px solid gray;
}

table th
{
  padding: 2px 5px;
  background-color: #e5e2d8; 
  border: 0;   
}


/* Modal windows  
----------------------------------------------------------*/

#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    text-align: justify;
}
.modalBackground
{
    filter: Alpha(Opacity=40); 
    -moz-opacity:0.4; 
    opacity: 0.4;
    width: 100%; 
    height: 100%; 
    background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 500px;
    z-index: 750;
	top: 20%;
	left: 30%;
	border: solid 1px gray;
}
.modal
{
    background-color: white;
    width: 500px;
    height: 475px;
    padding: 0px;
    overflow-x: none;
    overflow-y: scroll;

}
.modalTop
{
    background-color: #e2dfd0;
    width: 496px;
    height: 25px;
    padding: 2px 4px 2px 0px;
    color: #ffffff;
    text-align: right;
}

.modalBody
{
    padding: 10px;
}


/* MISC  
----------------------------------------------------------*/

clear
{
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}

.smallinput
{
    width:50px;
}


.error
{
    color:Red;
}

.image
{
    border:0;
    margin:0;
    padding:0;
    
}

.stages
{
    text-align:center;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    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
{
    float:right;
    margin-right:80px;
    margin-top:-150px;
}

.blacktext
{
    color:#000;
}

.content
{
  width:890px;
  background-image:url('/Content/Oasis/DivBackground.png');
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top: 40px;
  float:left;
  border-bottom: solid 20px #e8e5d9;
}

.contentalt
{
  width:890px;
  background-image:url('/Content/Oasis/DivBackgroundAlt.png');
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top: 40px;
  border-bottom: solid 20px #e8e5d9;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
}



.contentalt2
{
  width:890px;
  background-image:url('/Content/Oasis/DivBackgroundAlt2.png');
  background-repeat:no-repeat;
  padding-left:40px;
  padding-top: 40px;
  border-bottom: solid 20px #e8e5d9;
}

.links
{
    text-align:center;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    
}

.VoucherValues
{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size:20px;
    font-weight:bold;
    
}

.VoucherBackground
{
    background:url("/Content/Oasis/VoucherBackground.png") top left no-repeat;
    width:235px;
    height:50px;
    text-align:center;
}

.Vouchers 
{
    width:550px;
    border:0;
    margin:0;
    padding:0;
}
    
.Vouchers td 
{
    font-weight:bold;
    text-align:left;
    border:0;
    margin:0;
    padding:0;
    width:150px;
}

.Vouchers tr 
{
    border:0;
    margin:0;
    padding:0
}


.countdown
{
	max-width: 20px;
}

#scheduledDate
{
	max-width: 90px;
}

.FormTable
{
    width:60%; 
    text-align:left; 
    border:0; 
    margin:0; 
    padding:0;
}

.FormTable td
{
    border:0; 
    margin:0; 
    padding:0;
    line-height:25px;
}

.FormTable tr
{
    border:0; 
    margin:0; 
    padding:0;
}
