@charset "UTF-8";
/* VOXEU Reset */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

table, td, tr, form label, form p, form span {
    vertical-align: top;
}

ol, ul {
    list-style: none;
}

li, ol li ol, ul li ul {
	margin-bottom: 0;
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sub {
  line-height: 0;
  vertical-align: sub;
}

sup {
  line-height: 0;
  vertical-align: super;
}


#content #voxColMain ul.square li {
  list-style: square;
}

#header #nav ul.menu li {
  margin: 0;
}

#header #nav ul.menu li.leaf, #header #nav ul.menu li.expanded {
  padding: 0;
  list-style: none;
}

/* Message styling */
.messages {
  margin-bottom: 10px;
  padding: 4px;
  font-size: 0.9em;
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #3a3;
  border-color: #c7f2c8;
}

.autoclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.autoclear { display: inline-block; }
.autoclear { display: block; }
* html .autoclear { height: 1%; }