body {
	background-image: url(siteimages/mlb_rumor_bg.jpg);
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin: 0px 0px 0px 0px;
}
#main {
	width: 1000px; 
	margin: 0 auto;
}
.menunav {
	background: url("images/menubg.gif");
}
.reds12 {
	font-size:10pt;
	color: #FF0000;
	font-family : verdana, arial, helvetica, sans-serif;
}

.polltxt
{
	color:#FFF;
	font-size: 12pt;
	text-decoration:underline;
}
.pollres
{
	color:#FFF;
	font-size: 10pt;
	padding-top:10px;
}
.poll2
{
	background-color:#0c4b7d;
	background-image:url(images/mlb-rumors-banner4.jpg);
	background-repeat: no-repeat;
	padding-left: 280px;
	height: 90px;
	display: block; 
}
.redheading {
	font-size:10pt;
	color: #ff0000;
	margin: 0px 0px 0px 10px;
	font-family : verdana, arial, helvetica, sans-serif;
}
.blueheading {
	font-size:10pt;
	color: #336699;
	margin: 0px 0px 0px 10px;
	font-family : verdana, arial, helvetica, sans-serif;
}
/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 195px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 15px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 27px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
}


/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}


/* LIME HOVER */
.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top right no-repeat;
}


/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top right no-repeat;
}


/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-pink.gif) top left no-repeat;
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-pink.gif) top right no-repeat;
}


/* PURPLE HOVER */
.bubplastic.purple ul li a:hover,
.bubplastic.purple ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple ul li a:hover span.menu_ar,
.bubplastic.purple ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-purple.gif) top right no-repeat;
}


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-red.gif) top right no-repeat;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

h1 {
	color: #000000;
	font-size: 10pt;
	font-weight:normal;
	margin : 0px 10px 0px 10px;
}

.small {
  font-size: 12px; /* 75% of the baseline */
}

.large {
  font-size: 20px; /* 125% of the baseline */
}
img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#039;	
	font-weight:bold;
	text-align:center;
	margin : 0px 10px 0px 10px;
}

h3 {
	color: #000000;
	font-size : 10pt;;
	font-weight:normal;
	margin : 15px 10px 0px 10px;
}
h4 {
	color: #000000;
	font-size : 10pt;;
	font-weight:normal;
	margin : 10px 10px 0px 10px;
}
a:link {
	color : #0000FF; text-decoration: none;
}
a:visited {
	color : #0000FF;
	text-decoration: none;
}
a:active {
	color : #0000FF;
	text-decoration: none;
}
TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}
a:hover {
	color: #0000FF; text-decoration: underline;
}

p {
	color : #000000;
	margin : 10px 10px 10px 10px;
	font-size : 10pt;
	font-family : verdana, arial, helvetica, sans-serif;
}

input, select {
	color : #000000;
	font-size : 10pt;
	font-family : Tahoma, Verdana, Arial, sans-serif;
}

.txtwhite12px {
	color: #FFFFFF;
	font-size: 12px;
}
.txtgrey12px {
	color: #CCCCCC;
	font-size: 12px;
	margin : 10px 10px 10px 10px;
}
.txtblack12pt {
	color: #000000;
	font-size : 12pt;;
	font-weight:bold;
	margin : 10px 10px 10px 10px;
}
#header{
	position: absolute;
	top: 22px;
	left: 0px;
	width: 100%;
	z-index: 3;
}
#subheader{
	position: absolute;
	top: 178px;
	left: 0px;
	width: 100%;
	z-index: 4;
}

#leftnav {
top: 60px;
margin: 0px;
left: 0; 
width: 175px;
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 10pt; 
color: #D9D9D9; 
text-decoration: none;
}

.mnu {
	background: url(images/menubg.gif);
}

#leftnav .sep {
font-size: 2px;
margin: 2px 0px 2px 0px;
width: 175px;
}

#leftnav.ps2 .sep {
	background: url(images/menusep.gif);
}

#leftnav A {
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 10pt; 
color: #D9D9D9; 
text-decoration: none;
}

#leftnav A:hover {
color: #FFFFFF; 
}

.barright {
	background: url(images/bg_right.gif);
}

.fon01 {
	background: url(siteimages/fon02.gif);
}

.barleft {
	background: url(images/bg_left.gif);
}

.menunav {
	background: url(images/menubg.gif);
}
.bgw {
	background-color:#fdfbf7;
}
.bgb {
	background-color:#002e4f;
}
.fon01 {
	background: url(siteimages/fon01.gif);
}
.headingbg {
	background: url(siteimages/fon01.gif);
}
.greys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
#baseballLinks A {
	color: #0000FF;
	font-weight: bold;
	font-family:tahoma, verdana, arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	
}
.links
{
	color: #000000;
	font-weight: normal;
	font-family:tahoma, verdana, arial, Helvetica, sans-serif;
	font-size:11px;
}
TEXTAREA 
{
	background-color: #fdfbf7;
	color: #000000;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal
}
.surbox { 
	border-width:1px 1px 1px 1px; 
	border-style: solid; 
	border-color:#ddd #777 #777 #ddd; 
	background-color: #f9f9f9;
	padding: 4px;
}
.surbox2 {
	border-width:1px 1px 1px 1px; 
	border-style: solid; 
	border-color:#ddd #777 #777 #ddd; 
	background-color: #f9f9f9;
	padding: 4px;
}
#postTab{background:url(postover3.png) no-repeat center center;float:right;position:absolute;right:0;top:250px;width:35px;height:70px;display:block;;z-index:20000;text-indent:59px;}
html>body #postTab{position:fixed;float:none;}