
.titlearea {
/*	float:left; */ 
	text-align:center; 
/*	background-color: rgb(204, 204, 255); 
	width: 15%; 
	overflow: visible; 
	border-width: thin; 
	border-color: #000; 
	border-style: solid;
	padding: 3px; */
	}
	
.titletable {
	margin-left: auto;
	margin-right: auto;
	border-width: 0px 0px 0.2pc 0px;
	border-color: #dcdcdc; /*Gainsboro*/
	border-style: solid;
	
	}
	
#large_description {
	font-size: 150%;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	}	

.chaptericons {
	text-align:center; 
/*	background-color: rgb(245, 224, 39); 
	border-width: thin; 
	border-color: #000; 
	border-style: solid; */
	}

a.borderhighlight:link,
a.borderhighlight:visited,
a.borderhighlight:link img,
a.borderhighlight:visited img {
	border-width: 0px;
/*	border-color: rgb(245, 224, 39);*/
}
a.borderhighlight:focus,
a.borderhighlight:hover,
a.borderhighlight:hover img,
a.borderhighlight:focus img {
	border-width: 0px;
/*	border-color: #000000; */
}

html {
	width: 100%;
	height: 100%;
	overflow: auto;
	}

body {
	margin: 0px;
	padding:0px;
	text-align:justify;
	font-family: sans-serif;
	width: 98%;  /* Small fixup for IE6 to ensure that horizontal scrollbar doesn't appear unnecessarily */
	height: 100%;
	min-width: 550px;
	position: relative;
	}

div.applet {
	width: 50%; 
	height: 99%;
	height: 99vh;
	padding: 0%;
	position: absolute;
	top: 0;
	left: 0;
	}

div.rightpane {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	width: 49%;
	background-color: white;
	overflow: visible;
}

.navigationpane {
	float:left;
	width:100%;
	background:#fff;
	margin:0em 0em 1em 0em;
	padding:0em;
	border:0px solid #000;
	}

div#textcolumn {
	padding:0%;
	}

div#subpage {
	padding:0%;
	}

	
.horizontalpane {
	float:left;
	width:98%;
	background:#fff;
	margin:0em;
	padding:1%;
	border:0px solid #000;
	}

.fullbar {
/*	float:left; */
	width:100%;
/*	min-width:500px; */
	background:#fff;
	margin:0px;
	padding:0px;
	padding-bottom:1.5em;
	border:0px solid #000;
	}
.sidebar {
	width:100%;
	background-color: beige;
	margin:0.5em 0 1.5em 0;
	padding:0.5em;
	border:1px solid #000;
	}
.sidebarheader {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
}
#prevnext {
	text-align:right;
	}

img.lessonimage {
	max-width: 100%;
}

/*
p.right {
	text-align:right;
	}
*/

p.smallnoticetitle,
p.smallnoticetitle a:link,
p.smallnoticetitle a:visited {
	font-size: small;
	text-align: center;
	color: black;
	text-decoration: none;
	border: 0px;
	padding: 0em 0em 0.5em 0em;
	margin: 0px;
	font-weight: bold;
	}

p.smallnotices {
	text-align:center;
	font-size: x-small;
	padding: 0px;
	margin: 0px;
	color: gray;
	}

p.smallnotices a:link,
p.smallnotices a:visited {
	color: gray;
	border: 0px;
	}

p.smallnotices a:link img,
p.smallnotices a:visited img {
	border: 0px;
	}
	
#codeeditor .menubar {
	background-color: #EEEEEE; 
	border-bottom: 1px solid grey;
}

#codeeditor .menubar .linestatus {
	float: right;
	color: #aaa;
}

#codeeditor .submenubar {
	position: absolute; 
	left: 0; 
	top: 1.5em; 
	border: 1px solid grey; 
	z-index: 2;
}

#codeeditor .submenuclose {
	background-color: #AAA;
	padding-left: 0.25em;
	padding-right: 0.25em;
	vertical-align: top;
}
 
#codeeditor .submenuclose a,
#codeeditor .submenuclose a:visited,
#codeeditor .submenuclose a:hover,
#codeeditor .submenuclose a:link {
	color: white;
}
#codeeditor .submenucontents {
	padding-left: 0.5em;
	padding-right: 0.5em;
}


#codeeditor a, #codeeditor a:visited {
	color: #0066cc;
	text-decoration: none;
}	

#codeeditor a:hover {
	text-decoration: underline;
}

#codeeditor .programareatoolbar {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#codeeditor a.__cs01_codeeditor_button_disabled {
	color: grey;
}

#codeeditor .programareatoolbar a,
#codeeditor .programareatoolbar a:visited,
#codeeditor .programareatoolbar a:link {
	color: black;
	padding: 0.2em;
	border-radius: 0.2em;
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: lightgrey;
	text-decoration: none;
}

#codeeditor .programareatoolbar a:hover {
	background-color: #e3e3e3;
}

#codeeditor .programareatoolbar a.__cs01_codeeditor_button_disabled,
#codeeditor .programareatoolbar a.__cs01_codeeditor_button_disabled:hover,
#codeeditor .programareatoolbar a.__cs01_codeeditor_button_disabled:link, 
#codeeditor .programareatoolbar a.__cs01_codeeditor_button_disabled:visited {
	color: grey;
	text-decoration: none;
	background-color: lightgrey;
}

.__cs01_subwindow {
	border: 1px solid black;
	background-color: lightgrey;
	position: absolute;
	top: 70px;
	}
.__cs01_subwindow_topbar {
	background-color: black;
	cursor: move;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
.__cs01_subwindow_content {
	margin: 5px;
	}	
	
.__cs01_simplebutton__ {
	width: auto;
	height: auto;
	position: absolute;
	background-color: lightgrey;
	border: 1px solid black;
}

.__cs01_show_text {
	white-space: pre-wrap;
}

.__cs01_choose_option {
	white-space: pre-wrap;
}

.__cs01_input_div {
}

.__cs01_ok_button {
}
