

html
{    
    
    color: rgb(000,000,000);
    background: #393939;
    background: -webkit-linear-gradient(#6E6E6E, rgb(111,197,228));
    background:    -moz-linear-gradient(#6E6E6E, #393939);
    background:         linear-gradient(#6E6E6E, #393939);
    height: 100%;
    background-repeat: no-repeat;
    background-color: #393939;
    font-family: "Eras ITC", "Eras Bold ITC",  sans-serif ;/*verdana;*/
    font-size: 2px;
    margin: 0;
    padding: 0;

}




body
{
    
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;   
    padding: 0;
    font-size: small;
    font-family: "Eras ITC", "Eras Bold ITC",  sans-serif ;/*verdana;*/
    background-color: transparent;
    
}

select
{
    
    background-color: #dddddd;
    font-family: "Eras ITC", "Eras Bold ITC",  sans-serif ;/*verdana;*/
    
}

input
{
    
    text-align: right;
    background-color: #dddddd;
    font-family: "Eras ITC", "Eras Bold ITC",  sans-serif ;/*verdana;*/
    
}

table
{
    
    //font-size: 14px;
    
}

table.container
{
    
    width: 1224;
    box-shadow: 5px 5px 10px rgb(0,0,0);
    
}

td.nav
{
    
    width: 5;
    padding: 15;
    background-color: #cccccc;
    vertical-align: top;
    white-space: nowrap;
    
}

td.main
{

    background-color: white;
    padding: 15;
    
}

td.footer
{
    
    color: white;
    text-align: center;
    background-color: black;
    
}

table.bingo, tr.bingo, td.bingo
{
    
    text-align: center;
    vertical-align: text-top;
    white-space: nowrap;
    
}

input[type="text"]
{
    
    width: 45px;
    
}

h1
{
    
    font-size: 40px;
    color: rgba(0,0,0,0.6);
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);
    
}


/*
#container
{
    
    width: 1156;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 10px rgb(0,0,0);
    position: relative;
    background-color: transparent; 
    height: 100%;   
    
}

#header 
{
    
    background-color:black;
    color: white;
    text-align: center;
    padding:5px;
    
}

#nav 
{
    
    line-height:30px;
    background-color:#cccccc;
    height:800px;
    min-width: 80px;
    float:left;
    padding: 15px;
    display: inline-block; 
    height: 100%;
    
}

#section 
{
    
    /*clear:both;*/
    /*float: right;*/
    //padding: 10px;
    //display: block;
    /*position: absolute;*/
    /*overflow: auto;*/
    //background-color: transprent;
    /*width: auto;*/
    //height: auto;
    /*
}



#footer 
{
    
    background-color:black;
    color:white;
    clear: both;
    text-align:center;
    padding:5px;
    
}
*/






a
{
 
    white-space: nowrap;
    
}




a:link {
	transition: color 0.5s ease;
	/*color: rgb(20,85,109);*/
        color: rgba(000,000,000,0.8);
}




a:visited {
	color: rgba(000,000,000,0.8);
}




a:hover {
	color: rgba(000,000,000,0.8);
}




a:active {
	color: rgba(000,000,000,0.8);
	text-decoration: underline;	
}









.navh {	
    font-size: 18px;	
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navh li {
    display: inline;	
}

.navh a{	
    
    border-left: 4px solid;
    border-right: 4px solid;
    width: 280px;
    background: -webkit-linear-gradient(rgb(256,256,256), rgb(175,175,175));
    background:    -moz-linear-gradient(rgb(256,256,256), rgb(175,175,175));
    background:         linear-gradient(#FF9900, #F3843E);
    text-decoration: none;
    display:inline-block;	
    padding:10px;
    vertical-align: middle;

}

.navh a:hover {
    
    text-decoration: underline;	
    background: -webkit-linear-gradient(rgb(175,175,175), rgb(175,175,175));
    background:    -moz-linear-gradient(rgb(175,175,175), rgb(175,175,175));
    background:         linear-gradient(#F3843E, #FF9900);
        
}

.navh li:first-child > a {
    
    border-left: 0px solid;
    border-radius: 10px 0px 0px 0px;
    
}

.navh li:last-child > a {
    border-right: 0px solid;
    border-radius: 0px 10px 0px 0px;
}

