/* Style sheet */

#inner-shell{padding:0em; border-left:0px solid #fff;}

#left-side{
	float: left;
	width: 200px;
	padding:0px 5px 0px 0px;
	border:0px solid white;
	/* background-color: lightgrey; */
	/*line-style-type: none;*/
}

#right-side{
	margin-left: 200px;
	padding:1em;
	border-left: 0px solid white;
	/*background-color:#ddd6bb;*/
	/*line-style-type: none;*/
}

#ID my-ul { 
	margin: 0; 
	padding :0;
	list-style-type: none; 
}

.menu {
	border-style: solid;
	border-color: green;
	border-width: 0pt;
	/*border-left: 1px solid #000;*/
	/*border-top: 1px solid #000;*/
	/*border-right: 1px solid #000;*/
	border-bottom: 0px solid white;
	float:left;
	width: 180px;
}

.menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	text-align:left;
	border-bottom: 0px solid red;
}

.menu li.on {
	border-top: 1px solid gray;
	background-color: #FF4500;
	color: white;
	font-weight: bold;
}

.menu li.off {
	background-color: #FFEBCD;
	border-top: 1px solid gray;
}
.menu li.off a         {text-decoration:none;}
.menu li.off a:link    {color: blue; font-weight:bold;}
.menu li.off a:visited {color: blue; font-weight:bold;}
.menu li.off a:hover   {color: red; font-weight:bold; background-color: yellow;}


a { text-decoration: none; }
a:link { color: blue; font-weight:bold;}
a:visited { color: blue; font-weight:bold;}
a:active { color: red; font-weight:bold;}
a:hover { color: red; font-weight:bold; background-color: yellow;}
blockquote {
  margin-left: 70px;
  margin-right: 70px;
}
blockquote p {
  margin-right: 70px;
}
blockquote.passage p:before {
  content: "\201C";
  font-size: 1.2em;
  font-weight: bold;
  font-family: Georgia, Times, "Times New Roman", serif;
}
blockquote.passage p:after {
  content: "\201D";
  font-size: 1.2em;
  font-weight: bold;
  font-family: Georgia, Times, "Times New Roman", serif;
}
body { background-image: url("openlab_background.gif"); width: 100%}
caption.center {margin-right : auto; margin-left : auto }
cite {
  margin-right: 70px;
  display: block;
  text-align: right;
}
cite:before {
  content: "\2014 ";
}
cite:after {
  content: " \2014";
}
code.white-on-black {color: #FFFFFF; background-color: #000000;}
code.black-on-gray {color: #000000; background-color: #D0D0D0;}
div.ctable{ text-align: center;}
div.ctable table { border-collapse:collapse; margin: auto; text-align: left;}
div.text-center {text-align:center;}
dl {margin-left: 70px;}
em {font-weight: bold;}
h1.center {text-align: center;}
h1.right {text-align: right;}
h1.page-header-right {text-align: right; margin-top: 0px; margin-bottom: 0px;}
h2 {border-style: solid;
    border-top-width: 1px; border-bottom-width: 3px; border-left-width: 1px; border-right-width: 3px;
    border-top-color: #009900; border-bottom-color: #006600; border-left-color: #009900; border-right-color: #006600;
    background-color: #CCFFCC;}
h3 {margin-left: 20px;}
h4 {margin-left: 30px;}
img {border-style: none;}
img.vertical-baseline { vertical-align: baseline; }
img.vertical-middle { vertical-align: middle; }
ol {margin-left: 70px;}
p {margin-left: 50px; text-indent: 1em;}
p.boxed { margin-left: 70px; padding-left: 10px; padding-right: 10px; padding-top: 0px; padding-bottom: 0px; border: 1px solid green; background: #efe }
p.no-text-indent {text-indent: 0em;}
p.no-indent {margin-left: 0px;}
p.center {text-align: center;}
p.quoted {margin-left: 100px; margin-right: 100px; border-style: none; background-color: #FFCCFF}
pre.indent {margin-left: 70px;}
pre {margin-top: 0px; margin-bottom: 0px;}
pre.no-indent {margin-left: 0px; margin-top: 0px; margin-bottom: 0px;}
pre.boxed { padding-left: 10px; padding-right: 10px; padding-top: 0px; padding-bottom: 0px; border: 1px solid green; background: #efe }
strong {font-weight: bold; color: red;}
td {color: #000000; background-color: #FFFFFF;}
td { padding: 2px;border: 1px solid black; }
td.text-left {text-align:left;}
td.white-on-black {color: #FFFFFF; background-color: #000000;}
td.black-on-light-green {color: #000000; background-color: #CCFFCC;}
th { padding: 2px;border: 1px solid black; background-color : #FFEBCD;}
th {color: #000000; background-color: #CCFFFF;}
tr { vertical-align:top;}
ul {margin-left: 70px;}

