/*
#
# Copyright (C) 2008 K0S Fusion Design
# 
# You may not redistribute the code to anyone in any fashion.
# You may create numerous games from the template, but you
# may not resell the code or create a copy for anyone else's use. 
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
*/

FONT
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana,Helvetica;
    COLOR: #666666; 
}
TD
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana,Helvetica;
}
BODY
{
    FONT-SIZE: 11px;
    BACKGROUND-IMAGE: url('/images/bg/BGC.jpg');
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: #000000;
    FONT-FAMILY: Verdana,Helvetica;
}
BODY2
{
    FONT-SIZE: 11px;
    BACKGROUND-IMAGE: url('/images/bg/BGC.jpg');
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: #000000;
    background-position: center center;
    FONT-FAMILY: Verdana,Helvetica;
}
TABLE2
{
    FONT-SIZE: 11px;
    BACKGROUND-IMAGE: url('/images/bg/moon.jpg');
    FONT-FAMILY: Verdana,Helvetica;
}
P
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana,Helvetica
}
DIV
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana,Helvetica
}
INPUT, SELECT, TEXTAREA {
    font-family:  Verdana,Helvetica;
    font-size: 11px;
    border: 4px solid #C9C9C9; 
    background-color:  #F0F0F0;
    color: #000000;
}
FORM
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana,Helvetica
}
IMG
{
    border-color: #8C9691;
}
A:link
{
    COLOR: #166DA3;
	font-weight: bold;
}
A:active
{
    COLOR: #166DA3;
	font-weight: bold;
}
A:visited
{
    COLOR: #166DA3;
	font-weight: bold;
}
A:hover
{
    COLOR: #000033;
	font-weight: bold;
}
.header{
	TEXT-ALIGN: center;
}
.footer{
    FONT-SIZE: 9px;
    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 #C2C2C2;
                BACKGROUND-COLOR: #C9C9C9;
                background-image: url('/images/bg/barbg3.jpg');
                BACKGROUND-REPEAT: no-repeat;
	padding: 2px;
}
.bodycell2{
	border: 1px solid #C2C2C2;
	padding: 2px;
                background-image: url('/images/bg/lgt.jpg');
}
.bodycell3{
	border: 1px solid #C2C2C2;
	background-image: url('/images/bg/bg2.jpg');
                COLOR:  #9999FF;
	padding: 2px;
	text-align: center;
	font-weight: bold;
                font-size: 16px;
}
.bodycell4{
	border: 1px solid #C2C2C2;
	padding: 2px;
	background-color: #C9C9C9;
	vertical-align: top;
}
.bodycell5{
	border: 1px solid #C2C2C2;
	padding: 2px;
	background-color: #EBEBEB;
                background-image: url('/images/bg/lgt.jpg');
                
}
.bodycell6{
	border: 0px solid #C2C2C2;
	padding: 0px;
                COLOR: #666666;	
                BACKGROUND-IMAGE: url('/images/bg/moon.jpg');
}
.bodycell7{
	border: 0px solid #C2C2C2;
	padding: 10px;
                font-weight: bold;
                font-size: 11px;
                COLOR: #666666;	
}
.bodycell8{
	border: 1px solid #C2C2C2;
	background-color: #000000;
                background-image: url('/images/bg/menbg.jpg');
                BACKGROUND-REPEAT: no-repeat;
	padding: 2px;
                COLOR: #FFFFFF;
}
.txtboxgap{
	font-size: 10px;
}
.smlhead{
	text-align: center;
	font-weight: bold;
    font-size: 10px;
}
.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;
}
a.ovalbutton{
background: transparent url('/images/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('http://fusionwars.info/images/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{
overflow: hidden;
width: 100%;
}

