body {
	/*background-color: #EEE;
	background-image: url(../img/logo1.png);
	background-repeat: no-repeat;*/
	
	/*background-color: #3F77D8;*/
	background-color:#153670;
	background-image: url(../img/header3.gif);
	background-repeat: repeat-x;
	
}

p{
	/*margin-top: 0em;*/
}

.subTitle
{
	margin-top:0em;
	color:#888;
	/*margin-bottom: 1em;*/
	margin-left: 0.5em;
}

.advertisement
{
	text-align: center;
	display:block;
	font-weight:bold;
	color:rgb(23, 96, 189);
}

#header{
	font-size: 2em;
	
	width: 800px;
	margin:auto;
	padding-top: 2em;	
}

#header span{
/*	text-shadow: 0px 3px 0px #b2a98f,
			 0px 14px 10px rgba(0,0,0,0.15);
			 
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0.1em;*/
	/*padding: 0em 0.5em;*/
	color: grey;
}

#links{
	position:relative;
}

#links .linksMenu
{
	position:absolute; 
	right: 0px; 
	top:0.25em;
}

#links ul {
	padding: 0em;
	margin: 0em;
}

#links ul li{
	margin: 0em;
	padding: 0em 0.5em;
	list-style-type: none;
	float:left;
	padding: 0.25em;
	border: 1px solid transparent;
}

.menuButton
{
	font-size: 0.5em;
	display:block;
	width: 10em;
	
	background-color: #3E5FC5;
	color: #FFF !important;
	padding: 0em 1em;
	border-radius: 0.25em;
	text-decoration:none;
	text-align:center;
	border:0em;
	cursor:pointer;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.menuButton:hover
{
	background-color:#6181E7;
}

#links .userMenu
{
	background-color: none;
}

#links .userMenu:hover
{
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 0.1em;
	box-shadow: 0px 0px 8px #CCC;
}

#liAddBalance {display:none;}

#links ul li .subMenu{
	display:none;
	margin: 0em;
	padding: 0em;
	line-height: 1em;
}

#links ul li:hover
{

}

#links ul li:hover .subMenu
{
	display:block;
}

#links ul li .subMenu li{
	float:none;
	margin: 0em;
	padding: 0em 0em;
	border: none;
}

#links ul li .subMenu li a
{
	padding-left: 0.25em;
}

#links a {
	color: #000;	
	font-size: 0.5em;
	display:block;
	text-decoration:none;
	
	-webkit-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-o-transition: All 0.25s ease;
	-ms-transition: All 0.25s ease;
	transition: All 0.25s ease;
}

#links .subMenu a:hover
{
	background-color: #f9ffc6;
}

.addBalance
{
	background-color: #34B352;
	color: #FFF !important;
	padding: 0em 1em;
	border-radius: 0.25em;
	text-decoration:none;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	
}

.addBalance:hover
{
	background-color: #2c9846;
}

