/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

/************ Commonly USED
*************************************************/

/*basics*/
.b {font-weight:bold !important}
.i { font-style: italic !important}
.fNorm {font-weight: normal !important}
.fs10 { font-size:10px !important; }
.fs11 { font-size:11px !important; }
.fs12 { font-size:12px !important; }
.fs13 { font-size:13px !important; }
.fs14 { font-size:14px !important; }
.fs15 { font-size:15px !important; }
.fs16 { font-size:16px !important; }
.fs17 { font-size:17px !important; }
.fs18 { font-size:18px !important; }
.fs19 { font-size:19px !important; }
.fs20 { font-size:20px !important; }
.fs22 { font-size:22px !important; }
.fs24 { font-size:24px !important; }
.fs26 { font-size:26px !important; }
.fs28 { font-size:28px !important; }
.fs30 { font-size:30px !important; }
.fs34 { font-size:34px !important; }
.fs38 { font-size:38px !important; }
.fs40 { font-size:40px !important; }
.fs46 { font-size:46px !important; }
.fs50 { font-size:50px !important; }
.fs56 { font-size:56px !important; }

.fWhite { color: #fff !important}
.fRed { color: #c00 !important}
.fBlack { color: #000 !important}
.fLgray { color: #999 !important}
.fGray { color: #444 !important}
.fGray2 { color: #777 !important}
.fOrange { color: #e80 !important}
.fBlue { color: #08c !important}
.fLBlue { color: #9cf !important}
.fNavy { color: #237 !important}
.fLeft { float:left !important; width:auto; }
.fRight { float:right !important; width:auto}
.clear { clear: both !important;}
.tUpper { text-transform:uppercase !important}
.tNone { text-transform: none !important}
.aCenter { text-align:center !important;}
.aLeft { text-align: left !important;}
.aRight { text-align: right !important;}
.autoCenter { margin: 0 auto;}

.lh14 { line-height: 14px !important}
.lh15 { line-height: 15px !important}
.lh16 { line-height: 16px !important}
.lh18 { line-height: 18px !important}
.lh20 { line-height: 20px !important}
.lh22 { line-height: 22px !important}
.lh24 { line-height: 24px !important}
.lh28 { line-height: 28px !important}
.lh30 { line-height: 30px !important}
.lh32 { line-height: 32px !important}
.lh34 { line-height: 34px !important}
.lh38 { line-height: 38px !important}
.lh40 { line-height: 40px !important}
.lh46 { line-height: 46px !important}
.lh50 { line-height: 50px !important}
.lh56 { line-height: 56px !important}
.lh60 { line-height: 60px !important}

.padAll0 { padding: 0px !important} 	.marAll0 { margin: 0px !important} 
.padAll5 { padding: 5px !important} 	.marAll5 { margin: 5px !important}
.padAll10 { padding: 10px !important} 	.marAll10 { margin: 10px !important}
.padAll5 { padding: 15px !important} 	.marAll15 { margin: 15px !important}
.padAll20 { padding: 20px !important} 	.marAll20 { margin: 20px !important}
.padAll25 { padding: 25px !important} 	.marAll25 { margin: 25px !important}

.marTop0 { margin-top: 0px !important} 		.marBot0 { margin-bottom: 0px !important}
.marTop5 { margin-top: 5px !important} 		.marBot5 { margin-bottom: 5px !important}
.marTop10 { margin-top: 10px !important}		.marBot10 { margin-bottom: 10px !important}
.marTop15 { margin-top: 15px !important}		.marBot15 { margin-bottom: 15px !important}
.marTop20 { margin-top: 20px !important}		.marBot20 { margin-bottom: 20px !important}
.marTop25 { margin-top: 25px !important}		.marBot25 { margin-bottom: 25px !important}
.marTop30 { margin-top: 30px !important}		.marBot30 { margin-bottom: 30px !important}
.marTop35 { margin-top: 35px !important}		.marBot35 { margin-bottom: 35px !important}
.marTop40 { margin-top: 40px !important}		.marBot40 { margin-bottom: 40px !important}
.marTop45 { margin-top: 45px !important}		.marBot45 { margin-bottom: 45px !important}
.marTop50 { margin-top: 50px !important}		.marBot50 { margin-bottom: 50px !important}
.marTop55 { margin-top: 55px !important}		.marBot55 { margin-bottom: 55px !important}

.marLeft0 { margin-left: 0px !important} 		.marRight0 { margin-right: 0px !important}
.marLeft5 { margin-left: 5px !important} 		.marRight5 { margin-right: 5px !important}
.marLeft10 { margin-left: 10px !important} 	.marRight10 { margin-right: 10px !important}
.marLeft15 { margin-left: 15px !important} 	.marRight15 { margin-right: 15px !important}
.marLeft20 { margin-left: 20px !important} 	.marRight20 { margin-right: 20px !important}
.marLeft25 { margin-left: 25px !important} 	.marRight25 { margin-right: 25px !important}
.marLeft30 { margin-left: 30px !important} 	.marRight30 { margin-right: 30px !important}
.marLeft35 { margin-left: 35px !important} 	.marRight35 { margin-right: 35px !important}
.marLeft40 { margin-left: 40px !important} 	.marRight40 { margin-right: 40px !important}
.marLeft45 { margin-left: 45px !important} 	.marRight45 { margin-right: 45px !important}
.marLeft50 { margin-left: 50px !important} 	.marRight50 { margin-right: 50px !important}
.marLeft55 { margin-left: 55px !important} 	.marRight55 { margin-right: 55px !important}

.padTop0 { padding-top: 0px !important} 		.padBot0 { padding-bottom: 0px !important}
.padTop5 { padding-top: 5px !important} 		.padBot5 { padding-bottom: 5px !important}
.padTop10 { padding-top: 10px !important}		.padBot10 { padding-bottom: 10px !important}
.padTop15 { padding-top: 15px !important}		.padBot15 { padding-bottom: 15px !important}
.padTop20 { padding-top: 20px !important}		.padBot20 { padding-bottom: 20px !important}
.padTop25 { padding-top: 25px !important}		.padBot25 { padding-bottom: 25px !important}
.padTop30 { padding-top: 30px !important}		.padBot30 { padding-bottom: 30px !important}
.padTop35 { padding-top: 35px !important}		.padBot35 { padding-bottom: 35px !important}
.padTop40 { padding-top: 40px !important}		.padBot40 { padding-bottom: 40px !important}
.padTop45 { padding-top: 45px !important}		.padBot45 { padding-bottom: 45px !important}
.padTop50 { padding-top: 50px !important}		.padBot30 { padding-bottom: 50px !important}
.padTop55 { padding-top: 55px !important}		.padBot35 { padding-bottom: 55px !important}

.padLeft0 { padding-left: 0px !important} 	.padRight0 { padding-right: 0px !important}
.padLeft5 { padding-left: 5px !important} 	.padRight5 { padding-right: 5px !important}
.padLeft10 { padding-left: 10px !important} 	.padRight10 { padding-right: 10px !important}
.padLeft15 { padding-left: 15px !important} 	.padRight15 { padding-right: 15px !important}
.padLeft20 { padding-left: 20px !important} 	.padRight20 { padding-right: 20px !important}
.padLeft25 { padding-left: 25px !important} 	.padRight25 { padding-right: 25px !important}
.padLeft30 { padding-left: 30px !important} 	.padRight30 { padding-right: 30px !important}
.padLeft35 { padding-left: 35px !important} 	.padRight35 { padding-right: 35px !important}
.padLeft40 { padding-left: 40px !important} 	.padRight40 { padding-right: 40px !important}
.padLeft45 { padding-left: 45px !important} 	.padRight45 { padding-right: 45px !important}
.padLeft50 { padding-left: 50px !important} 	.padRight50 { padding-right: 50px !important}
.padLeft55 { padding-left: 55px !important} 	.padRight55 { padding-right: 55px !important}


/** width overrides **/
.wAuto{ width:auto  !important; }
.w25p { width:25%	!important; }
.w50p { width:50%	!important; }	
.w75p { width:75%	!important; }
.w100p{ width:100%	!important; }
.w50  { width:50px	!important; }	
.w75  { width:75px  !important; }
.w100 { width:100px !important; }	
.w125 { width:125px !important; }
.w150 { width:150px !important; }	
.w175 { width:175px !important; }
.w200 { width:200px !important; }	
.w225 { width:225px !important; }
.w250 { width:250px !important; }	
.w275 { width:275px !important; }
.w300 { width:300px !important; }	
.w325 { width:325px !important; }
.w350 { width:350px !important; }	
.w375 { width:375px !important; }
.w400 { width:400px !important; }	
.w425 { width:425px !important; }
.w450 { width:450px !important; }	
.w475 { width:475px !important; }
.w500 { width:500px !important; }	
.w525 { width:525px !important; }
.w550 { width:550px !important; }	
.w575 { width:575px !important; }
.w600 { width:600px !important; }	
.w625 { width:625px !important; }
.w650 { width:650px !important; }	
.w675 { width:675px !important; }
.w700 { width:700px !important; }	
.w725 { width:725px !important; }
.w750 { width:750px !important; }	
.w775 { width:775px !important; }
.w800 { width:800px !important; }	
.w825 { width:825px !important; }
.w850 { width:850px !important; }	
.w875 { width:875px !important; }
.w900 { width:900px !important; }	
.w925 { width:925px !important; }
.w950 { width:950px !important; }	
.w975 { width:975px !important; }
.w1000 { width:1000px !important; }	
.w1025 { width:1025px !important; }
.w1050 { width:1050px !important; }	
.w1075 { width:1075px !important; }
.w1100 { width:1100px !important; }

