/* _core css utilities - super global css http://interzonemultimedia.com

LOAD THIS FIRST TO ALLOW FOR OVERRIDE

*/
/*  This is still under consideration.... */
div{text-align:left;}/* set the text align back to left - override if needed or use div.center */
/* Global loyout assistance */
._center {text-align:center;}/* center site on page (part 1 of 2) */
._zeroPoint{margin:0pt auto;}/* center site on page (part 2 of 2) */
._tr{width:100%;}/* fake table row */
._cursor{cursor:pointer;}/* make pointer */
/* Helper classes */
._displayNone{display:none;}/* no visibility default class */
._zero{height:0px;padding:0px;margin:0px;width:0px;}/* Great for anchor tags - kill all height and hide a styled tag.*/
._overflowHidden{overflow:hidden;}
._overflowScroll{overflow:scroll;}
._bold{font-weight:bold;}
._floatLeft{float:left;}
._floatRight{float:right;}
._alignLeft{text-align:left;}
._alignRight{text-align:right;}
._clearLeft{clear:left;}
._clearRight{clear:right;}
._clearBoth{clear:both;}
._clearNone{clear:none;}
._hoverUnderline:hover{text-decoration:underline;}
._hoverNoUnderline:hover{text-decoration:none;}
._hoverNoLine:hover{text-decoration:none;}
._noLine{text-decoration:none}
._underline{text-decoration:underline;}