/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Fonts */
	
/* @license
 * MyFonts Webfont Build ID 2319668, 2012-07-04T18:36:11-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo Sans 700 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/700/
 * Licensed pageviews: 10,000
 * 
 * Webfont: Museo Sans 300 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/300/
 * Licensed pageviews: unspecified
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2319668
 * Webfonts copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * 
 * © 2012 Bitstream Inc
*/

 @font-face {font-family: 'MuseoSans-700';src: url('webfonts/236534_0_0.eot');src: url('webfonts/236534_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/236534_0_0.woff') format('woff'),url('webfonts/236534_0_0.ttf') format('truetype');}
 
  
 @font-face {font-family: 'MuseoSans-300';src: url('webfonts/236534_1_0.eot');src: url('webfonts/236534_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/236534_1_0.woff') format('woff'),url('webfonts/236534_1_0.ttf') format('truetype');}

/* @end */

/* @group Standard Tags */
html,body{
	height:100%;
	width: 100%;
	-webkit-text-size-adjust:none;
}
html{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 11px;
	color: #797979;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5{
	font-family: 'MuseoSans-300', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}

h2{
	font-size: 2.6em;
	margin-bottom: .7em;
	color:#323232;
	line-height:1.2;
}

h3{
	font-size: 1.8em;
	margin-bottom: .6em;
	color:#323232;
	line-height:1.2
}
h4{
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	color: #323232;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .4em;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;	
	padding-right: 1em;
	line-height:14px;

}


a{
	border:none;
    outline:none;
	color: #ff0a0a;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color:#640000;
	
}
em{
	font-style: italic;
}

p{
	margin: 0 0 1.6em;
	line-height:1.6;
}

label{
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	color: #323232;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .4em;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;	
	padding-right: 1em;
	line-height:14px;
}

strong{
	font-weight: bold;
}

label.tickbox {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 11px;
	color: #797979;
    display: block;
    padding-bottom: 5px;
    font-weight: normal;
}

