body {
	font-family: Helvetica, sans-serif;
	font-size:14px;
	border: thick solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

icon {
  align: basline
}
.myTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: black;
	font-style: normal;
	font-weight: 900;
}
.footer {
	font-size: small;
}
.red {color: #FF0000}
.green {color: #006600}
.breadcrumb {
	border: thin solid #103575;
}

a:link, a:visited, a:link.normal, a:visited.normal {
	color: #336699;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a:link.normal, a:visited.normal {
	color: black;
}

.comment,.comments {
	list-style: none;
	padding-right: 20px;
}

.comments_div {
	border-top: thin dotted #000000;
}
h4 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.author {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.date {
	color: gray;
	font-size: 12px;
}

.content {
	font-size: 12px;
}

.tab,.tabSpacer,.tabReports,.tabSchool,.tabBlog,.tabAbout
{
	border: 1px solid black;
	background-color: white;
}
.tabSpacer {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.quote {
	font-style:italic;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;	
}

/* REPORT */
.Class {
  font-family: monospace;
  font-size: 15px;
}
.Method {
  padding-left: 20px;
  font-size: 14px;
  display: none;
}
.Line {
  padding-left: 20px;
  font-size: 13px;
  display: none;
}
.lineNumber {
  font-weight: bold;
  padding-right: 5px;
}
.expand {
  font-family: monospace;
}

.code {
	background-color: #CCCCCC;
	border: thin solid #000000;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
}


