/* RESET */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; font-size: 100%; font-family: inherit; border: 0; outline: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a:hover, a:active, a:focus, main:focus { outline: 0; }
a img { border: 0; }

body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #333;
	font: 1em/1.2 "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.master-wrapper {
	overflow: hidden;
}
.pageCenter {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}

h5 {
	font-weight: normal;
	font-size: 1em;
}
#uppertable {
	margin: 0 auto;
	padding: 0;
	width: 98%;
	text-align: center;
	border: none !important;
}
#maintable {
	border: 1;
}
#search {
	margin-bottom: 2rem;
	padding: .6em .4em;
	font-size: 1em;
}
.rowhide {
	display: none;
	border: none !important;
	border-collapse: collapse;
	border-spacing: 0;
}
.playbutton {
	width:auto;
	height:auto;
}

.playimage {
/*	margin: auto;*/
}
.hideit {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
    
.button-NAME {
	background-color: #COLOR;
	border: 0;
	color: #COLOR;
	padding: 10px 20px; 
}
.button-NAME:hover {
	background: #COLOR;
	color: #COLOR;
	text-decoration: none;  
}

a.button2 {
	display: inline-block;
	padding: .4em .6em;
	height: auto;
	color: #fff;
	font: bold .9em/1.2 "Source Sans Pro", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(0,0,0,.2);
	text-transform: uppercase;
	background: #5cbadd;
	border: 1px solid #5cbadd;
	border-radius: 4px;
	transition: background 200ms ease-in-out;
	behavior: url("http://www.oalaig.org/wpoa/wp-content/themes/laig/js/pie/PIE.htc");
}
a.button2:hover, a.button2:focus {
	background: #3ea4cd;
}
.btn, .playbutton {
	display: inline-block;
	padding: .4em .6em;
	height: auto;
	color: #3ea4cd;
	font: bold .9em/1.2 "Source Sans Pro", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
	background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
	background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: color 200ms ease-in-out;
	behavior: url("http://www.oalaig.org/wpoa/wp-content/themes/laig/js/pie/PIE.htc");
}
.btn:hover, .btn:focus, .playbutton:hover, .playbutton:focus {
	color: #000;
}

.downloadcell {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}


div.pager {
	top: auto !important;
	position: relative !important;
	text-align: center;
	margin: 1em 0;
}

div.pager span {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8;
	text-align: center;
	cursor: pointer;
	background: #8dbdd8;
	color: #fff;
	margin-right: 0.5em;
}

div.pager span.active {
	background: #21485f;    
}
div.pager input {
	padding: .4em;
	width: 5em;
	font-size: .9em;
	text-align: center;
}
div.pager select {
	margin-left: 1.5em;
	font-size: 1em;
}
div.pager img {
	vertical-align: middle;
}
div.pager img:first-of-type {
	margin-left: 1em;
}

/* Tooltip container */
.tooltip {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
	right: -.5em;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.tooltip2 .tooltiptext {
	visibility: hidden;
	background-color: black;
	color: #fff;
	width: 240px;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 999991;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext {
	visibility: visible;
}
/* tables */
table.tablesorter {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.tablesorter th, .tablesorter td {
	padding: .5em 1em;
	border: 1px solid #ccc;
	text-align: left;
	box-sizing: border-box;
	vertical-align: middle;
}
.tablesorter th {
	color: #fff;
	font-size: .76em;
	text-transform: uppercase;
	background: #3299c3;
}

.tablesorter .oddrow td {
  background-color: #eaf4f7 !important;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;    
}


/* 900px */
@media only screen and (max-width: 56.25em) {
	table.tablesorter {
		font-size: .8em;
	}
	.tablesorter th, .tablesorter td {
		padding: .5em;
	}
}

/* 694px */
@media only screen and (max-width: 43.375em), only screen and (max-device-width: 43.375em) {
	table.tablesorter, .tablesorter thead, .tablesorter tbody, .tablesorter tr, .tablesorter th, .tablesorter td {
		display: block !important;
		padding: 0;
		width: 100% !important;
		font-size: .95em;
		text-align: center;
		border: 0;
	}
	.tablesorter tr[style="display: none;"] {
		display: none !important;
	}
	.tablesorter th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.tablesorter tr {
		border-bottom: 1px solid #666;
		overflow-x: hidden;
		overflow-y: auto;
		}
	.tablesorter td {
		padding: .4em .6em;
		border: none;
		border-bottom: 1px solid #e6e6e6; 
	}
	.tablesorter tr:nth-of-type(even) td {
		border-color: #c8d2ec;
	}
	.tablesorter td:before { 
		margin-right: .5em;
		color: #888;
	}
	.tablesorter .row-details td:before { display: none; }
	.tablesorter td:nth-of-type(1):before { content: "Play:"; }
	.tablesorter td:nth-of-type(2):before { content: "Speaker:"; }
	.tablesorter td:nth-of-type(3):before { content: "Key:"; }
	.tablesorter td:nth-of-type(4):before { content: "In OA Since:"; }
	.tablesorter td:nth-of-type(5):before { content: "Date Recorded:"; }
	.tablesorter td:nth-of-type(6):before { content: "Meeting:"; }
	.tablesorter td:nth-of-type(7):before { content: "Time:"; }
	.tablesorter td:nth-of-type(8):before { content: "File Size:"; }
	.tablesorter td:nth-of-type(9):before { content: "Download:"; }
	.tablesorter td:nth-of-type(10):before { content: "Copy Link:"; }
}