/* Style sheet for ETAS Screens */

/* Styles used in input form and response pages. */
TD.header {font-family: Verdana, Arial, sans-serif; color: white; font-size: 100% }
TD.label { 
    background: #7EADFF; 
    color: navy;
    text-align: right; 
    font-family: Arial, Verdana, sans-serif;    
    font-size: 90%
}
TD.data { 
    background: #B5C8FF;
    color: navy; 
    font-family: Arial, Verdana, sans-serif; 
    font-size: 80%
}
.instruct {
    background: white; 
    font-family: Arial, Verdana, sans-serif; 
    color: #000066; 
    font-size: 80%
}
.greet {
    font-family: Arial, Verdana, sans-serif; 
    color: 1602CA;
    font-weight: bold;
    font-size: large
}

.warning { 
    color: red; background: white; 
    font-weight: bold
}

.mainresult {
    background: white; 
    font-family: Arial, Verdana, sans-serif; 
    color: #000066; 
    font-size: 80%;
    font-weight: bold
}
.response { 
    background: #B5C8FF; 
    color: navy;
    font-family: Arial, Verdana, sans-serif;    
    font-size: 90%
}
.refno { 
    background: #B5C8FF; 
    color: navy;
    font-family: Arial, Verdana, sans-serif;    
    font-weight: bold;
    font-size: 110%
}

/* Styles used in help window */
.helpBack {
    background: #B5C8FF;
    color: navy         
}
.helpHead {
    font-family: Arial, Verdana, sans-serif; 
    font-size: 110%; 
    text-align: left  
}
.helpText {
    font-family: Arial, Verdana, sans-serif; 
    font-size: 75% ;
    color: navy 
}

/* Styles used in introductory pages */
  /* Title at top of text. */
.bodytitle {   
    font-family: Times, serif; 
    font-size: medium; font-style: normal; 
    font-weight: bold; font-variant: normal; 
    text-transform: none; color: #1602CA               
}
                                          /* ^ Previously #3366FF */ 
  /* Main body of text */
.bodynormal {  
    font-family: Arial, Verdana, sans-serif; 
    font-size: small; font-style: normal; 
    line-height: normal; font-weight: normal; font-variant: normal; 
    text-transform: none; color: #000033
}
.bodybold {  
    font-family: Arial, Verdana, sans-serif; 
    font-size: small; font-style: normal; 
    line-height: normal; font-weight: bold; font-variant: normal; 
    text-transform: none; color: #000033
}
  /* Links within body text. */
.bodylink {  
    font-family: Arial, Verdana, sans-serif; 
    font-size: small; font-style: normal; 
    line-height: normal; font-weight: normal; font-variant: normal; 
    text-transform: none; color: #000099
}

  /* Text on intro page */
.introtitle {  
    font-family: Times, serif; 
    font-size: large; font-style: normal; 
    line-height: normal; font-weight: bold; font-variant: normal; 
    text-align: center; color: #3300cc
}
.intro {  
    font-family: Arial, Verdana, sans-serif;
    font-size: 13pt; font-style: normal; 
    line-height: normal; font-weight: bold; font-variant: normal; 
    text-transform: none; color: navy;
    text-align: justify
}
.introsmall {  
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt; font-style: normal; 
    line-height: normal; font-weight: bold; font-variant: normal; 
    text-transform: none; color: navy;
    text-align: justify
}
.introfooter {
    font-family: Arial, Verdana, sans-serif; 
    font-size: large; font-style: italic; 
    line-height: normal; font-weight: bold; font-variant: normal; 
    text-align: center; 
    color: #3300cc
}

  /* Links at the bottom of the page. */
.linka {  
    font-family: Arial, Verdana, sans-serif; 
    font-size: x-small; font-style: normal; font-weight: normal; 
    color: #990000
}
  /* Same size as linka, but not linked */
.nonlinka {  
    font-family: Arial, Verdana, sans-serif; 
    font-size: x-small; font-style: normal; font-weight: normal; 
    color: #000033
}
  /* Links down the left and link to next page. */
.linkb {  
    font-family: Arial, Verdana, sans-serif; 
    font-size: x-small; font-style: normal; font-weight: normal; font-variant: normal; 
    color: #000099; 
}
.linkbcurrent {  
    font-family: Arial, Verdana, sans-serif; 
    font-size: x-small; font-style: normal; font-weight: bolder; font-variant: normal; 
    color: #aa0000; 
}
.nonlinkc {  
    font-family: Arial, Verdana, sans-serif; 
    font-size: x-small; font-style: normal; font-weight: normal; 
    color: #ff0000; 
}

  /* Title at top of map. */
.maptitle {
    font-family: Times, serif; 
    font-size: large; 
    font-style: normal; 
    font-weight: bold; 
    color: #1602CA               
}


/* Styles used in policy statement pages. */
.polnormal {  
    font-family: Arial, Verdana, sans-serif; 
    font-size: 10pt; font-style: normal; 
    line-height: normal; font-weight: normal; font-variant: normal; 
    text-transform: none; color: #000000
}
.polbold {
    font-family: Arial, Verdana, sans-serif; 
    font-size: 10pt; font-style: normal; 
    line-height: normal; font-weight: bold; font-variant: normal; 
    text-transform: none; color: #000000
}
.polemph {
    font-family: Arial, Verdana, sans-serif; 
    font-size: 10pt; font-style: normal; 
    line-height: normal; font-weight: bold; font-variant: normal;
    font-style: italic; 
    text-transform: none; color: #000000
}

