body{
	background:#fefefe;
	color:#5e5e5e;
	font-family: "Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:22px;
}

p{font-size:16px; margin: 4px 0 18px;}
b{font-weight:600;}

h1, h2, h3, h4{ color:#5e5e5e;}
h1{font-size:38px; font-weight:300; line-height:38px; margin-left:-1px; margin-bottom:22px;}
h2{font-size:26px; font-weight:300; line-height:26px; margin-left:-1px; margin-bottom:18px;}
h3{font-size:16px; font-weight:bold; line-height:24px; margin: 4px 0 -4px;}
h4{font-size:16px; font-weight:normal; line-height:22px; margin: 3px 0 19px;}

li{
	margin: 0 0 5px 0;
}

#toc1 {
	background:#e8e8e8;
	border-radius: 6px;
	padding:20px 40px 20px 40px;
}

#toc2 {
	background:#e8e8e8;
	border-radius: 6px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

a:link {
	color: #4e4ebe;
}

a:visited {
	color: #4e4ebe;
}

a:hover {
	color: #0000ff;
}

a:active {
	color: #be4e4e;
}

#simpletable {
	border: 1px solid black;
	background: #eee;
	border-collapse: collapse;
	width: 780px;
}

#simpletable td {
	padding: 5px;
	border: none;
}

.settingsImg {
	position:relative;
	left:-44px;
	width:844px;
	margin:-10px 0 -20px 0;
}

.negMargin {
	margin:-10px 0 -20px 0;
}

.noteIcon {
	margin-left:8px;
	width:24px;
	height:24px;
	vertical-align:middle;
	opacity:80%;
}

.popBox {
	position:absolute;
	background-color:white;
	border:1px solid gray;
	padding:8px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	max-width:400px;
	border-radius:5px;
	z-index:4;
	box-sizing:border-box;
}

#languageSelect {
	min-width: 200px;
	padding: 4px 8px;
	color: #5e5e5e;
	border: 1px solid #5e5e5e;
	border-radius: 4px;
	font-size: 16px;
}

.annotation-container {
    position: relative;
}

.base-image {
    position: absolute;
    border-radius: 4px;
}

.annotation-text {
    position: absolute;
    font-size: 12px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    z-index: 10;
}

.annotation-svg {
    position: absolute;
    pointer-events: none;
}

#schedDiagram {
	display:inline-block;
	position:relative;
	width:706px;
	height:283px;
	margin:8px 0 25px 0;
}

#schedDiagram > img {
	width:706px;
	height:283px;
}

#schedDiagram > div {
	display:inline;
	position:absolute;
	text-align:center;
	font-weight:bold;
	width:234px;
	top:10px;
}

#schedDiagram > span {
	position:absolute;
	text-align:left;
	width:190px;
}

