/* Common CSS for jQuery demonstration pages. */

h1 {
	font-size: 150%;
	border-bottom: 2px solid #484;
}
h2 {
	font-size: 120%;
	border-bottom: 1px solid #484;
}
pre {
	clear: both;
	margin: 0px;
	padding: 10px;
}
html:first-child pre { /* Opera */
	font-size: 80%;
}
q {
	font-style: italic;
}
li {
	margin-bottom: 0px;
}
th {
	text-align: left;
}
th, td {
	vertical-align: top;
	padding: 3px;
}
table ul {
	margin: 0px;
	padding-left: 1em;
}
#tabs > ul {
	width: 100%;
}
.tabSplit {
	clear: both;
}
.feature {
	border: 1px solid #3c8243;
}
.demoLabel {
	float: left; 
	width: 15em;
}
.alternate {
	background-color: #ddffe8;
}
.author {
	float: right;
	font-style: italic;
}
.version {
	font-weight: bold;
}
#home img {
	border: none;
}
#crosslinks {
	position: absolute;
	top: -999px;
	z-index: 100;
	border: 1px solid #3c8243;
	background-color: #cfd;
	font-size: 80%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#crosslinks li {
	margin: 0px;
	padding: 2px 5px;
	text-align: right;
}
.rating img{
	width: 16px;
	height: 16px;
}
/* Tabs override */
.tabs-nav a {
    color: #277a53;
}
.tabs-nav a, .tabs-nav a span {
    background: url(tab-green.png) no-repeat;
}
.tabs-nav a {
    background-position: 100% -100px;
}
