/*
 * Quick mash-up of CSS for the TG quick start page.
 */

html, body {
  margin: 0;
  padding: 0;
}

select { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  border: #000000; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px
} 


.hidden-input{
    margin-left:-160px;
    font-size:0pt;
}


#main_content {
    color: black;
    font-size: 100%;
    background-color: white;
    /*
    padding:5px;
    margin:10px;
    width: 565px;
    height: 955px;
    */
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}


.notes{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:20px;
   background: #ddf;
   border: 1px solid #cce;
}


.flash{
    font-size:large;
    margin-top:10px;
    margin-left:10px;
    padding-top:8px;
    height:30px;
    text-align:center;
    background-color:#f88;
}

.headline{
    font-size:18pt;
}
#pageLogin
{
    font-size: 12px;
    font-family: verdana;
    text-align: left;
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
