@font-face {
	font-family: 'Chisel';
	src: src:url('../fonts/chizam.eot'); /* IE9 Compat Modes */
	src: url('../fonts/chizam.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../fonts/chizam.woff') format('woff'), /* Modern Browsers */
			url('../fonts/chizam.ttf')  format('truetype'), /* Safari, Android, iOS */
			url('../fonts/chizam.svg#chizam') format('svg'); /* Legacy iOS */
}

/**
 * This typography file is included in the WYSIWYG editor
 */
html {
	font-size: 50%;
}

body {
	font-size: 125%;
	line-height: 2em;
}

body,
input,
select,
textarea {
	font-family: 'Helvetica Neue', Arial, sans-serif;
}

.lte9 html {
	font-size: 50%;
}

.lte9 body {
	font-size: 125%;
}

body,
select,
input,
textarea {
	color: #9f9f9f;
}

blockquote, q {
	font-style: italic;
	margin-left: 2em;
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	white-space: pre; white-space: pre-wrap; word-wrap: break-word;
	padding: 1.5em;
}

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

/* Normalize monospace sizing:
	en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

hr {
	border: none;
	border-top: 0.1em dotted #666;
	height: 0;
	margin: 1.5em 0 1.4em;
}

p,
.p,
li,
label,
input,
select,
textarea {
	font-size: 14px;
	line-height: 21px;
}

p,
.p {
	margin: 0 0 9px;
}

.p {
	display: block;
}

.small {
	font-size: 12px;
	line-height: 18px;
}

.smaller {
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
}
.smaller-nocase {
	font-size: 11px;
	line-height: 18px;
}


/** CMS LIST STYLES **/
ul {
	list-style-type: disc;
	margin: -9px 0 9px 2px;
	padding: 0;
}
ol {
	list-style-type: decimal;
	margin: -9px 0 9px 15px;
	padding: 0;
}
.list-layout {
	margin: 0;
}
li ul,
li ol {
/* 	font-size: .7143em; */
}
	ul li,
	ol li {
		margin-left: 12px;
	}
	.list-layout li {
		list-style: none;
		margin-left: 0;
	}
		li ul {
			margin: 0 0 0 2px;
		}
		li ol {
			margin: 0 0 0 15px;
		}

.expanded li {
	line-height: 24px;
}

/* HEADER STYLES */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{
	font-family: 'Chisel', 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;

}
	h1,
	.h1 {
		font-size: 50px;
		line-height: 63px;
		text-transform: uppercase;
	}
	h2,
	.h2 {
		font-size: 38px;
		line-height: 63px;
		margin-bottom: 18px;
	}
	h3,
	.h3 {
		color: #CCC;
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 18px;
		text-transform: uppercase;
	}
	h4,
	.h4 {
		font-family: Georgia, 'Times New Roman', serif;
		font-size: 20px;
		line-height: 27px;
	}
	h5,
	.h5 {
		font-size: 16px;
		line-height: 18px;
		text-transform: uppercase;
	}
	h6,
	.h6 {
		font-size: 14px;
		line-height: 18px;
		text-transform: uppercase;
	}

