﻿body
{
    background: #ADADAD;
    background-image: url(../img/page_tile.png);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
}

#HeaderBar
{
    background-image: url(../img/HeaderRepeat.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 105px;
}

#EntryForm
{
    float: left;
    border: solid 1px #333;
    width: 200px;
    margin: 15px 15px 0px 15px;
    margin-top: 15px;
    min-height: 400px;
    background-color: #fff;
}

#PriceInfo
{
    padding-top: 6px;
    font-size: 10px;
    font-style: italic;
}

#ResultsPage
{
    border: solid 1px #333;
    margin-top: 15px;
    margin-right: 20px;
    min-height: 400px;
    background-color: #fff;
}

INPUT, SELECT
{
    font: normal 12px "Tahoma" ,Arial,Serif;
    color: #000;
}

.TotalCost
{
    font-weight: bold;
    color: #009200;
    font-size: 28px;
    padding: 4px;
    margin-bottom: 4px;
    border: dashed 1px #009200;
    background-image: url(../img/PortalPanelBackground.png);
    background-repeat: repeat-y;
}

.Title
{
    font-weight: bold;
    color: #333;
    font-size: 24px;
    border-bottom: solid 1px #333;
}

.SubTitle
{
    font-weight: bold;
    font-size: 16px;
    color: #333;
    border-bottom:solid 2px #333;
    margin-bottom:3px;
}

.TotalsRow
{
    font-weight: bold;
    border-top: solid 1px rgb(190,190,190);
    padding-top: 2px;
}

.ListTable
{
    border-collapse: collapse;
}

.ListTable th
{
    font-weight: bold;
    color:#000;
    padding: 4px;
    background-color: #f2f2f2;
    font-family: Tahoma,Arial;
    font-size: 12px;
    border: solid 1px #333;
    text-align: left;
    background-image: url(../img/thead_repeat_green.jpg);
}

.ListTable td
{
    font-family: Tahoma,Arial;
    font-size: 12px;
    padding: 4px;
    border: solid 1px #333;
}

.ListTableTotalsRow
{
    font-family: Tahoma,Arial;
    font-size: 12px;
    padding: 4px;
    border: solid 1px #333;
    font-weight: bold;
    background-color: #ffffcc;
}

.DataTable td
{
    font-family: Tahoma,Arial;
    font-size: 12px;
}

.TESTcpYearNavigation, .TESTcpMonthNavigation
{
    background-color: #6677DD;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
.TESTcpDayColumnHeader, .TESTcpYearNavigation, .TESTcpMonthNavigation, .TESTcpCurrentMonthDate, .TESTcpCurrentMonthDateDisabled, .TESTcpOtherMonthDate, .TESTcpOtherMonthDateDisabled, .TESTcpCurrentDate, .TESTcpCurrentDateDisabled, .TESTcpTodayText, .TESTcpTodayTextDisabled, .TESTcpText
{
    font-family: arial;
    font-size: 8pt;
}
TD.TESTcpDayColumnHeader
{
    text-align: right;
    border: solid thin #6677DD;
    border-width: 0px 0px 1px 0px;
}
.TESTcpCurrentMonthDate, .TESTcpOtherMonthDate, .TESTcpCurrentDate
{
    text-align: right;
    text-decoration: none;
}
.TESTcpCurrentMonthDateDisabled, .TESTcpOtherMonthDateDisabled, .TESTcpCurrentDateDisabled
{
    color: #D0D0D0;
    text-align: right;
    text-decoration: line-through;
}
.TESTcpCurrentMonthDate
{
    color: #6677DD;
    font-weight: bold;
}
.TESTcpCurrentDate
{
    color: #FFFFFF;
    font-weight: bold;
}
.TESTcpOtherMonthDate
{
    color: #808080;
}
TD.TESTcpCurrentDate
{
    color: #FFFFFF;
    background-color: #6677DD;
    border-width: 1px;
    border: solid thin #000000;
}
TD.TESTcpCurrentDateDisabled
{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
TD.TESTcpTodayText, TD.TESTcpTodayTextDisabled
{
    border: solid thin #6677DD;
    border-width: 1px 0px 0px 0px;
}
A.TESTcpTodayText, SPAN.TESTcpTodayTextDisabled
{
    height: 20px;
}
A.TESTcpTodayText
{
    color: #6677DD;
    font-weight: bold;
}
SPAN.TESTcpTodayTextDisabled
{
    color: #D0D0D0;
}
.TESTcpBorder
{
    border: solid thin #6677DD;
}

label
{
    font: bold 12px "Tahoma" ,Arial,Serif;
}
div
{
    font: normal 12px "Tahoma" ,Arial,Serif;
}
img
{
    border: none;
}
a
{
    color: blue;
}
a:hover
{
    color: #666;
}
#wrapper
{
    margin: 0 auto;
    min-width: 750px;
}
#masthead
{
    width: 100%;
    background: transparent url("../img/banner-tile.jpg") repeat-x;
    height: 75px;
}
#menu
{
    width: 100%;
    height: 40px;
}
#main
{
    /*margin:10px;*/
    background: #fff;
    border: 1px solid #000; /*padding:10px;*/
}
#main p
{
    font: normal 14px "Trebuchet MS" ,Arial,Serif;
}
#footer
{
    width: 100%;
    height: 35px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: transparent url("../img/HorizontalGradRev.png") repeat-x;
}
#footer p
{
    text-align: center;
    color: white;
    font: normal 14px "Tahoma" ,Arial,Serif;
    line-height: 28px;
}
#footer a
{
    color: #ff0;
}
#footer a:hover
{
    color: #fff;
}
.clear
{
    clear: both;
}
.hidden
{
    display: none;
    margin: 0;
    padding: 0;
}

.TabOn
{
    border-style: solid;
    border-width: 1px 2px 1px 1px;
    border-color: #000000;
    border-bottom-color: #fff;
    border-right-color: #555555;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
    background-color: #fff;
}
.TabBlank
{
    border-bottom: solid 1px #000000;
    padding: 7px 6px 6px 6px;
    white-space: nowrap;
}
.TabOff
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #333333;
    border-bottom-color: #000000;
    padding: 6px; /*color:#336699;*/
    color: #333333;
    text-align: center;
    cursor: pointer;
    background-color: #b8c4de;
    white-space: nowrap;
}

.TabContentOn
{
    display: block;
}

.TabContentOff
{
    display: none;
}
.TabContentPanel
{
    padding: 8px 6px 8px 6px;
    background-color: #fff;
    border-style: solid;
    border-width: 0px 2px 2px 1px;
    border-color: #333;
    text-align: left;
}

.Error
{
    color: #800000;
}

.ErrorBox
{
    color: #000;
    padding: 8px;
    border: solid 2px #fff;
    background-color: #ffcccc;
}

.TSOff
{
    font-size: 11px;
    padding: 2px;
    cursor: pointer;
}

.TSOn
{
    background-color: rgb(235,170,25);
    border: dashed 1px #e1e1e1;
    font-size: 11px;
    padding: 4px 2px 4px 2px;
    cursor: pointer;
    color: #0000ff;
    text-decoration: underline;
}

#PageHeader
{
    background-image: url(../img/banner-tile.jpg);
    width: 100%;
    height: 75px;
    background-repeat: repeat-x;
}
#Nav
{
    background-image: url(../img/AppNavRepeat.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 28px;
}

#InfoBar
{
    background-image: url(../img/info_tile.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
    text-decoration: none;
    font-weight: normal;
}
.NavLinks
{
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    color: #000;
    padding-right: 15px;
}

.NavLinks:hover
{
    font-weight: bold;
    text-decoration: underline;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    color: #006000;
    padding-right: 15px;
}
.PriceTicker
{
    border: solid 1px #000;
    margin: 4px 1px 0px 1px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    height: 30px;
    width: 20px;
    background-color: #008000;
}

.LaneContainer
{
    width: 100%;
    height: 450px;
    margin: 0px;
    overflow: scroll;
}
.LaneBox
{
    padding: 2px 4px 2px 4px;
    margin: 4px 0px 4px 0px;
    background-image: url(../img/LaneBackground.png);
    background-repeat: no-repeat; /*background-color:rgb(255,195,90);*/
    width: 166px;
    height: 89px;
}

.LaneTitle
{
    font-size: 11px;
    font-weight: bold;
    width: 152px;
    color: #FFF;
    height: 30px;
    padding: 2px 0px 0px 6px;
    overflow: hidden;
}
.LaneInfo
{
    padding-top:4px;
    font-size: 10px;
    color: #000;
}
.LaneTools
{
    margin: 2px 0px 4px 0px;
    width: 155px;
    text-align: center;
}
.LaneTools a
{
    text-decoration: none;
    font-size: 11px;
}
.LowRow
{
    background-color: rgb(150,212,132);
}

.HighRow
{
    background-color: rgb(212,162,162);
}

.TagLine
{
    font-size: 20px;
    color: #333;
    border-bottom: solid 1px #333;
    width: 95%;
}

.GraphNode
{
    width: 30px;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    background-image: url(../img/gnodebck.png);
    background-color: #000;
}

.TrendTitle
{
    font-size: 16px;
    color: #333;
    border-bottom: solid 1px #333;
    width: 450px;
    margin-bottom: 6px;
}

.TrendSubTitle
{
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}
.TrendBox
{
    border: solid 1px #000;
    padding: 4px 4px 0px 4px;
    width: 500px;
    background-color: #f2f2f2;
}
.MatchesContainer
{
    position: absolute;
    left: 0px;
    top: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-image: url(../img/PortalPanelBackground.png);
    background-repeat: repeat-y;
    background-color: #f2f2f2;
    width: 180px;
}

.MatchBox
{
    padding: 4px;
    font-size: 11px;
    cursor: pointer;
}

.MatchBoxHighlight
{
    padding: 5px 4px 5px 4px;
    font-size: 11px;
    background-color: #ffffcc;
    font-weight: bold;
    cursor: pointer;
}
.ResultsHeader
{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin: 4px 0px 6px 0px;
}

.ResultButton
{
    width: 175px;
    height: 75px;
    margin: 8px 5px 8px 5px;
    float: left;
    background-color: Transparent;
    background-repeat: no-repeat;
}
.BigResult
{
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding-top: 38px;
}