li{
	list-style-type:none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/* @end */

/* @group Standard Input & Select */
textarea,input[type="text"], input[type="password"] {
	width: 300px;
	font-size: 13px;
	border: 1px solid #D9D9D9;
	border-top: 1px solid silver;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 1em;
	-webkit-appearance:none;
	text-align: -webkit-auto;
	padding: 7px 8px;
	
    -webkit-transition: border-color 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out;
}
input[type="textarea"]{
	
}

input[type="text"]:hover, input[type="password"]:hover {
	border: 1px solid #B9B9B9;
	border-top: 1px solid #A0A0A0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type="text"]:focus, input[type="password"]:focus {
	outline: none;
	border: 1px solid #2eb135;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	outline-offset: -2px;
}

input.validate-error,input:hover.validate-error,input:focus.validate-error{
	border-color: #df4b4b;
}

select{
	width: 300px;
	margin-bottom: 1em;
}

input[type="checkbox"]{
	width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    margin-right: 5px;
    vertical-align: bottom;
    position: relative;
    *overflow: hidden;
}

input.ftCode{
	width: 72px;
}

input.number{
	width: 100px;
	margin-right: 110px;
}
input.date{
	width: 100px;
	margin-right: 110px;
}

input::-moz-focus-inner { border: 0; }

/* @end */

/* @group Standard Button */

input[type="submit"] {
	clear:both;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	height: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default;
	border: 1px solid #ff0a0a;
	background-color: #ff0a0a;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#640000),to(#ff0a0a));
	background-image: -webkit-linear-gradient(top,#640000,#ff0a0a);
	background-image: -moz-linear-gradient(top,#640000,#ff0a0a);
	background-image: -ms-linear-gradient(top,#640000,#ff0a0a);
	background-image: -o-linear-gradient(top,#640000,#ff0a0a);
	background-image: linear-gradient(top,#640000,#ff0a0a);
	
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 1px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 1px rgba(0, 0, 0, 0.23);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 1px rgba(0, 0, 0, 0.23);

	padding: 0 25px;
	margin: .8em 0 1em;
}

input[type="submit"]:hover{
	border: 1px solid #ff0a0a;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background-color: #ff0a0a;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ff0a0a),to(#640000));
	background-image: -webkit-linear-gradient(top,#ff0a0a,#640000);
	background-image: -moz-linear-gradient(top,#ff0a0a,#640000);
	background-image: -ms-linear-gradient(top,#ff0a0a,#640000);
	background-image: -o-linear-gradient(top,#ff0a0a,#640000);
	background-image: linear-gradient(top,#ff0a0a,#640000);
}

input[type="submit"]:active, .sub input[type="submit"]:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* @end */

/* @group Grey Button hyperlink */
a.standard-Btn, a.dropdown-Btn{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #F8F8F8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#ECECEC));
	background-image: -webkit-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: -moz-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: -ms-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: -o-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: linear-gradient(top,#F8F8F8,#ECECEC);
	border: 1px solid #C6C6C6;
	color: #444;
	font-size: 11px;
	font-weight: bold;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default;
	padding: 7px 20px 8px;
}
a:hover.standard-Btn, a:hover.dropdown-Btn{
	text-decoration: none;
	background-color: #F8F8F8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#ECECEC));
	background-image: -webkit-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: -moz-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: -ms-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: -o-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: linear-gradient(top,#F8F8F8,#ECECEC);
	border: 1px solid #B9B9B9;
	text-shadow: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
a:active.standard-Btn, a:active.dropdown-Btn, a.dropdown-Btn.pressed, a.dropdown-link.standard-Btn.pressed{
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	
	background-color: #ECECEC;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ECECEC),to(#E1E1E1));
	background-image: -webkit-linear-gradient(top,#ECECEC,#E1E1E1);
	background-image: -moz-linear-gradient(top,#ECECEC,#E1E1E1);
	background-image: -ms-linear-gradient(top,#ECECEC,#E1E1E1);
	background-image: -o-linear-gradient(top,#ECECEC,#E1E1E1);
	background-image: linear-gradient(top,#ECECEC,#E1E1E1);
}
.dropdown{
	position:absolute;
	z-index:1;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.js .dropdown{
	display:none;
}
.dropdown-items{
	margin-top: 9px;
	border: 1px solid #C6C6C6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.dropdown-items ul li a{
	color: #444; 
	display:block;
	padding: 8px 15px;
	margin: 2px 0;
	
	-webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.dropdown-items ul li a:hover{
	background-color: #ECECEC;
	text-decoration: none;
}

span.arrow{
	display:inline-block;
	width: 7px;
	height: 5px;
	margin-right: -7px;
	margin-left: 2px;
	background: url(../images/arrow.png) no-repeat;
}
/* @end */

/* @group Standard IDs */
#main, #header, #footer{
	width: 900px;
	margin: 0 auto;
}

#main{
	height: 100%;
	min-width:320px;
	min-height: 600px;
}
#footer{
	width: 660px;
	padding-bottom: 40px;
}
#main .message{
	margin-bottom: 30px;
}
#main .section.right .message{
	margin-bottom: 1em;
}
/* @end */

/* @group Standard Classes */
.section-full{
	margin: 0 auto;
	width: 660px;
	overflow:hidden;
}
.section{
	width: 300px;
	min-height: 320px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.section.left{
	min-height:260px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 30px;
	float:left;
}

.section.left.waves{
	background: url(../images/logo.jpg) center center no-repeat;
}

.section.right{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	float:right;
}

.v-center{
	height:100%;
	width: 100%;
	/* Firefox */
	display:-moz-box;
	-moz-box-orient:vertical;
	-moz-box-pack:center;
	-moz-box-align:center;
	
	/* Safari and Chrome */
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	
	/* W3C */
	display:box;
	box-orient:vertical;
	box-pack:center;
	box-align:center;
}

.v-section{
	float:none;
	/* Firefox */
	display:-moz-box;
	-moz-box-orient:vertical;
	-moz-box-pack:center;
	
	/* Safari and Chrome */
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-box-pack:center;
	
	/* W3C */
	display:box;
	box-orient:vertical;
	box-pack:center;
}

.section.menu-options .pressed{
	background-color: #f1f1f1;
	padding-left: 30px;
	position: relative;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.section.menu-options .pressed:after{
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #f1f1f1;
	border-width: 17px;
	top: 50%;
	margin-top: -17px;
}
.section.menu-options a{
	display:block;
	color: #797979;
	width: 220px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 13px;
	margin-bottom: 5px;
	
	-webkit-transition: 0;
    -moz-transition: 0;
    transition: 0;
    
    -webkit-transition: padding 0.15s ease-in-out;
    -moz-transition: padding 0.15s ease-in-out;
    transition: padding 0.15s ease-in-out;
}

.section.menu-options a:hover{
	padding-left: 30px;
}

.section.menu-options .back{
	background-color: #f1f1f1;
	width: 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left: 20px;
	padding:17px;
	margin-bottom: 20px;
}

.section.menu-options .back.pressed:after{
	border:none;
}

.museo700{
	font-family: 'MuseoSans-700', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;	
}

.hide{
	display:none;
}

.close{
	position:absolute;
	right: 20px;
	top: 15px;
	font-size: 16px;
	color:#333;
	cursor:pointer;
}
.clear{
	clear:both;
}

.center{
	text-align:center;
}
.row{
	float:left;
	width: 50px;
	padding-bottom: 5px;
}

.disabled-text{
	font-family: 'MuseoSans-300', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size: 2.6em;
	color:#ccc;
	position: absolute;
	text-align:center;
	width: 540px;
	text-align:center;
	padding: 98px 60px 0;
}
/* @end */

/* @group Modal */
#modal-bg{
    position:fixed;
    top:0px;
    left:0px;
    height:100%;
    width:100%;

    background:#000;
    
    /*transparency everywhere*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.modal-window{
	display:none;
    z-index:3;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	position: absolute;
	top: 0px;
   	left: 50%;
   	width: 420px;
   	margin-left: -210px; /* Half the width */
	margin-top: 80px;
	border: 1px solid #dfdfdf;
}
.modal-window.large{
	width: 760px;
	margin-left: -380px;
}

.modal-window .section{
	margin:0;
	padding:60px;
	min-height:0;
	display:inline;
}

.modal-window.large .section{
	padding:0px;
	min-height:300px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.modal-window.large .section.left{
	margin-right: 30px;
}
.modal-window.large .section.right{
	margin-left: 30px;
}

.modal-window .close-btn{
	float:right;
	margin-top: -35px;
	margin-right: -30px;
	font-size: 20px;
}

.modal-window a.close-btn{
	color: #797979;
	cursor:pointer;
}

.modal-window a:hover.close-btn{
	color: #333;
	text-decoration: none;
}
.modal-window input.ftCode{
	width: 72px;	
}
/* @end */

/* @group Warning/Error Messages */
.message{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
								
 	color: #333;
 	font-weight: bold;
  	width:100%;
 	text-align:center;
 	padding: 15px;
 	line-height:16px;
 	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 auto;
}

.section.left .message{
	text-align: left;
}

.message.banner{
	margin-top: 30px;
	width: 660px;
}

.info{
	background-color: #4196d2;
	border-color: #3e55a0;
}

.info a{
	color: #333;
	text-decoration: underline;
}

.red{
	color: #640000;
}
.error{
	background-color: #ff0a0a;
	border-color: #640000;
	color:#fff;
}
input.input_error{
	border-color: #ff0a0a;
	margin-bottom: 5px;
}

.error a{
	color:#fff;
	text-decoration: underline;
}
		 
.warning{
	background-color: #eaaf51;
	border-color: #d99a36;
}
.warning a{
	color:#333;
	text-decoration: underline;
}

.success{
	color:#fff;
	background-color: #64a541;
	border-color: #aac34b;
}
.success a{
	color:#fff;
	text-decoration: underline;
}

#js-message{
	width: 100%;
}

#info-message{
	width: 100%;
}

.js #js-message{
	display:none;
}
/* @end */

/* BBOL */

/* @group Select Channel Page */
#selectchannel-page #vouchers-disabled, #selectvoucher-page #vouchers-disabled{
	font-family: 'MuseoSans-300', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size: 2.6em;
	color:#ccc;
	position: absolute;
	text-align:center;
	width: 540px;
	text-align:center;
	padding: 98px 60px 0;
}
#selectchannel-page .bbol-account{
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #dfdfdf;
}
#selectchannel-page a.standard-Btn{
	display:inline-block;
	margin-bottom: 1em;
}
#selectchannel-page .request-form{
	display:none;
	background-color: #eee;
	padding: 30px 30px 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 170px;
	
}
#selectchannel-page .request-form input{
	width: 170px;
	height: 28px;
	margin-bottom: 5px;
	
}
#selectchannel-page .request-form.show{
	display:block;
}
#selectchannel-page .bbol-account .message{
	margin-top: 15px;
	margin-bottom: 15px;
	display:none;
}
#selectchannel-page .bbol-account .message.show{
	display:block;
}
/* @end */

/* @group Select Voucher Page */
#selectvoucher-page input.number_input{
	width: 40px;
}

#selectvoucher-page #smr p.intro{
	margin-top: -25px;
}

#selectvoucher-page #smr #smrRadio span{
	padding-left: 2px;
	padding-right: 6px;
}
#selectvoucher-page #smr #smrRadio{
	margin-bottom: 5px;
}

#selectvoucher-page #smrRequest{
	overflow:hidden;
	width: 400px;
	margin: 0 auto;
	border: 1px solid #eee;
}

#selectvoucher-page #smrRequest p{
	padding: 20px;
	padding-top: 14px;
	margin-bottom: 0px;
}

#selectvoucher-page #smrRequest p#newHighlight{
	padding: 0;
	color:white;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: -18px;
	width: 50px;
	font-weight: bold;
	text-align:center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
	background-color: #ff0a0a;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#640000),to(#ff0a0a));
	background-image: -webkit-linear-gradient(top,#640000,#ff0a0a);
	background-image: -moz-linear-gradient(top,#640000,#ff0a0a);
	background-image: -ms-linear-gradient(top,#640000,#ff0a0a);
	background-image: -o-linear-gradient(top,#640000,#ff0a0a);
	background-image: linear-gradient(top,#640000,#ff0a0a);
	height:18px;
}

#selectvoucher-page #smrRequest input[type="submit"]{
	margin-bottom: 0px;
	background-color: #fff;
	border:none;
    outline:none;
	color: #ff0a0a;
	text-decoration: none;
	clear:both;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 11px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	text-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height:13px;
	cursor: pointer; 
	border: none;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

}

#selectvoucher-page #smrRequest input[type="submit"]:hover{
	border: none;
	text-shadow: none;
	background-color: none;
	background-image: none;
}

#selectvoucher-page #smrRequest input[type="submit"]:active, .sub input[type="submit"]:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* @end */

/* @group Revoke Page */
#revoke-page #revoke-list{
	margin-bottom: 1em;
	overflow:hidden;
}
#revoke-page .row.voucher{
	width: 160px;
	clear:both;
}
#revoke-page .row.issued{
	width: 80px;
}
#revoke-page .row.cost{
	width: 40px;
}
#revoke-page .row.select{
	width: 15px;
}
/* @end */

