body
{
	margin: 0px;

   background: url('/assets/img/bgtex.gif') #f0f0f0;

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

#content A:link {color:#004d99; font-family: arial; text-decoration: none;}
#content A:visited {color: #004d99; font-family: arial; text-decoration: none;}
#content A:hover {color:#994d00; font-family: arial; text-decoration: underline;}
#content A:active {color:#004d99; font-family: arial; text-decoration: none;}

.left
{
   float: left;
}

.right
{
   float: right;
}

img
{
  border: none;
}

.nonSecureWarning
{
   line-height: 40px;
   width: 100%;
   background: red;
   font-size: 17px;
   text-align: center;
   vertical-align: middle;
   border: solid black;
   border-width: 0 0 2px 0;
   margin: 0 0 5px 0;
}

#container
{
	width: 800px;
	height: 600px;

	margin: 0 auto;

	background-color: white;

   border: 1px solid #bbb;
}

#header
{
	width: 800px;
	height: 96px;

	background-color: black;
}

#header #logo 	{	float: left; }
#header #menu 	{	clear: left; margin-top: 0px;}
#header #advertisement
{
   float: right;
   margin: 5px 5px 0 0;
	 width:468px;
	 height:60px;
	 overflow:hidden;
}

#header #menu #menuLinks
{
	list-style-type: none;
	display: inline;
   
   margin: 0 0 0 15px;
	padding: 0px;
}

#header #menu #menuLinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 5px 2px 5px;
}

#header #menu #menuLinks a
{
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: bold;

   text-decoration: none;
}

#header #menu #menuLinks A:link {color:#fff;}
#header #menu #menuLinks A:visited {color: #fff;}
#header #menu #menuLinks A:hover {color:#f55;}
#header #menu #menuLinks A:active {color:#fff;}

#content h1
{
  margin-top: 0px;
  font-size: 16px;
  font-weight: bold;

  color: #333;
}

#content h2
{
  margin-top: 0px;
  font-size: 13px;
  font-weight: bold;
}

#errors
{
   padding: 3px;
   
   margin: 0px 5px 5px 5px;
   
   border: 1px solid red;
   background-color: #D89A9A;

   font-size: 1em;
}

#footer
{
	height: 29px;
	width: 800px;

   border-top: 1px solid black;
}

#footer.footer-v2 {
	height:140px;
  width:800px;
  background:url('../../assets/img/background-player-events.jpg');
  background-repeat:repeat-x;
	border-top:0px none;
}

#footer #copyright
{
	height: 29px;
	line-height: 29px;

   padding-left: 10px;

	float: left;

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

#footer #switchCat
{
	float: right;
	height: 29px;
	line-height: 29px;
}

