/* CSS Document */

body,td,th{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;}


body {
	background-color: #C9C1BB; 
	margin-top: 20px;

	background: url(../images/layout/background/text_left.png), url(../images/layout/background/bg_spec.png), url(../images/layout/background/bg_fade.jpg), url(../images/layout/background/bg_spec2.jpg);
background-position: left top, top center, top center, left top;
background-repeat: no-repeat, no-repeat, repeat-x, repeat;	

}



a:link {text-decoration: none; color: #000000; font-weight: bold;}
a:visited {text-decoration: none;color: #000000;font-weight: bold;}
a:hover {text-decoration: none;color: #AD0606;}

span.newLink{
text-decoration: none; color: #000000; font-weight: bold;
}

span.newLink:hover{
text-decoration: none;color: #AD0606;
}

/* Start of code Added by Brijwanth for the default text field,select and buttons to font size 9*/
input,textarea,select{font-size:11px; valign:middle;}
input[type=button]{font-size:11px;}
/* End of code Added by Brijwanth for the default text field,select and buttons*/

h1{font-size: 18px;color: #AE0808;font-weight: bold; margin-top: 0; padding-top: 0;}
/*this is for red sub heading*/
h2 {font-size: 14px;color: #000000;font-weight: bold; margin-top: 0; padding-top: 0;}

h3{font-size: 14px;color: #AE0808;font-weight: bold; margin-top: 0; padding-top: 0;}

h4 {font-size: 13px;color: #000000;font-weight: bold; line-height:18px; height:5px;}



#menu {font-size: 11px;}
#menu a {color: #000000;text-decoration: none;font-size: 11px;font-weight: bold;}
#menu a:hover {color: #706B5A;}


#t11 {font-size: 11px;}
#t11 a {color: #000000;text-decoration: none;font-size: 11px;font-weight: 100;}
#t11 a:hover {color: #706B5A;}


#wmenu {color: #ffffff;font-weight: bold;font-size: 11px;}
#wmenu a {color: #ffffff;text-decoration: none;font-size: 11px;font-weight: bold;}
#wmenu a:hover {color: #000000;}


#footermenu {color:#ffffff; font-size:11px; font-weight:100;}
#footermenu a {color:#ffffff; text-decoration:none; font-size:11px; font-weight:100;}
#footermenu a:hover {color:#cccccc; font-weight:100;}


select{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;}

/* ##############################################################
The following styles are defined for the Admin Panel
*/

a.headerLink:link{
background-image:url(../images/but_link.gif);
background-repeat:repeat-x;
background-position:center;
height:29px;
display:block;
font-family:Arial, Helvetica, sans-serif, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
letter-spacing:.5px;
line-height:28px;
}

a.headerLink:visited{
background-image:url(../images/but_link.gif);
background-repeat:repeat-x;
background-position:center;
height:29px;
display:block;
font-family:Arial, Helvetica, sans-serif, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
letter-spacing:.5px;
line-height:28px;
}

a.headerLink:hover{
background-image:url(../images/but_hover.gif);
background-repeat:repeat-x;
background-position:center;
height:29px;
display:block;
font-family:Arial, Helvetica, sans-serif, Helvetica, sans-serif;
font-size:11px;
color:#000000;
letter-spacing:.5px;
line-height:28px;
}



a.headerLinkActive{
background-image:url(../images/but_active.gif);
background-repeat:repeat-x;
background-position:center;
height:29px;
display:block;
font-family:Arial, Helvetica, sans-serif, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
letter-spacing:.5px;
line-height:28px;
font-weight:bold;
}

/* ##############################################################################################3*/



/* scorecard */
#scorecard {color: #0B0753; font-weight:bold; font-size: 13px; font-family:Comic Sans MS,Arial; font-style:italic;}

/* lottery */
#lottery {color: #000000; font-size: 25px; font-family:Comic Sans MS,Arial;}
#lottery2 {color: #000000; font-size: 17px; font-family:Comic Sans MS,Arial;}


/* tale of the tape */
#tott {font-weight:bold; font-size: 16px; }
#tott2 {font-weight:bold; font-size: 13px; }
#tott a {font-weight:bold; font-size: 16px; }

/* scout */
#scout {font-weight:100; font-size: 11px; }
#scout a{font-weight:100; font-size: 11px; }
#scout a:hover {font-weight:100; font-size: 11px; }

#scout2 {color:#FFFFFF; font-weight:bold; font-size: 15px; padding: 0px; margin:0px;}
#scout2 a{color:#FFFFFF; font-weight:bold; font-size: 15px; padding: 0px; margin:0px;}
#scout2 a:hover {color:#cccccc; font-weight:bold; font-size: 15px; padding: 0px; margin:0px;}

// possessions fighter names link
#pos {font-size: 15px;color: #AE0808;font-weight: bold;}
#pos a {font-size: 15px;color: #AE0808;font-weight: bold;}
#pos a:hover {font-size: 15px;color: #000000;font-weight: bold;}

.shadow-flag{
-moz-box-shadow: 2px 2px 2px #BBB;
-webkit-box-shadow: 2px 2px 2px #BBB;
box-shadow: 2px 2px 2px #BBB;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#BBBBBB')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#BBBBBB');

}

.shadow-newsletter{
	
background-color:#FFF;
border:solid #999 1px;
padding-top:15px;
padding-left:25px;
padding-right:25px;
padding-bottom:25px;

font-size: 15px;

-moz-box-shadow: 2px 2px 2px #333333;
-webkit-box-shadow: 2px 2px 2px #333333;
box-shadow: 2px 2px 2px #333333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#333333');

}

.grayscale img
{
 filter: grayscale(1);
 -webkit-filter: grayscale(1);
 -moz-filter: grayscale(1);
 -o-filter: grayscale(1);
 -ms-filter: grayscale(1);
}
.grayscale img:hover
{
 filter: grayscale(0);
 -webkit-filter: grayscale(0);
 -moz-filter: grayscale(0);
 -o-filter: grayscale(0);
 -ms-filter: grayscale(0);
}

.grayscale {

  /* for Webkit browsere, Chrome 19+, Safari 6+ ... */
  -webkit-filter: grayscale(1);

  /* this is for Firefox 3.5+, Firefox mobile */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");

  /* for IE6+ */
  filter: gray;
}

.grayscale {    
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
/* Firefox 10+, Firefox on Android */    
filter: gray; /* IE6-9 */    
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.grayscale 
{    

filter: grayscale(100%);
 
-webkit-filter: grayscale(100%); 

-moz-filter: grayscale(100%);
 
filter: grayscale(100%);

filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
/* Firefox 10+, Firefox on Android */    

filter: gray; /* IE6-9 */    

-webkit-filter: grayscale(1); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


.imperial tr { 
    height: 7px;
	margin-top: -3px;
}

