body {
    color: Black;
    font-size: 12px;
    font-family: "arial", "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
    background-color: White;
    margin: 8px;
	
	scrollbar-arrow-color: #464646;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #e6e6e6;	
}

#coingallerymenu {
	position: absolute;
	top: 5px;
	left: 310px;
}

td, th
{
    color: Black;
    font-size: 12px;
    font-family: "arial", "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
}

img
{
    border-width: 0px;
    vertical-align: middle;
}

a
{
    color: #000099;
    text-decoration: none;
}
a:active
{
    color: #FF6600;
    text-decoration: none;
}
a:visited
{
    color: #000099;
    text-decoration: none;
}

a:hover
{
    color: #FF6600;
}

input[type=text], input[type=password], input[type=file]
{
    background-color: White;
    color: Black;
    font-size: 12px;
    font-family: "arial", "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
    vertical-align: middle;
}

textarea
{
    background-color: White;
    color: Black;
    font-size: 12px;
    font-family: Lucida Console, Andale Mono, Courier New, Courier;
}

input[type=submit]
{
    border: 1px dotted #808080;
    background-color: #EEEEEE;
    font-size: 12px;
    font-family: "arial", "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
    vertical-align: middle;
}

input
{
    vertical-align: middle;
}

#alert {
	color: #ff0000;
	padding: 2px;
}

select {
	font-size: 11px;
	font-family: arial;
}

.greySection {
	background-color: #fafafa;
	padding: 5px;
}