@charset "utf-8";
/* CSS Document */

/* ******************* Dropdown Menu CSS ********************* */

.menu * {
	margin: 0px;
	
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #32393d;
}

.menu li {
	float: left;
}

.menu li a, .dropbtn {
	display: inline-block;
	/*color: #D6D6D6;*/
	color: #9bb2bc;
	text-align: center;
	padding: 24px 16px;
	text-decoration: none;
}

.menu li a:hover, .dropdown:hover .dropbtn {
	background-color: #f1f1f1;
	color: #333333;
}

.menu li.dropdown {
    display: inline-block;
}

.menu .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.menu .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.menu .dropdown-content a:hover {
	background-color: #9bb2bc;
	color: #000000;
	}

.menu .dropdown:hover .dropdown-content {
    display: block;
}
.menu .search {
	display:block;
	margin:auto;
	border-radius:5px;
	padding:12px;
	width:20px;
	
}
.menu #form1 .search #search {
	display: list-item;
	margin: auto;
	position: absolute;
	top: auto;
	right: 50px;
	border-radius: 5px;
	padding: 2px;
}
.menu .logo {
	margin: auto;
	display: list-item;
	padding-top: 22px;

}


/* ****************** CSS Layout ****************** */

/* unvisited link */
a:link 
	{
    color: #666;
	text-decoration:none;
	}

/* visited link */
a:visited 
	{
	color: #477487;
	}

/* mouse over link */
a:hover 
	{
	color: #5c6a70;
	}

/* selected link */
a:active 
	{
	color: #477487;
	text-align: center;
	}