/* @group Revoke Confirm Page */
#revokeconfirm-page .row{
	float: left;
	width: 145px;
	padding-right: 5px;
}
#revokeconfirm-page #voucher-list{
	overflow:hidden;
	margin-bottom: 1em;
	margin-top: 2em;
}
/* @end */

/* @group Revoke Results Page */
#revokeresults-page .row.voucher{
	width: 170px;
}
#revokeresults-page .row.results{
	width: 130px;
}
#revokeresults-page .row.return-link{
	margin-top: 1em;
	width: 200px;
}
/* @end */

/* @group Login Page */
#login-page{
	min-height:500px
}
#login-page .section.right{
	min-height:290px
}
/* @end */

/* @group Menu Page */
#menu-page{
	width: 900px;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 45px;
	overflow:hidden;
}

#menu-page #menu-items{
	overflow:hidden;
	margin:0 auto;
	width: 660px;
	border-bottom: 1px solid #e8e8e8;
}

#menu-page #menu-items #menu-links a.plain-link{
	display:inline-block;
	background-color: #fff;
	color: #797979;
	font-weight: bold;
	margin-left: 15px;
	float:right;
	padding-bottom: 13px;
	border-bottom: 4px solid #fff;
	padding-right: 3px;
	padding-left: 3px;
}
#menu-page #menu-items #menu-links a.pressed{
	border-bottom: 4px solid #ff0a0a;
}
#menu-page #menu-items #menu-links a.dropdown-pressed{
	border-bottom: 4px solid #ff0a0a;
}
#menu-page #menu-items #menu-links a.dropdown-link{
	padding-right: 9px;
}
#menu-page #menu-items #menu-links a.dropdown-link.pressed{
	border-bottom: 4px solid #fff;
}