.deleteButton
{
	background-color: #B39696;
	color: #FFF !important;
	padding: 0em 1em;
	border-radius: 0.25em;
	text-decoration:none;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.deleteButton:hover
{
	background-color: #B33434;
}

.bigButton
{
	background-color: #3E5FC5;
	color: #FFF !important;
	padding: 0em 1em;
	border-radius: 0.25em;
	text-decoration:none;
	display:block;
	line-height:2em;
	text-align:center;
	cursor:pointer;
	margin: 0em 1em;
	clear:both;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.bigButton:hover
{
	background-color:#6181E7;
}

.smallButton
{
	background-color: rgb(0, 177, 8);
	color: #FFF !important;
	padding: 0em 1em;
	border-radius: 0.25em;
	text-decoration:none;
	line-height:2em;
	text-align:center;
	border:0em;
	cursor:pointer;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.smallButton:hover
{
	background-color:#6181E7;
}

.greyButton
{
	background-color: #888;
	color: #FFF !important;
	padding: 0.5em 1em;
	border-radius: 0.25em;
	text-decoration:none;
	line-height:2em;
	text-align:center;
	border:0em;
	cursor:pointer;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	font-size:smaller;
}

.greyButton:hover
{
	background-color:#AAA;
}

h2{
	border-bottom: 1px solid #DDD;
	margin-bottom: 0em;
	margin-top:0em;
}

.coloredHead
{
	color: #2c9846;
}

.coloredHead a
{
	font-size: 0.5em;
	float:right;
}

h3{
	color: #000;
	border-bottom: 1px solid #EEE;
	margin-top:0em;
	margin-bottom: 0em;
}

/*
.page{
	width: 800px;
	margin:auto;
	padding: 1em;
	border: 1px solid #DDD;
	background-color: #FFF;
	border-radius: 0.5em;
	padding-bottom: 2em;
	background: rgba(255, 255, 255, .9);
	border: 3px solid #8EB7FF;
	box-shadow: 0px 0.25em 1em rgba(0, 143, 255, 0.62);
}*/

.page{
	width: 52em;
	margin:auto;
	/*padding: 1em;*/
	border: 1px solid #DDD;
	/*background-color: #FFF;*/
	border-radius: 0.5em;
	padding-bottom: 1.5em;
	background: rgba(255, 255, 255, .9);
	border: 3px solid #8EB7FF;
	box-shadow: 0px 0.25em 1em rgba(0, 143, 255, 0.62);
}

.secondPage
{
	margin-top: -1.25em;
}

.page h2
{
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	border-bottom: 1px solid #DDD;
	margin-bottom: 0em;
	margin-top:0em;
	padding: 0.75em 0.5em 0em 0.5em;
	background-color: #FFF;
}

.page p
{
	margin-left: 1em;
}

.balance{
	float:right;
	color: #888;
	border-bottom: 0px;
	margin-top: 0em;
}

.pin 
{
	padding-left: 1em;
}

.pin:hover a
{
	color: #333;
}

.pin a
{
	color: transparent;
	/*background-color:transparent;*/
}

.pinBox:active, .pinBox:focus, .pinBox:hover
{
	color: #333;
	/*background-color: #FFF;*/
}

.money {
	color: #2c9846;
}

.error
{
	color: Red;
	font-weight: bold;
}

.success
{
	color: #34B352;
	font-weight: bold;
}

table tr.sdgHeader
{
	font-weight: bold;
}

tr{
	border-bottom: 1px solid #DDD;
}

thead td{
	font-weight: bold;
	border-bottom: 1px solid #333 !important;
}

#foot
{
	width: 800px;
	margin:auto;
	padding: 1em;
	font-size: small;

	color: #FFF;
}

#foot a{
	color: #FFF;	
}

#right{
		text-align: right;
		float:right;
}

.infoBox
{
	border: 1px solid #8EB7FF;
	/*border: 3px solid #8EB7FF;*/
	border-radius: 0.5em;
	padding: 1em;
	margin: 1em;
	float:right;
	background-color: #FFF;
	width: 22em;
}

.infoBox+.infoBox
{
	margin-top: 0em;
}

.infoBox p
{
	margin-top: 0em;
	margin-left: 0em;
}

.infoBox p:last-child
{
	margin-bottom: 0em;
}

.report
{
	padding:0em 1em;
}

table 
{
	margin-top:1em;
}

table.form
{
	margin-left: 1em;
	width: 23em;
}

.formContainer
{
	padding: 1em;
	max-width: 24em;
}

.formContainer label
{
	display:block;
	margin-top: 0.5em;
	color: #555;
}

.formContainer label:first-child
{
	margin-top: 0em;
}

.formContainer input
{
	display:block;
}

#confirmData 
{
	background-color: #EEE;
	border-radius: 0.25em;
	padding: 1em;
	clear:left;
	/*border: 1em solid #FFF;*/
}

#confirmData p { margin: 0em; font-size: smaller; }

#numberConfirmed
{
	display:none;
	background-color: rgb(0, 177, 8);
	color: #FFF;
	font-size: larger;
	text-align: center;
	padding: 0.5em;
	border-radius: 0.25em;
	margin-top: 1em;
}

.formFoot
{
	margin-top: 1em;
	clear:both;
}

.formFoot input
{
	display:inline;
}

.formGroup
{
	float:left;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.formGroup:first-child
{
	/*margin-left: 0em;*/
}

.registered
{
	float:right;
	margin-right: 0.5em;
	margin-bottom: 0px;
}

#subdomain
{
	text-transform:lowercase;
}

/*--------------modal ---*/

#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

#divChangePin, #divConfirmDelete, #divQrCode
{
	width: 20em;
	display:none;	
	padding-bottom: 0em;
}



.infoBox .bonusLevel
{
	font-size: 1.5em;
	line-height: 1.5em;
}

.infoBox .bonus
{
	font-size: 1.5em;
	line-height: 1.5em;
	background-color: #FDFFC1;
	padding: 0em 0.75em;
}

table tr:last-child
{
	border-bottom: none;
}

.infoBox h3
{
	color: #6181E7;
}

.inlineForm 
{
	padding: 1em;
}

.disabledLabel
{
	background-color: rgb(162, 21, 21);
	color: #FFF !important;
	padding: 0em 0.5em;
	border-radius: 0.25em;
	display:inline-block;
	border:0em;
	margin-left: 0.5em;
}

/*Busy indicator*/
div.ajax-busy-loader-container {
	position: relative
}
div.ajax-busy-loader-container .ajax-busy-icon {
	text-align: center;
	position: absolute;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	display: none;
}