﻿body {
	font-family: Tahoma;
	font-size: 10pt;
}
 
p {
	font-family: Tahoma;
	font-size: 10pt;
    font-weight: 700;
}
 
table {
	font-family: Tahoma;
	font-size: 10pt;
}
  
.MenuItem {
    cursor: pointer;
} 

.tdBanner {
    border:solid 1px gray;
    background-color:gainsboro;
    font-weight:bold;
    padding-left:5px;
    padding-right:5px;
} 

.TituloHeader {
    font-size: 12pt;
    font-weight:bold;
    color: Maroon;
}

.SubtituloHeader {
    font-size: 11pt;
    font-weight:bold;
    color: Maroon;
} 

.MainPageHeader {
    background-color:whitesmoke; 
    height:30px; 
    text-align:center; 
    padding:5px; 
    font-weight:bold; 
    color:blue; 
    font-size:12pt;
    border:solid 1px blue;
    border-radius:3px;
}

.SubPageHeader {
    font-size: 14pt;
    font-style:italic;
    font-weight:bold; 
    color:maroon; 
}

.EntryTableTitle {
    text-align:right;
    color:Blue;
    width:200px;
}

.EntryTableTitle100 {
    text-align:right;
    color:Blue;
    width:100px;
}

.FormEntryDiv {
    color:Maroon;
    font-weight:bold;
    width:100%;
    border-bottom:solid 1px maroon; 
}
    
.Instructions {
    color:Blue;
    font-size:9pt;
    padding-top:5px; 
    padding-bottom:5px; 
    padding-left:10px;
    padding-right:10px;
    background-color:gainsboro; 
    border-radius:3px;
}

.ActiveCell {
    text-align:center;
    background-color:lavender;
    border-bottom:solid 2px lightsteelblue;
    border-left:solid 2px lightsteelblue;
    border-right:solid 1px lightsteelblue;
    border-top:solid 1px lightsteelblue;
    width:200px;
    cursor:pointer;
    border-radius: 3px;
}
    
.CmdButtonParagraph {
    text-align:center; 
    padding-top:5px;
    border-top: solid 1px gray;
}

.SpanLink {
    color:blue;
    text-decoration:underline;
    cursor:pointer;
}