a, a:visited { 
	color: #900;
	text-decoration: none;
}
a:active {
	color: #135;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
	vertical-align: bottom;
}
body {
	color: #ccc;
	background-color: #135;
	font-family: sans-serif;
	padding: 0;
	margin: 0;
	min-width: 1000px;
}
div.center {
	margin: 0 auto;
}
h2 {
	border-bottom: 1px solid #ccc;
	font-size: 125%;
	font-weight: bold;
	margin: 1.25em 5px;
}
h3 {
	border-bottom: 1px solid #ccc;
	font-size: 100%;
	font-weight: bold;
	margin: 1.5em 5px;
}
p {
	margin: 1em 1em;
	text-align: justify;
}
ol, ul {
	margin: 1em 1em;
}
#container {
	background-color: #fff;
	color: #222;
	counter-reset: figure;
	counter-reset: question;
	counter-reset: table;
	margin: 0 5em;
}
/* only used for TableView download button */
#download {
	margin: 1.25em 1em;
	text-align: center;
}
#download a {
	background-color: #ccc;
	border: 1px solid #135;
	color: #135;
	font-size: 95%;
	padding: 0.25em 0.5em;
}
#download a:active {
	color: #900;
}
#download a:hover {
	background-color: #ddd;
	text-decoration: none;
}
/* Used for new IGB download icons */
#downloads {
	border: 3px solid #ccc;
	margin: 1em auto;
	padding: 0;
	text-align: center;
	width: 25em;
}
#downloads td {
	border: 0;
	vertical-align: top;
	width: 20%;
}
#faq h3:before {
	content: "Question " counter(question) ": ";
	font-weight: bold;
}
#faq h3 {
	counter-increment: question;
}
#title {
	font-size: 150%;
	padding: 0.5em;
	text-align: center;
}
#title a, title a:active title a:visited {
	color: #135;
}
#title a:hover {
	text-decoration: none;
}
.content {
	margin-left: 10em;
	margin-top: 0;
}
.download {
	margin: 0;
	padding: 0.5em;
}
.download a:hover {
	text-decoration: none;
}
.download p {
	border: 2px solid transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 auto;
	padding: 8px;
	text-align: center;
	width: 64px;
}
.download:hover p {
	background-color: #777;
	border: 2px solid #ddd;
}
.download p + p {
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	margin: 2px auto;
	padding: 2px 8px;
	width: auto;
}
.download:hover p+p {
	background-color: #3875d7;
	border: 2px solid #3875d7;
}
.download:hover p+p > a {
	color: #fff;
}
.download img {
	width: 64px;
}
.figure, .table {
	background: #fff;
	border: 1px solid #ccc;
	margin: 1em 3em;
	padding: 0.5em;
}
.figure img {
	/* width: 100%; */
}
.figure p {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
}
.figure p + p:before {
	content: "Figure " counter(figure) ": ";
	font-weight: bold;
}
div.figure {
	counter-increment: figure;
}
.figure p + p, .table caption {
	caption-side: bottom;
	display: table-caption;
	font-style: italic;
	font-size: 10pt;
	padding: 0.5em 0 0 0;
	text-align: left;
}
.footer {
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 85%;
	font-style: italic;
	margin: 0 5px;
	padding: 0.33em 0;
	text-align: right;
}
.left {
	float: left;
	margin-left: 1em;
}
.menu {
	float: left;
	margin: 2em 0;
	padding: 0;
	width: 10em;
}
.menu a, .menu a:visited {
	color: #135;
	display: block;
	padding: 0.33em;
}
.menu a:active {
	color: #900;
}
.menu a:hover {
	background-color: #ccc;
	text-decoration: none;
}
.nowrap {
	white-space: nowrap;
}
.right {
	float: right;
	margin-right: 1em;
}
.r {
	text-align: right;
}
.table caption:before {
	content: "Table " counter(table) ": ";
	font-weight: bold;
}
.table caption {
	counter-increment: table;
}
.table table {
	border-style: none;
	border-width: 0;
	width: 100%;
}
.table td {
	padding: 0.25em;
}
.table td:first-child {
	white-space: nowrap;
}
.table th {
	background-color: #456;
	color: #fff;
	padding: 0.5em;
	white-space: nowrap;
}
.table th a, .table th a:visited {
	color: #c00;
}
.table tr {
	background-color: #ddd;
	border-color: #fff;
	border-style: solid;
	border-width: 1px 0;
	padding: 0.1em;
	vertical-align: top;
}
.table tr:hover {
	background-color: #eef ! important;
}
.table tr:nth-child(even), .table tr.even {
	background-color: #fff;
}
.overlay {  
background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);  
padding:40px;      
width:650px;   
height:500px;
display:none;
}  
.close {  
background:url(http://static.flowplayer.org/tools/img/overlay/close.png) no-repeat;  
position:absolute;  
top:2px;  
right:5px;   
width:35px;  
height:35px;  
cursor:pointer;  
}  

a.player{
	display:block;
	width:650px;
	height:500px;
}

