* {
margin: 0;
  font-family: Arial, Helvetica, sans-serif ! important ;
  font-size: 12px ! important ;
}

body{
	background-color: #FFFFFF ! important ;
}

.show_div
{
	display: block;
}


td.logged_in_background{
	background-image: url(../images/gui/backgrounds/logged_in.jpg) ! important ;
}

.ct_h2 {
  font-size: 16px ! important ;
  font-weight: bold ! important;
  border-top: 0px ridge ! important;
  border-right: 0px ridge;
  border-bottom: 0px ridge;
  border-left: 0px ridge;
}

h1 {
  font-size: 20px ! important;
  font-weight: bold ! important;
  border-top: 0px ridge ! important;
  border-right: 0px ridge;
  border-bottom: 0px ridge;
  border-left: 0px ridge;
}

h2 {
  font-size: 16px ! important ;
  font-weight: bold ! important;
  border-top: 0px ridge ! important;
  border-right: 0px ridge;
  border-bottom: 0px ridge;
  border-left: 0px ridge;
}

p {
  border-top: 0px ridge ! important;
  border-right: 0px ridge;
  border-bottom: 0px ridge;
  border-left: 0px ridge;
}

pre {
  font-family: Arial, Helvetica, sans-serif ! important ;
  font-size: 12px ! important ;
  padding-top: 0px ! important;
  border-top: 0px ridge ! important;
  border-right: 0px ridge;
  border-bottom: 0px ridge;
  border-left: 0px ridge;
}



body {
  border-top: 0px ridge ! important;
  border-right: 0px ridge;
  border-bottom: 0px ridge;
  border-left: 0px ridge;
}

A:link {
  color: red ;
  /*text-decoration: underline;*/
}


A:visited {
  color: red ;
  /*text-decoration: underline;*/
}

A:hover {
  color: #880000 ! important;
  /*text-decoration: none ! important;*/
  /*background-color: #EEEEEE;*/
}

A:active {
  color: #000000 ! important;
  /*text-decoration: underline;*/
}

.nav_super_entry
{
	width:119px;
	height:50px;
	
	background-image: url(../images/gui/button_clean.gif);
	
	color:black;
	font-weight:bold;	
	
}

.nav_super_entry_text
{
	padding-top:16px;
	font-size:16px!important;	
}

.nav_entry
{
	width:100px;
	text-align:center;
	
	background: #ffcc00;
	border: 1px;
	border-style:solid;
	border-color:#af6900;	
}

.nav_entry * a
{
/*	color:#af6900 !important;	 */
	color:#000000 !important;	
}

table
{
	border-width: 0px;
}

.list_table * th {
  font-family: Arial, Helvetica, sans-serif ! important ;
  font-size: 12px ! important ;
  font-weight: bold ! important;
  border-top: 0px ridge ! important;
  border-right: 0px ridge;
  border-bottom: 0px ridge;
  border-left: 0px ridge;
  background-color: #ffdd59;
}


img
{
	border-width: 0px;
	text-decoration: none;
}

#niftytd
{
	border: solid black 1px;
	background: #FFFFFF;
}

div.list	{
	/*height: 20px;*/
	font-size:14px;
	font-family:Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-style:normal;
	color: #000000;
	background: #BBBBBB;
	border: 1px;
	border-style:solid;
	border-color:#000000;
	padding:4px;
}

button	{
	/*height: 20px;*/
	font-size:14px;
	font-family:Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-style:normal;
	color: #af6900;
	background: #ffc300;
	border: 1px;
	border-style:solid;
	border-color:#000000;
}

input	{
	/*height: 20px;*/
	font-size:14px;
	font-family:Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-style:normal;
	color: #af6900;
	background: #ffdd59;
	border: 1px;
	border-style:solid;
	border-color:#000000;
}

textarea	{
	/*height: 20px;*/
	font-size:14px;
	font-family:Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-style:normal;
	color: #af6900;
	background: #ffdd59;
	border: 1px;
	border-style:solid;
	border-color:#000000;
}