/* LINK STYLES */
a,
a:active,
a:visited,
.a {
	color: #009BE7;
	text-decoration: none;
}
.a {
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #009BE7; }

h1 a,
h1 a:active,
h1 a:visited,
h2 a,
h2 a:active,
h2 a:visited,
h3 a,
h3 a:active,
h3 a:visited,
h4 a,
h4 a:active,
h4 a:visited,
h5 a,
h5 a:active,
h5 a:visited,
h6 a,
h6 a:active,
h6 a:visited {
	color: #CCC;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #009BE7;
	text-decoration: none;
}

.wrapped {
	display: block;
}

h2.wraplines {
	line-height: 54px;
}
.wraplines a, .wraplines .wrapspan {
	display: block;
	padding-left: 18px;
	padding-right: 18px;
}

.wraplines .wrapped {
	padding-left: 0;
	padding-right: 0;
}

h5 .wrapped a {
	border: none;
}

h5 .wrapped span {
	background: rgba(255,255,255, .2);
}

h2 .wrapped span {
	background: #262626;
}

h5 .wrapped span,
h2 .wrapped span {
	color: #ECECEC;
	display: inline-block;
	margin-right: 100%;
	margin-bottom: 3px;
	padding: 6px 18px 4px;
	white-space: nowrap;
}
.lte7 h5 .wrapped span,
.lte7 h2 .wrapped span {
	display: inline;
	zoom: 1;
}
	h5 a.wrapped:hover span,
	h2 a.wrapped:hover span {
		background: #009BE7;
		text-decoration: none;
	}

/* h3.wraplines { */
/* 	line-height: 24px; */
/* 	margin-bottom: 3px; */
/* 	width: 65%; */
/* } */

/* h3.wraplines a.clearfix span { */
/* 	background: #262626; */
/* 	color: #ECECEC; */
/* 	display: inline-block; */
/* 	margin-bottom: 3px; */
/* 	padding: 5px 18px 1px; */
/* 	white-space: nowrap; */
/* } */
/* 	h3.wraplines a:hover span { */
/* 		background: #009BE7; */
/* 		text-decoration: none; */
/* 	} */

p a,
p a:active,
p a:visited,
p .a,
li a,
li a:active,
li a:visited,
li .a {
	border-bottom: 1px solid #004E74;
	color: #9F9F9F;
	text-decoration:none;
}
	p a:hover,
	li a:hover {
		border-bottom-color: #009BE7;
		color: #009BE7;
		text-decoration: none;
	}


/* TABLE STYLES */

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #333;
	font-size: 1em;
	margin: 0 0 9px;
	width: 100%;
}
	td {
		border-bottom: 1px solid  #333;
		font-size: 14px;
		line-height: 18px;
		padding: 4px 4px 5px;
		vertical-align: top;
	}

	td:first-child {
		padding-left: 0;
	}
	td:last-child {
		padding-right: 0;
	}

	.border-right {
		border-right: 1px solid 333;
		padding-right: 9px;
	}
	.border-right + td {
		padding-left: 9px;
	}
table.clean {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 0px;
	font-size: 1em;
	margin: 0 0 9px;
	width: 100%;
}

 table.clean td {
		border-bottom: 0px solid  #333;
		font-size: 14px;
		line-height: 18px;
		padding: 4px 4px 5px;
		vertical-align: top;
	}
	
	table.loop {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 0px;
	font-size: 1em;
	margin: 0 0 9px;
	width: 100%;
}

 table.loop td {
		border-bottom: 1px solid  #004e74;
		font-size: 14px;
		line-height: 18px;
		padding: 4px 4px 5px;
		vertical-align: top;
	}
	
	
table.lift {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 0px solid #333;
	font-size: 1em;
	margin: 0 0 9px;
	width: 100%;
}
table.lift	td {
		border-bottom: 1px solid  #004e74;
		font-size: 14px;
		line-height: 18px;
		padding: 4px 4px 5px;
		vertical-align: top;
	}	
	
	

/* PLAYERS */
/* Players - Career Comments*/
table.careerComments, table.careerComments td {border-top: 1px solid #333; border-bottom: 0px solid #333;}
table.careerComments td ul {padding:0; margin:0;}
table.careerComments td ul li{border-bottom: 1px solid  #333; font-size: 14px; line-height: 18px; padding: 4px 4px 5px 0px; margin:0; vertical-align: top; list-style:none;}

/* Players - Test Match Results*/
.testMatchRec { font-size:14px;}
.testMatchRec h3 {padding:0; margin:0;}


/* WYSIWYG EDITOR ALIGNMENT CLASSES */
p.MsoNormal, p.MsoBodyText {
	margin: 0;
}