
.hidden 
{
	display: none;
}

.red {
	color: #D93636;
}

.blue {
	color: #608FBF;
}

.teal {
	color: #60BFA9;
}

.purple {
	color: #9B60BF;
}

.yellow {
	color: #E4E573;
}

.orange {
	color: #CC8029;
}

.green {
	color:#003300;
}

.pink {
	color: #D96CB1;
}

.gray {
	color: #BFBFBF;
}

.lightblue {
	color: #79C2F2;
}

.darkgreen { 
	color: #86E573;
}

.brown {
	color: #BF8F60;
}

.observer {
	color: #FFFFFF;
}

body {
	margin: 0;
	padding: 0;
	background-color: #222222;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #A8B9BF;
	text-align:center;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 12px;
	background: #4C5866;
	border-bottom: 1px dotted #738499;
	padding: 5px;
}

.playername
{
	padding: 0px 10px 0px 2px;
}

#functions {
	padding: 1px 1px 1px 5px;
	background-color: #000000;
}

#content {
	width: 670px;
	background-color: #000000;
	font-size: 9pt;
}

#important {
	background-color: #292F37;
	border: 2px solid #4C5866;
	padding: 10px 10px 0;
	margin: 0 0 2em 0;
	line-height: 1.5em;
}

h2, .title {
	font-size: 12px;
	font-weight: bold;
	color: #8CB300;
	text-decoration: none;
	border-bottom: 1px solid #4C5866;
	clear: both;
	margin: 0 0 1em;
}

h3 {
	font-size: 12px;
}

#history ul, ol {
	line-height: 1.5em;
	margin-bottom: 2em;
}

p{}

#history ul {
	list-style: square;
}

ol li {
	padding: 1.5em 0 1.5em;
	border-bottom: 1px dashed #4C5866;
}

fieldset {
	border: 0;
}

.info {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 20px 2em 0;
}

th {
	border-bottom: 1px solid #ff9900;
	font-weight: bold;
	text-align: left;
}

.right {
	text-align: right;
}

a {
	text-decoration: none;
	color: #99B0CC;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: bottom;
}

input, select, option {
	color: #000000;
}

#functions a, .download {
	color: #7C8FA6;
	font-weight: bold;
	padding: 1px 4px 1px 4px;
}

#functions a:hover, .download:hover {
	text-decoration: none;
	color: #000000;
	background-color: #7C8FA6;
}

a.title:hover {
	text-decoration: none;
	color: #F1FFBA;
}

.graph {
	height: 10px;
	background-color: #738499;
}

.section {
	padding-bottom: 1em;
	margin: 1em 0 1em 25px;
	border-bottom: 1px dashed #4C5866;
}

.details {
	margin-left: 26px;
	border-left: 2px solid #4C5866;
	padding: 3px;
}

.additional {
	background-color: #39424D;
	border-left: 2px solid #738499;
	padding: 10px;
	margin: 5px 0 5px 20px;
	display: none;
	width: 100%;
}

.hidden {
	display: none;
}

#footer {
	margin-top: 20px;
	padding: 7px;
}

.cell
{
	width:95px;
}

.ceiling
{

}

.first_cell
{
	width:35px;
}

.column_title
{
	background-color:#FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	color:#000000
}

.field
{
	font-size: 6.5pt;
}

.hero_info_table
{
	 background: #222222;
}

table
{
	font-size: 9pt;
}

#replay_list_table
{
	font-family: verdana;
	background-color: #3B3D3F;
}

#replay_list_table td{
 padding-left: 2px;
 padding-right: 2px;
}

.mini_replay_list_table
{
	margin-bottom: 2px;
}

.sidecell{
 padding-left: 5px;
}

.pretty-hover-row1 
{
  background: #666666;
  color: #B8C9CF;
  cursor: pointer;
}

.pretty-hover-row2 
{
  background: #666666;
  color: #B8C9CF;
  cursor: pointer;
}


.replay_link
{
	text-decoration: none;
	color: #99B0CC;
}

.row{
	height: 60px;
}

.row_mini{
	height: 15px;
}

.row1{
	background-color:#302f2f;
	color: #A8B9BF;
	border:#0e0e0e;
}

.row2{
	background-color:#4a4949;
	color: #A8B9BF;
	border:#0e0e0e;
}

.mini_replay_list_title{ 
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

.mini_hero_icon
{
	margin: 2px;
	height: 16px;
	width: 16px;
}

.comment_info
{
	margin-bottom: 8px;
}

.comment_username
{
	font-weight: bold;
	color: #FF8844;
}


.comment
{
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px solid #8CB300;
	width: 400px;
}

.featured
{
	margin-bottom: 8px;
	color: white;
}

.team_name
{
	font-weight: bold;
	color: #FFFFFF;
}


.thumb_margin
{
	margin: 3px;
	display: block;
	max-width: 200px;
	max-height: 150px;
	float:left;
}

#large_container
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	font-size: 9pt;
}

.body_left
{
	background: url('images/leftbar_expand.jpg') repeat-y;
}

.body_right
{
	background: url('images/rightbar_expand.jpg') repeat-y;
}

.highslide-caption
{
	color: #000000;
}

.mini_tab
{
	background: #FF8844;
}

.mini_tab a
{
	color: black;
}

.mini_tab_background
{
	
}

.editor_pick_img
{
	float:left; 
	margin: 4px; 
	max-width:100px; 
	max-height:76px;
}

.editor_pick_title
{
	font-size: 14px;
	font-weight: bold;
	color: #8CB300;
}

.ruler
{
	margin-top: 10px;
	clear: both;
}

.flag
{
	margin: 2px;
}

.hero_icon
{
	margin: 2px;
	height: 32px;
	width: 32px;
}

.right_team
{
	text-align: right;
}

.left_team
{
	text-align: left;
}

.author_label
{
	color: #666666;
	font-size: 7pt;
}

.author
{
	color: white;
	font-size: 7pt;
}

.epick_team_title
{
	color: white;
}

