/* Basic tags */
body {
	margin: 25px;
	background-color: white;
	font-family: arial;
	font-size : small;
	color: black;
}

p { text-align : justify; }

.contents {
	margin: 90px 230px 0px 10px;
	padding: 0px;
}

a img {
	border: 0px;
}

/* Anchors */
a {
	color: #0000ff;
}

a:visited {
	color: #551a8b;
}

a:active {
	color: #ff0000;
}

/* Basic classes */

.none { /* to add paragraph spacing to various elements for ttys */
	margin: 0px;
	padding: 0px;
}

.invisible { /* stuff that should appear when this css isn't used */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.left {
	margin: 10px;
	padding: 0px;
	float: left;
}

.right {
	margin: 10px;
	padding: 0px;
	float: right;
}

.center {
	text-align: center;
}

/* Common page elements: Header, footer, etc. */

.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;
	z-index: 10;

/*	background: url("/img/logo/text-64") no-repeat; */
	width: 64px;
	height: 64px;
}

.logo a img {
	width: 64px;
	height: 64px;
}

.hdr {
	position: absolute;
	z-index: 5;

	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 48px;

	text-align: right;

	
	background-color: #ffcccc;
	border-bottom: 1px solid #807d74;
}

.banner {
	position: absolute;
	z-index: 10;

	top: 0px;
	right: 0px;
	border: 0px;

	width: 300px;
	height: 48px;
}

.banner a img {
	width: 300px;
	height: 48px;
}

.hdrNav {
	position: absolute;
	top: 54px;
	left: 0px;

	margin-left: 84px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

.hdrNav a {
	color: #000000;
}

.hdrTitle {
	height: 48px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
}


/* Sidebar */

.sidebar {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 210px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-left: 1px dashed #dddddd;
	color:#000000; 
	background-color: #ffffff;
}

.sidebar p {
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar p.section {
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #999999;
	background-color: #eeeeee;
}

.sidebar ul {
  margin: 0em;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
}

.sidebar ul ul {
  padding-left: 2em;
  padding-right: 0em;
  list-style-type: square;
}


/* footer */

.copyright {
      margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	font-size: small;
	clear: both;
	color: #aaaaaa;
}

.copyright a {
	color: #aaaaff;
}

.copyright a:visited {
	color: #ffaaaa;
}


/* News Sections */

p.newsitem {
	clear: left;
	margin-bottom: 20px;
}

p.newsitem img.newsicon {
	float: left;
	margin: 0px 10px 10px 10px;
	border: 0px;
}


/* Generic Classes */

div.code {
	background-color: #e0e0c0;
        font-family: monospace;
        font-style: normal;
        font-weight: normal;
        font-size : 110%;
}

.code, .screen
{
color: black;
margin-top: 1em;
margin-right: 0.25in;
margin-bottom: 1em;
margin-left: 0.25in;
padding-top: 0.5em;
padding-right: 0.5em;

padding-bottom: 0.5em;
padding-left: 0.5em;
background-color: #f0f0f0;
background-image: none;
background-attachment: scroll;
background-position: 0% 0%;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: black;
border-left-width-value: 1px;
border-left-style-value: dotted;
border-left-color-value: black;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
bordr-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-right-width-value: 2px;
border-right-style-value: solid;
border-right-color-value: black;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: black;	
}

.border {
      border: 1px solid #000;
}

pre.programlisting {
	background-color: #e0e0e0;
	color: #000000;
	white-space: pre;
	font-family: monospace;
	font-size : 100%;
      border: 1px solid #000;
      padding: 0; margin: 0;
	line-height: 1.4em;
}