/* 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;
}

/* 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;
}



/* 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: #fff;
	background-color:#000;
	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 #cacab5;
	border-right: 1px solid #cacab5;
} 

/* 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: #e5e5cf;
}

/* 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: ;
}



/* ---- STANDINGS PAGE STYLES ---- */

/* On the standings page the tables are indented so that they are more clearly a part of each conference */
.lsik-standings-table {
	width: 97%;
	margin: 0 0 0 3%;
}

/* On the standings page this is the title of the Conference (eg. Western Conference). */
.lsik-conference-title {
	font-size: 11pt;
	border-bottom: 1px solid #000;
	margin: 25px 0 -10px 0;
}

/* This is the title of the Divisions on the standings page, it has the indented margin so it lines up with the standings page table mentioned above */
.lsik-division-title {
	margin: 20px 0 5px 3%;
	width: 97%;
	font-size: 10pt;
}

/* The team name on the standings page is given it's own special class so that when it shows up these styles will apply to it. This makes it easy for fans to scan the page to find your team and it is a good idea to make a different colour and use larger or bold text to make it stand out */
.lsik-team-name {
	font-weight: bold;
	color: #0f4826;
	font-size: 9pt;
}