﻿/* Resets */
html { color: #000; background: #FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, button, textarea, p, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
em, strong, th { font-style: inherit; font-weight: inherit; }
li { list-style: none; }
th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
input, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input, textarea, select { font-size: 100%; }

/* Floats */
.clear      { clear: both;  }
.clearLeft  { clear: left;  }
.clearRight { clear: right; }
.floatLeft  { float: left;  }
.floatRight { float: right; }

/* Utility */
.clearfix { display: inline-block; }
