body {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #3b3b3b));
    background:-moz-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background:-webkit-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background:-o-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background:-ms-linear-gradient(top, #000000 5%, #3b3b3b 100%);
    background:linear-gradient(to bottom, #000000 5%, #3b3b3b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3b3b3b',GradientType=0);
    background-color:#000000;
    background-attachment:fixed;
    font: normal 12px Arial, Tahoma, Helvetica, sans-serif !important;
    color: #000;
}
#wrapper { 
	margin: 0 auto;
	width: 880px;
	background: #ffffff;
}

#header {
    background: #031943;
    width: 101%;
}
#navigation {
	float: left;
	width: 880px;
	height: 3px;
	border-top: 1px solid #ffffff;
	background: #16415b;
}
#leftcolumn { 
	float: left;
	width: 170px;
}
#rightcolumn { 
	float: left;
	width: 710px;
}
#footer { 
	clear: both;
	width: 880px;
	height: 30px;
	text-align: center;
}

/*****************************************************************/
p {
	margin: 10px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #777777;
}
strong, b {
	color: #555555;
}
a, a:link {
	color: #2a7bad; 
	text-decoration: none;
	outline: none;
}
a:active {  
	color: #ffcc00; 
	text-decoration: none;
}
a:focus {
	-moz-outline-style: none;
}
a:hover {  
	color: #0099ff; 
	text-decoration: none;
}
a:visited {  
	color: #66cccc; 
	text-decoration: none;
}

/***** TOP MENU *************************************************/
#menutop ul {
	margin: 30px 0px 0px 300px;
	list-style-type: none;
	width:auto;
	float:left;
}
#menutop ul li {
	display: block;
	float: left;
	margin: 0px 0px 1px 1px;
}

#menutop ul li a  {
	display: block;
	float: left;
	padding: 12px 0px 0px 0px;
	height: 55px;
	width: 96px;
	background: url(../images/menu/menutop.png) scroll no-repeat top left;
	font: bold 14px Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #EAF3F8;
}
#menutop a:hover {
	background: url(../images/menu/menutop_hover.png) scroll no-repeat top left;
	color: #c2ff00;
}

