﻿/* -- CRIS only application stylesheet -- */

.dummyCRIS {}


/*==============Defaults========*/
/* reset link behaviour from rwwa defaults*/
#aspnetForm a {
    color: #000;
    text-decoration: none;
}
#aspnetForm a:link {
    color: #13568E;
    text-decoration: underline;
}
#aspnetForm a:hover {
    color: #33f;
    text-decoration: underline;
}
#aspnetForm a:visited {
    color: #800080;
    text-decoration: underline;
}
caption {
    text-align:left;
    font-size:1.1em;
    font-weight:bold;
    }
label {
    font-weight:bold;
    }
fieldset {
    padding:1em;
    border: #75736E solid 1px;
    }
legend {
    background-color: #dd7b00;
    color:#fff;
    padding:0.2em 2em;
    border:#999 1px solid;
    font-weight:bold;
    margin:1em 0;
    }
option {
    margin-right:1em;
    margin-left:0.1em;
    }
/*==============Alignment and Positioning (includes some button styles) ========*/
.numerical, .rightalign, .buttonstd{
    text-align: right;
    }
.leftalign {
    text-align: left;
    }
#aspnetForm .centrealign {
    text-align:center;
    }
#aspnetForm .top {
    vertical-align:top;
    }
.middle {
    vertical-align:middle;
    }
.bottom {
    vertical-align:bottom;
    }
.rightfloat, .buttontxt{
    float:right;
    margin-left:0.5em;
    }
.leftfloat {
    float:left;
    }
.clear {
    clear:both;
    }    
.tab {
    margin-left:3em;
    }
.right {
    float:right; 
    text-align:right;
    }
.left {
    float:left; 
    text-align:left;
    }
    
/*==============Tables========*/
#aspnetForm table
{
    margin: 0.6em 0 1em 0.1em;
}
    
#aspnetForm th,  #aspnetForm td {
    text-align:left;
    vertical-align:top;
    }
#aspnetForm td.autowidth{
    width:auto;
    }
table.tbldetails {
    border-top:1px solid #ababab;
    border-left: 1px solid #ababab;
    border-collapse:collapse;
    width:99.5%;
    }
.tbldetails th {
    background-color: #ddd;
    }
.tbldetails th, .tbldetails td {
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    padding: 0.3em 0.3em;
    }
.tbldetails th a {
    color:#000 !important;
    text-decoration:underline;
    }
table.tblcris {
    border-top:1px solid #999;
    border-left: 1px solid #999;
    border-collapse:collapse;
    width:99.5%;
    }
table.tbldata{
    font-size:0.8em;
    }
.tbldata caption {
    font-size:1.3em;
    }
.tblcris th {
    background-color: #dd7b00;
    color:#fff;
    }
.tblcris th, .tblcris td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 0.4em 0.3em;
    }
.tblcris th a {
    color:#fff !important;
    text-decoration:underline;
    }
.tbldetails tr.alt, .tbldetails td.alt  {
    background-color:#e5e5e5;
    }
.tblcris tr.alt, .tblcris td.alt  {
    background-color:#fbe7cd;
    }
table.autowidth{
    width:auto;
    }
.racenumber td, .racenumber th {
    padding-left:0.7em;
    padding-right:0.7em;
    text-align:center;
    }
table.tbldetails tr.raceheading th{
    font-size:1.1em;
    vertical-align:middle;
    padding-bottom:0.4em;
    padding-top:0.4em;
    }
.optioncol {
    width:15%;
    }
th.comparerace {
    background-color:#0b3857;
    font-size:0.92em;
    }    
/*==============Forms========*/
.inputlong {
    width:18em;
        }
.inputmedium {
    width:15em;
        }
.inputstd {
    width:12em;
        }
.inputsmall {
    width:6em;
    }                
.inputxsmall {
    width:3.4em;
    }
.formstd {
    width:100%;
    }
.formstd label{
    float:left;
    width:10em;
    }
    
/*==============Miscellaneous========*/
#racenumber {
    width:3em;
    }
#crissearch {
    float:right;
    background-color:#ddd;
    border: 1px solid #999;
    padding:0.3em;
    margin-top:2em;
    }
.crisoptions {    
    display:block;
    margin:1.2em 0;
    padding:0;
    }    
.crisoptions li {
    display:inline;
    margin-right:1em;
    }
.downloadoptions {
    background-color:#ddd;
    padding:0.1em;
    margin-bottom:1.5em;
    }
.tab {
    margin-left:3em;
    }
.warningbox {
    margin-top: 1em;
    background-color:#ffffcc;
    padding:1em;
    border: #75736E solid 1px;
    }
.abandoned {
    text-align:center;
    font-weight:bold;
    font-size:1.2em;
    }
.meetingdownload li {
    list-style-type:none;
    margin-bottom:1em;
    }
.photocaption {
    font-weight: bold;
    margin-top: 0.1em;
    padding-bottom: 0.5em;
    text-align: center;
    }
.popup {
    position:absolute;
    clear: none;
    display: inline;
    }
.relcontain .popup {    
    top: -10em;
    }
#aspnetForm .padimage {
    padding-right: 0.5em;
    }    
#aspnetForm a.imglink {
    text-decoration:none;
    }
#aspnetForm a.imglink span {
    text-decoration:underline;
    }
#aspnetForm .asat{
    font-size:0.8em;
    }
.relcontain {
    position:relative;
    }
@media print {
#aspnetForm    
{
    font-family: "Trebuchet MS" , "Tahoma" , arial, sans-serif;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 10pt;
}
    
#crissearch 
{
    display:none;
}
#divBreadcrumb
{
    display:none;
}
table.tbldata
{
    font-size: 7pt;
}
.crisoptions
{
    display:none;
}
    
.tblcris caption /* Firefox bug - can't print long (multipage) tables with a caption while there's a H1 on the page*/
{
    display:none;
}
    
    
}