body
	{
	/*background-image: url(../images/login_bg.jpg);*/
	/*background-color: #606060;
	
	overflow: visible;
	background-position: center bottom;
	
	background-repeat: repeat-x;
	background-image: url(../images/point1.png);
	
	background-color: #5c6a70;*/
	background: linear-gradient(to bottom, #5c6a70 0%,#9bb2bc 100%);
	background-size: contain;
	background-position: bottom;
	overflow: visible;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Glegoo';
	font-size: small;
	margin: 0px;
		}

table 
	{
	/*min-width: 500px;
	max-width: 100%;*/
	border-width: 0px;
	border-spacing: 0px;
	background: transparent;
	margin: 10px;
	align: left;
	/*width: 100%;*/
	}

.fp_img {
    display: block;
    margin: auto;
    width: 100%;
}

.fp_content {
    display: block;
    background:url(../images/tournament2.png);
	background-clip:border-box;
    width: 100%;
}

.news {
	background: #f1f1f1;
	color: #003;
	margin-top: 8px;
	margin-left: 12.5%;
	margin-right: 12.5%;
	font-size: 14px;
	padding: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.next_game {
    position:absolute;
	background: RGBA(50,50,50,.75);
	color:#9bb2bc;
	size:14pt;
    top: 25px;
	margin: auto;
	left: 25px;
    width: auto;
	padding: 5px;
    /*border: 3px solid #FFF;*/
	border-radius: 0px;	
}

.top_10 {
    position: absolute;
	background: RGBA(50,50,50,.75);
	color: #9bb2bc;
	/*color: #9bb2bc;
	color:#6CF;*/
	size:14pt;
    top: 25px;
	margin: auto;
	right: 25px;
    width: auto;
	padding: 5px;
    /*border: 3px solid #FFF;*/
	border-radius: 0px;	
}

/*.top_10 th 
	{
	background-color: RGBA(255,255,255,.0) ;
	}	

.top_10 tr:nth-child(even) 
	{
	background-color: RGBA(255,255,255,.1);
	}	
	*/

		

/*.search 
	{
	float:right;
	padding:5px;
		}*/
.logo
	{
	float:left;
	margin:auto;
		}		
/*.menu_bar
	{
	background: #333333;
	background: linear-gradient(to bottom, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
	width: 100%;
	padding:50px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 5;
		}
.menu_content
	{
	background: linear-gradient(to bottom, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
	width:75%;
	align-horizontal:center;
	margin: auto;
	left:0px;
	top:0px;

	z-index:10;
		}

.menu_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

.menu_content li {
    float: left;
	display: inline;
}

.menu_content li a {
    display: block;
    color: white;
    text-align: center;
    padding: 17px 16px;
    text-decoration: none;
}

.menu_content li a:hover {
	background-color: #666;
	color:#3CF;
}

.fp_menu
	{
	
		}*/
		
.page_title {
	/*background-color: #9bb2bc;*/
	background-color: #d6d6d6;
	color: #477487;
	text-align: left;
	border-radius: 0px;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight:400;
	
}		
	
.fp_page_title {
	background-color: #32393d;
	color: #9bb2bc;
	text-align: left;
	border-radius: 0px;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight:400;
	
}	
		
.container
	{
	/*background: #F4F4F4;*/
	background-color: #f9f9f9;
	position: relative;
	top: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	/*min-width: 650px;
	max-width: 900px;*/
	width: 75%;
	}

.header 
	{
	background: linear-gradient(to bottom, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
	/*background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	background: #333333;
	background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);*/
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	/*border-width: thin;
	width:inherit;*/
	padding: 20px;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-style: italic;
	display: inline-block;
	position: absolute;
	top: 493px;
	margin: 0px;
	left: 45px;
		}
		
.header_text
	{
	font-size: 14pt;
	font-style: normal;
	color:#333;
		}
			
.footer
	{
	background: linear-gradient(to bottom, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
	/*background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);*/
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	/*border-width: thin;*/
	padding: 5px;
	text-align: center;
	color: #5c6a70;
	margin-bottom: 30px;
	padding: 20px;
		}

	
.content
	{
	/*background: #F4F4F4;*/
	/*border-radius: 0px 0px 10px 10px;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;*/
	padding: 5px;
	z-index: 0;
	/*overflow: visible ;
	max-width: 100%;
	border-radius: 10px;*/
		}
.comments
	{
	background-color: #62a1bc;
	color: #1c4857;
	font-size: 14px;
	border-width: thin;
	border-radius: 5px;
	border-color: white;
	padding: 15px;
	text-align: left;
	box-shadow: none;
	}

.recap_box_right
	{
	background-color: #CF6;
	color: #1c4857;
	font-size: 14px;
	width:400px;
	border-width: thin;
	border-radius: 5px;
	border-color: white;
	padding: 10px;
	float:right;
	text-align: right;
	box-shadow:none;
	margin-bottom:10px;
	z-index:5;
	}

.recap_box_left
	{
	background-color: #F66;
	color: #1c4857;
	font-size: 14px;
	width:400px;
	border-width: thin;
	border-radius: 5px;
	border-color: white;
	padding: 10px;
	float:left;
	text-align: left;
	box-shadow:none;
	margin-bottom:10px;
	z-index:5;
	}

.login_form
	{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 50px;
	margin-top: 12.5%;
	margin-right: 35%;
	margin-bottom: 12.5%;
	margin-left: 35%;
	width: 30%;
	background-color: #f9f9f9;
		}

.login_form input[type=button], input[type=submit], input[type=reset]
	{
	padding:30px;
	spacing: 20px;
	}

.list_table
	{
	font-size: small;
	box-shadow: none;
	border-spacing: 0px;
	width: auto;
	/*min-width: 90%;
	margin: auto;*/
	}

.list_table th
	{
	/*background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
	background: linear-gradient(to bottom, rgba(194,194,194,1) 0%, rgba(186,186,186,1) 50%, rgba(179,179,179,1) 51%, rgba(217,217,217,1) 100%);*/
	color: #e7eaec;
	font-weight:100;
	background-color:#477487;
	text-align:left;
	border-radius:0px;
	padding:10px;
		}
	
.list_table td
	{
	border-spacing: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}

.list_table tr:nth-child(even) 
	{
	border-radius: 5px;
	background-color: #f9f9f9;
	}	
	
.list_table tr:nth-child(odd) 
	{
	border-radius: 5px;
	background-color: #f1f1f1;
	}	
	
.list_table tr:hover 
	{
	background-color: #b7e0d4;
	/*background: linear-gradient(to bottom, rgba(241,231,103,.5) 0%,rgba(254,182,69,.5) 100%);*/
	/*background: rgba(73,165,191,.50);
	border-radius: 5px;*/
	}

.title
	{
	color: #FF5859;
	/*background-color: #FFFFFF;*/
	padding: 3px;
	font-size: 14px;
	border-radius: 10px;
	}
	
input[type=button], input[type=submit], input[type=reset]
	{
	background: #477487;
    /*border: 1px black;*/
    color: white;
    padding: 16px 32px;
    margin: 4px 2px;
	transition-duration: 0.2s;
	}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover
	{
	background: #666;
	/*background-color: #ba200f;*/
	color: white;
	padding: 16px 32px;
	margin: 4px 2px;
	}
	
input[type=text], input[type=date],
input[type=number],
input[type=textarea], input[type=password]
	{
	color: #099;
	width: 250px;
	padding: 10px 20px;
	margin: 5px;
	box-sizing: border-box;
	border: 1px solid #9CC;
	/*border: 1px solid #0C9;*/
	border-width: thin;
	border-radius: 10px;
	}

select 
	{
	color: #099;
	width: 250px;
	padding: 10px 20px;
	margin: 5px;
	border: 1px solid #9CC;
	border-width: thin;
	border-radius: 10px;
	}

textarea 
	{
	color: #099;
	width: 250px;
	margin: 0px;
	border: 1px solid #9CC;
	border-width: thin;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}


input[type=checkbox]
	{
	padding: 0px;
	}
.int_buyer
	{
	color: #6600FF;
	/*background-color: #FFFFFF;*/
	padding: 3px;
	font-size: 16px;
	border-radius: 10px;
	}

.int_seller
	{
	color: #FF00CC;
	/*background-color: #FFFFFF;*/
	padding: 3px;
	font-size: 16px;
	border-radius: 10px;
	}
	
.comments
	{
	background-color: #b2d9e7;
	color: #1c4857;
	font-size: 14px;
	border-width: thin;
	border-radius: 5px;
	border-color: white;
	padding: 15px;
	text-align: left;
	box-shadow:none;
	}

.left_block {
	float:left;}
	
.right_block {
	float:right;}
	
