<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	font-size: 14px;
	color: #6E1010;
}
a:link {
	text-decoration: none;
	color: #6E1010;
}
a:visited {
	text-decoration: none;
	color: #6E1010;
}
a:hover {
	text-decoration: none;
	color: #d09d5b;
}
a:active {
	text-decoration: none;
}
body {
background-color:#666666
}
-->
.styleDate {color: #ffffff}
.styleTitle {color: #ffffff}
.styleContent {color: #ffffff}

.class1 A:link {text-decoration: none;
color: #d09d5b;}
.class1 A:visited {	text-decoration: none;
	color: #d09d5b;}
.class1 A:active {text-decoration: none}
.class1 A:hover {	text-decoration: none;
	color: #ffffff;}
	
.class2 {color: #ffffff}	
.class2 A:link {text-decoration: none;
color: #d09d5b;}
.class2 A:visited {	text-decoration: none;
	color: #d09d5b;}
.class2 A:active {text-decoration: none}
.class2 A:hover {	text-decoration: none;
	color: #ffffff;}	
.Left
{
	background-image:url(images/bodybg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#4E0A09;
	color:#ffffff;
	}
.Right
{
	background-image:url(images/rightbg.jpg);
	background-repeat:repeat;
	background-position:top right;
	background-color:#4E0A09;
	color:#6E1010;
	}
TABLE.Top
{
    BORDER-LEFT: #d09d5b 1px solid;
    BORDER-RIGHT: #d09d5b 1px solid;
    BORDER-TOP: #d09d5b 1px solid;
}
TABLE.Middle
{
    BORDER-LEFT: #d09d5b 1px solid;
    BORDER-RIGHT: #d09d5b 1px solid;
}
TABLE.Center
{
    BORDER-LEFT: #d09d5b 1px solid;
    BORDER-RIGHT: #d09d5b 1px solid;
}
TABLE.Bottom
{
    BORDER-TOP: #d09d5b 1px solid;
    BORDER-BOTTOM: #d09d5b 1px solid;
    BORDER-LEFT: #d09d5b 1px solid;
    BORDER-RIGHT: #d09d5b 1px solid;
}
TABLE.Main
{
    BORDER-TOP: #d09d5b 1px solid;
    BORDER-BOTTOM: #d09d5b 1px solid;
    BORDER-LEFT: #d09d5b 1px solid;
    BORDER-RIGHT: #d09d5b 1px solid;
}
TABLE.Calls
{
    BORDER-TOP: #d09d5b 1px solid;
    BORDER-BOTTOM: #d09d5b 1px solid;
    BORDER-LEFT: #d09d5b 1px solid;
    BORDER-RIGHT: #d09d5b 1px solid;
}
/* This is the page title for all of your integration kit pages, to make it fit in with your site it is suggested that you match these styles to whatever styles you use for your page headers */
.lsik-title {
	font-size: 12pt;
	margin: 0;
	padding: 0;
    color: #ffffff;
}

/* This sets the default styles for all the tables. It only has border left because the tds have borders right and bottom applied to them individually */
.lsik-standings-table, .lsik-schedule-table, .lsik-roster-table, .lsik-indiv-table, .lsik-record-table {
	width: 100%;
	font-size: 8pt;
	border-left: 1px solid #cacab5;
	color: #ffffff;
}



/* These are the styles for the top row of the table, you can set a background color or image, specify the font size and weight and whatever other styles you wish to match your site's style */
.lsik-record-header, .lsik-roster-header, .lsik-standings-header, .lsik-indiv-header, .lsik-schedule-header {
	background: url(../img/table-header.png);
	padding: 2px 10px 2px 10px;
	color: #ffffff;
	height: 24px;
}

/* These are the default styles for each table cell. Keeping the border-bottom and border-right as well as the border-left on the main table will keep the appearance that each cell has it's own border */
.lsik-record-td, .lsik-roster-td, .lsik-standings-td, .lsik-indiv-td, .lsik-schedule-td {
	padding: 3px 3px 3px 5px;
	border-bottom: 1px solid #D2A05B;
	border-right: 1px solid #D2A05B;
	color: #ffffff;
}

/* This is the alternating row colour. On every even row the table rows will have a background of whatever it is set to */
.lsik-indiv-tr-even, .lsik-standings-tr-even, .lsik-schedule-tr-even, .lsik-roster-tr-even, .lsik-record-tr-even {
	background: #000000;
	color: #ffffff;
}

/* This is the odd row colour. Every odd row will have a background of whatever you like, should be set as different than the even one if you wish to have alternating colours */
.lsik-indiv-tr-odd, .lsik-standings-tr-odd, .lsik-schedule-tr-odd, .lsik-roster-tr-odd, .lsik-record-tr-odd {
	background: ;
	color: #ffffff;
}

/* SCHEDULE PAGE */
#lsik-schedule-container, #lsik-roster-container {
	margin: 20px 0;
	font: 9pt arial;
	color: #ffffff;
}
.lsik-schedule-table, .lsik-indiv-table, .statsTable {
	width: 98%;
	border: 1px solid #ffffff;
	border-width: 1px 1px 0 0;
	color: #ffffff;
}
.lsik-indiv-table a {
	color: #ffffff;
	border-bottom: 1px solid #D2A05B;
}
.lsik-indiv-table a:hover {
	border:none
}
.lsik-schedule-header, .lsik-indiv-header, .statsTable th {
	background: url(/img/2006Frame/backgrounds/background-gold_bar.png);
	color: #ffffff;
}
.lsik-schedule-table td, .lsik-schedule-table th, .lsik-indiv-table td, .lsik-indiv-table th, .statsTable td, .statsTable th {
	border: 1px solid #ffffff;
	border-width: 0 0 1px 1px;
	padding: 2px;
	color: #ffffff;
}
.lsik-schedule-tr-even, .lsik-indiv-tr-even, .statsTable .alt_row {
	background: #000000;
	color: #ffffff;
}
.lsik-poweredby {
	text-align: center;
	font-size: 8pt;
	color: #ffffff;
}
.lsik-poweredby a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

#playerSummary .label {
	font-weight: bold;
	margin: 0 20px 0 0;
	color: #ffffff;
}
#playerPhoto {
	width: 120px;
	margin: 0 20px 0 0;
	float: left;
	border-color:#FFFFFF;
}

/***** Next Five Games *****/

/* This is the container that holds the title, next five games table, and tagline */
#lsik-next-games-container                              { width: 100%; }

/* This is the table for the next five games */
.lsik-next-games-table                                  { font-size: 10pt; border-bottom: 1px solid #19214A; }

/* This controls the next game date area */
.lsik-next-games-table td.date                          { text-transform: uppercase; font-weight: bold; }

/* This controls the title */
#lsik-next-games-container #lsik-next-games-title       { font-size: 12pt; font-weight: bold; color: #237D3A; padding: 2px 0 2px 0;  }

/* This controls the first row in the next five games table */
.lsik-next-games-table tr.lsik-next-games--row          {  }

/* This controls the alternate row in the next five games table */
.lsik-next-games-table tr.lsik-next-games-alt-row       { background: #237D3A; color: #FFFFFF; }

/* This controls borders and spacing for the rows */
.lsik-next-games-table tr.lsik-next-games--row td,
.lsik-next-games-table tr.lsik-next-games-alt-row td    { border-top: 1px solid #19214A; padding: 2px 5px 2px 2px; }

/* This controls the tagline area */
#lsik-next-games-container .lsik-next-games-tagline     { padding: 2px 0 2px 0; }

/***** End Next Five Games *****/