/*@import "http://stats.infinityprosports.com/milb/css/siyanks.css";*/
body
{
	scrollbar-face-color: #213c7b;
	scrollbar-highlight-color: #9caec6;
	scrollbar-shadow-color: #000;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #d6d3d6;
	scrollbar-base-color: #003163;
	scrollbar-3d-light-color: #d6dbe7;
	scrollbar-dark-shadow-color: #000;
	font-family: Arial, Helvetica, san-serif;
}

th, td
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

th
{
	text-align: left;
}

.input_button
{
	border: 1px #fff solid;
	font-size: 8pt;
	background-color: #627078;
	color: #fff; 
}

.input_select
{
	COLOR: #000;
	FONT-SIZE: 9px;
}

.white
{
	color: #fff;
}

.white:link
{
	color: #fff;
}

.white:visited
{
	color: #fff;
}

.white:hover
{
	color: #fff;
	text-decoration:underline;
}

.smlwhite
{
	font-size: 11px;
	color: #fff;
}

.black 
{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.caption 
{
	font-weight: bold;
	font-size: 10px;
	color: #999999;
}

.copyright 
{
	font-size: 10px;
	color: #fff;
}
.headline
{
	font-size: 14px;
	font-weight:bold;
	color: #000;
	line-height: 20px;
}
.headline:link
{
	font-size: 14px;
	font-weight:bold;
	color: #000;
	line-height: 20px;
}
.headline:active
{
	font-size: 14px;
	font-weight:bold;
	color: #000;
	line-height: 20px;
}
.headline:visited
{
	font-size: 14px;
	font-weight:bold;
	color: #000;
	line-height: 20px;
}
.headline:hover
{
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
	color: #000;
	line-height: 20px;
}

.button 
{
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	background: #11b5a2;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 10px;
	color: #fff;
}

a
{
	color: #000;
	text-decoration: none;
}

a:active
{
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

a.smblk
{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

a.smblk:active
{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

a.smblk:visited
{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

a.smblk:hover
{
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

a.news
{
	font-weight: none;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

a.news:active
{
	font-weight: none;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

a.news:visited
{
	font-weight: none;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

a.news:hover
{
	font-weight: none;
	font-size: 11px;
	color: #003163;
	text-decoration: none;
}

a.smlwhite
{
	color: #fff;
	text-decoration: none;
	size: 10px;
}

a.smlwhite:active
{
	color: #fff;
	text-decoration: none;
	size: 10px;
}

a.smlwhite:visited
{
	color: #fff;
	text-decoration: none;
	size: 10px;
}

a.smlwhite:hover
{
	color: #fff;
	text-decoration: underline;
	size: 10px;
}

.header
{
	font-weight: bold;
	font-size: 14px;
	color: #000; 
}
.header1
{
	font-weight: bold;
	font-size: 14px;
	color: #003163; 
}
.header1:link
{
	font-weight: bold;
	font-size: 14px;
	color: #003163; 
}
.header1:hover
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	color: #003163; 
}
.header1:visited
{
	font-weight: bold;
	font-size: 14px;
	color: #003163; 
}

#nav{
	margin: 0px;
	/*margin-top: 2px;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
}
* html #nav{
	position: relative;
	left: 35px;
}
#nav ul{
	list-style: none;
	margin: 0px;
}
#nav li{
	display: inline;
	margin: 0px 0px 0px 10px;
}
#nav a:link, #nav a:visited{
	padding: 5px;
	background-color: #9CB2C6;
	color: #fff;
	border: 1px solid black;
	border-bottom-width: 0px;
}
#nav a:hover{
	background-color: white;
	color: #000;
}
#fundamentals{
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	top: 2px;
	border: 1px solid #BFBFBF;
	padding: 2px;
}
* html #fundamentals{
	width: 100%;
}
#tab th{
	background-color: #CEDBE7;
	font-size: .7em;
	padding: 2px 2px;
}
#tab th.left{
	text-align: left;
}
#tab td.name{
	background-color: #EBEBEB;
	font-weight: normal;
	text-align: left;
	width: 35%;
	padding-left: 5px;
}
#tab .label{
	background-color: #B5B2B5;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}
#tab .summary{
	background-color: #EBEBEB;
}
#tab tr td{
	text-align: center;
}
p{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	white-space: normal;
	text-align: justify;
}
#tab td.name2{
	text-align: left;
}
#tab th.rat{
	background-color: #CEDBE7;
	font-size: .7em;
	padding: 2px 2px;
	text-align: left;
}
#infoReq{
	position: relative;
	top: 2px;
	left: 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
	width: 87%;
	border: 1px solid #CECFCE;
	padding: 2px;
	background-color: #EFEFEF;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-bottom: 1px solid #757575;
	border-right: 1px solid #757575;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	padding: 10px;
}
* html #infoReq{
	width: 90%;
	left: 5%;
}
#infoReq .text{
	border-left: 1px solid #7B7D7B;
	border-top: 1px solid #7B7D7B;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
	font-family: Arial, Helvetica, san-serif;
	font-size: .9em;
}
select.select{
	font-family: Arial, Helvetica, san-serif;
	font-size: .8em;
	color: black;
}
.nowrap {
	white-space: nowrap;
}