/**
 * Default Style Sheet
 */

@media screen { /* >>>>>>>>>> START Screen */
#canvas {
    font-family: arial, helvetica, sans-serif;
    background-attachment: fixed;
    background-image: url('../images/checkered_flags.jpg');
    background-repeat: repeat;
    background-color: black;
    color: black;
    margin: 0px;  /* Leave margin at 0px if using a free hosting account that uses Google ads. */
    padding: 0px;
}
} /* >>>>>>>>>> END Screen */


@media print { /* >>>>>>>>>> START Print */
#canvas {
    font-family: Arial, Helvetica, sans-serif;
    background: none;
    background-color: white;
    color: black;
    margin: 10px;  /* Leave margin at 0px if using a free hosting account that uses Google ads. */
    padding: 0px;
}
} /* >>>>>>>>>> END Print */

.pageContainer {
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 1000px;
}


/**
 * Advertising Components
 */
.adNotify {
    width: 100%;
    height: 8px;
    font-size: 8px;
    color: #555555;
    padding-bottom: 3px;
    text-align: right;
}

.adHead {
    font-size: 1.2em;
    display: inline;
    font-weight: bold;
}
.adPlanName {
    font-size: 1.1em;
    font-weight: bold;
}
.adPlan {
    font-size: 1.0em;
    font-weight: normal;
}

@media screen { /* >>>>>>>>>> START Screen */
.adZone1 {
    border: 2px solid DarkGoldenRod;
    width: 468px;
    height: 60px;
    background-color: #ffff55; /* Lighter shade of normal yellow */
}

.adZone2 {
    margin: 25px auto 50px auto;
    width: 732px;
}
.adZone2 .container {
    border: 2px solid DarkGoldenRod;
    height: 90px;
    background-color: black;
}

.adZone19 {
    margin: 25px auto 50px auto;
    width: 652px;
}
.adZone19 .container {
    border: 2px solid DarkGoldenRod;
    height: 260px;
    background-color: black;
}

.adZone20 {
    margin: 25px auto 50px auto;
    width: 704px;
}
.adZone20 .container {
    border: 2px solid DarkGoldenRod;
    height: 350px;
    background-color: black;
}
} /* >>>>>>>>>> END Screen */

@media print { /* >>>>>>>>>> START Print */
.adZone1 {
    display: none;
}

.adZone2 {
    display: none;
}
.adZone19 {
    display: none;
}
.adZone20 {
    display: none;
}
} /* >>>>>>>>>> END Print */

@media screen { /* >>>>>>>>>> START Screen */
.adRightBannerRun {
    margin: 0px;
    float: right;
    background-color: transparent;
    color: white;
    padding: 0px;
    width: 164px;
}
} /* >>>>>>>>>> END Screen */

@media print { /* >>>>>>>>>> START Print */
.adRightBannerRun {
    display: none;
}
} /* >>>>>>>>>> END Print */

.adRightBannerRun .adZones3to7 {
    border: 2px solid DarkGoldenRod;
    background-color: black;
    margin: 0px auto 10px auto;
    width: 150px;
    height: 150px;
}
.adRightBannerRun .adZones8to12 {
    border: 2px solid DarkGoldenRod;
    background-color: black;
    margin: 0px auto 10px auto;
    width: 120px;
    height: 240px;
}
.adRightBannerRun .adZone13to17 {
    border: 2px solid DarkGoldenRod;
    background-color: black;
    margin: 0px auto 10px auto;
    width: 120px;
    height: 600px;
}
.adRightBannerRun .adZone18 {
    border: 2px solid DarkGoldenRod;
    background-color: black;
    margin: 0px auto 10px auto;
    width: 160px;
    height: 600px;
}


/**
 * Software Application
 */
.applContainer {
    padding: 0px;
    margin: 0px;
    width: 800px;
    height: 740px;
    border: 2px solid DarkGoldenRod;
    float: left;
}
.applHeader {
    width: 100%;
    height: 114px;
    background-color: #ffff55; /* Lighter shade of normal yellow */
    border: none;
    text-align: center;
}
.applBody {
    padding: 10px;
    width: 780px;
    height: 580px;
    color: black;
    background-color: FireBrick;
    border: none;
    font-weight: bold;
}
.applFooter {
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: black;
    background-color: yellow;
    border: none;
    text-align: center;
}

