﻿

html 
{
    background: #0e0e0e url(../images/wrestlingmat.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.mainheader{
    background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    
    margin-bottom:25px;
    padding-bottom :25px;
    height:60px;
    color:#fff;
}

.mainheader > div:first-child{    
    font-size:35px;
    font-weight: bold;
    text-transform:uppercase;
    color: rgba(0, 0, 0, 0.5);
}

.mainfooter{
    background: #0e0e0e; /* Old browsers */
background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0e0e0e 0%,#7d7e7d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */

    height:40px;
    line-height:40px;
    font-weight:bold;
    color:White;
    text-align :right; 
    position :absolute ;
    bottom:0;
    width:99%;
}

.center{
	margin:0 auto;
}

.left{
    float:left;
}

.right{
    float:right;
}

.navmenu{
    margin:0px;
}

.navmenu > li{
    
    list-style:none;
    color:White; 
    display:inline-block;
    float:left;
    margin:0 15px;  
}

.navmenu a{
    color:inherit;
    font-weight:bold;
    text-decoration:none;
}

.inputgroup{
	display:inline-block;
	margin:5px;
}



.inputgroup > label,.inputgroup > .error{
	font-size:10px;
	font-weight:bold;
	text-align:left;
	display:block;
	color:#777;
	text-transform :uppercase;
}

.inputgroup > .error{
	color:Yellow;
}

.errorgroup{
	text-align:center;
	color:yellow;
	font-size:12px;
}

.wrestlers{
	width:725px;
	margin:25px auto;
}

.wrestlersheader{
	background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	height:35px;
	line-height:35px;
	color:#fff;
	text-align:center;
}

.wrestlerrow{
	text-align:center;
	color:Gray;
	height:35px;
}

.wrestlerrow:hover{
	background: #f58400;
	border:1px solid #ffaf0f;
	color:#fff;
	height:34px;
}

.hidden{
	display:none;
}

.container > .content{
	padding:10px;
	text-align:center;
}

.content > .wrapper{
	margin-top:25px;
	display:inline-block;
	text-align:left;
}

.contactinfo{
	height:11px;
	font-size:12px;
	width:357px;
	margin:0 auto;
}

.contactinfo > span{
	width:150px;
	text-align:center;
	text-transform :uppercase ;
	margin:0px 25px 0px 25px;
}


.txtBox
{
    font-size:16px;
    text-align:center;
    margin:50px 25px 50px 25px;
}


