table.mymain {
	border:black solid 1px;
	width:100%;
}
table.example {
	border:1px solid black;
	border-collapse:collapse;
	width:1100;
}
table.example th, table.example td {
	border:1px solid #aaaaaa;
	padding: 0px 15px 0px 15px;
	text-align:center;
}
table.example td.left {
  text-align:left;
}
table.example td.right {
  text-align:right;
}
table.example thead th {
	background-color:#ccccff;
}
table.example thead td {
	background-color:#bbbbbb;
}
table.example tfoot td {
	background-color:#cccccc;
}
table.example tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}
table.example a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.example a.currentpage {
	background-color:yellow;
}
img.imdb {
    background-image:url("imdb.png");
}
a img.imdb {
    border:black solid 0px;
}
div.h1 {
  font-size:20px;
}

/* Striping */
tr.alternate {
	background-color:#ffffcc;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}

/* Examples which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}

iframe {
  width:100%;
  height:100%;
  border:none;
}