/*****************************************************************************/
/* Martial Combat Stylesheet                                                 */
/* Tim White: 9/24/2003                                                      */                                                   
/*                                                                           */
/* Styles that start with # are referenced like: <ul id="mainmenu">          */                                                 
/*                                                                           */                                                 
/* All other styles are referenced like: <table class="fancy">               */
/*****************************************************************************/

/*****************************************************************************/
/* HTML Replacements
/*
/* These styles override the settings for exisitng HTML tags                 */
/*****************************************************************************/
a:link {
	color: gold;
}

a:hover {
	color: gold;
}

a:visited {
	color: red;
}

body { 
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
        background-color: #000000;	
	background-image: url("/images/stars.jpg");
	background-repeat: repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
}

h1 {
	font-size: 24pt;
    font-weight: bold;
    color: gold;
    text-align: center;
}
    
h2 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 18pt;
    font-weight: bold;
    color: gold
}
    
h3 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 14pt;
    font-weight: bold;
    color: gold
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12pt;
    font-weight: bold;
    color: gold
}

h5 {
    font-size: 24pt;
    color: red;
    text-align: center;
}



/*****************************************************************************/
/* Page Divisions                                                            */
/*****************************************************************************/

div.main {
	height: 100%;
	width: 100%;
	margin: 0px;
}

/* Vertical Page Divisions */

div.header {
	margin: 15px;
	padding: 5px;
	text-align: center;
}

div.middle {
	margin-top: 0px;
}

/* Horizontal Page Divisions */
	  
div.leftcolumn {
	position: absolute;
	left: 0px;
	width: 145px;
    padding: 4px;
}

div.centercolumn {
	position: relative;
	left: 10px;
	padding-top: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 145px;
	margin-right: 20px;
	width: auto;
	text-align: left;
}

/*****************************************************************************/
/* Custom Styles                                                             */
/*****************************************************************************/

pagewrapper {
	/* This is a temporary style.  It will be deleted soon */
}

/* Divider Styles ************************************************************/

div.mchr {
	height: 15px;
	background-image: url("/images/castlerule.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.mchr hr {
	display: none;
}

/* Table Styles **************************************************************/

tr.header {
	font-weight: bold;
	color: gold;
	text-align: center;
}

tr.plainheader {
	color: gold;
}

tr.evenrow {
	color: gold;
}

tr.oddrow {
	color: gold;
	background-color: #000066;
}

table.basic {
	border-width: 2px;
	font-size: 10pt;
	border-style: ridge;
	border-color: gold;
}

table.basic tr.header {
	font-size: 12pt;
	padding: 5px;
	background-color: #444444;
	text-align: left;
}

table.basic tr {
	padding: 5px;
	background-color: #222222;
	text-align: left;
}

table.basic .center {
	text-align: center;
}

table.fancy {
	text-align: left;
	border-width: 2px;
	border-style: solid;
	border-top-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-right-color: #DFBE00;
	border-bottom-color: #DFBE00;
}

table.fancy td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #DFBE00;
	border-left-color: #DFBE00;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}

table.fancy .center {
	text-align: center;
}

table.layout {
	text-align: left;
	border-width: 0px;
	border-collapse: collapse;
}

table.layout td {
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-width: 0px;
}

table.layout .center {
	text-align: center;
}

/* Menu Styles ****************************************************************/

#mainmenu {
	list-style: none;
	margin-left: 0px;
}

#mainmenu li {
	font-weight: bold;
	font-size: 12pt;
	color: gold;
}

#mainmenu ul {
	list-style: none;
	margin-left: 7px;
	margin-bottom: 10px;
}

#mainmenu ul li {
	font-weight: normal;
	font-size: 10pt;
	list-style: none;
	margin-left: 10px;
}

/* Text Styles ***************************************************************/

.alert {
	font-weight: bold;
	font-size: 14pt;
	color: red;
	text-align: center;
}

.fineprint {
	font-size: 10pt;
}

.bold {
	font-weight: bold;
}

.highlight 
{
  color: gold;
}

.teambonus {
	color: red;
}

.trainerbonus {
	color: gold;
}

.ftr1 {
	color: #FF3531;
}

.ftr2 {
	color: #00FFFF;
}

.ftrs {
	font-weight: bold;
	font-size: 14pt;
	color: gold;
	text-align: center;
}

.IKO 
{
  font-weight: bold;
  color: green;
}

/* Attribute Styles **********************************************************/

.power {
	color: red;
}

.agility {
	color: blue;
}

.smarts {
	color: fuchsia;
}

.aggresiveness {
	color: lime;
}

.toughness {
	color: aqua;
}

.fitness {
	color: yellow;
}