 /*
$Id: screen.css,v 4.64 2010/01/09 10:28:02 paul Exp $
OpenPA.net screen CSS
(c) 2001-2009 Paul Weissmann
*/

@import url("/styles/iehacks.css");

body {
	margin:0;
	padding:0;
	font-size: 100%;
	color:#333;
	background: transparent url(/images/bg.gif) top left repeat-x;
}
#top {	
	display: block;
	margin: 0 auto;
	padding: 1em;
	width: 696px;
	text-indent: -9999em;
	overflow: hidden;
}
#top a:link, #top a:visited {
	background: transparent url(/images/logo.png) top left no-repeat !important;
	background: transparent url(/images/logo.gif) top left no-repeat;
	display: block;
	text-decoration: none;
	width: 250px;
	height: 60px;
}
#top a:hover {
	text-decoration: none;
}
#menu {
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
	margin: 0 auto;
	font-size: 16px;
	clear: both;
}
#menu ul {
	display: block;
	margin: 0;
	margin-left: 1em;
	padding: 0;
	list-style: none;
	width: 696px;
}
#menu ul li {
	margin: 0;
	margin-right: 2.8em;
	float: left;
	background-color: transparent;
	display: block;
}
#menu ul li a {
	color: #ccc;
	padding: 4px 0 3px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#menu #index {
	margin-left: 0;
}
#menu ul li.here a {
	border-bottom: 2px solid #eee;
}
#menu a:hover {
	color: white;
	text-decoration: none;
}
#menu ul li.here a {
	color: white;
}
#menu ul li.here a:hover {
}

#content {
	width: 696px;
	margin: 0 auto 3em auto;
	background-color: transparent;
}

#text {
	background-color: transparent;
	padding: 1em;
	padding-top: 1.4em;
	clear: both;
	font-family: "Palatino Linotype", "Bell MT", Times, serif;
	font-size: 16px;
}

#submenu {
	font-size: 0.8em;
	float: right;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
	clear: both;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 0.4em;
}
#submenu ul {
	padding: 0;
	padding-bottom: 4px;
	margin: 0;
	list-style-type: none;
	clear: left;
}
#submenu ul li {
	margin: 0;
	display: block;
	width: 110px;
	text-align: left;
}
#submenu ul li a {
	display: block;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: white;
	text-decoration: none;
	font-weight: normal;
}
#submenu ul li a:hover {
	color: black;
	text-decoration: underline;
}
#submenu ul li.first a {
	color: black;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}
#submenu ul li.here a {
	color: black;
	text-decoration: underline;
}
#news {
	margin-top: 1em;
	margin-bottom: 0;
}
#footer {
/* colors etc cf ul.nav */
	font-size: 0.8em;
	color: #555;
	margin: 1.7em 1.2em;
	padding: 0.4em;
}
#links {
	display: none;	
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: 0.2em;
}
h1, h2 {
	font-family: Garamond, "Palatino Linotype", "Bell MT", Times, serif;
	letter-spacing: 1px;
	line-height: 1.2em; 
}
h1 {	font-size: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
h2 + h3 {
	margin-top: 0.4em;
}
h2 {	font-size: 1.4em;
}
#news h2 {
	margin-top: 0;
	margin-bottom: 0;
}
h3, h4 {
	font-family: Lucida Sans, Sans;
}
h3 {	
	font-size: 1em;
	line-height: 1.2em; 
}
h4 {	margin-top: 0.8em;
	font-size: 0.9em;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color:#3f4d7f;
	display: inline;
}
a:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #888;
	text-decoration: none;
}
a.note:link,
a.note:visited {
	font-size: 0.6em;
	font-style: normal;
	font-family: verdana, sans-serif;
	text-decoration: none;
	vertical-align: super;
	line-height: 1em;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0.2em;
}
a.note:before,
a.note:after {
	font-weight: normal;
}
a.note:before {
	content: "[";
}
a.note:after {
	content: "]";
}
h2 a.note:link,
h2 a.note:visited {
	font-size: 0.5em;
}
a.note_back:link,
a.note_back:visited {
	text-decoration: none;
}
a.ext:link,
a.ext:visited {
	background: url(../images/external.png) right center no-repeat !important;
	background: url(../images/external.gif) right center no-repeat;
	padding-right: 16px;
}
p.done a:link,
p.done a:visited {
	font-weight: bold;
}

#news h2 a:link,
#news h2 a:visited {
	text-decoration: none;
	font-weight: bold;
}
#news h2 a:hover {
	text-decoration: none;
	font-weight: bold;
}

p {	text-align: left;
	padding-bottom: 0.6em;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0.4em;
}
p.up {	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	padding: 4px;
}
p.nav a:link,
p.nav a:visited, 
p.nav a:hover,
p.up a:link,
p.up a:visited, 
p.up a:hover {
	text-decoration: none;
}
p.done {
	font-style: italic;
	margin-left: 1.5em;
	margin-bottom: 1em;
	font-weight: bold;
}
p.author {
	padding: 0;
	margin-top: 0;
	font-style: italic;
}
p.date,
p.author i {
	font-weight: bold;
	font-style: normal;
}
p.attribution {
	font-style: italic;
	font-size: 1em;
}
p.textnote {
	margin: 0;
	margin-bottom: 0.4em;
	margin-top: 0.3em;
	margin-left: 0.1em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	border: 1px solid #aaa;
	border-left: 4px solid #bbb;
	background-color: #f5f5f5;
	font-style: italic;
	font-family: sans-serif;
	font-size: 0.9em;
	
}
p.subtitle {
/* Fonts/sizes see below with ol.note:before */
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
p.subtitle,
ol.note:before,
ul.tablenote:before {
	font-family: Lucida Sans, sans;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em; 
}
#footer p {
	margin: 0;
}
br.large {
	margin-bottom: 0.7em;
}

