.centerzone{
	padding:0px 30px; 
	width:calc(100% - 60px); margin:0px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:16px;
	color:#000000;
}
.centerzone div, .centerzone a, .centerzone p, .centerzone td, .centerzone th, .centerzone span, .centerzone label{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:16px;
}
.smalltable td, .smalltable th, .smalltable span, .smalltable label{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px;
	line-height:1.4em !important;
}
.smalltable th{ font-weight:normal;}
.boldtable th, .boldtable td{ font-weight:bold;}
.smalltable .hovertr:hover{ background-color:#E1FFFF !important;}

.margin0{margin:0px !important;}
.padding0{padding:0px !important;}
.fonttimes{ font-family:"Times New Roman", Times, serif; }
.colorblue{ color:#2ABDE9 !important; }
.colorwhite{ color:#FFFFFF !important; }
.colorred{ color:#FF0000 !important; }
.colordarkblue{ color:#0022E6 !important; }
.colororange{ color:#FF7700 !important; }
.bgblue{ background-color:#2ABDE9 !important; }
.size12px{ font-size:12px; }
.size14px{ font-size:14px; }
.size16px{ font-size:16px; }
.size20px{ font-size:20px; }

.usernamecolor{ color:#FF7700 !important; text-shadow: 1px 1px 0 #000000;; font-size:16px !important; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0px !important;
  line-height: normal;
}
.input-blank{
	margin:0px !important;
	padding:0px !important;
	background: #FFFFFF !important;
    font-size: 14px !important;
    border: 0px solid #FFFFFF !important;
    border-bottom: 1px solid #000000 !important;
    color: #000000 !important;
    font-family: 'source_sans_proregular' !important;
	-webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
	background-color: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	height:auto !important;
}

/*tooltip inner*/
.tooltip > .tooltip-inner {
  background-color: dodgerblue;
  text-shadow: 0 1px 1px #000;
  font-weight: normal;
  font-size:12px;
}


/* Manual or Custom Table Lining */
.borderall{ border-style:solid; border-width:1px; border-color:#000000; }
.bordertb{ border-top-style:solid; border-top-width:1px; border-top-color:#000000; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#000000; }
.borderrl{ border-left-style:solid; border-left-width:1px; border-left-color:#000000; border-right-style:solid; border-right-width:1px; border-right-color:#000000; }
.bordert{ border-top-style:solid; border-top-width:1px; border-top-color:#000000; }
.borderb{ border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#000000; }
.borderr{ border-right-style:solid; border-right-width:1px; border-right-color:#000000; }
.borderl{ border-left-style:solid; border-left-width:1px; border-left-color:#000000; }


