body {
	margin:0; padding: 0;
	color: #fff;
	background: url(../img/bg-blured.jpg?v=0) no-repeat;
	background-size: cover;
}

 h1,h2,h3,h4{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.bigball{
	background-image:url(../img/bigball.png);
	background-position:center;
	background-repeat:no-repeat;
	width:67px;
	height:67px;
	color:black;
	font-size:55px;
	margin-right:5px;
	text-align:center;
	display:block;
	float:left;
}

.sideright{
	padding-top:55px;
	margin-top:15px;
	margin-bottom:10px;
	background-position:top center;
	background-repeat:no-repeat;
	width:158px;
	height:449px;
}

.headingnomor{
	background-repeat:repeat-x;
	line-height:39px;
	/*background-image:url(../img/headingnomor1.png);*/
	background: #032a3e;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:800;
}

.kotakball{
	background-position:bottom center;
	background-repeat:repeat-x;
	background-image:url(../img/kotakball.jpg);
	padding-bottom:30px;
}

.ballres .ball{
	display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: .25rem;
  line-height: 40px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  background: #ba2424;
  background: -webkit-gradient(left top,left bottom,color-stop(0,#ba2424),color-stop(56%,#dc1a1a),color-stop(100%,#ff0000));
  background: linear-gradient(180deg,#ba2424 0,#dc1a1a 56%,#ff0000);  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ba2424",endColorstr="#ff0000",GradientType=0);
}

.ballres .ball:nth-child(1), .ballres .ball:nth-child(2) {
  background: #b3a01d;
  background: -webkit-gradient(left top,left bottom,color-stop(0,#b3a01d),color-stop(56%,#e1c71b),color-stop(100%,#ffde00));
  background: linear-gradient(180deg,#b3a01d 0,#e1c71b 56%,#ffde00);  
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3a01d",endColorstr="#ffde00",GradientType=0);
}

.tabelnomor{
	border:1px solid #ccc;
	border-top:0px;
}

/*.zebra:nth-child(odd) td {
	background: none repeat scroll 0 0 #EAEAEA;
}*/

.tabelnomor td{
	font-size:14px;
	padding:3px;
	text-align:left;
	font-weight:800;
	line-height:35px;
	padding-left:10px;
}

.sideleft{
	padding:3px;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-position:top center;
	background-repeat:no-repeat;
	width:154px;
	height:295px;
	background-image:url(../img/leftbar2.png);
}

.tab .hover, .tab td:hover{
	cursor:pointer;
	background-image:url(../img/tab.png);
	color:black;
	width:130px;
	height:33px;
	background-repeat:no-repeat;
	background-position:bottom center;
	font-size:12px;
}

.tab td{
	font-size:12px;
	background-image:url(../img/tabhover.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	text-align:center;
	color:white;
	width:130px;
	height:33px;
}

.tab .hover a, .tab .hover a{
	color:black;
	text-decoration:none;
}

.tab td a{
	color:white;
}

.tab a:hover, .tab a{
	text-decoration:none;
	color:black;
}

.leftbar{
	background-image:url(../img/leftbar.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:154px;
	height:266px;
	margin-top:10px;
}

.leftbar h4{
	color:#FFF;
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:30px;
}

.leftbar .leftnav{
	font-size:12px;
	line-height:22px;
	margin-left:0px;
	padding-left:25px;
}

.leftbar .leftnav a{
	text-decoration:none;
	color:#640f52;
	font-weight:800;
}

.leftbar .leftnav a:hover{
	color:#F0F;
}

.container{
	/*background-color:#e3dede;*/
	background:url(../img/bg_transparan2.png);
}