#menu-page #menu-items #menu-mobile-links{
	float:left;
	margin-left: 10px;
}

#menu-page .dropdown-link{
	display:none;
}
#menu-page .dropdown{
	margin-left: 465px;
	margin-top: 19px;	
}
/* @end */

/* @group Retina images */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.section.left.waves{
		background: url(../images/logo@2x.jpg) center center no-repeat;
		background-size: 300px 300px;
	}
	span.arrow{
		background: url(../images/arrow@2x.png) no-repeat;
		background-size: 7px 4px;
	}
}
/* @end */

/* @group IE Fixes */
.ie6 .section.right, .ie7 .section.right, .ie8 .section.right, .ie9 .section.right,.ie10 .section.right{
	float: right;
}

.ie6 .v-center, .ie7 .v-center, .ie8 .v-center, .ie9 .v-center, .ie10 .v-center{
	padding-top: 10%;
	height: 70%;
}

.ie6 #failure-page.v-center, .ie7 #failure-page.v-center, .ie8 #failure-page.v-center, .ie9 #failure-page.v-center, .ie10 #failure-page.v-center{
	padding-top: 10%;
	height: 70%;
}

.ie6 #success-page.v-center, .ie7 #success-page.v-center, .ie8 #success-page.v-center, .ie9 #success-page.v-center, .ie10 #success-page.v-center{
	padding-top: 10%;
}

