@charset "utf-8";
/* ---------- @Global Reset ------------------*/
html, body {
	border:0;
	margin:0;
	padding:0;
}
div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: auto;
}
/* ---------- @Headings ----------------------*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
/* ---------- @Lists reset  ------------------*/
ol, ul {list-style: none;}
/* ---------- @Quote  ------------------------*/
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* ---------- @Image border reset  -----------*/
img {border:0;}
/* CSS Document */
/*--------------------------------- General Default Styles-----------------------------*/
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #fff;
}
table 		   { border-collapse: collapse; }
a 			   { text-decoration:none; }
/* ---------- @Global Classes --------------------*/
.clear         { clear:both; }
.clearL         { clear:left; }
.clearR         { clear:right; }
.noClear	   { clear:none!important;}
.left    	   { float:left !important;}
.right         { float:right !important; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.hide          { display:none!important; }
.show          { display:block; }
.visibleFalse  { visibility:hidden; }
.visibleTrue   { visibility:visible; }
.scrollFix 	   { overflow: auto; } 
input[type="submit"]::-moz-focus-inner { border: 0; padding:0; }/*Remove button padding in FF*/
a:focus, a:hover, a:active {text-decoration: underline;}
