html { overflow: hidden; }
body
{
	background-color: white;
	color: #666666;
	font-family: "Helvetica Neue LT Std", Tahoma, Helvetica, sans-serif;
	
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#Main
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
}

#Header
{
	height: 99px;
	padding-top: 1px;
	padding-right: 20px;
	background: #1d6aa5 url(images/border.gif) repeat-x bottom;
	color: white;
	position: relative;
}

#Title
{
	background: transparent url(images/logo.png) no-repeat right center;
	float: right;
	margin-top: 22px;
	height: 57px;
	padding-right: 70px;
}

#Title h1
{
	margin: -.1em 0 0 0;
	font-size: 36px;
	font-stretch: condensed;
	text-align: right;
	height: 1.1em;
}

#Title h2
{
	margin: 0;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	color: #acbecc;
}

#Tabs
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 0.5em;
}

#Tabs a
{
	float: left;
	color: black;
	text-decoration: none;
	display: inline;
	border: 1px solid white;
	border-bottom: 1px solid black;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 0.5em 1em;
	color: white;
	font-weight: bold;
	background-color: #11578c;

}

#Tabs a.active
{
	background-color: #ededed;
	color: #11578c;
	border: 1px solid #ededed;
}

#Tabs a img
{
	border: none;
}

#Tabs #Tab\00003aIndex, #Tabs #Tab\00003aSearch { display: none; }

#Sidebar
{
	background-color: #ededed;
	position: absolute;
	top: 100px;
	bottom: 0;
	left: -1px;
	width: 21em;
	border-right: 1px solid #a7a6aa;
}

#Content-Outer
{
	position: absolute;
	top: 100px;
	bottom: 0;
	left: 21em;
	right: 0;
	overflow: auto;
	padding: 1.5em;
	background: white url(images/bg.png) repeat-x left top;
}

#Content
{

	font-size: 1.25em;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
}


#Content h3
{
	color: #591614;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.5em;
	border-bottom: 1px solid #ededed;
}

#Content.loading
{
	background: white url(images/loading.gif) no-repeat center center;
}

#Content.loading *
{
	visibility: hidden;
}

/*#Content object
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}*/

.tabpanel
{
	display: none;
	padding: 0.5em 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.tabpanel.active
{
	display: block;
}

table.browser-support
{
	border: 1px solid #999999;
	border-collapse: collapse;
	font-size: 80%;
	width: 100%;
}

table.browser-support th
{
	background-color: #dadada;
	margin: 0;
	border: 1px solid #AAAAAA;
	padding: 0.4em 0.6em;
	min-width: 70px;
}

table.browser-support tr.odd th
{
	background-color: #eaeaea;
}

table.browser-support tbody tr
{
	height: 70px;
}

table.browser-support td
{
	border: 1px solid #aaaaaa;
	height: 70px;
	min-width: 70px;
	width: 13%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eaeaea;
}

table.browser-support tr.odd td
{
	background-color: white;
}

table.browser-support td.supported
{
	background-image: url(images/supported.png);
}

table.browser-support td.not-supported
{
	background-image: url(images/notsupported.png);
}

table.browser-support td span
{
	display: none;
}





div.hr hr
{
	display: none;
}

/** Generic text styles **/

ul
{
	list-style: square;
}

ul li > strong:first-child
{
	color: #591614;
}

p.example, p.note
{
	margin: 0.2em 0 2em 0;

	color: #666666;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 0.6em 1.2em;
	font-size: 80%;
}

p.example strong, p.note strong
{
	color: #168414;
	margin-right: 0.2em;
}

p.note
{
	padding-left: 48px;
	background: #eeeeee url(images/information.png) no-repeat 16px center;
}

p.note.allgood
{
	background-image: url(images/accept.png);
}

p.note.error
{
	background-image: url(images/exclamation.png);
}



a.quick-link
{
	float: left;
	width: 48%;
	margin: 1%;
	text-decoration: none;
	color: #666666;
	
}

a.quick-link.odd
{
	clear: left;
}

a.quick-link span
{
	display: block;
	padding: 36px 0 36px 88px;
	background-position: 1em center;
	background-repeat: no-repeat;
	
	font-size: 16px;
	border: 2px solid transparent;
	cursor: pointer;
}

a.quick-link:hover span
{
	background-color: #ebf7d2;
	border-color: #d7ebaf;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	
}

#requirements-quick-link span
{
	background-image: url(images/supported.png);
}

#faq-quick-link span
{
	background-image: url(images/help.png);
}

#tutorials-quick-link span
{
	background-image: url(images/xine.png);
}

#guide-quick-link span
{
	background-image: url(images/guide.png);
}

/** Blazonco-ish styles **/

a.button-link-dark, a.button-link-light
{
	display: block;
	margin-right: 8px;
	background-image: url(images/button-link-dark.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: .5em;
	color: white;
	text-decoration: none;
	font-size: 12px;
}

a.button-link-dark span, a.button-link-light span
{
	left: 8px;
	background-image: url(images/button-link-dark.png);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 22px;
	color: white;
	font-weight: bold;
}

a.button-link-light, a.button-link-light span
{
	background-image: url(images/button-link-light.png);
}

a.button-link-light:hover, a.button-link-light:hover span, a.button-link-light:focus, a.button-link-light:focus span
{
	background-image: url(images/button-link-light-active.png);
}

a.button-link-dark:hover, a.button-link-dark:hover span, a.button-link-dark:focus, a.button-link-dark:focus span
{
	background-image: url(images/button-link-dark-active.png);
}

a.button-link-dark:active, a.button-link-dark:active span
{
	background-image: url(images/button-link-dark-pressed.png);
}

a.button:focus, a.button:active
{
	border: none;
	outline: none;
}

a.button span
{
	display: block;
	position: relative;
	height: 100%;
}


.button-link-small-light
{
	display: block;
	margin-right: 2px;
	background-image: url(images/button-link-small-light.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	line-height: 20px;
	text-decoration: none;
	color: white;
	font-size: 10px;
	font-weight: bold;
	
}

.button-link-small-light span
{
	left: 2px;
	background-image: url(images/button-link-small-light.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 2px;
}

a.button-link-large-light
{
	display: block;
	margin-right: 7px;
	background-image: url(images/button-link-large-light.png);
	background-position: left top;
	height: 25px;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

a.button-link-large-light span
{
	background-image: url(images/button-link-large-light.png);
	background-position: right top;
	padding: 0 12px 0 5px;
	left: 7px;

}