.applFooter .left {
    float: left;
    width: 26px;
    height: 26px;
}

.applFooter .copyright {
    float: left;
    font-size: .8em;
    width: 748px;
}

.applFooter .right {
    float: right;
}


/**
 * Menu
 */
#menuBanner {
    margin: 0px;
    padding: 2px 8px 14px 8px;
    height: 64px;
}

#menuBar {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 28px;
    background-color: navy;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}
.menuBarArea1 { /* LOGGED OUT:  Racers, Point Managers, About, Advertise Here */
    margin: 0px auto 0px auto;
    padding: 2px 0px 2px 0px;
    width: 480px;
    height: 24px;
    line-height: 24px;
    font-size: 1.1em;
}
.menuBarArea2 { /* NORMAL LOGIN:  Racers, Point Managers, About, Documentation, Logout */
    margin: 0px auto 0px auto;
    padding: 2px 0px 2px 0px;
    width: 570px;
    height: 24px;
    line-height: 24px;
    font-size: 1.1em;
}
.menuBarArea3 { /* DEMO LOGIN:  Racers, Point Managers, About, Advertise Here, Documentation, Logout */
    margin: 0px auto 0px auto;
    padding: 2px 0px 2px 0px;
    width: 730px;
    height: 24px;
    line-height: 24px;
    font-size: 1.1em;
}

/* MENU: Layout */
.mainmenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    white-space: nowrap;
}
/* MENU: Every List Item (Menu Choice) */
.mainmenu li {
    float: left;
}
/* MENU: Non-Selected */
.mainmenu li a {
    display: block;
    float: left;
    color: gold;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    padding: 0px 8px 0px 16px;
    cursor: pointer;
}
/* MENU: Selected */
.mainmenu li.current a {
    color: white;
    background-color: GoldenRod;
}
/* MENU: Hovering over Non-Selected */
.mainmenu li a:hover {
    color: white;
    background-color: transparent;
}
/* MENU: Hovering over Selected */
.mainmenu li.current a:hover {
    color: white;
    background-color: GoldenRod;
    cursor: default;
}


/**
 * Standard Attributes
 */
@media screen { /* >>>>>>>>>> START Screen */
.stdButton {
    width: 150px;
}

.stdTip {
    text-decoration: none;
    color: navy;
    font-weight: bold;
    cursor: pointer;
}

.stdSortableHeading {
    text-decoration: none;
    color: SaddleBrown;
    font-weight: bold;
    cursor: pointer;
}
} /* >>>>>>>>>> END Screen */


@media print { /* >>>>>>>>>> START Print */
.stdButton {
    visibility: hidden;
    display: none;
}

.stdTip {
    text-decoration: none;
    color:  black;
    cursor: pointer;
}

.stdSortableHeading {
    text-decoration: none;
    color: black;
    font-weight: bold;
    cursor: pointer;
}
} /* >>>>>>>>>> END Print */


.stdCage {
    display: inline;
}

.stdErr {
    visibility: hidden;
    color: red;
    font-weight: bold;
}
.RegErr {   /* Registration Errors */
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.stdLegend {
    font-weight: bold;
}


/**
 * Field Management
 */
.fldLabel {
    font-weight: normal;
    color: black;
    background-color: transparent;
    text-align: left;
}
.fldInput {
    font-weight: normal;
    color: black;
    background-color: white;
}
.fldReadOnly {
    font-weight: bold;
    color: OrangeRed;
    background-color: white;
}


/**
 * Miscellaneous
 */
.inputBox {
    display: block;
    font-weight: normal;
    color: black;
    background-color: LightGrey;
    border: 2px solid black;
    padding: 10px;
}

.infoTitle {
    display: inline;
    font-weight: bold;
}
.infoBox {
    display: block;
    font-weight: normal;
    color: black;
    background-color: white;
    border: 2px solid black;
    padding: 10px;
}

.TableCenter {
    margin-left: auto;
    margin-right: auto;
}

.required {
    color: red;
    font-weight: bold;
    font-size: .6em;
}

/* Combo box for selecting a Series */
.selSeries {
}

/* Displayed State name per selecting Managers */
.selState {
    font-size: 1.4em;
    text-align: left;
    color: green;
}

#NowLoadingSeries {
    visibility: hidden;
}
