@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
	font-family: roboto;
	background-color : #e8e5de;
}
div#Head {
    background-color:#e8e5de;
}
div#Head a {
    color: #948572;
	font-weight: normal;
}
a.PoweredByVanilla {
    /*display: none;*/
    width:50px;
    height:24px;
    background-size: contain;
    margin-top:30px;
}
a:hover, a.TextColor:hover, a:hover .TextColor {
    color: #dc911e;
}

.Button {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    padding: 4px 6px;
    background-color: #f3eddd;
    border: 1px solid #ded4b9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    white-space: nowrap;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #333;
}
.BigButton {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 10px;
}
.Button:hover {
    color: #111;
    border-color: #efc46e;
    background-color: #fdf0d3;
}
a {
    color: #3073ca;
}
span.Crumb {
	padding: 0px 5px;
}

table#Users {
	border: 1px solid #BFA37E;
	border-collapse: collapse;
}
table#Users td, table#Users th{
	border-color: #E0E0E0;
}
table#Users tr.Alt{
	background-color: #f2f1f0;
}