.ie6 #register-page.v-center, .ie7 #register-page.v-center, .ie8 #register-page.v-center, .ie9 #register-page.v-center, .ie10 #register-page.v-center{
	padding-top: 0px;
}

.ie7 .message{
	padding-left: 0px;
	padding-right: 0px;
}
.ie7 .section .message{
	padding-left: 10px;
	padding-right: 10px;
	width: 280px;
}
.ie7 #register-page input#pass1, .ie7 #register-page input#pass2{
	width: 127px;
}
.ie7 #capabilities #nav{
	margin-bottom: -35px;
	
    /*transparency everywhere*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.ie7 #capabilities #main-nav a.right{
	margin-top: -11px;
}
.ie7 #main{
	height: 0;
}
.ie7 input[type="text"], .ie7 input[type="password"]{
	width: 282px;
}
.ie7 input[type="submit"]{
	clear: both;
}
.ie7 #modal-bg, .ie8 #modal-bg{
	background-color: transparent;
	background-image: none;
}
.ie7 span.arrow{
	height: 8px;
} 
.ie8 #capabilities #main-nav{
	float:left;
	margin-left: 225px;
	margin-bottom: 40px;
}
/* @end */

/* @group Javascript Disabled */
.no-js #mobile-dropdown{
	display:none;
}
.no-js .menu-options a{
	display:none;
}
.no-js .menu-sections #edit-details, .no-js .menu-sections #update-password,.no-js .menu-sections #update-newsletter, .no-js .menu-sections #credit-card, .no-js .menu-sections #auto-login, .no-js .menu-sections #topup, .no-js .menu-sections #daypass, .no-js .menu-sections #flexipass, .no-js .menu-sections #subscriptions, .no-js .menu-sections #sms{
	display:block;
	margin-bottom: 30px;
}
.no-js #menu-page .dropdown-link{
	display: none;
}
.no-js #menu-page .dropdown-items{
	display: none;
}
.no-js #invalid-vouchers-no-js{
	margin-top: 1em;
	display:block;
}
.no-js #status-page a.modal{
	display:none;
}
.no-js #subinfo-page a.modal{
	display:none;
}
/* @end */

/* @group Animations */
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}
.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
/* @end */

