﻿* {
    font-family: Tahoma;
    font-size: 10pt;
}

/* Todos los inputs */

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border: 1px solid blue;
    border-radius: 2pt;
    padding: 3px;
}

.ddlInput {
    border: 1px solid blue;
    border-radius: 2pt;
    padding: 3px;
}

.SpanLink {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.pageTitle {
    font-size: 18pt;
    font-weight: bold;
    color: darkolivegreen;
    text-align: center;
    text-shadow: -2px 2px 2px lightgray;
}

.pageSubtitle {
    font-size: 16pt;
    font-weight: bold;
    color: darkolivegreen;
    text-align: center;
    text-shadow: -2px 2px 2px lightgray;
}

.pageSection {
    font-size: 14pt;
    font-weight: bold;
    color: darkolivegreen;
    text-align: left;
    border-bottom: dotted 1px gray;
}

.menuTitle {
    font-size: 14pt;
    font-weight: bold;
    color: darkolivegreen;
}

.menuSubtitle {
    font-size: 12pt;
    font-weight: bold;
    color: darkolivegreen;
}

.Instructions {
    font-size: 9pt;
    color: darkolivegreen;
}

.MenuItem {
    cursor:pointer;
}

.btnGenericCell {
    text-align: center;
    width: 182px;
    height: 40px;
    cursor: pointer;
    background-image: url('/Images/FormButton_LargeGeneric.png');
}

.CmdButtonParagraph {
    text-align: center;
    padding: 5px;
    border: solid 1px lightgray;
    background-color: whitesmoke;
    box-shadow: -2px 2px 2px lightgray;
}

.BodyLeftPanel {
    width: 250px;
    padding-left: 10px;
    padding-right: 15px;
    vertical-align: top;
}

.Paramtitle {
    border-bottom: dotted 1px gray;
}

.SpanLink {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.DivScroll {
    width: 400px;
    height: 400px;
    padding: 5px;
    border: solid 1px blue;
    box-shadow: -2px 2px 2px lightgray;
    border-radius:2px;
    overflow:auto;
}

.DivScrollWide {
    width: 95%;
    height: 200px;
    overflow: auto;
    border: solid 1px blue;
    padding: 5px;
    box-shadow: -2px 2px 32px lightgray;
}

.FormButtonGeneric {
    width: 182px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.DivFormHeader {
    border: solid 1px black;
    border-radius: 3px;
    box-shadow: -1px 1px 1px lightgray;
    background-color: whitesmoke;
    padding: 10px;
}

.TableRowSection {
    text-align:left;
    font-weight:bold;
    font-size:11pt;
    color:darkolivegreen;
    font-style:italic;
}

.EntryTableTitle {
    text-align: right;
    vertical-align: top;
    color: Blue;
}

.EntryTableTitle100 {
    text-align: right;
    vertical-align: top;
    color: Blue;
    width: 100px;
}

.EntryTableTitle150 {
    text-align: right;
    color: Blue;
    width: 150px;
}

.EntryTableTitle200 {
    text-align: right;
    vertical-align:top;
    color: Blue;
    width: 200px;
}

.Instructions {
    color:darkolivegreen;
    font-size: 9pt;
}

.lblBrwInput {
    border-radius: 3px;
    border: solid 1px blue; 
    padding: 3px;
    background-color:white;
}

.txtNumInput {
    text-align:right;
    width: 60px;
}

.DivFormEntry {
    border: solid 1px blue;
    padding: 5px;
    background-color: whitesmoke;
    width: 400px;
}

.entryButton {
    width: 150pt;
    background-color: gray;
    color: white;
    text-align: center;
    padding: 5pt;
    box-shadow: -2px 2px black;
    opacity: 1;
    cursor: pointer;
}