@font-face {
}
body {
height : auto;
font-family : Verdana;
background : #ffffff url("../images/bg.png") repeat-x scroll 0% 0%;
border : 1px solid #ddd;
border-left : 1px solid #ccc;
}
.wrapper{
border:1px solid #ccc;
box-shadow: 10px 12px 5px 0px #E3E3E3;
width:1002px;
margin:0px auto;
}
.container {
max-width : 1000px;
background : #fff;
border-left : 1px solid #ccc;
border-right : 1px solid #ccc;
}
a, .a {
color : #4E8BC0;
font-weight:bold;
}
h1{
font-size : 1.5em;
margin-bottom:20px;

font-weight : bold;
font-family : Verdana;
}
h2 {
font-size : 1.2em;
font-weight : bold;
font-family : Verdana;
}
h3 {
font-size : 1.1em;
font-family : Verdana;
}
p, li {
font-size : 1.0em;
font-family : Verdana;

}
.data-new-nav {
	display:block;
	margin:auto;
	max-width:1000px;
	max-height : 370px;
	/*background-image : url("../images/header.png");*/
	background-position : cover;
	background-repeat : no-repeat;
	z-index:200;
}

.navbar.navbar-default {
	margin:0px auto;
	max-width:1000px;
	background-color : #efefef;
	background-position:center;
	border : 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
background : #ff0c0a;
color : #fff;
font-weight : bold;
}
.navbar-default .navbar-nav > li > a {
color : #000;
font-weight : bold;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > .active > a:focus {
background-color : #ff0000;
color : #fff;
font-weight : bold;
}
.navbar-nav > .active {
background-color : #ff0000;
color : #fff;
}
.navbar-default .navbar-nav > .active > a:hover {
background-color : #ff0000;
color : #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
background-color : #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
text-decoration : none;
background-color : #fff;
}
#img-left {
float : left;
margin-right:10px;
margin-bottom:10px;
max-height:250px;
max-width:200px;
}
#top_content {
background : url("../images/ball.jpg") no-repeat;
background-position : center;
color : #fff;
margin-top : 20px;
border : 1px solid #ddd;
height : 300px;
}
#top_content > h2, #top_content > p {
margin : 20px;
}
#data-blocks {
background : #ddd;
}
.jumbotron{
	height:450px;
	padding:0;
}
.carousel{
	margin-top:0;
}
#teams{
background:#ccc;

}

#teams>img{
	display:block;
	float:left;

	vertical-align:middle;
	width:85px;

}

th{
	background: #ff0000;
	color:#fff;
}
tr:nth-child(odd){
	background:#ccc;
}
.copyright {
margin-top : 10px;
padding-top : 10px;

text-align : center;
}
.copyright a, .copyright a:hover {
color : #337ab7;
text-decoration : none;

}
.navbar-default .navbar-toggle {
border-color : #fff;
background-color : #fff;
color : #f3f3f3;
}
.dropdown-menu {
background-color : #ff0000;
}
.dropdown-menu > li {
color : #fff;
line-height : 30px;
}
.dropdown-menu > li > a {
color : #fff;
padding : 15px;
font-weight:bold;
}
.dropdown-menu > li > a:hover {
background-color : #fff;
font-weight:bold;
}
.clear {
content : "";
clear : both;
}
.col-md-2>h2{
background : #ff0000;
padding : 10px;
color:#fff;
}
.col-md-2{

height:100%;
}
.col-md-8>p{
	text-align: justify;

}

.col-md-8 > h2 {
color : #000;
}
iframe{
	border:0;
	scrolling:auto;
}
#back-to-top{
color : white;
width : 40px;
padding : 10px;
border : 1px solid #ddd;
position : fixed;
bottom : 20px;
right:30px;
display : block;
background : #ff0000;
text-decoration : none;
}
#back-to-top a, #back-to-top a:hover {
color : #fff;
}
.red>p{
	color:red;
	font-weight:bold;
	margin-bottom:5px;
}
footer{
	background:#e7e7e7;
	padding-top:10px;
	padding-bottom:10px;
}
.win {
   animation-name: flash;
    animation-duration: 1.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    padding:3px;
}
@keyframes flash {
    from { color:#fff; background-color:#ff0000; }
    to   { color:#000; }
}
.draw {
   color:#fff; background-color:#ff0000;
   padding:1px;
}