body
{
	margin: 0px;
	border: 0px;
	font-family: Avenir, Tahoma, Verdana, Arial;
	text-size-adjust: auto;
}

   hr {
             border: none;
    height: 1px;
    background-color: gray;
    color: gray;
         }   
         
img,
embed,
object,
video {
max-width: 100%;
}

.tnavs{
color: silver; 
text-decoration: none;
        }
        .tnavs:hover {
            text-decoration: underline;
        }
 
.tgrid
{
	color: Blue;
	text-decoration: none;
}
.tgrid:hover 
{
	text-decoration: underline;
}      
 
.lnavs{
color: #cc3300; 
text-decoration: none;
        }
        .lnavs:hover {
            text-decoration: underline;
        }

.navs{
color: white; 
text-decoration: none;
        }
        .navs:hover {
            text-decoration: underline;
        }

        img {
            border: 0px;
        }

.eligGrid 
{
	width: 40%;
}

.fntRadio {font-family: tahoma, sans-serif; font-size: 14px; font-weight: bold; color: maroon} 

.menuitem {
float: left;
width: 350px; /* 231px / 470px */
height: 200px;
padding: 8px;
text-align: center;
margin: auto;
display: block;
vertical-align: middle;
cursor: pointer;
font-family: Arial;

}

.emess
{
	
	font-family: Verdana;
	font-size: .8em;
	font-weight: bold;
	padding: 7px;
	width: 100%;
}
.menuitem:hover {

background-color: gray;
color: white;
}



input[type="text"] {
  padding: 5px;
  border: solid 3px silver;
  transition: border 0.3s;
  background-color:whitesmoke;
  font-weight: bold;
  border-radius:7px;
 -webkit-border-radius:7px;
 -moz-border-radius:7px;
}

/* FOCUS */
input[type="text"]:focus {
  padding: 5px;
  outline: 0;
  border: solid 3px #cc3300;
  transition: border 0.3s;
  background-color:whitesmoke;
  font-weight: bold;
  border-radius:7px;
 -webkit-border-radius:7px;
 -moz-border-radius:7px;
}

input[type="password"] {
  padding: 5px;
  border: solid 3px silver;
  transition: border 0.3s;
  background-color:whitesmoke;
  font-weight: bold;
  opacity: 1;
  border-radius:7px;
 -webkit-border-radius:7px;
 -moz-border-radius:7px;
}

/* FOCUS */
input[type="password"]:focus {
  padding: 5px;
  outline: 0;
  border: solid 3px #cc3300;
  transition: border 0.3s;
  background-color:whitesmoke;
  font-weight: bold;
  border-radius:7px;
 -webkit-border-radius:7px;
 -moz-border-radius:7px;
}

select {
  padding: 5px;
  border: solid 3px silver;
  transition: border 0.3s;
  font-weight: bold;
  background-color:whitesmoke;
  border-radius:7px;
 -webkit-border-radius:7px;
 -moz-border-radius:7px;
}

/* FOCUS */
select:focus {
  padding: 5px;
  outline: 0;
  border: solid 3px #cc3300;
  transition: border 0.3s;
  background-color:whitesmoke;
  font-weight: bold;
  border-radius:7px;
 -webkit-border-radius:7px;
 -moz-border-radius:7px;
}

input[type="submit"] {
	background-color:navy;
	color:white;
	font-family: 'Helvetica Neue',sans-serif;
	font-weight: bold;
	font-size:1em;
	line-height:30px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
    -webkit-appearance: none;
    text-shadow:black 0 -1px 0;
	border:0;
	height:30px;
    cursor:pointer
}
       
 input[type="submit"]:hover {background-color: #3e8e41} 
 
 
input[type="button"] {
	background-color:navy;
	color:white;
	font-family: 'Helvetica Neue',sans-serif;
	font-weight: bold;
	font-size:1em;
	line-height:30px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
    -webkit-appearance: none;
    text-shadow:black 0 -1px 0;
	border:0;
	height:30px;
    cursor:pointer
}
       
 input[type="button"]:hover {background-color: #3e8e41} 
  
  
  
 .ccancel {
	background-color:#cc3300;
	color:white;
	font-family: 'Helvetica Neue',sans-serif;
	font-size:1em;
	font-weight: bold;
	line-height:30px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
    -webkit-appearance: none;
    text-shadow:black 0 -1px 0;
	border:0;
	height:30px;
    cursor:pointer
}
       
 .ccancel:hover {background-color: #3e8e41} 
 
 textarea 
 {
  padding: 5px;
  outline: 0;
  border: solid 3px silver;
  transition: border 0.3s;
  background-color:whitesmoke;
  font-weight: bold;
  border-radius:7px;
 -webkit-border-radius:7px;
 -moz-border-radius:7px;
 }
 
 /* FOCUS */
 textarea:focus
 {
  padding: 5px;
  border: solid 3px #cc3300;
  transition: border 0.3s;
  background-color:whitesmoke;
  font-weight: bold;
  border-radius:7px;
 -webkit-border-radius:7px;
 -moz-border-radius:7px;
 }
 
 
.lnk A:link { COLOR: brown; TEXT-DECORATION: underline }
		
		
.lnk A:visited { COLOR: purple; TEXT-DECORATION: underline }
		
		
.lnk A:active { COLOR: #0066ff; TEXT-DECORATION: none }
		
		
.lnk A:hover { COLOR: #0066ff; TEXT-DECORATION: none }

.sub1 
    {
		width: 85px;
		float: left;
		
    }
    
    .sub10
    {
		width: 22%;
		float: left;
		
    }
    
.sub2 
    {
		
		float: left;
		
    }		

.menulink {
float: left;
width: 235px; 
text-align: left;
padding: 0px;
margin: 0 auto;
display: block;
vertical-align: top;
}

.tArea 
{
	width: 350px;
}



.subDats
{
	width: 400px;
}

@media only screen and (max-width: 600px) {
    #dvMenu {
        display: none;
    }
    #dvBr 
    {
		display: none;
    }
    #dvCal
    {
		display: none;
    }
    .col 
    {
		width: 100%;
		text-align: center;
		margin: auto;
		float: none;
		
    }
    .sub1
    {
		width: 100%;
		float: none;
		
    }
      .sub10
    {
		width: 100%;
		float: none;
		
    }
     .sub2
    {
		width: 100%;
		float: none;
		
    }
    .subDats
    {
		width: 330px;
    }

    .QRImg {
        width: 120px;
        height: 120px;
    }
    
    .col1
    {
		display: none;
    }
    .hide
    {
		display: none;
    }
    .tArea
    {
		width: 90%;
    }
    .eligGrid 
{
	width: 100px;
}
}

 
