body 
{
    font-family:  "Open Sans";
    font-size:1.2em;
    line-height:auto;
    background-color:whitesmoke;
}
a
{
    color: #131943;
    text-decoration:none;
} 
a:hover 
{
    color:#D3D3D3;
}
h1 
{
    text-align:center;
    font-size:2.4em; 
    font-weight:normal;
}
h2
{
    font-size:1.8em; 
    font-weight:normal;
}
h3
{
    font-size:1.8em; 
    font-weight:normal;
    padding:20px 0px 10px 0px; 
    margin:0;
}
h4 
{
    font-size:1.2em;
    font-weight:normal
}
h5
{
    text-align:left;
    font-size:2.4em; 
    font-weight:normal;
    padding:5px; 
    margin:5px;
}
h6
{
    text-align:center;
    font-size:1.2em;
    font-weight:normal
}
.logooverlaywithbutton
{
    height:200px;
    width:200px;
    position:absolute;
    bottom:60px;
    left:10px;
}
.logooverlaynobutton
{
    height:200px;
    width:200px;
    position:absolute;
    bottom:20px;
    left:20px;
}
table
{
    font-family:  "Open Sans";
    font-size: small;
}
button
{
    font-family:  "Open Sans";
    padding: .1% .5%;
    font-size: medium;
}
#main 
{
    
    z-index:1;
    width:100%; 
    margin-left:auto;
    margin-right:auto;
    position:relative;
    font-size:1.3em;
    color:#1A215A;
    height:100%;
    background-color:whitesmoke;
   
}
.submit 
{
  color:silver;
}
.standardtable
{
    width:770px;
}
.narrowtable
{
    width:550px;
    color:#1A215A;
    padding:0;
    margin:auto;
    background-color:white;
}
.narrowside
{
    min-width:12px;
}
th 
{
    border:1px solid gray;
}
td
{
    border:1px solid gray;
    padding:0px 6px;
}
.myyellow
{
    color:#FFC125;
}
.butt
{
    padding:0; 
    margin:0;
}
.bigbutt
{
    width:200px;
    height:30px;
}
.bigbutt:hover
{
    background-image: url("../images/shine.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.button:hover
{
    background-image: url("../images/shine.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.myyellowback
{ 
    background-color:#FFC125;
}
input
{
    padding-left:4px;
    font-family: "Open Sans";
    border: none;
}
.myblack
{
    color:#111;
}
.mydarkgray
{
    color:darkgray;
}
.centered
{
    text-align:center;
    
}
.bcentered
{
    text-align:center;
    font-weight:bold;
}
#croppedheadanchor
{
    position:absolute;
    bottom:50px;
    left:100px;
    height:50px;
}
#headanchor
{
    position:absolute;
    bottom:50px;
    left:15px;
    height:50px;
}
.resultstable
{  
    width:750px;
    color:#1A215A;
    padding:0 2px;
    margin:auto;
    background-color:white;
}
.wideycell
{
    width:50%
}
.tightcell
{
    white-space:nowrap;
   
}
.right
{
    text-align:right;
}
.hovershine:hover
{
    background-image: url("../images/shine.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.headerrow
{
    height: 32px;
}
.eventrow
{
    height: 22px;
}
.pagetitle
{
    display:inline-block; 
    float:left;
    font-size:1.8em;
}
.middle
{
    vertical-align:middle;
}
.testbox
{
    min-width:100px;
    min-height:100px;
    background-color:#88C8E9;
    color: #1A215A;
}
.wide
{
    width:100%!important;
}
#tickertape
{
    font-family: Times New Roman;
    font-size: .8em;
    background-color:lightgrey;
    position:fixed;
    bottom: 25px;
    line-height:25px;
    max-height: 25px;
    overflow:hidden;
    white-space:nowrap;
    z-index:-1;
    padding:0px 10px;
    word-break:break-all;
}
#aboveticker
{
    z-index:1;
    width:100%; 
    position:relative;
    background-color:whitesmoke;
}
.fixedtable 
{
    table-layout: fixed;
}
.officestyle
{
    background-color:silver;
    padding:8px;
}
.smallfont
{
    font-size:.6em;
}
.pink
{
    background-color: lightpink;
}
.left
{
    text-align:left;
    padding-left:5px;
}
.info
{
    background-image:url("../images/question_mark.jpg");
    min-height:20px;
    min-width:20px;
    font-size: .4em;
    background-repeat: no-repeat;
    background-position: center;
}
.hiddeninfo
{
    background-color:lightgray;
    width:600px;
    position:absolute;
    z-index:10;
    text-align:left;
}
.under
{
    position:relative;
    z-index:1;
}
.boldtext
{
    font-weight:bold;
}
.blocktable
{
    overflow: auto;
    padding:0;
    margin:0;
    vertical-align:top;
    list-style-type: none;
}
.even
{
     background-color:	#EFFCFC;
}
.mylittlebluebutton
{  
    color:gray;
    font-size:small;
    padding: .1% .4%;
}
.myblueback
{
    width:800px;
}