html,body
{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #ddd
}

div#header {
	background: #455868;	
	/*text-align: center;*/
}

div#nav {
	/*width:auto; 
	display:inline-block;
	text-align: left;*/
}

div#content {
	padding-left: 15px;
	padding-right: 15px;
}

div.frame {
	border: 1px solid black;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

	div.frame div.frameheader {
		background: #c0c0c0;
		padding: 5px;
		padding-left: 10px;
		font-size: 16px;
		font-weight: bolder;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		height: 22px;
		vertical-align: middle;
	}
	
	div.frame div.framecontent {
		padding: 10px;
		padding-bottom: 5px;
	}
	
	div.frame div.framealert {
		background: #f00;
	}
	
	div.frame img.frametoggle {
		float: right;	
	}
	
	div.frame img.frametoggleleft {
		float: left;	
	}

select,input,th,td, p {
	font-family: Verdana;
	font-size: 12px;
}

div#login_forms, div#login_logo {
	float: left;
	padding-right: 10px;
}

div#login_logo {
	padding-top: 10px;
	padding-right: 20px;
}


div.clear {
	clear: both;
}

table.list {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
}

table.list th, table.list td {
	text-align: left;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 4px;
}

table.list th.r, table.list td.r {
	text-align: right;
}

table.list tr.selected td {
	background: #eeeeee;
}

table.searchresult tr:hover td {
	background: #c0c0c0;
}

th.r, td.r {
	text-align: right;
}

table.list tr.bottom td {
	border-bottom: 2px solid black;
}

table.list tr.heading td {
	border: none;
	font-size: 18px;
	font-weight: bolder;
	padding-bottom: 5px;
	padding-top: 10px;
}

input,button {
	touch-action: manipulation;
}

h2.alert {
	color: #f00;	
}


div.button {
	width: 300px;
	height: 40px;
	text-align: center;
	margin: 10px;
	border: 1px solid #455868;
	border-radius: 5px;
	background: #455868;
	color: #ffffff;
}

div.button a {
	color: #ffffff;
	text-decoration: none;
	font-size: 24px;
	display: block;
}


div#judge {
	
}

div#judge div#judgemenu {
	width: 25%;
/*	background: #c0c0c0;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;*/
	float: left;
}

div#judge div#judgecontent {
	width: 75%;
/*	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;*/
	float: left;
}

div#judgespace {
	padding-left: 10px;
	float: right;
}

div.roundbutton {
	width: 90%;
	color: #ffffff;
	margin-bottom: 20px;
	border: 1px solid #455868;
	background: #455868;
	border-radius: 5px;
}

div.roundbuttoncomplete {
	background: #5b5bff;
	border-color: #5b5bff;
}

div.roundbutton a {
	color: #ffffff;
	display: block;
	padding: 5px;
	text-decoration: none;
}

div.roundbutton span.header {
	font-size: 18px; 
	font-weight: bolder;
}


div#newteam {
	display: none;
}


div.stand {
	margin-bottom: 10px;
	border: 1px solid #455868;
	background: #455868;
	border-radius: 5px;
	color: #ffffff;
}

div.stand a {
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	display: block;
}

div.standfree {
	background: #c0c0c0;
}



table.info {

}

table.info td {
	border: 1px solid silver;
}

td.infoheader {
	font-size: 18px;
	font-weight: bolder;
}

tr.hidden {
	display: none;
}

td.alert {
	color: #f00;	
	font-weight: bolder;
}

table.score {

}

table.score td {
	font-size: 16px;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
}

table.score input {
	font-size: 18px;
	text-align: center;
}
table.score button {
	font-size: 24px;
	font-weight: bolder;
	padding-left: 15px;
	padding-right: 15px;
}

table.nav {
	width: 100%;
}

table.nav td {
	background: #eeeeee;
	font-size: 14px;
	font-weight: bolder;
}

table.nav a {
	display: block;
	text-decoration: none;
	padding: 5px;
}

div.export {
	padding: 5px;
}
div.export div.exportbutton {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}


div.status {
	border: 1px solid red;
	padding: 10px;
	margin-bottom: 10px;
}


div#user {
	position:absolute;
	float: left;
	line-height: 40px;
	padding-left: 5px;
	color: #c0c0c0;
}


div#disclaimer {
	max-width: 1024px;
	border: 1px solid gray;
	background: #ffffff;
	padding: 10px;
}

div.banelogg_float {
	/*float: left;*/
}

div.judgestatuscircle {
	float: left;
}


td.weapon_out {
	background: #ff0000;
}

td.weapon_in {
	background: #00ff00;
}




/* Test css menu */





#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #444;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, #menu li menu-header,
#menu a {
  position: relative;
  display: block;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu {
  background-color: #09c;
}

#toggle-menu {
  background: #333;
}

#toggle-menu, 
#menu a {
  padding: 1em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: white;
  color: #09c;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #444;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

div#alert {
	padding: 5px;
	border: 2px solid #F00;
	margin-bottom: 15px;
	border-radius: 5px;
	color: #f00;
}

@media only screen and (min-width: 1024px) {
  #menu .main-menu {
    display: block;
  }

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

 #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}

p.infobox {
	border: 1px solid red;
	border-radius: 10px;
	padding: 5px;
	width: 400px;
	box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
}

span.infoboxheader {
	font-weight: bolder;
	font-size: 14px;
	color: red;
}

div#modal {
	border: 2px solid red;
	border-radius: 10px;
	box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
	padding: 10px;
	display: none;
	position: fixed;
	top: 50px;
	z-index: 99 !important;
	background: #ddd;
	width: 90%;
	left: 50%;
    transform: translate(-50%, 0);
}

div#modal_header {
	font-weight: bolder;
	font-size: 16px;
	margin-bottom: 10px;
}

div#modal_content {
	margin-bottom: 10px;
}

div#modal_actions {
	text-align: center;	
	margin-bottom: 10px;
}

div#modal_actions button {
	margin: 5px;
	padding: 10px;
	font-size: 14px;
}