﻿body
{
	background-color: #000000;
	font-size: 9pt;
	font-family: Book Antiqua;
	color: #80A9C5;
}

A
{
	color: #A6A6A6;
}

A:HOVER
{
	color: #ffffff;
	text-decoration: overline, underline;
}

INPUT
{
	font-family: Book Antiqua;
	background-color: #00495B;
	color: #ffffff;
	border-color: #2D2D2D;
}

OPTION
{
	font-family: Book Antiqua;
	font-size: 8pt;
}

SELECT
{
	font-family: Book Antiqua;
	font-size: 8pt;
	background-color:#00495B;
	color:#ffffff;
	border-style:solid;
	border-color:#2D2D2D;
	font-weight:bold;
}


.gridviewHeader
{
	background-color: #001C5B;
	color: #28A0FF;
	font-weight:bold;
}

.gridviewSelectedRow
{
	background-color:#005B55;
	color:#ffffff;
	font-weight:bold;
}

.log
{
	font-family: Book Antiqua;
	font-size: 9pt;
	font-weight: normal;
	border-right: #333366 thin ridge;
	border-top: #333366 thin ridge;
	border-left: #333366 thin ridge;
	border-bottom: #333366 thin ridge;
}

SPAN
{
	background-color: #00213B;
	color: #ffffff;
	font-weight:bold;
}

.sysmessages
{
	background-color:Red;
	color: Black;
}

TABLE
{
	background-color: #0a2335;
}

.formTable
{
	border: 1px ridge #00145B;
    background-color: #1B2F3F;
	    margin-left: 0px;
}

.formTd
{
	background-image: url(Images/tdheader.gif);
	background-position: center;
	background-repeat:repeat;
	color: #ffffff;
	font-weight: bold;
	border-left-color: #2d2d2d;
	border-bottom-color: #2d2d2d;
	border-top-style: ridge;
	border-top-color: #2d2d2d;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #2d2d2d;
	border-bottom-style: ridge;
	background-attachment: fixed;
	text-align: center;
}

.Greycell
{
	border-right: #00145B 1px ridge;
	border-top: #00145B 1px ridge;
	border-left: #00145B 1px ridge;
	border-bottom: #00145B 1px ridge;
}

.toolTipHeader
{
	background-color: #1B2F3F;
	border-right: #00145B 1px ridge;
	border-top: #00145B 1px ridge;
	border-left: #00145B 1px ridge;
	border-bottom: #00145B 1px ridge;	
	
}

.toolTipBody
{
	background-color: #1B2F3F;
	font-weight:normal;
	color: #ffffff;
	width:350px
}

.battleMenu
{
	background-color: #1B2F3F;
	border-right: #333366 1px ridge;
	border-top: #333366 1px ridge;
	border-left: #333366 1px ridge;
	border-bottom: #333366 1px ridge;
}

.HelpWindow
{
	background-color: #1B2F3F;
	font-weight:normal;
	color: #ffffff;
}

.cellMoveOverWorld
{
    border: solid 2px #00ff00;
    cursor: pointer;
    width: 26px;
    height: 26px;
}

.cellCannotWorld
{
    border: solid 2px #ff0000;
    cursor: pointer;
    width: 26px;
    height: 26px;
}

.cellDefaultWorld
{
    border-color: #383838;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.cellYou
{
    border: solid 2px Silver;
    cursor: pointer;
    width: 26px;
    height: 26px;
}

.cellBesieged
{
    border: solid 2px Orange;
    cursor: pointer;
    width: 26px;
    height: 26px;
}
