html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,ol{	
	list-style-position:inside;
}
li{
    margin-bottom:10px;
}

.clear{
	clear: both;
}

.banner{
	min-height:100px;
	text-align:center;
}

.banner img{
	margin:80px auto 0;
	vertical-align:middle;
}

#pagewidth #maincol .screen .full{
	clear:both;
	width:100%;
}

#practiceHrs{
	margin: 10px 0 0;
	padding: 12px 12px 8px;
	width: 274px;
	border:1px solid #b0b0b0;
	/* background: #222; */
}

#practiceHrs h6{
	margin:0 0 10px;
	font-size:12px;
	text-transform: uppercase;
}

#practiceHrs p{
	margin-bottom: 8px;
	line-height: 12px;
	font-size:11px;
}

#practiceHrs p.head{
	font-weight:bold;
	margin-bottom: 8px;
	text-decoration: underline;
}


#pagewidth #maincol img.mceImage{
	background:transparent;
	border:0 none;
}

.panel .panel-overlay{ /* Gallery Caption width */
	width:830px !important;
	font-size:12px !important;
}

.errorModalOverlay{
	position:fixed;
	top:0;
	left:0;
	visibility:hidden;
	width:100%;
	height:100%;
}

.errorModalBorder{
	position:relative;
	width:600px;
	/*height:90px;*/
	padding:10px;
	background:rgba(0, 0, 0, 0.65);
	z-index:10;
	border:1px solid #111;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 0 3px 2px #050505;
	-webkit-box-shadow: 0 3px 2px #050505;
	box-shadow: 0 3px 2px #050505;
	
}

.errorModal{
	width:600px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#f8f8f8;
	position:relative;
	z-index:11;
	/*margin:10% auto 0;*/  
	/*display:none;*/
	border:1px solid #fdfdfd;
	-moz-box-shadow: 0 3px 2px #222;
	-webkit-box-shadow: 0 3px 2px #222;
	box-shadow: 0 3px 2px #222;
}

.closeModal{
	position:absolute;
	z-index:12;
	top:12px;
	right:10px;
}
.closeModal a{
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	font-weight:bold;
	font-size:12px;
	background:url(../../images/icon-cross.gif) left 2px no-repeat; 
	padding:0 0 0 15px;
	text-decoration:none;
}

.boxModal{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#474747;
	
}

.boxModal h4{
	padding:10px;
	margin:0;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	background:#d2d2d2;
	color:#333;
}
.boxModal .contentModal{
	padding:0 10px 10px;
	font-size:12px;
	font-weight:bold;
}

.boxModal .contentModal p{
	font-size:12px;
	margin:10px 0 0;
}
.bodyBg{
	background-color:#000;
}

#temp_lang_loader{
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background:url(http://play.bitebankwebsites.com/public/images/bg-graybox-black-65.png);
	z-index:996;
}

#temp_lang_loader .loader_box{
	position: absolute;
	top:46%;
	left: 46%;
	padding: 30px 0 10px 50px;
	width:70px;
	height: 40px;
	background: #050505;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
a.loc_href{
	background: none repeat scroll 0 0 transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit;
  font-weight: inherit !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: inherit !important;
  text-decoration: none !important;
  text-shadow: inherit !important;
  text-transform: inherit !important;
  width: auto !important;
}
