

/* CSS Document */

html {
	height: 101%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url("/projects/tango/chrome/theme/images/Page.png");
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 12px;
}

.theme-outside {
	height: 100%;
	background-image: url("/projects/tango/chrome/theme/images/Page-Top.png");
	background-position: top;
	background-repeat: repeat-x;
}
.theme-page {
	min-width: 980px;
}
.theme-copyright {
	font-size: 10px;
}
.theme-head-outer {
	width: 100%;
	height: 110px;
	padding: 0px;
	background-image: url("/projects/tango/chrome/theme/images/Head-Base2.png");
	background-position: top;
	background-repeat: repeat-x;
}
.theme-head-inner {
	width: 100%;
	height: 110px;
	padding: 0px;
	/*background-image: url("/projects/tango/chrome/theme/images/Head-Swoosh.png");*/
	background-position: top left;
	background-repeat: no-repeat;
}

.theme-head-inner a:hover,
.theme-foot-inner a:hover {
	color: white; /* for IE, doesn't pick up the 'color: inherit;' below */
}
.theme-head-menu-item-current a:hover,
.theme-foot-menu-item-current a:hover {
	color: black; /* for IE, doesn't pick up the 'color: inherit;' below */
}
.Head-Menu
{
	background-image:url('/projects/tango/chrome/theme/images//Head-Bottom.png');
	background-repeat:no-repeat;
}
.Head-SubTitle
{
	color: white;
	font-size: 11px;
	/*padding: 4px;
	padding-left: 8px;*/
}

.theme-content-outer {
	background-color: white;
	background-image: url("/projects/tango/chrome/theme/images/Content-Bottom-Swoosh.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.theme-content-inner {
	background-image: url("/projects/tango/chrome/theme/images/Content-Top-Swoosh.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.theme-content-block {
	padding-left: 10px;
	padding-right: 10px;
}
.theme-foot-outer {
	width: 100%;
	height: 83px;
	padding: 0px;
	background-image: url("/projects/tango/chrome/theme/images/Foot-Base.png");
	background-position: top;
	background-repeat: repeat-x;
}
.theme-foot-inner {
	width: 100%;
	height: 83px;
	padding: 0px;
	background-image: url("/projects/tango/chrome/theme/images/Foot-Swoosh.png");
	background-position: top right;
	background-repeat: no-repeat;
}
.theme-head-menu-item-current {
	padding-top: 6px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: white;
}
.theme-head-menu-item-current a {
	text-decoration: none;
	color: black;
	font-size: 11px;
}
.theme-head-menu-item-normal {
	color: white;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 9px;
	padding-right: 9px;
}
.theme-head-menu-item-normal a {
	text-decoration: none;
	color: white;
	font-size: 11px;
	height: 35px;
}
.theme-foot-menu-item-current {
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: white;
}
.theme-foot-menu-item-current a {
	text-decoration: none;
	color: black;
	font-size: 11px;
}
.theme-foot-menu-item-normal {
	color: white;
	font-size: 11px;
	padding-bottom: 6px;
	padding-left: 9px;
	padding-right: 9px;
}
.theme-foot-menu-item-normal a {
	text-decoration: none;
	color: white;
	font-size: 11px;
}

:link, :visited {
	border-bottom: none;
}
:link:hover, :visited:hover {
	background-color: transparent;
	color: inherit;
}

h1, h2, h3, h4 {
	margin-top: 1em;
	margin-bottom: 0.25em;
}
li {
	padding-bottom: 0.25em;
}
.browser {
	padding-bottom: 0;
	position: static;
}
#anydiff {
	margin-bottom: 0;
}
tt {
	white-space: normal;
}

.wiki-toc,
.wiki-toc .active {
	  background: #eee;
}
