/*
  Name: Reset Stylesheet
  Description: Resets browser's default CSS
  Author: Eric Meyer
  Author URI: http://meyerweb.com/eric/tools/css/reset/
*/

/* v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  outline: hidden;
  outline: none;
  outline-style: none;
  outline-style: hidden;
  text-decoration:none;
  cursor:pointer !important;
}

/* remove space below img */
img {
  line-height:0;
  font-size:0;
  /*
  text-indent:-9999px;
  */
  color:#fff;
  padding:0;
  margin:0;
}

/* hidden */
.hidden {
  display:none;
  visibility:hidden;
  position:absolute;
  left:-1000px;
  top:-1000px;
}

/* mgnl buttons */
.smothBarLabel,
.mgnlControlBarSmall td.smothBarLabel {
float:none;
color:#fff;
line-height:100% !important;
text-transform:uppercase;
background-image:none !important;
background-color:transparent !important;
}

#logo .mgnl-editbar-wrapper,
#logo table.mgnlControlBarSmall {
position:relative !important;
width:109px !important;
height:25px;
float:left;
}

.mgnl-editbar-wrapper {
float:left;
width:100%;
}

.mgnlControlBarSmall span {
float:none !important;
}

.mgnl-button {
float:left;
height:21px;
padding:0;
margin:0;
}