* { margin: 0; padding: 0; outline: none; }

img     { border: 0; }

body {
    background-color: #a0a0a0;
	background: #a0a0a0 url(http://www.ehsports.com/MC2/img/design/bg_main.gif) repeat-x;
    font: normal 14px Helvetica Neue, arial, verdana, sans-serif;
}

A		    { color:#ffffff; text-decoration:underline; }
A:link		{ color:#ffffff; text-decoration:underline; }
A:visited	{ color:#ffffff; text-decoration:underline; }
A:active	{ color:#663399; }
A:hover		{ color:#FFFFFF; text-decoration:underline}

.bgColor    {   background-color: #333;
}

.box
{
    color:White; 
    background-color:Black; 
    height: 433px;
    width: 473px;
    overflow : auto;
}
.tdboardlin
{   padding: 7px;
    border:solid 1px white; 
}

.tl 	{	background-image: url(../img/design/tl.jpg);
		    background-position:top left;
		    background-repeat:no-repeat;
		    background-color: #333;
		    vertical-align: bottom;		
	    }

.tr 	{	background-image: url(../img/design/tr.jpg);
		    background-position:top right;
		    background-repeat:no-repeat;
		    background-color: #333;
		    vertical-align: bottom;	
		
	    }


.bl 	{	background-image: url(../img/design/bl.jpg);
		    background-position:bottom left;
		    background-repeat:no-repeat;
		    background-color: #333;
            vertical-align: top;
	    }

.br 	{	background-image: url(../img/design/br.jpg);
		    background-position:bottom right;
		    background-repeat:no-repeat;
		    background-color: #333;
		    vertical-align: top;
	    }
.blackish { text-align: center;
            height: 40px;
            background-color: #333;
	   }
.playerText { text-align: center;
                 background-color: #333;
	   }
	    
.header {   background-image: url(../img/title.jpg);
            background-repeat:no-repeat;
            height: 46px;            
            text-align: center;
            background-color: #333;
	   }
.shadow {   background-image: url(../img/shadow2.gif);
            background-repeat:repeat-x;
            height: 11px;            
            text-align: center;
}
input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:large;
   font-weight:bold;
}