.printOnly {
	display: none;
}
.box {
	width: auto;
	clear: both;
	background-color: #efefef;
	border: 1px solid #999;
	margin: 0.4em;
	margin-bottom: 1em;
	padding: 0.4em;
	padding-left: 0.8em;
	font-weight: normal;
}
.amp {
	font-family: "Goudy Old Style", "Bell MT", serif;
	font-style: italic;
	font-weight: normal;
}
.important,
a.important {
	font-weight: bold;
}

h1 .amp,
h2 .amp,
h3 .amp {
	font-size: 110%;
}
pre, code, tt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 100%;
}
tt {	color: black;
}
tt.cmd {margin-left: 2em;
}
code {	font-weight: bold;
	color: #067c69;
}
sup {   font-size: 8px;
	line-height: 0;
}
q:before {
	content: "\201c";
	font-family: Garamond, "Palatino Linotype", "Bell MT", Times, serif;
}
q:after{
	content: "\201d";
	font-family: Garamond, "Palatino Linotype", "Bell MT", Times, serif;
}
blockquote {
	margin-top: 0;
	padding-top: 0;
}
blockquote p {
	line-height: 110%;
	font-size: 1em;
	margin-bottom: 0.2em;
	margin-top: 0;
}

#top img {
	padding: 0;
	padding-bottom: 1em;
	border: 0;
}
#text img.pdficon {
	float: left;
	display: block;
	margin-left: 0;
	margin-right: 0.4em;
}

li {
	line-height: 140%;
}
ul li { font-weight: normal;
	list-style-type: square;
	margin-bottom: 0.2em;
}
ul li ul {
	padding-left: 2em;
}
ul li ul li {
	list-style-type: square;
}
ul.small_indented {
	padding-left: 3em;
	font-size: 0.9em;
}
ul li ul li ul {
	padding-left: 1.4em;
	list-style-type: none;
}
ul li ol li {
	list-style-type: decimal;
}
ul li ul li ol li {
	list-style-type: decimal;
}
h1 + ul, h2 + ul, h3 + ul, h4 + ul, p + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, p + ol {
	margin-top: 0;
}
h1 + dl, h2 + dl, h3 + dl, h4 + dl,
p.reference-subtitle  + dl {
	margin-top: 0.2em;
}
ul.nav,
#footer {
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
	padding: 4px;
	background-color: #efefef;
	border: 1px solid #ccc;
}
ul.nav {
	font-size: 0.7em;
	width: 450px;
	padding-bottom: 0.7em;
}
ul.nav li {
	display: inline;
	padding-right: 4px;
	line-height: 1.7em;
}
ul.nav li a {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 1.1em;
}
ul.nav li:before {
	content: "\2193";
	margin-right: 2px;
	color: #333;
}
ul.nav li ul {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.nav li ul:before {
	content: "[";
	color: #333;
	margin-right: -2px;
}
ul.nav li ul:after {
	content: "]";
	color: #333;
	margin-left: -4px;
}
ul.nav li ul li {
	display: inline;
	padding-right: 2px;
}
ul.nav li ul li a {
	font-weight: normal;
	font-variant: normal;
	font-size: 0.9em;
}
ul.nav li ul li:before {
	content: "";
}
ul.nav li.number_item a {
	/* items with mostly numbers etc. should be set not in caps */
	font-variant: normal;
	font-size: 1em;
}
ul.nav li ul.pipe li:before {
	content: "";
}
ul.footernav {
	margin: 0;
	padding: 0;
	padding-top: 0.2em;
	border-top: 1px dashed #ccc;
	font-size: 0.9em;
}
ul.footernav li {
	padding-right: 0.2em;
	display: inline;
	list-style-type: none;
}
ul.footernav li.last {
	display: block;
	clear: both;
	text-align: left;
	list-style-type: none;
}
ul.footernav li a:link,
ul.footernav li a:visited {
	text-decoration: none;
}
ol.references,
ol.note,
ul.tablenote {
	background-color: white;
	display: block;
	font-size: 0.9em;
}
ol.note:before {
	content: "Notes";
}
ul.tablenote:before {
	content: "Table Notes";
}
ol.note:before,
ul.tablenote:before {
	padding-bottom: 1em;
	margin-left: -2.4em;
}
ol.references li {
	list-style-type: decimal;
}
table {
	margin: 1em auto;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
}
table caption {
	font-size: 70%;
	font-family: Georgia, "Bell MT", Times, serif;
	caption-side: bottom;
	line-height: 1.2em; 
	margin-bottom: 1em;
	margin-top: 0;
	text-align: center;
	display: none;
}
table caption:before {
	Content: "Table: ";
}
table tr th,
table tr td {
	padding: 2px 4px 4px 6px;
	border-collapse: collapse;
}
table tr th {
	border-bottom: 1px dotted #ccc;
	background-color:#eee;
        font-weight: normal;
	text-align: left;
	font-size: 13px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
}
table.horiz tr th {
	border-right: 1px dotted #777;
}
table tr td {
	vertical-align: top;
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
table.horiz tr td {
	border-bottom: 1px dotted #777;
	text-align: center;
	vertical-align: middle;
}
table tr.diff td,
table tr td.diff {
	background-color: #e0e6ff;
}
table tr.border {
	border-bottom: 2px solid #ccc;
}
h1 + table, h2 + table, h3 + table, h4 + table {
	margin-top: 0.6em;
}
table.quick {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 0;
}
table.system_numbers {
/* nothing */
}

