﻿.tab
{
    display: block;
    width: 150px;
    height: 20px;
    background-image: url(images/tab.png);
    float: left;
    text-decoration: none;
    margin-top: 5px;
    text-align: center;
    margin-right: 1px;
    vertical-align: middle;
}

.tabSelected
{
    display: block;
    width: 150px;
    height: 25px;
    background-image: url(images/tabActive.png);
    float: left;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin-right: 1px;
    vertical-align: middle;
}

.mainDiv
{
    clear: both;
    border-color: Orange;
    border-style: solid;
    border-width: 1px;
    margin-top: -2px;
    padding: 3px;
    margin-bottom: 10px;
    min-height: 20px;
}

.classContainer
{
    display: inline-block;
    width: 100%;
    clear: both;
    padding-top: 15px;
}

.classImage
{
    float: left;
    width: 80px;
}

div.classQuickInfo
{
    float: left;
    padding: 15px 0px 0px 10px;
}

table.classQuickInfo
{
    border-collapse: collapse;
}

table.classQuickInfo td
{
    width: 160px;
    border-bottom: dotted 1px gray;
    border-right: dotted 1px gray;
}

.description
{
    font-weight: bold;
}

.moreInfo
{
    width: 600px;
    display: none;
    clear: both;
    white-space:normal;
    margin-top: 15px;
    margin-bottom: 25px;
}

.infoTable
{
    border-collapse: collapse;
    margin-left: -3px;
    width: 647px;
}

.ocsdesc
{
    font-weight: bold;
    border: solid 1px Orange;
    padding-left: 5px;
    background-color: #E8E8E8;
}

.ocsvalue
{
    border: solid 1px Orange;
    background-color: #E8E8E8;
}

.ocsdescborder
{
    font-weight: bold;
    border: solid 1px Orange;
    background-color: #E8E8E8;
}

.achievementImages
{
    margin-left: 8px;
}

.achievementImageLink 
{
    border-style: none;
    text-decoration: none;
}

.achievementImage 
{
    margin: 1px;
    text-decoration: none;
    border: none;
}

.backpackImageLink 
{
    border-style: none;
    text-decoration: none;
}

.backpackImage 
{
    text-decoration: none;
    border: none;
    width: 74px;
    height: 74px;
}

a.achievementImageLink, a.backpackImageLink
{ 
    border: none;
    text-decoration: none; 
}

a img
{
    border: none; 
}

.menuPanel
{
    float: left;
    width: 590px;
    clear: both;
    margin: 23px;
    border: solid 1px black;
    background-color: #cecece;
}

.checkMenu
{
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

.checkMenu h4
{
    margin-bottom: 0px;
}

.checkMenu input
{
    margin-left: 10px;
}

.dateR
{
    color: #666666;
    font-size: 10px;
    width: 100%;
    text-align: right;
}

.comment
{
    color: #666666;
    font-size: 10px;
    width: 100%;
}

table.backpackCompare
{
    width: 100%;
    border-collapse: collapse;
}

table.backpackCompare
{
    margin-left:-3px;
    width:647px;
}

table.backpackCompare td
{
    font-weight: bold;
    vertical-align: top;
    border-bottom: solid 1px orange;
}

td.compareLeft
{
    width: 50%;
    padding-right: 10px;
    text-align: right;
    border-right: dotted 3px orange;
}

td.compareRight
{
    padding-left: 10px;
    text-align: left;
}