
* {
	font-family: "Bitstream Vera Sans", "Helvetica", "Verdana", sans-serif;
}
body {
	background-color: #464;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

#page {
	background-color: #fff;
	margin-left: 20%;
	width: 60%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 20%;
	bottom: 1em;
	border: none;
	padding: 2em;
}

h1 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	margin: -0.5em;
	margin-bottom: 1em;
	border: none;
	text-align: center;
	background-color: #9b9;
	color: #fff;
}

.currencyname {
	font-style: italic;
}

a.special  {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 80%;
	background-color: #9b9;
	color: #fff;
	text-decoration: none;
}

a {
    color:  #464;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

h1 a {
	text-decoration: none:
	color: #fff;
	padding: 0;	
	background-color: transparent;
	font-size: 100%;
}

h1 a:hover {
	background-color: transparent;
}


div {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div {
	border: 1px solid black;
}

.code {
	font-size: 90%;
	font-family: monospace;
}

.msg_ok {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #0a0;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.msg_error {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #a00;
	color: #ff0;
	text-align: center;
	font-weight: bold;
}

#footer {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	margin: -1em;
	margin-top: 2em;
	font-size: 80%;
	padding: 1em;
	text-align: center;
}

.transaction {
	padding: 0;
	margin-top: 0.5em;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
}


.transaction .summary {
	padding: 0;
	margin: 0;
}


.transaction .amount_gave {
	font-weight: bold;
	color: red;
}

.transaction .amount_received {
	font-weight: bold;
	color: blue;
}

.transaction .currency {
	color: blue;
}

.transaction .title {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
	color: #aaa;
}

.user .twitterlink {
    float: right;
}

.user .avatar {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    max-width: 64px;
    max-height: 64px;
}

.username:before {
    content: url('images/user-16x16.png');
    margin-right: 0.3em;
    vertical-align: middle;
}

.link2graph:before {
    content: url('images/graph-16x16.png');
    margin-right: 0.3em;
    vertical-align: middle;
}

.link2graph {
    margin-left: 1em;
}

.link2users:before {
    content: url('images/allusers-16x16.png');
    margin-right: 0.3em;
    vertical-align: middle;
}