/* @group Reports */
#reports h2{
	margin-left: 32px;
	margin-bottom: 50px;
}
#reports #no-options, #reports #no-canvas,#reports #no-data{
	font-family: 'MuseoSans-300', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size: 2.6em;
	color:#ccc;
	position: absolute;
	text-align:center;
	width: 600px;
	padding-top: 98px;
}
#reports #top-sites label{
	color: #fff;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
}
#reports #no-canvas{
	display:none;
}
#reports #no-options.no-setup, #reports #no-canvas.no-setup{
	width: 600px;
	margin-left: 150px;
	text-align:center;
}
#reports #no-options.no-setup p{
	padding-top: 10px;
}
#reports #no-options.no-setup p a{
	font-size: 20px;
}
#reports #canvas{
	float:left;
}
#reports #controls{
	width: 270px;
	float:right;
}
#reports #controls hr{
	border-style: none;
	border-top: 1px solid #f1f1f1;
	margin-bottom: 20px;
}
#reports #sites{
	height: 200px;
	overflow:auto;
}
#reports label{
	font-size: 11px;
	padding: 0px;
}
#reports select{
	width: 260px;
}
#reports #spinner{
	position:absolute;
	margin-top: -39px;
	margin-left: 80px;
	display:none;
}

#reports #export input{
	background:none!important;
     border:none; 
     padding:0!important;
    /*border is optional*/
    outline:none;
	color: #339933;
	text-decoration: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 11px;
	font-weight: normal;
} 

.ie6 #reports #controls, .ie7 #reports #controls, .ie8 #reports #controls{
	display:none;
}
.ie6 #reports #canvas, .ie7 #reports #canvas, .ie8 #reports #canvas{
	display:none;
}
.ie6 #reports #no-options, .ie7 #reports #no-options, .ie8 #reports #no-options{
	display:none;
}
/* @end */

/* @group vouchers-page */
#vouchers-page label{
	width: 196px;
	float:left;
	padding-left: 5px;
	padding-right: 10px;
}
#vouchers-page input{
	margin:0px;
	margin-bottom: 6px;
}
#vouchers-page hr{
	clear:both;
	border:none;
	border-top: 1px solid #eaeaea;
	padding-top: 5px;
}
#vouchers-page p{
	float:left;
	width: 196px;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: -22px;
}
/* @end */

/* @group History */
#history-page.btr .cell.description{
	width: 170px;
}
#history-page .noData{
	text-align: center;
	padding-top: 55px;
}
#history-page #valueSelection{
	width: 170px;
	overflow:hidden;
	float:left;
	margin-right: 40px;
	margin-bottom: 20px;
}
#history-page #valueSelection h4{
	margin-bottom: 10px;
}
#history-page #valueSelection select{
	width: 170px;
}
#history-page #controlsSearch{
	margin-top: 20px;
}
#history-page #controlsSearch input[type=text]{
	width: 170px;
	margin-right: 5px;
	float:left;
}
#history-page #controlsSearch input[type=submit]{
	width: 80px;
	padding:0px;
	margin-top: 3px;
}
#history-page #transactions{
	width: 570px;
	overflow:hidden;
	padding-bottom: 40px;
}
#history-page #pageCount{
	clear:both;
	text-align:right;
}
#history-page #nextPrevious{
	margin-top: 10px;
	float:right;
}
#history-page #nextContainer{
	display:inline-block;
}
#history-page #previousContainer{
	display:inline-block;
}

#history-page .row{
	width: 820px;
	padding-bottom: 0px;
}
#history-page .row.title{
	font-weight: bold;
}
#history-page .row.grey{
	background-color: #f1f1f1;
}
#history-page .row.refund{
	color: #ff2600
}
#history-page .cell{
	float:left;
	padding: 7px;
	line-height:1.4;
}
#history-page .cell.date{
	width: 100px;
}
#history-page .cell.room{
	width: 40px;
	text-align:center;
}
#history-page .cell.qty{
	width: 30px;
	text-align:center;
}
#history-page .cell.descriptionQty{
	width: 170px;
}
#history-page .cell.descriptionCost{
	width: 160px;
}
#history-page .cell.username{
	width: 60px;
}
#history-page .cell.voucher{
	width: 140px;
}
#history-page .cell.cost{
	width: 40px;
}
#history-page .cell.fullname{
	width: 150px;
}
/* @end */