input[type=text], input[type=password], input[type=submit]	{
	/*height: 20px;*/
	font-size:14px;
	font-family:Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-style:normal;
	color: #af6900;
	background: #ffdd59;
	border: 1px;
	border-style:solid;
	border-color:#000000;
}

input[type=submit]	{
	background: #ffc300;
}

input[type=radio]	{
	font-size:14px ! important;
	font-family:Verdana, Helvetica, Arial, Geneva, sans-serif ! important;
	font-style:normal ! important;
	color: #af6900 ! important;
	background: #ffdd59 ! important;
	border-color:#000000 ! important;
}

select	{
	/*height: 20px;*/
	font-size:14px;
	font-family:Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-style:normal;
	color: #af6900;
	background: #ffdd59;
	border: 1px;
	border-style:solid;
	border-color:#000000;
}

table.other
{
	background-color: white;
}

table.form_table
{
	/* border-spacing: 10px; */
}

.form_table * th
{
	/*background-color: white;*/
	text-align: right;
	vertical-align: top;

	font-family: Arial, Helvetica, sans-serif ! important ;
	font-size: 12px ! important ;
}

.form_table * td
{
	text-align: left;
}

.attention_box
{
	padding:10px; 
	
	border-color:red; 
	border-style:solid; 
	background-color:#FFCCCC; 
	color:black;
	
	text-align:center;
}

.confirm_box
{
	padding:10px; 
	
	border-color:green; 
	border-style:solid; 
	background-color:#CCFFCC; 
	color:black;
	
	text-align:center;
}

.attention_box_containter
{
	margin-left:25%; 
	margin-right:25%; 
	width:50%; 
}

.frontpage_box
{
	width:100px; 
	border:solid black 1px; 
	background-color:white; 
	font-size:10px;
}

.features_thumb
{
	float: left;
	margin-right: 5px;
}

.unit_editor_label
{
	background: #DDDDDD;
	
	padding: 5px;
}


/* #################################################
	MENU */

.menu_bg_left
{
	display: block;
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 923px;
	height: 40px;
	
	background-image: url(../images/gui/menu/menu-bg-left.jpg);
	
	z-index: 100;
}

.menu_bg_repeat
{
	display: block;
	position: absolute;
	
	right: 101px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	
	background-image: url(../images/gui/menu/menu-bg-repeat.jpg);
	
	z-index: 99;
}

.menu_bg_right
{
	display: block;
	position: absolute;
	
	right: 0px;
	top: 0px;
	width: 101px;
	height: 40px;
	
	background-image: url(../images/gui/menu/menu-bg-right.jpg);
	
	z-index: 100;
}

.menu_entries
{
	display: block;
	position: absolute;
	
	left: 0px;
	top: 0px;
	padding-left: 250px;	
	padding-top: 0px;

	z-index: 101;
}

.menu_logout
{
	display: block;
	position: absolute;
	
	right: 0px;
	top: 0px;
	padding-right: 10px;	
	padding-top: 15px;

	z-index: 102;
}

.menu_entry
{
	background-color: black;
	color: white;
	
	font-weight: bold;
	
}

/* /END MENU */

/* /////////////////////////////////////////////////////////////////////////*/

/* TOOLTIP */

.tooltip_text_container
{
	width: 295px; /* 300 -5 */
	padding: 5px;
}

.bd /* override stuff from YUI */
{
	width: 300px;
}

/* /////////////////////////////////////////////////////////////////////////*/
/* BATTLEFIELD */

.apt_cube
{
	float: left;
	width: 2px;
	height: 2px;
	border-top: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}

#unitInfoOverlay
{
	Xbackground-color: #CCCCCC;
	Xpadding: 5px;
}

.attack_pattern_table tr td
{
	margin: 1px;
	width: 10px;
	height: 10px;
}

.attack_pattern_cell_half
{
	background-color: orange;
}
.attack_pattern_cell_full
{
	background-color: red;
}

/* /////////////////////////////////////////////////////////////////////////*/
/* HACKS */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
