html { min-height: 100%; margin-bottom: 1px; }
html { overflow-y:scroll; }
/* html { overflow: -moz-scrollbars-vertical !important; } */

FONT
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica;
	COLOR: #000000;
}
TD
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica
}
BODY
{
    FONT-SIZE: 12px;
/*	BACKGROUND:transparent URL(http://us.ikariam.com/img/sp-bg-islands.png); */
	BACKGROUND-SIZE: 100%;
/*	BACKGROUND-COLOR: #66FFFF; */
	BACKGROUND-COLOR: #AF7817;
    FONT-FAMILY: Verdana,Helvetica
}
P
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica
}
INPUT, SELECT, TEXTAREA {
    font-family:  Verdana,Helvetica;
    border: 1px solid #828282;
    background-color: #FFFFFF;
    color: #000000;
}
input:-moz-placeholder { color:#A8A8A8; }
FORM
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica
}
IMG
{
    border-color: #000000;
}
A:link
{
    COLOR: #909090;
	font-weight: bold;
    text-decoration:none;
}
A:active
{
    COLOR: #909090;
	font-weight: bold;
    text-decoration:none;
}
A:visited
{
    COLOR: #909090;
	font-weight: bold;
    text-decoration:none;
}
A:hover
{
    COLOR: #B8B8B8;
	font-weight: bold;
    text-decoration:underline;
}
A img
{
    border: none;
}
A.color
{
    COLOR: #000000;
	font-weight: bold;
	font-style: italic;
}
A.color:hover
{
    COLOR: #484848;
	font-weight: bold;
	font-style: italic;
    text-decoration:underline;
}
.link-button
{
    font-size: 12px;
    border: 0;
    padding: 0;
    background: inherit;
    font-weight: bold;

    cursor: pointer;
    text-decoration: none;
    color: #909090;

    overflow: visible;
}
.link-button:hover
{
    font-size: 12px;
    border: 0;
    padding: 0;
    background: inherit;
    font-weight: bold;

    cursor: pointer;
    text-decoration: underline;
    color: #B8B8B8;

    overflow: visible;
}
.header{
	TEXT-ALIGN: center;
}
.footer{
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana,Helvetica;
	TEXT-ALIGN: center;
}
.polltext{
    FONT-SIZE: 9px;
    FONT-FAMILY: Verdana,Helvetica;
}
.nfotxt{
    FONT-SIZE: 9px;
    FONT-FAMILY: Verdana,Helvetica;
}
.bodycell{
	border: 1px solid #8C9691;
	background-color: #AF7817;
	padding: 2px;
}
.bodycell2{
	border: 1px solid #8C9691;
	padding: 2px;
	background-color: #AF7817;
}
.bodycell3{
	border: 1px solid #C2C2C2;
	background-color: #D2D2D2;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.bodycell4{
	border: 1px solid #C2C2C2;
	padding: 2px;
	background-color: #EBEBEB;
	vertical-align: top;
}
.bodycell5{
	border: 1px solid #C2C2C2;
	padding: 2px;
	background-color: #EBEBEB;
}
.bodycell6{
	background-color: #000000;
}
.quote{
	border: 1px solid #606060;
	padding: 2px;
	background-color: #D5D5D5;
	vertical-align: top;
	font-style: italic;
}
.txtboxgap{
	font-size: 8px;
}
.smlhead{
	text-align: center;
	font-weight: bold;
    font-size: 12px;
}
.percentbar{
	border: 1px solid #000000;
}
.pbgreen
{
	background-color: #009900;
}
.pbred
{
	background-color: #800000;
}
hr{
	color: #BEBEBE;
	border: 1px dashed #BEBEBE;
}
.nbanner {
	background-color: #506E7F;
	height: 26px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border: 1px solid #31596A;
}
.nbinput {
	background-color: #99B0BF;
	border-color: #31596A;
	border-style: solid;
	border-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #14313D;
	font-size: 11px;
}
::-webkit-input-placeholder  { color:#f00; }
::-moz-placeholder  { color:#f00; }
