@charset "utf-8";

/* ----- [ Reset ] ----- */
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, 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,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin:0; padding:0; border:0; /*outline:0;*/
	font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;
	vertical-align:baseline;
}
BODY {line-height:1; color:black; background:white}
OL, UL {list-style:none}
/* tables still need 'cellspacing="0"' in the markup */
TABLE {border-collapse:separate; border-spacing:0}
CAPTION, TH, TD {text-align:left; font-weight: normal}

/* ----- [ Float clearing ] ----- */

.clear {clear: both; min-height: 1px; height: 1px; line-height: 1px; width: 1px; font-size: 1px}
.clearfix:after{content:"."; display:block; visibility:hidden; clear:both; height:0; font-size:0; line-height:0}
.clearfix {display:inline-block}
/*\*/.clearfix {display:block}/**/

/* ----- [ Default ] ----- */

.invisible {display: none}
.hidden {visibility: hidden}

.clickable {cursor: pointer; cursor: hand}

.nobr {white-space: nowrap}
.noborder {border:none!important}

.pseudolink,
.pseudolink:visited {text-decoration: none; border-bottom-width:1px; border-bottom-style:dashed}
.pseudolink:hover, .pseudo-link-hover {text-decoration: none}

.nound {text-decoration:none!important}
.nound:hover {text-decoration:underline!important}
.nohund, .nohund:hover {text-decoration:none!important; border-bottom:none!important}

.center {text-align: center!important}
.right {text-align: right!important}
.center IMG, .center DIV {margin: 0 auto; text-align: left}
