body {
	background-color: #89ad5a;
/*	background-image: url("../green_gradient.gif");*/
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Calibri, Helvetica, Arial, Sans Serif;
	margin: 0;
}

.table_search_form {
	display: inline;
	float: left;
}

#main {
	position: relative;
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	border-left: 5px solid #240;
	border-right: 5px solid #240;
	background: #fff;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-bottom:-10px;
}

#topmenu {
	width: 100%;
	margin: 0px;
	margin-bottom:15px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-left: -10px;
	margin-right: -10px;
	background-color: #240;
	color: #fff;
	text-align: right;
	padding-bottom: 2px;
	padding-right: 20px;
	font-size: 12px;
}

#topmenu form {
	display: inline;
}

#topmenu a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 2px solid #7a2;
}

#topmenu a:hover {
	color: #8c4;
	text-decoration: none;
}

p.updated {
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}

.baseball-quicksheet {
	padding-bottom: 15px;
}


table {
	font-size: 10px;
	width: 94%;
	border-bottom: 1px solid #333333;
	border-collapse:  collapse;
	margin: 3%;
}

tfoot table {
	width: 100%;
	margin: 0;
}

.tab {
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 6px;
	border: 1px solid #333;
	margin-right: 2px;
	margin-top: 10px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
}

/* blog heading */
h4{
	margin: 0px;
	margin-top: 4px;
	margin-left: 10px;
	font-size: 16px;
}

.article {
	padding-left: 30px;
	padding-right: 30px;
}

.article h4, .article h3 {
	margin-top: 20px;
}

.article h4 {
	font-size: 18px;
	margin: 0px;
	margin-top: 40px;
	padding-bottom: 3px;
	border-bottom: 2px solid #333;
}

.article h4 a {
	text-decoration: none;
	color: #333 !important;
}

.article h4 a:hover {
	text-decoration: underline;
}

.article p {
	margin-top: 20px;
	font-size: 14px;
	text-align: justify;
}

.article ol, .article ul {
	font-size: 14px;
	margin-left: 10px;
}

.author {
	border-top: 1px solid #226600;
}

.splash p {
	font-size: 20px;
}

.splash p.import {
	font-weight: bold;
	text-align: center;
}

.splash h3 {
	font-size: 30px;
}

.note {
	font-size: 10px;
}

.tab-content {
	position: relative;
	top: -1px;
	clear: both;
	border: 1px solid #333333;
	font-size: 10px;
	padding-bottom: 20px;
}

th {
	border-top: 2px solid #333;
	border-bottom: 1px solid #333;
	background-color: #240;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

th, td {
	padding-left: 4px;
}

th a {
	text-decoration: none;
	color: #ffffff;
}

th a:hover {
	color: #8c4;
}

td {
	padding-bottom: 3px;
	padding-top: 3px;
}

.baseball-button {
	margin-top: 8px;
	cursor: pointer;
	font-size: 12px;
}

.baseball-button a {
	display: block;
	position: relative;
	margin: 5px;
	margin-top: 3px;
	margin-bottom: 4px;
}
.baseball-button img {
	height: 25px;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 5px;
}


#columns {
	width: 930px;
}

#footer {
	margin-top: 30px;
	font-size: 9px;
	text-align: center;
}

#top {
	width: 920px;
    height: 110px;
	background: #27A;
    background-image: url('baseballcalc.jpg');
    background-position: -65px -55px;
	border-color: #236;
	padding: 10px;
	margin-left: 10px;	
}

#filler {
	width: 120px;
        height: 215px;
        margin-top: -10px;
        background-image: url('baseballcalc.jpg');
        background-position: -500px;
	border-color: #236;
}

#left_col, #center_col, #right_col {
	float: left;
	min-height: 400px;
	text-align: left;
}

#center_col {
	min-height: 500px;
}

#main_banner {
	float: left;
	height: 70px;
	width: 768px;
	margin-left: 10px;
	margin-top: -10px;
	border: 1px solid black;
	background: #000;
	color: #666;
	text-align: center;
	padding-top: 10px;
}

#left_banner {
	height: 500px;
	width: 200px;
	margin-top: 30px;
	border: 1px solid black;
	background: #000;
	color: #666;
	text-align: center;
	padding-top: 10px;	
}

#right_banner {
	height: 390px;
	width: 240px;
	border: 1px solid black;
	background: #000;
	color: #666;
	text-align: center;
	padding-top: 10px;	
}

}

#title, #subtitle{
	padding: 3px;
	padding-left: 30px;
	font-weight: bold;
	text-align: left;
}

#title {
	font-size: 40px;
	color: #fff;
}

#subtitle {
	padding-top: 0px;
	font-size:17px;
	color: #000;
	padding-bottom: 10px;
}

#left_menu {
	border-left: 2px solid #241;
	margin-left: 10px;
	margin-top: 40px;
}


#left_col {
	width: 200px;
}

#center_col {
	padding: 10px;
	width: 700px;
}


#right_col {
	margin-top: 10px;
	width :260px;
}

#right_content {

}
.quick-header, .quick-content {
	position: relative;
	left: -1px;

}

.quick-header {
	padding: 3px;
	padding-left: 10px;
	font-size: 12px;
}

.quick-content {
	padding-top: 3px;
	padding-bottom: 8px;
	font-size: 10px;
	margin-bottom: 15px;
}

.tooltip {

      display: none;
}