﻿.recordsTable
{
    width: 100%;
    border-collapse: collapse;
}

.recordsTable td
{
    border-left-style: dotted;
    border-left-width: thin;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}

.recordsTable td a
{
    color: Black;
    border: none;
    text-decoration: none;
}

.recordsTable tr.gray:hover, .recordsTable tr.nongray:hover {
    background-color: #FFF96D !important;
}

.recordsTable .gray
{
    background-color: #FFD48F;
}

.recordsTable .header
{
    font-weight: bold;
}

.topContent
{
    background: url('images/onlineCS/top.png');
    height: 22px;
    width: 620px;
    float: left;
    padding-left: 30px;
    padding-top: 3px;
    font-weight: bold;
}

.middleContent
{
    clear: left;
    background: url('images/onlineCS/middle.png') repeat-y;
    width: 630px;
    float: left;
    padding: 10px 10px 0px 10px;
}

.bottomContent
{
    clear: left;
    background: url('images/onlineCS/bottom.png');
    height: 25px;
    width: 650px;
    float: left;
}

.middleContent img
{
	margin-left: 3px;
	margin-top: 4px;
}

.space
{
	height: 40px;
	clear: both;
}

.desc
{
	font-weight: bold;
	padding-left: 5px;
}

.value
{
	padding-left: 5px;
}

.tdC
{
	background: url('images/onlineCS/tr.png') repeat-x;
	height: 22px;
}

.leftAligned
{
    padding-left: 20px;
    float: left;
}

.compactAch img
{
    padding: 2px;
}

.weapons img
{
    padding: 2px;
    width: 100px;
    height: 100px;
}

.bordered
{
    border-style: dotted;
    border-width:2px;
    margin-left: 20px;
    padding-top: 5px;
}

.selectClass
{
    float: left;
    width: 150px;
    height: 30px;
}

.selectClass a
{
    text-decoration: none;
    border: none;
}

.selectClass a img
{
    text-decoration: none;
    border: none;
}

.classImg
{
    width: 20px;
    height: 20px;
}

.errorPanel
{
    background-color: #FF9E9E;
    border-color: Red;
    border-style: solid;
    padding: 4px;
    text-align: center;
}

.comparePanel
{
    background-color: #FFFF89;
    border-color: #000000;
    border-style: solid;
    padding: 4px;
}

.achSubHeader
{
    font-weight: bolder;
    font-size: medium;
    color: #707070;
    margin-bottom: -15px;
}

.positive a
{
    padding-left: 5px;
    color: #007700;
    text-decoration: none;
}

.neutral a
{
    padding-left: 5px;
    color: Blue;
    text-decoration: none;
}

.negative a
{
    padding-left: 5px;
    color: #CC0000;
    text-decoration: none;
}

.rankColumn
{
    text-align: right;
}

/*.comment
{
    background-color: #c0c0c0;
    border-color: Black;
    border-style: solid;
    border-width: 2px;
    margin: 50px 20px 50px 20px;
    padding: 5px;
    font-family: Courier New;
}*/