/***** LEFT MENU *************************************************/
.menuleft {
	margin: 5px 0px 0px 5px;
	width: 158px;
	border: 1px solid #e0e0e0;
	background: url(none) #ffffff scroll no-repeat top left;
}
.menuleft .title {
	margin: 2px 0px 1px 2px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #3b3b3b));
	background:-moz-linear-gradient(top, #000000 5%, #3b3b3b 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #3b3b3b 100%);
	background:-o-linear-gradient(top, #000000 5%, #3b3b3b 100%);
	background:-ms-linear-gradient(top, #000000 5%, #3b3b3b 100%);
	background:linear-gradient(to bottom, #000000 5%, #3b3b3b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3b3b3b',GradientType=0);
    background-color:#000000; 
    border:1px solid #ffffff;
	width: 154px;
	height: 30px;
	font-weight: bold;
	text-indent: 10px;
	line-height: 30px;
	color: #FFFFFF;
}
.menuleft ul {
	margin: 0px 0px 1px 2px;
	padding: 0px;
	list-style-type: none;
	width: 154px;
}
.menuleft ul li {
	display: block;
	margin: 0px 0px 1px 0px;
}
.menuleft ul li a,.menuleft ul li a:visited {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	padding: 6px;
	/* height: 26px; */
	line-height: 1.3;
	text-decoration: none;
	color: #000;
    font-weight: bold;
	font-size: 12px;
}

.menuleft ul li a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #dadada));
	background:-moz-linear-gradient(top, #e5e5e5 5%, #dadada 100%);
	background:-webkit-linear-gradient(top, #e5e5e5 5%, #dadada 100%);
	background:-o-linear-gradient(top, #e5e5e5 5%, #dadada 100%);
	background:-ms-linear-gradient(top, #e5e5e5 5%, #dadada 100%);
	background:linear-gradient(to bottom, #e5e5e5 5%, #dadada 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dadada',GradientType=0);
    background-color:#e5e5e5;
}


/***** LEFT MENU SUB *************************************************/
.menuleft ul ul {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	width: 154px;
}
.menuleft ul ul li {
	display: block;
	margin: 0px 0px 1px 0px;
}
.menuleft ul ul li a {
	display: block;
	padding: 0px 6px 0px 16px;
	height: 26px;
	background: url(../images/menu/menuleft_sub.gif) #f2f3f4 repeat-x top left;
	line-height: 26px;
	text-decoration: none;
	color: #1b4f6f;
}
.menuleft ul ul li a:hover {
	background: url(../images/menu/menuleft_sub_hover.gif) #e0e0e0 repeat-x top left;
	color: #999999;
}
.menuleft ul ul li a.active {
	background: url(../images/menu/menuleft_sub_hover.gif) #e0e0e0 repeat-x top left;
	color: #999999;
}

/***** CENTER *************************************************/
.wrapper {
	margin: 5px 5px 5px 0px;
	border: 1px solid #e0e0e0;
	background: url(none) #ffffff scroll no-repeat top left;
	width: 703px;
}
.wrapper .title {
    width: auto;
    background: #02163d;
    background: -webkit-gradient(linear,left top,right top,from(#02163d),to(#0d2c68));
    background: linear-gradient(90deg,#02163d 0%,#0d2c68 100%);
    color: #fff;
    padding: 10px;
    font-weight: 700;
    font-family: roboto,sans-serif;
    font-size: 14px;
}
a:link, a:visited, a:hover {
    color: #000;
    font-weight: bold;
    
}

.wrapper h4, .tableheader {
    width: auto;
    background-color: #202020;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    color: #fff;
    font-weight: 700;
    font-family: roboto,sans-serif;
    font-size: 13px;
    padding: 8px 10px;
    margin-top: 1px;
    margin-bottom: 10px;
}

/**********************************************************************************/
.clear { clear: both; background: none; }

table.results {
	font-size:12px;
}

tr.rowodd {
	padding: 4px;
	background: url(../images/bkg_tbl_row_dark.gif) #cfcfcf scroll repeat top left;
	font-weight: bold;
	color: #1b4f6f;
}
tr.roweven {
	padding: 4px;
	background: url(../images/bkg_tbl_row_lite.gif) #4e4e4e scroll repeat top left;
	font-weight: bold;
	color: #1b4f6f;
}

.accservices {
	font: normal 10px Arial, Tahoma, Helvetica, sans-serif;
	border: 1px thin #FFFFFF;
	margin-top: 15px;
}
tr.rowgun {
	background: url(none) #373737 scroll repeat top left;
	font-weight: bold; 
	color: #c2ff00;
}
#signupform tr {
	font-size:12px;
}

.bannerHeader {
	font-size:240%;
}
.bannerMessage {
	font-size:160%;
}
.loadingBanner {
	width:350px;
	margin: 40px 0px 0px 160px;
	background-image:url(/images/loadingMessageBackground.gif);
	border:1px solid;
	color:#718BC0;
	font-weight:bold;
	padding:5px;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.white a, .white a:visited {
    color: #606060;
}
.fixedbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    min-height: 21px;
}
.minibreak {
    height: 3px;
}
.gradienttable {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #042c7c), color-stop(1, #053dad))!important;
        background:-moz-linear-gradient(top, #042c7c 5%, #053dad 100%)!important;
        background:-webkit-linear-gradient(top, #042c7c 5%, #053dad 100%)!important;
        background:-o-linear-gradient(top, #042c7c 5%, #053dad 100%)!important;
        background:-ms-linear-gradient(top, #042c7c 5%, #053dad 100%)!important;
        background:linear-gradient(to bottom, #042c7c 5%, #053dad 100%)!important;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#042c7c', endColorstr='#053dad',GradientType=0)!important;
        
        background-color:#042c7c!important;   
        
        
        
        border:1px solid #ffffff;
    height: 23px !important;
    line-height: 23px !important;
    font-size:12px !important;
    color:#fff!important;
}


/* New Styles for Wallets */

p {
    margin-top: auto;
    margin-bottom: auto;
    }

    .sports-wallet,
    .games-wallet {
        border-bottom: 1px solid rgba(33, 33, 33, 0.35);
        width: 100%;
        margin-bottom: 15px;
    }

    #sportwallet-inner {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding: 8px;
        border: 1px solid transparent;
    }

    #gamewallet-inner {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding: 8px;
        border: 1px solid transparent;
    }


    .wallet-header {
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

    .wallet-name {
        font-family: arial;
        font-size: 13px;
        font-weight: bold;
        color: #212121;
        margin: 0;
        padding-bottom: 5px;
    }

    .wallet-body {
        padding-left: 15px;
        font-family: arial;
        font-size: 12px;
        color: #212121;
    }

    span.cash.sports-amount {
        font-weight: bold;
        margin-right: 40px;
    }

    span.cash.games-amount {
        font-weight: bold;
        margin-right: 40px;
    }

    span.games-amount {
        color: #A2A2A2;
    }

    .depositHeader {
        font-weight: bold;
        font-size: 14px;
        font-family: arial;
        margin-bottom: 15px;
        margin-top: 10px;
        color: #000;
    }

    .wallets {
        display: flex;
        flex-direction: column;
    }

	.page-headings {
		width: 100%;
		padding: 10px 15px;
		background: #383737;
		color: #ffffff;
		text-transform: capitalize;
		font-size: 13px;
	  }
	  
	  .page-headings a {
		color: white;
		font-size: 16px;
	  }
	  
	  .page-headings2 {
		width: 100%;
		padding: 10px 15px;
		background: #383737;
		color: #ffffff;
		text-transform: capitalize;
		font-size: 13px;
	  }
	  
	  .page-headings2 a {
		color: white;
		font-size: 16px;
	  }
	  
	  .page-headings-text {
		margin-left: 10px;
	  }

	  .icon-shoprite-deposit{
		height:53px;
		width:204px;
	  }