/* GNET - BODY */

::selection {
background:transparent;
font-weight:bold;
}

select {
text-align:center;
overflow:hidden;
border:1px solid #D82565;overflow:hidden;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

body {overflow:hidden!important;background:whitesmoke url(../img/subtle_surface.png) 500px 100px;cursor:default!important;}

#fullwidth {
margin-left:auto;
margin-right:auto;
background:#ccc url('../img/bg.png');
width:100%;
height:220px;
border-bottom:1px solid #888;
box-shadow: 0px 0 30px black;
}

#fullfooter {
margin-left:auto;
margin-right:auto;
background:#ccc url('../img/button.png');
width:700px;
margin-top:80px;
box-shadow: 0px 0 30px #266B81;
}

#fullfooter-border {
margin-left:auto;
margin-right:auto;
background:#ccc url('../img/button.png');
width:700px;
height:220px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
box-shadow: 0px 0 30px #266B81;
}

.title {
color: #266B81;
font-family: f6;
font-size: 115px;
text-shadow: 1px 0 5px black;
font-weight: normal;
text-align: left;
padding-top:1px;
padding-left: 0px!important;
}

div .title a {color: #255B81; font-family:f5;}

.undertitle-left {
color: #D82565;
font-family: f1;
text-shadow: 1px 0 2px #974C4C;
font-weight: normal;
padding-top: 10px;
font-size: 26px;
text-align:left;
padding-left:20px;
}

.undertitle-right {
color: #D82565;
font-family: f1;
text-shadow: 1px 0 2px #974C4C;
font-weight: normal;
padding-top: 10px;
font-size: 26px;
text-align: right;
float: right;
padding-right: 20px;
}

#contact {
text-align:right;
float:right;
}

#title {
text-align:left;
float:left;
}

#nav {
margin-left:auto;
margin-right:auto;
width:100%;
padding:0px;
text-align:center;
border:0px;
}

.bigbutton-left:hover,
.bigbutton-right:hover {
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-transition: all 0.5s ease-in-out;
background:#fff;
}

.bigbutton-right {
-webkit-border-top-left-radius:5px;
-o-border-top-left-radius:5px;
-moz-border-top-left-radius:5px;
border-top-left-radius:5px;

-webkit-border-bottom-left-radius:5px;
-o-border-bottom-left-radius:5px;
-moz-border-bottom-left-radius:5px;
border-bottom-left-radius:5px;

width:300px;
height:100px;
background:#ccc url(../img/button.png);
box-shadow:0 0 20px #000;
float:right;
padding:10px;
margin-top:50px;
}

.bigbutton-left {
-webkit-border-top-right-radius:5px;
-o-border-top-right-radius:5px;
-moz-border-top-right-radius:5px;
border-top-right-radius:5px;

-webkit-border-bottom-right-radius:5px;
-o-border-bottom-right-radius:5px;
-moz-border-bottom-right-radius:5px;
border-bottom-right-radius:5px;

width:300px;
height:100px;
background:#ccc url(../img/button.png);
box-shadow:0 0 20px #000;
float:left;
padding:10px;
margin-top:50px;
}

#button-title {
padding-top: 20px;
text-shadow: 2px 2px white;
font-size: 50px;
font-family: f1;
color: #262627;
}

#footer {
padding-top:100px;
font-size:15px;
font-family:f2;
color:#ccc;
}

#gnet-table {
width:100%;
}

#fullfooter h3 {
color: #D82565;
font-family: f1;
text-shadow: 1px 0 2px #974C4C;
text-align:center;
}

select {
padding:5px;
margin:10px;
}

option {
padding-left: 10px;
padding-right:10px;
}

#gnet-table th {
background: #006DB6;
padding: 10px;
color: white;
font-family: f1;
text-shadow: 0px 0px 15px black;
font-size: 15px;
}

#gnet-table th:hover {
background:#006DB6;
}

#gnet-table .gnet-header {
background:#006DB6;
}

#gnet-table .gnet-header:hover {
background:#006DB6;
}

#gnet-table tr {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-transition: all 0.2s ease-in-out;
background:url(../img/bgd_2.gif);
}

#gnet-table tr:hover {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-transition: all 0.2s ease-in-out;
background:#ADFF62;
color:#000;
}

#gnet-table tr:active {
background:#fff;
-webkit-transition: all 0.0s ease-in-out;
-moz-transition: all 0.0s ease-in-out;
-o-transition: all 0.0s ease-in-out;
-transition: all 0.0s ease-in-out;
}

#gnet-table td {
padding:5px;
font-family: f1;
color: #636C79;
text-shadow: 0px 0px 1px black;
}

#gnet-table td:hover {

}

#gnet-table .gnet-tdlast {
border-right:1px solid #006DB6;
}

#gnet-table tr:hover .gnet-tdlast {
border-right:1px solid #ff0000;
}

#gnet-ul {
padding-top:10px;
width:580px;
}

#gnet-ul li {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
padding: 5px;
border-right: 1px solid #006DB6;
margin-top: 2px;
font-size: 14px;
font-family: f2b;
width: 667px;
text-align: right;
margin-right: 10px;
}

#gnet-ul li:hover {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 547px;
padding-right:20px;
padding-left:10px;
border-right:1px solid #ff0000;
color:#006DB6;
}