/* CSS Document */
/* Main */
body {
	text-align: center;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#container {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	background-color: White;
	display: block;
	padding: 0px;
	height: 100%;
	border: #666666;
}
  
  
/* Head */ 

#pageheadpic {
	margin: 0px;
	text-align: left;
	background-color: #F3F3F3;
	display: block;
	padding: 0px;
	height: 187px;
	width: 699px;
	border: 0;
	background-attachment: fixed;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}
    
#pageheadtitlebar {
	text-align: left;
	background-color: #F3F3F3;
	display: block;
	height: 29px;
	width: 699px;
	border: 1px solid #666666; /* background-attachment: fixed; */
	background-image: url(images/headbargradient.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #19456F;
	text-indent: 10px;
	line-height: 24px;
	background-position: center;
	padding: 2px 0px 0px;
	
}

#batdivider {
	background-color: Gray;
	background-image: url(images/headbargradient.gif);
	display: block;
	height: 5px;
	width: 539px;
	border: 1px solid #666666;
	background-position: center;
	background-repeat: repeat-x;
}
  
/* Text */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: Red;
	padding: 10px 10px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-indent: 5px;
	padding: 5px 20px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: Black;
}
/* Contenet */

#contentcontainer {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	display: block;
	padding: 0px;
	height: auto;
	background-image: url(images/player2-bw.jpg);
	background-repeat: repeat-y;
}
  
#contenttitlebar {
	margin: 0px;
	text-align: left;
	background-color: Gray;
	display: block;
	height: 22px;
	width: 540px;
	border: 1px solid #666666;
	background-image: url(images/headbargradient.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #19456F;
	text-indent: 20px;
	top: 5px;
	position: relative;
	float: right;
	line-height: 24px;
	
}

#contenttitlebar a:link, #contenttitlebar a:visited {
	
	color:black;
}

#content {
	float: right;
	margin: 0px;
	text-align: left;
	background-color: #F3F3F3;
	background-image: url(images/player1_grey.jpg);
	display: block;
	height: auto;
	width: 540px;
	border: 1px solid #898989;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-indent: 10px;
	top: 5px;
	position: relative;
	float: right;
	background-position: top;
}

#content2 {
	float: left;
	margin: 0px;
	text-align: left;
	background-color: #F3F3F3;
	background-image: url(images/player1_grey.jpg);
	display: block;
	height: auto;
	width: 640px;
	border: 1px solid #898989;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-indent: 10px;
	top: 5px;
	position: relative;
	background-position: top;
}
  
/************* Navigation *************************/
/* paste from before */
#pageNav{
	float: left;
	width: 148px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	font: small Verdana,sans-serif;
	text-decoration: none; /**display: block;**/
}


/************ SectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/* paste from before 
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
*/
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decoration: none;
	font-size: 12px;
}


#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
		
}

/************ SUB SectionLinks styles **************/

#subsectionLinks{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#subsectionLinks a:link, #subsectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: Red;
	text-decoration: none;
	text-indent: 20px;
}

#subsectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
		
}
/* Other */
.batlinkCell
{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 2px;
	COLOR: Black;
	PADDING-TOP: 2px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


.imgborder{
	border: 1px solid #000000; 
}

.imgbatbut{
	float: left;
}
	
img.floatRight { float: right;
margin: 4px; }

img.floatRightBdr {
	float: right;
	margin: 4px;
	border: 3px inset Gray;
	margin-left: 5px;
}

.FeatureImg
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    BORDER-BOTTOM: #cccccc 1px solid
}

