﻿
/* Entire Page and Default Button Layout */

*
{
    padding: 0px;
    margin: 0px;
}

body
{
    background-color: white;
    background-image: url("../Images/bg_splash_overall.jpg");
    background-repeat: no-repeat;
    background-position: top;
    font-family: Rogers, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

h1 {
    color: #DA291C; /*#00578b;*/
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 15px;
}

h3
{
    padding: 10px 0px 5px 0px;
}

table
{
    /*border: 1px solid #2D495F;*/
    width: 100%;
}

td
{
    border-spacing: 0px; /*border: 1px solid yellow;*/
    padding: 5px;
}

table thead td {
    padding: 5px;
    background-color: #DA291C; /*#0082bb;*/
    color: white;
    padding: 12px 10px 11px 10px;
}

table thead h1, table thead h2 {
    font-family: Rogers, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color: white;
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
}
table thead h1
{
    font-size: 18px;
}
table thead h2
{
    font-size: 14px;
}

li
{
    margin-left: 25px;
}

input {
    background: white;
    border: 1px solid #000000;
    /*80578b;*/
    color: black;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
}

button img
{
    vertical-align: middle;
}

.redinput
{
    background: url("images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #FEF1EC;
    border: 1px solid #CD0A0A;
    color: #CD0A0A;
}

.tdRowA
{
    background-color: #D2D2D2;
    color: black;
}
.tdRowB
{
    background-color: white;
    color: black;
}

.right
{
    float:right;
}


/* error management */

.input-validation-error
{
    background-color: #ffcccc;
    margin-bottom: 0px;
}
.field-validation-error
{
    margin-left: 5px;
    padding: 0px 5px;
    color: #BB0000;
}


/* standard grid display */

.mywebgrid
{
    border-collapse: collapse;
    padding: 0px 15px;
}
    .mywebgrid td {
        border-left: 2px solid #DA291C;
        border-right: 2px solid #DA291C;
        padding-left: 4px;
        padding-right: 4px;
        text-align: left;
    }

.mywebgrid-header {
    color: white;
    background: #DA291C url("Images/bgTableheader.jpg") repeat-x;
    font-family: Rogers, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 2px solid #DA291C; /*#0082bb;*/
}
.mywebgrid-header th
{
    min-width:65px;
    padding:3px 2px;
    white-space:nowrap;
}
.mywebgrid-footer td
{
    border-left: none;
    border-right:none;
}
.mywebgrid-row-style, .mywebgrid-alternating-row {
    white-space: nowrap;
    border-bottom: 2px solid #DA291C; /*#0082bb;*/
    border-left: 2px solid #DA291C; /*#0082bb;*/
    border-right: 2px solid #DA291C; /*#0082bb;*/
    padding: 2px;
    height: 30px;
}
.mywebgrid-alternating-row 
{
    background-color: #D2D2D2;
}
.mywebgrid-row-style:last-child, .mywebgrid-alternating-row:last-child {
    border-bottom: 2px solid #DA291C; /*#0082bb;*/
}
.mywebgrid-row-style td, .mywebgrid-alternating-row td {
    padding: 0px 4px;
    border-left: 2px solid #DA291C; /*#0082bb;*/
    border-right: 2px solid #DA291C; /*#0082bb;*/
    text-align: left;
}
.mywebgrid-bottom-row {
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
    height: 30px;
    padding: 2px;
}
td.mywebgrid-bottom-title-cell {
    border-color: #DA291C #DA291C transparent transparent;
    border-style: solid solid none none;
    border-width: 2px 2px medium medium;
    font-style: italic;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
}
