body
{
	font-family:"Calibri";
	font-size:100%;
	background-size:50%;
	color:black;
/*	background-image:url(../pictures/forestbackground2.jpg); */
/*	background-repeat:repeat-x; */

	background-color:#222222;
}

/* styling links */
a:link       /* unvisited link */
{
	color:blue;
	text-decoration:none;
}
a:visited   /* visited link */
{
	color:blue;
	text-decoration:none;
}
a:hover {color:blue;}  /* mouse over link */
a:active {color:lightblue;}  /* selected link */

.important
{
	color:red;
	font-weight:bold;
	font-size:200%;
}
#container
{
	min-width:600px;
	max-width:1300px;
	min-height:500px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	background-color:lightyellow;
	border-radius:8px;
}

#header
{
	font-size:300%;
	color: #cc5500;
	/*background-color:darkgreen;*/
	text-align:left;
	padding-left:20px;
}
#header a:link,
#header a:visited,
#header a:hover
{
	color:brown;
}
#subhead
{
	font-size:95%;
	color:darkblue;
	/*background-color:darkgreen;*/
	text-align:left;
	padding:10px;
	padding-left:20px;color:black;
	/*
	background-image:url('pictures/piro2.jpg');
	height:350px;
	background-repeat:no-repeat;
	background-position:center;
	*/
}

#menu
{
	
	margin-top:15px;
	margin-bottom:10px;
	
	margin-left:7px;
	margin-right:10px;
	
	padding-left:10px;
	padding-right:10px;
	
	float:right;
		
	font-size:140%;
	/* background-color:#EEEEEE; */
	
	text-align:right;
	color:black;
}


#menu a:link,
#menu a:visited,
#menu a:hover
{
	color:brown;
}

#main, #report_main
{
	float:right;
	width:75%;
	border-left:2px dotted darkblue;
	padding-left:7px;
	padding-right:20px;
	margin-bottom:10px;
	min-height:400px;
}

#report_main
{

/*
	padding-right:7px;
	padding-left:20px;
	margin-bottom:10px;
	min-height:400px;
*/
}

#sidebar
{
	float:left;
	width:20%;
	padding-left:1%;
	line-height:1.75;
	
}
#sidebar a:link,
#sidebar a:visited,
#sidebar a:hover
{
	color:darkblue;
}

#attachment
{
	color: darkblue;
}

#box1
{
	display:block;
	width:49%;
	position:relative;
}
#box2
{
	display:block;
	width:50%;
	position:relative;
	float:right;
}

#footer
{
	clear:both;
	border-top:2px dotted darkblue;
	padding-left:20px;
	padding:10px;
	
}

#headline, #notes, #exercises, #assignments, #lessons, #assignments2, #additional
{
	font-weight:bold;
	font-size:125%;
	color:#cc5500;  /*#176117; */
/*	background-color:#EEEEEE; */

	background-color:#EEEEEE;
}

#code
{
	display: inline;
	font-family:"Courier New";
}

/* styling the tables */

#pic
{
	border-bottom:none;
}

#caption
{
	padding-bottom:50px;
	border-bottom:none;
	max-width:640px;
	
	font-size:90%;
	
}

#report_table
{
/*	margin:auto; */
}


td
{
	padding-right:25px;
	padding-bottom:5px;
	border-bottom:solid 1px gray;
	vertical-align:text-top;
}
tfoot
{
	font-weight:bold;
}
th
{
	text-align:left;
	border-bottom:solid darkgreen;
}
.odd
{
	background-color:lightgreen;
}

.even
{
	background-color:lightblue;
}


#submenu
{

}


#banner
{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
}

button{
	margin-bottom: 10px;
}

iframe
{
	width:560;
	height:315;
	border:0;
}

/* styles for collapsibles */
.collapse
{
	width: 100px;
	background-color: #b3d9ff;
	color: darkblue;
	font-size: 75%;
	border-radius: 5px;
}

.videos
{
	display: none;
	overflow: hidden;
}

/*******/