a {
	color: #09c;
	text-decoration: none;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #090;
}
a:visited {
	color: #090; /*#09a*/
}
a:hover {
	color: #090;
	text-decoration: underline;
}

a.menu_text {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.menu_text:link {
	color: #fff;
}
a.menu_text:visited {
	color: #fff; /*#09a*/
}
a.menu_text:hover {
	color: #fff;
	text-decoration: underline;
}

#newmenu {
	margin: 0;
	padding: 0 5px 5px 5px;
	border: 1px solid #000;
	background: #cec;
	width: 150px;
}

#submenu {
	clear: left;
	float: left;
	margin: 10px 0 0 0;
	padding: 5px;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	background: transparent;
	width: 150px;
	text-align: center;
}
#newmenu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	width: 140px;
}
#newmenu li {
	margin: 0;
	padding: 0;
	width: 140px;
	background:  url("bats_15.gif") 0 -65px no-repeat;	
}
#newmenu a {
	display: block;
	background:  url("bats_15.gif") top left no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#newmenu a:hover {
	display: block;
	background-image: none;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#newmenu h3 {
	font-size: 1em;
	line-height: 1em;
	color: black;
	font-weight: bold;
}
#newmenu h4 {
	margin: 0 0 4px 0;
	font-size: 100%;
}

h3.menu {
	clear: left;
	font-size: 1em;
	font-weight: bold;
	color: black;
	padding-top: 1em;
}

table {
	font-size: 1em;
}
table.stats {
	font-size: 1em;
	background-color: #fff;
	width: 99%;
	border-spacing: 0;
	empty-cells: show;
	border-bottom: 2px;
	border-top: 2px;
	border-left: 0;
	border-right: 0;
	border-bottom-style: solid;
	border-bottom-color: #cec;
	border-top-style: solid;
	border-top-color: #cec;
}
table.latest {
	font-size: 1em;
	background-color: transparent;
	width: 100%;
	border-spacing: 0;
	empty-cells: show;
	border-bottom: 2px;
	border-top: 2px;
	border-left: 0;
	border-right: 0;
	border-bottom-style: solid;
	border-bottom-color: #cec;
	margin-bottom: 1.5em;
}
table.resultlist {
	background-color: white;
	width: 75%;
}
tr {
}
tr.dist {
	vertical-align: top;
	text-align: center;
}
th {
	color: #000;
	background: #5bd;
}
th.lt {
	color: #000;
	background: #cec;
}
th.vert {
	color: #000;
	background: #cec;
}
th.plain {
	background: #fff;
	text-align: left;
}
th.d {
	background: #ff9;
	text-align: left;
}
th.ald {
	background: #fcf;
	text-align: left;
}
th.eid {
	background: #f9f;
	text-align: left;
}
th.bsd {
	background: #fc0;
	text-align: left;
}
th.gsd {
	background: #3cf;
	text-align: left;
}
th.psd {
	background: #9f9;
	text-align: left;
}
td {
}
td.teams {
	white-space: nowrap;
	border-top: 1px solid #ddd;
	text-align: left;
}
td.top {
	border-bottom: 4px;
	border-bottom-color: #cec;
	border-bottom-style: solid;
	background-color: transparent;
}
td.bottom {
	height: 4px;
	background-color: #cec;
}
td.results {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.2em;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #dddddd;
}
td.divtitle {
	background-color: black;
	padding: 1px 1px 1px 10px;
	border-top: 10px solid white;
	border-bottom: 5px solid white;
}
td.team {
	width: 35%;
	text-align: left;
	background-color:#ddd;
	color: black;
	border-top: 1px solid black;
	font-size: 1em;
	padding: 0;
	white-space: nowrap;
}
td.score {
	width: 5%;
	text-align: right;
	background-color:#ddd;
	color: black;
	border-top: 1px solid black;
	font-size: 1.2em;
	padding: 0;
}
td.threes {
	text-align: left;
	background-color: white;
	color: black;
	font-size: 0.8em;
	padding: 0 0 3px 0;
	vertical-align: top;
	white-space: nowrap;
}
td.comments {
	text-align: left;
	background-color: white;
	color: black;
	font-size: 1em;
	padding: 0 0 3px 0;
	vertical-align: top;
	font-style: italic;
}
a.white {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
a.white:hover {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
a.white:visited {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}
a.thin {
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}
a.thin:hover {
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: underline;
}
a.thin:visited {
	color: black;
	font-size: 1.1em;
	font-weight: normal;
}
a.fix {
	color: #666;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
a.fix:hover {
	color: #666;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}
a.fix:visited {
	color: #666;
	font-size: 1em;
	font-weight: normal;
}
h3.datetitle {
	color: #000;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0;
	padding-bottom: 5px;
}
p.results {
	background-color: #ddd;
}
hr {
	height: 2px;
	color: #ccc;
}
br {
	line-height: 1em;
	margin-top: 0.4em;
	width: 95%;
}
form {
	margin: 0;
	padding: 5px;	
}
input, select {
	border: 1px solid;
	font-size: 1em;
	line-height: 1em;
}
#content input.checkbox, #content input.radio {
	border: none;
}
input[readonly] {
	color: #333;
	background: #f9f9f9;
}
div.divtitle {
	margin-top: 10px;
	background-color: #ddd;
}

h3.stats {
	font-size: 1.4em;
	background-color: #ddd;
	margin-top: 2em;
	margin-bottom: 0.3em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-align: center;
}
h3.menu {
	/*clear: left;*/
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	color: #ff0000;
	padding-top: -5px;
}
/*** Diary ***/
#diary {
	float: left;
	margin: 0 0 7px;
	padding: 0 0 7px;
	background: #cec;
	width: 140px;
	border-bottom: 1px dashed #000;
}
span.news {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}
span.rightbar {
	font-weight: bold;
	color: black;
}
/* Twitter Styles */
.tweet, .query {
	/*font-family: "Calibri", Arial, Helvetica, sans-serif;*/
	/*font-size: 90%;*/
	color: #000;
	margin: 0;
	padding: 0 5px 5px 5px;
	border: 1px solid #000;
	background: #cec;
	width: 150px;
}
.tweet_time {
	font-size: 80%;
}
.tweet .tweet_list, .query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #cec;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase;
}
.tweet .tweet_list li, .query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	/*padding: .5em;*/
	padding: 0 0px 10px 0px;
}
.tweet .tweet_list li a, .query .tweet_list li a {
	color: #090;
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
	background-color: #cec;
}
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	/*padding-right: .5em;*/
	float: left;
}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	vertical-align: middle;
}
/* --> */
