/*
Theme Name: LinkSwiper Theme	
Theme URI: http://linkswiper.com
Description: LinkSwiper Theme - For Use with LinkSwiper ONLY
Author: Nick Jolin
Author URI: http://linkswiper.com
.
Theme to be used with the LinkSwiper stealth link creation utility.
.
*/
 
 * {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;

}

table {
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}

body {
font-family:verdana;
font-size: small;
color: black;
margin:0px;
}

a:link
{
  color: #003399;
  text-decoration: underline;
}

.greylabels {
padding-right: 4px;
font-size: 0.84em !important;
color: #667;
white-space: nowrap;
text-align: right;
vertical-align: middle;
}

.notpaying{
font-family: arial,verdana,helvetica,sans-serif;
text-decoration: line-through;
}

.offervalue {
color: #900;
font-size: 1.34em;
letter-spacing: -1px;
font-weight: normal;
}

.offersave {
color: green;
}

td, th {
font-family: verdana,arial,helvetica,sans-serif;
font-size: small;
}

h2 {
color: black;
font-size: medium;
margin: 0px 0px 0.25em;
}

#hbg {
width:100%;
height:50px;
background-image:url('img/header-top.png');
background-repeat:repeat-x;
margin-bottom:25px;
}

h1 {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.7em;
font-weight: normal;
}

#heading {
color: red;
font-size: 1.7em;
margin: 0px 0px -8px;
}

li#button {
	background-image: url(img/button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 133px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFF;
	border: 0px;
	margin: 5px;
	font-size: 16px;
	padding: 5px 2px 5px 2px;
	cursor: pointer;
	float: left;
	list-style-type: none;
}
#pages, #page1,#page2,#page3, #page4, #page4{
	text-align: center;
	}

/*
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;

}

table {
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}
*/

iframe {
   border:0;
   padding: 0;
   margin: 0;
  /*pointer-events: none;*/ 
  width: 100%;
  line-height: 0; 
  display:block;
}

.header {
  border-bottom: 1px solid #000
}

.content {
  height: 100%;
}

#exit-content {
  display: none;
}

.iframe-load {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -200px;
}

#simplemodal-container {
  padding: 10px;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 * height: 600px; width: 1050px;
 */

/* Overlay */
#simplemodal-overlay {background-color:#aaaaaa; cursor:wait;}

/* Container */
#simplemodal-container { background-color:#fff; border:1px solid #000000; -moz-border-radius: 5px; }
#simplemodal-container a.modalCloseImg {background:url('img/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; left:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}
