@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	font-family: 'Roboto', sans-serif;
	margin:0;
}


#topWrapper {
    /*border-top: 5px solid #000000;*/
    background-color: white;
}

#divTop {
    width: 960px;
    margin: 0 auto;
    padding-right: 25px;
}

.logo-headerfull {
	width:100%;
}

.content {
    padding-left: 38px;
}

#divHead .logo {
    margin-top: 10px;
    margin-left: 10px;
	width: 200px;
}

#divTopNav {
    height: auto;
    margin-top: 10px;
}

#divTopNav .cMenuRow1 {
    display: block;
    background-color: #eaeaea;
    min-height: 40px;
    height: auto;
    line-height: 40px;
    font-weight: 300;
}

.containerevent {
    width: 960px;
    margin: 0 auto;
	color: #5a5a5a;
	font-weight: bold;
}
.containerevent2 {
    width: 960px;
    margin: 0 auto;
	color: #000000;
	line-height: 20px;
	padding-bottom: 15px;
}

.containeregister {
    width: 230px;
    margin: 0 auto;
}

#divTopNav .cMenuRow1 a {
    display: inline-block;
    color: #373534;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 46px;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

#divTopNav .cMenuRow1 a:hover {
    color: #5a5a5a;
}

h1 {
    font-size: 32px;
    color: #00b0f1;
	margin-top:5px;
}

#fg_membersite fieldset {
	margin : 0 auto;
}

#fg_membersite {
	padding-top:10px;
}

#fg_membersite input[type="text"]:focus,
#fg_membersite textarea:focus {
    color: #000;
    border: 1px solid #5a5a5a;
    background-color: #ffffff;
}
input[type="text"] {
    margin: 2px;
}
.inputtext {
	float:left;
	min-width:55px;
}

table {
    border-collapse: collapse;
    width: 100%;
	margin-top : 30px;
}

td, th {
    border: 1px solid #5a5a5a;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #ffffff;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

h1, h2 {
	margin-bottom : 5px;
}

textarea {
  width: 95%;
  padding: 0.5em 0.5em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  resize: none;
  height: 6em;
}

button {
  display: block;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #5a5a5a;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  min-width: 250px;
  text-align: center;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.end-spacer {
	height:40px;
}

@media only screen and (max-width: 1024px) {
	#divTop {
		width: 80%;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		margin:0px;
	}
	
	/*#divTopNav {
		display :none;
	}*/
	
	.content {
		padding-left: 0px;
	}
	
	.containerevent {
		width: 100%;
	}

}