@import url("buttons.css");

.cssbtn { border-color:#444 }
.btnw3c { background:#003; color:#888 }
.btnw3c strong { background:#aaa; color:#003 }
.btnxml { background:#420; color:black }
.btnw4d { background:#030; color:#888 }
.btnw4d strong { background:#aaa; color:#030 }
.btnpwr { background:#002; color:#888 }
.btnpwr strong { background:#88a; color:#002 }
.btnauth { background:#440; color:#888 }
.btnauth strong { background:#003; color:#ccf }

html, body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #111;
	color: #aaa;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 10px 20px 5px 150px;
	color: #fff;
	font-weight: normal;
	font-size: x-large;
	border-bottom: 1px solid #888;
	background: #2C2C2C url("bg1.jpg") no-repeat bottom left;
	min-height: 20px;
}

h2 {
	margin: 30px 0 20px;
	font-weight: normal;
	font-size: 140%;
	border-bottom: 1px solid #888;
}

tt {
	border: 1px solid #444;
	font-family: monospace;
	font-size: 100%;
	background-color: #111;
	color: inherit;
	padding: 0 3px;
}

.hidden {
	display: none;
}

#content a:link {
	color: #6d953d;
	background-color: inherit;
}

#content a:hover {
	text-decoration: none;
}

#content a:visited {
	color: #91853b;
	background-color: inherit;
}

#content {
	padding: 10px 320px 40px 150px;
	background: #000 url("./../tea.gif") no-repeat top left;
	min-height: 155px;
	color: inherit;
}

#subsidiary {
	font-size: small;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 20px;
	margin-left: 5px;
	padding: 10px 15px 40px;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	background-color: #000;
	color: inherit;
}

#subsidiary ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#subsidiary li {
	list-style: none;
	margin: 4px 0;
	border: 1px solid #000;
	padding: 0;
	left: -18px;
	position: relative;
}

#subsidiary a {
	color: #6d953d;
	background-color: inherit;
}

#subsidiary li a {
	padding: 1px 15px 3px;
	border-left: 3px solid #888;
	display: block;
}

#subsidiary li a:hover {
	background-color: #222;
	border-left: 3px solid #ccc;
	color: inherit;
}

#buttons, #copyright {
	padding: 5px 20px;
	text-align: right;
}

#buttons {
	border-top: 3px double #888;
}

#copyright, #copyright * {
	font-size: xx-small;
	color: #666;
	background-color: inherit;
}

.footnote {
	font-size: smaller;
}

q {
	behavior: url("quotesfix.htc");
	quotes: '\201E' '\201C' '\00AB' '\00BB';
}
q:before {content: open-quote }
q:after {content: close-quote }
q q {behavior: none }