/********************************************************
*    Based on Eric Meyer's Reset CSS, public domain.    *
*    http://meyerweb.com/eric/tools/css/reset/          *
********************************************************/

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;
    color: #1A1A1A;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
    background-color: #333;
    font-size: 14px;
	line-height: 1.4;
}

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;
}

a, a:visited {
    color: #B33024;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #1A1A1A;
}

hr {
    border: 0;
    border-top: 1px dashed #000;
    color: #000;
    margin: 15px 0;
}

div.wrapper {
    background: #333 url(/media/images/background.jpg) repeat-y scroll top;
    margin: 50px auto;
    padding: 23px 28px;
    width: 744px;
}

div.content {
}

div.chain img {
    position: relative;
    right: 7px;
}

div.header {
    background: transparent url(/media/images/header.png) no-repeat scroll top;
    height: 177px;
    margin: 7px 0 10px 0;
    padding-top: 7px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

ul.menu li a {
    background-color: transparent;
    background-position: 10px;
    background-repeat: no-repeat;
    color: #000;
    display: block;
    height: 18px;
    padding: 3px 0px 3px 10px;
    width: 120px;
    text-decoration: none;
}

ul.menu li a:hover, ul.menu li a.selected {
    background-color: #999;
    text-decoration: none;
}

ul.menu li.donate a, ul.menu li.donate a.selected {
    background-color: #F4A117;
}

div.page {
    float: left;
    width: 493px;
}

div.mensches {
    background: transparent url(/media/images/60.png) repeat scroll top;
    padding: 10px;
    position: relative;
    float: right;
    width: 218px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div.total {
    background-color: #FFF;
    color: #000;
    font-size: 36px;
    padding: 6px 16px;
    text-align: center;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

div.names {
    background-color: #fff;
    width: 220px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

div.names table{
    margin: 0 10px;
    width: 200px;
}

div.names table th {
    font-weight: normal;
    margin-right: 10px;
    padding-bottom: 8px;
    width: 60%;
    text-align: left;
}

div.names table th a {
    color: #000;
    font-weight: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.small {
    font-size: 11px;
}

.big {
    font-size: 20px;
    font-weight: bold;
}

.hidden {
    display: none;
}

span.highlight {
    color: #B34730;
    font-size: 18px;
}

span.highlight.small {
    font-size: 12px;
    font-weight: bold;
}

span.warning {
    color: #B34730;
    display: none;
    font-weight: bold;
}

div.container {
    background: transparent url(/media/images/60.png) repeat scroll top;
    height: 100%;
    padding: 10px 10px 40px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.third {
    height: 100%;
    width: 220px;
}

div.footer {
    color: #1B1818;
    font-size: 9px;
    padding: 20px 10px;
    text-align: center;
}

div.footer a {
    color: #1B1818;
}

table.donors {
    width: 100%;
}

table.donors th {
    font-weight: normal;
    padding-bottom: 8px;
    text-align: left;
}

table.donors th a {
    color: #000;
    font-weight: normal;
}

div.overlay {
    background: transparent url(/media/images/60.png) repeat fixed top;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

div.overlay div {
    background: black;
    color: #fff;
    font-weight: bold;
    height: 300px;
    margin: 80px auto;
    padding: 20px;
    width: 50%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

body.simple {
    background-color: #fff;
    line-height: 2em;
    padding: 1em;
}

body.simple ol {
    list-style: decimal outside;
    margin: 0 1em 1em 4em;
}
