/* ==================================================
        #Reset & Basics
        #Styles
        #Typography
        #Links
        #Lists
        #Images
        #Forms
        #Scaling
        #Misc */

/* #Reset & Basics
================================================== */

/* #Styles
================================================== */
/* Splash / landing chrome extracted to design/template/default/public-tw-splash.css. */

/* #Typography
================================================== */

/* #Links
================================================== */

/* #Lists
================================================== */

/* #Images
================================================== */

/* #Forms
================================================== */

/* Scaling
================================================== */

/* #Misc
================================================== */

/*************************/
/* Navigation            */
/*************************/
/*.nojs li div {
    display: none;
} .nojs:hover div {
    display: block;
}*/

/*************************/
/* Content               */
/*************************/
.module-title {
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

.module-arrow {
    width: 16px;
    height: 16px;
    background: url(image/module-arrow.gif);
    background-position: -16px 1px;
    margin-right: 5px;
    float: left;
}

.module-arrow-selected {
    background-position: 0px 1px;
}

.module-content {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
}

img.align {
    vertical-align: middle;
    display: inline;
}

table.acp {
    margin: 0;
    padding: 0;
    border-spacing: 1px;
    border-collapse: separate;
    width: 100%;
    table-layout: fixed;
} table.acp th {
    background: #e3e4e5;
    margin: 0;
    padding: 8px 4px;
    color: #444;
    font-weight: normal;
} table.acp td {
    margin: 0;
    padding: 4px 6px;
} .text-center, table.text-center td, .text-center a {
    text-align: center;
} .text-right, table.text-right td, .text-right a {
    text-align: right;
}  .text-left, table.text-left td, .text-left a {
    text-align: left;
} table.acp tr:nth-child(even) {
    background: #f9f9f9;
} table.acp tr.myTeam {
    background: #cfe0c8;
} table.acp .teamName {
    color: #999;
} table.linkFill a {
    width: 100%;
} table.acp.pad td {
    padding: 8px 6px;
}

td.key {
    text-align: right;
    border-right: 1px dotted #999;
} td.key2 {
    text-align: right;
}  td.key3 {
    background: #ebebeb;
    text-align: center;
    color: #444;
} tr.borderBottom td {
    border-bottom: 1px solid #d5d5d5;
}

table.reply {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    width: 100%;
} table.reply th {
    background: #e9e9e9;
    border-top: 1px solid #d9d9d9;
    margin: 0px;
    padding: 5px;
    color: #222;
    text-align: center;
} table.reply td {
    margin: 0px;
    padding: 5px;
}

div.c-wrap {
    background: #fff;
    border: 1px solid #dfe0e4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3x;
    margin-bottom: 10px;
} div .c-wrap h2 {
    padding-bottom: 5px;
    margin: 0px;
} div .c-wrap h2.margin {
    margin: 10px 0px 0px 0px;
}
/*************************/
/* Miscellaneous         */
/*************************/
#cookieWarningWrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 101;
}
#cookieWarning {
    color: #f2f2f2;
    margin: 0 auto;
    padding: 5px;
    background: #666;
    font-size: 90%;
} #cookieWarning a, #cookieWarning a:visited, #cookieWarning a:active, #cookieWarning a:hover {
    color: #fff;
}

#tooltip {
    position:absolute;
    color:#fff;
    background: #282828;
    padding:2px 5px;
    display:none;
    max-width: 250px;
    z-index: 999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

a.tooltip {
    text-decoration: none;
    color: #339900;
    font-weight: normal;
}

.robotoBold {
    font-family: "RobotoCondensedBold";
} .robotoCondensed {
    font-family: "RobotoCondensed";
} .uppercase {
    text-transform: uppercase;
}

.noselect {                
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.error {
    color: #992a2a !important;
    background: #ffcccc !important;
    border: 1px solid #dd7777 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 8px;
}

.success {
    color: #6C0;
}

.counter {
    color: #666;
}

.limit {
    color: #f00;
}
.right {
    float: right !important;
} .left {
    float: left !important;
} .align-left {
    text-align: left;
} .align-center {
    text-align: center;
} .align-right {
    text-align: right;
} .bold {
    font-weight: bold;
}

/* Public form-input suite extracted to design/template/default/public-tw-forms.css. */


/* Public colour / flag / pager / pic utilities extracted to
   design/template/default/public-tw-utilities.css. */

/* Home features, raceDay, langSelectSplash, simpleSelect extracted to public-tw-splash.css / public-tw-simple-select.css. */

.hiddenInput {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* Note: Button styles are in shared.css which loads after this file */