/*TH {
	BORDER-RIGHT: #ff0000 1px solid; BORDER-TOP: #ff0000 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 10pt; BORDER-LEFT: #ff0000 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #ff0000 1px solid; FONT-FAMILY: "Verdana"; BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: #330000
}*/
A {
	 COLOR: #4169E1; TEXT-DECORATION: underline; 
}

.option{
 COLOR: yellow; TEXT-DECORATION: underline; font-weight: bold; font-size:13px
}

.option2{
 COLOR: cyan; TEXT-DECORATION: underline; font-weight: bold; font-size:13px
}

HR {
	WIDTH: 75%; COLOR: #ff0000; HEIGHT: 1px
}

div.table {
margin: 0 auto;
margin-left: auto;
margin-right: auto;
text-align: center;
} 
div.row {
margin: 0 auto;
clear: both;
padding-bottom: 2px;
padding-top: 2px;
text-align: center;
overflow: visible;
white-space: nowrap;
} 
div.cell { 
display: inline;
padding-left: 4px;
padding-right: 4px;
vertical-align:top;
text-align: center;
FONT-SIZE: 10pt; 
FONT-FAMILY: "Verdana";
}

div.center { 
margin-left: auto;
margin-right: auto;
text-align: center;
}


span.alignleft {
	text-align: left;
	float: left;
	white-space: nowrap;
}
span.alignright{
	text-align: right;
	float: right;
	white-space: nowrap;
}
span.aligncenter {
	text-align: center;
	float: left;
	margin: 0 auto;
	white-space: nowrap;
}

.attack
{font-weight:bold;
color: lime;}
.defense
{font-weight:bold;
color: #ff0000;}
.covert
{font-weight:bold;
color: #A700C1;}
.assassin
{font-weight:bold;
color: #ffffff;}

.progress_container {
  position: relative;
  margin: 0 0 0 0;
  display: inline;
  height: 20px;
  width:100%;
  
}

.progress_bar {
  height: 20px;
  overflow: visible;
  position: relative;
  margin: 0 0 0 0;
  width:100%;
  background-image: url(../pic/Misc/ResearchBlankB.gif);
  background-color: 000000;
  background-position: center center;
  background-repeat: repeat-x;
  border: 1px solid;
}
 
.progress_fill {
  position: absolute;
  float: left;
  left: 0;
  top: 0;
  z-index: 1;
  line-height: 20px; 
  overflow: visible;
  background-image: url(../pic/Misc/ResearchFull.gif);
  background-color: limegreen;
  background-position: center center;
  background-repeat: repeat-x;
} 

.progress_bar strong {
  position: relative;
  z-index: 10;
  width:100%;
  line-height: 20px; 
  text-align: center;
  white-space: nowrap;
  vertical-align:middle;
}

.progress_imgleft {
  position: relative;
  float: left;
  z-index: 0;
  width:8px;
  height: 24px; 
  background-image: url(../pic/Misc/ResearchLeftC.gif);
}

.progress_imgright {
  position: relative;
  float: right;
  z-index: 0;
  width:8px;
  height: 24px; 
  background-image: url(../pic/Misc/ResearchRightC.gif);
}


