﻿body

{	

	background: url('images/bg.jpg');

    background-repeat: repeat;

	text-align: center;

}



body {font-family: Calibri, Arial;}

 

	A:link {text-decoration: none; color: #050596;}
	A:active{color: #4D51A4;}
	A:visited {text-decoration: none; color: #050596;}
	A:hover {text-decoration: none; color: #D83B04;}

hr.clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#header {
	display: block;
	margin: 0 auto;
	}

#bg_table {
	overflow: hidden;
	text-align: center;
	padding-top: 5px;
	width: 900px;
	background: url('images/bg_table.jpg');
	margin: 0 auto 0 auto;
	background-repeat: repeat-y;
}

#table_shows {
	float: left;
	text-align: center;
	margin: 5px 0 0 17px;
	padding: 5px;
	height: 376px;
	width: 325px;
	background-color: #FCD84E;
	border: double #052009;
}

#table_shows p.caption {
	margin: 15px 0 0 0;
}

#table_shows_sub {
	padding: 5px;
}

#table_player {
	float: right;
 	background-color: #0b1a30;
	position: relative;
	margin: 5px 17px 0 0;
	padding-top: 8px;
	height: 375px;
	width: 500px;
	border: double #052009 !important;
	overflow: hidden !important;
}

#table_main {
	clear: both;
	text-align: left;
 	background-color: #FCD84E;
	margin: 10px auto;
	padding: 5px;
	height: 440px;
	width: 850px;
	border: double #052009;
	overflow: hidden !important;
}

#footer {
	display: block;
	margin: 0 auto;
	}

/*- Menu Tabs H--------------------------- */

    #tabsH {
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {

	margin:0;

	padding:0px;

	list-style:none;

      }

    #tabsH li {

      display:inline;

      margin:0;

      padding:0;

      }

    #tabsH a {

      float:left;

      background:url("images/tableftH.gif") no-repeat left top;

      margin:0;

      padding:0 0 0 4px;

      text-decoration:none;

      }

    #tabsH a span {

      float:left;

      display:block;

      background:url("images/tabrightH.gif") no-repeat right top;

      padding:5px 15px 4px 6px;

      color:#FFF;

      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }