/* CSS Document */

html {
  height: 100%;
}
body {
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 95%;
	overflow: -moz-scrollbars-vertical;
}
.border {
	border: 1px solid #cccccc;
}
.borderTop {
    border-top: 1px solid #cccccc;
}
.borderLeft {
	border-left: 1px solid #cccccc;
}
.borderRight {
	border-right: 1px solid #cccccc;
}
.borderBottom {
	border-bottom: 1px solid #cccccc;
}
table {
	border-collapse: collapse;
}
td {
    padding: 2px;
}
.heading {
	background-color: #339900;
	font-family: Geneva, Arial, Helvetica, san-serif;
	vertical-align: top;
	height: 20px;
	padding-left: 15px;
}
a {
	text-decoration: none;
	color: #006600;
}
a:hover {
    text-decoration: underline;
}
h1 {
	font-size: 24px;
}
.footer {
	font-size: 10px;
}
.background {
	background-color: #E2FFD5;
}
#mainArea {
	width: 750px;
	height: 100%;
	padding: 15px;
	z-index:0;
	padding-left: 45px;
}
.menuItem {
	font-size: 10px;
}

#mainTable {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
#menuArea {
	border: 1px solid #cccccc;
	width: 100px;
	vertical-align: top;
	background-color: #D2F0E1;
	margin-top: 45px;
	overflow:visible;
	position: relative;
	right: -32px;
}
#aboveMenuArea {
	height: 53px;
}
.codeArea {
	border: 1px solid #999999;
	background-color: #dddddd;
	padding: 5px;
}
.codeFont {
	font-family:Courier, mono}
.exampleHtmlArea {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 5px;
}
h2 {
	font-size:1.5em;
}
h3 {
	margin-top: 40px;
	font-size: 1.25em;
}
#belowMenuArea {
	height: 500%;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}
