@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
#beestonleaguetab ul li a {
    color: #fff;
    font-family: arial;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
li.time1.smallview-hide {
    text-align: center;
	width:14%;
}
#beestonleaguetab ul li {
    width: 20%;
    float: left;
    height: 50px;
    position: relative;
    top: 10px;
    margin: 25px 0 25px 0;
	cursor:pointer;
}
#beestonleaguetab ul {
    list-style: none;
    float: right;
    width: 80%;
	margin:0;
}
.beestlogo {
    float: left;
    position: absolute;
    top: 65px;
    left: 18px;
}
#beestonleaguetab {
    background-color:#00183c;
     width: 100%;
    display: block;
    float: left;

}
.leaugetitle h1 {
    font-family: arial;
    color: #333;
   font-size: 30px;
	margin-bottom:0px;
	}
.leaugetitle h2 {
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    color: #333;
}
.leaugetitle {
    margin-bottom: 25px;
	margin-top: 25px;
	text-align:center;
}
#page_tabs {
    display: inline;
    float: left;
    width: 100%;
    margin: 0;
    display: block !important;
    padding-top: 0;
    margin-bottom: 20px;
    box-shadow: #e8e8e8 2px 3px 3px 0px;
}

@media screen and (max-width: 770px) {
#page_tabs {
	padding-top: 40px;
	padding-bottom: 10px;         
}
}

@media screen and (max-width: 480px) {
	#beestonleaguetab ul li:last-child {
    margin-left: 50px;
}
	.beestlogo {  
    float: left;
    position: absolute;
    top: 83px;
    left: 4px;
    width: 80px;
}
#beestonleaguetab ul {
    list-style: none;
    float: right;
    width: 72%;
    margin: 0;
}
#beestonleaguetab ul li {
    float: left;
    height: 25px;
    position: relative;
    top: 0px;
    margin: 0;
    cursor: pointer;
	text-align:center;
    /* display: inline; */
    width: 50%;
}
#page_tabs {
	margin-bottom: 0;
}
}
#page_tabs ul {
	list-style: none;
	max-width: 600px;
	padding: 0;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 770px) {
#page_tabs ul {
	max-width: 500px;
}
}

@media screen and (max-width: 685px) {
#page_tabs ul {
	max-width: 400px;
	font-size: 0.8em;
}
}

@media screen and (max-width: 480px) {
#page_tabs ul {
	max-width: 280px;
	font-size: 0.7em;
}
}

#page_tabs ul li a:hover {
	background: #3D639C;
}
#page_tabs ul li a.active {
	background: #749FD3;
}

@media screen and (max-width: 770px) {
#page_tabs ul li a span {
	display: none;
}
}


@media screen and (max-width: 770px) {
#page_tabs {
	padding-top: 40px;
}
}

@media screen and (max-width: 480px) {
#page_tabs {
	margin-bottom: 0;
}
}
#page_tabs ul {
	list-style: none;
	max-width: 600px;
	padding: 0;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 770px) {
#page_tabs ul {
	max-width: 500px;
}
}

@media screen and (max-width: 685px) {
#page_tabs ul {
	max-width: 400px;
	font-size: 0.8em;
}
}

@media screen and (max-width: 480px) {
#page_tabs ul {
	max-width: 280px;
	font-size: 0.7em;
}
#page_tabs ul li a.active{ padding:0 !important; margin:0 !important; font-size:15px !important;}
#page_tabs ul li a{ margin:0 !important; padding:0 !important; font-size:15px !important;}
}

#page_tabs ul li {
    display: inline;
    float: left;
    width: 24%;
    margin: 2px;
}
#page_tabs ul li a {
    padding: 6px 5px 4px;
    text-align: center;
    background: #fff;
    display: block;
    color: #999999;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: arial;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
	margin:0 40px;
	padding:9px 0 10px 0;
}

#page_tabs ul li a:hover {
	background: #fff ;
	color:#999999;
	cursor:pointer;
}
#page_tabs ul li a.active {
    background: #fff none repeat scroll 0 0;
    color: #A3470A;
    font-size: 18px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
    border-bottom: 2px solid #A3470A;
    margin: 0 25px;
    padding: 9px 0 10px 0;
}

@media screen and (max-width: 770px) {
#page_tabs ul li a span {
	display: none;
}
#page_tabs ul li{ width:30%;}
#page_tabs ul li:nth-child(4) {
    display: none;
}
}
.ui-dialog-titlebar {
  background-color: #23385A;
  background-image: none;
  color: #fff;
}
