#mat-wrapper{
	width:960px;
	height: 350px;
	
 	
}
#mat-dugout-container{
	text-align:center;
}
#mat-dugout-bench{
	position:relative;
	height:125px;
	border-bottom:1px solid #ccc;
}
#mat-playing-field-container{
	/*margin-top:20px;*/
	background-image:url('bg2.png');
	width: 960px; 
	height: 350px;
	 
	position: relative;
}
.mat-base{
	background-color:#ededed;
	width:478px; /* was 100% */
	height:175px; /* was 275px */
	position:relative;
	float: left;
}
#mat-base-top_left{
	/*background-color:#ECECEC;*/
	/*border-right: 2px solid black;*/
	border-bottom: 2px solid black;
}
#mat-base-top_left .mat-base-label{
	color: black; /* was #C4C4C4; */
}

#mat-base-bottom_left{
	/*background-color:#C4C4C4;*/
}
#mat-base-bottom_left .mat-base-label{
	color: black; /* was #C4C4C4; */
}

#mat-base-top_right{
	/*background-color:#C4C4C4;*/
	border-bottom: 2px solid black;
}
#mat-base-top_right .mat-base-label{
	color: white; /* was #ECECEC; */
}

#mat-base-bottom_right{
	/*background-color:#ECECEC;*/
	 
	/*border-left: 2px solid black;*/
}
#mat-base-bottom_right .mat-base-label{
	color: white; /* was #ECECEC; */
}


.mat-rotate_left {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.mat-bgs{
	position: absolute;
	width:960px;
	height:3%;
	z-index:0;
}
.mat-bg{
	width:960px;
	height:12.5px;
}
.mat-base-label{
	position:absolute;
	font-family:"TitlingGothicFBMediumComp","Arial Narrow",Arial,sans-serif;
	font-size: 100px;
	text-align: center;
	width:480px;
	color: #FFF;
	text-transform:uppercase;
	padding-top:5px; /* was 22px */
	letter-spacing: 3px;
}

.mat-label-box {
	position: absolute;
	z-index: 99999;
	font-family:"TitlingGothicFBMediumComp","Arial Narrow",Arial,sans-serif;
	font-size: 20px;
	text-align: center;
	
	color: black;
	background-color: white;
	text-transform:uppercase;
	padding:5px; 
	
	letter-spacing: 3px;
	border: 3px solid #ee3224;
}

#mat_label_box_left {
	top: 150px;
	left:-50px;
	
	 -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

#mat_label_box_right {
	top: 150px;
	left:810px;
	
	 -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
#mat_label_box_top {

	left:480px;
	top: 15px;
	/*padding-left: 5px;*/
	/*padding-right: 3px;*/
}

#mat_label_box_bottom {

	left:480px;
	top: 685px;
	/*padding-left: 5px;*/
	/*padding-right: 3px;*/
}


#mat-base-separator-container{
	background-color:transparent;
	position:relative;
	float: left;
}
#mat-arrow{
width: 960px;
background-image: url('../imgs/arrow-01.png');
height: 25px;
position: absolute;
top: 0;
z-index: 99999;
}
#mat-base-separator{
	width:90%;
	position:relative;
	top:-3px;
	margin:0 auto;
	/*float: left;*/
}
.mat-label{
	font-size: 12px;
	font-weight: bold;
	display: inline;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#mat-base-sep-label-lib{
	color:#3663AE;
}
#mat-base-sep-label-con{
	float:right;
	color:#B03936;
}

#mat-hover{
	display: none;
}
.pol-container{
	position:absolute;
	z-index:9999;
}

.pol-container:hover a{ 
	color: #ccc;
}
#mat-hover{
	position:absolute;
	width: 325px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
	/*border:1px solid #999;*/
	z-index:9999;
	-moz-border-radius: 3px; /* Firefox */  
  -webkit-border-radius: 3px; /* Safari, Chrome */  
  border-radius: 3px; /* CSS3 */  
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	padding:10px;
	border:1px solid #ccc;
	  -moz-box-shadow: 0 0 12px #ccc; /* Firefox */  
  -webkit-box-shadow: 0 0 12px #ccc; /* Safari, Chrome */  
  box-shadow: 0 0 12px #ccc; /* CSS3 */ 
  z-index: 99999999;
}
.mat-source_name{
	text-align:right;
}
.mat-read-more{
	font-size:10px;
}
.mat-person-name{
	text-align:center;
}
.mat-no-select:hover{
	cursor:default;
}
.mat-no-select{
	-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mat-quote_sum{
	margin-top:10px;
	font-size:15px;
}
.mat-source_name{
	margin-top:5px;
}

.clear_fix {
	clear:both;
}
