@charset "utf-8";

/* Page Titles that use the <h1> element */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #155696;
}

/* style for normal texts that were not defined as paragraphs <p> */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* Normal text style that use the <p> element */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* Normal text style with a link */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #155696;
}

/* Tables in general */
/*
table {
	border: 1px solid #c4c4c4;
	border-collapse: collapse;
}
table td, table th {
	border: 1px solid #c4c4c4;
	border-collapse: collapse;
}
*/

/* Normal text style with a link, without an underline */
.normal_text_link_no_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #155696;
	text-decoration: none;
}

/* Small text style with underline for links */
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.small_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #155696;
}

/* Small text style for links without an underline */
.small_text_link_no_underline {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.small_text_link_no_underline a {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

/* Table with thin border and inside lines */
.table_thin_border {
	border: 1px solid #c4c4c4;
	border-collapse: collapse;
}
.table_thin_border td, .table_thin_border th {
	border: 1px solid #c4c4c4;
	border-collapse: collapse;
}

/* Table with thin border and tables inside this table are invisible, no lines */
.table_thin_border_no_inside {
	border: 1px solid #c4c4c4;
	border-collapse: collapse;
}

/* Table with thin border and grey background */
table.table_thin_border_background {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
	border-color: #c4c4c4;
	background-color: #fafafa;
}
.table_thin_border_background td, .table_thin_border_background th {
}

/* Educational Menu */
#navigation {font:10px verdana; color:#000000; text-decoration:none; width:180px;}
#navigation ul {margin:0px; padding:0px;}
#navigation li {list-style: none;} 

ul.top-level {background:#f4f4f4;}
ul.top-level li {
 border-bottom: #ffffff solid;
 border-top: #ffffff solid;
 border-width: 1px;
}

#navigation a {
 color: #000000;
 cursor: pointer;
 display:block;
 height:15px;
 line-height: 15px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#navigation a:hover{
 color: #000000;
 text-decoration:none;
}

#navigation li:hover {
 background: #e5e5e5;
 position: relative;
}
