* {
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ededed;
}

a {
	color: #404080;
}

a:hover {
	text-decoration: underline;
	color: red;
}

p {
	margin-top: 5px;
}

th {
	font-size: 	1em;
	color: #505050;
	vertical-align: baseline;
}

td {
	font-size: 1em;
}

#general {
	min-height: 100%;
	margin : 0 auto;
	width: 70%;
	
	color: black;
	/*background: white;*/
}

table {
	border-spacing: 50px 5px;
	text-align: left;
}

/*** ====== HEADER ==== ***/
#header {
	margin-left: 10px;
	padding : 0.8em 0em 0.5em 0em;
	margin-bottom: 0px;
}

#header h1 {
	font-size: 2.5em;
	color: #EAEAEA;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
}
#header h2 {
	font-size: 1.5em;
	color: #D0D0D0;
	margin: 5px 10px 10px 25px;
	float: left;
}

#main_image {
	clear: both;
	margin-bottom: 5px;
	min-height: 150px;
	background-image: url(./img/banner_3.png);
	background-repeat: no-repeat;
}

/** ==== NAVIGATION MENU ==== **/
#navigation {
	clear: left;
	float: left;
	width: 110px;
	
	padding: 0;
	margin-left: 10px;
	
	background-color: inherit;
}

#navigation ul{
	list-style-type: none;
	width: 140px;
	padding: 0;
	margin: 0;
}

#navigation li {
	width: 130px;
	padding: 0;
	line-height: 1.4em;
	display: inline;
}
#navigation li a{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 1px;
	padding-top: 6px;
	margin-bottom: 5px;
	line-height: 1.4em;
	display: inline;
	background-color: #f9f9f9;
	font-weight: bold;
	float: left;
	width: 110px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 8px;
	text-decoration: none;
	color: #404040;
}

#navigation li a:hover {
	border-left-style: solid;
	border-left-color: #4f596e;
	background-color: #dbdbdb;
	border-left-width: 8px;
	color: #202020;
}

#navigation .active {
	border-left-color: #929db1;	
}

/** === MAIN ALIGNMENT DONT TOUCHHHHH === **/
#content {
	margin-top: 0px;
	margin-left: 145px;
	margin-bottom: 5px;
	margin-right: 0px;

	padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	border-left: 1px solid #d0d0d0;
	background-color: white;
}

#content div {
	text-align: justify;
	margin-bottom: 20px;
}

/*#content div div {
	display: block;
}*/


/*#content h2 {
	font-size:1.6em;
	margin:0 0 10px;
}*/

#content h2 {
	padding-top: 0px;
	margin-left: -10px;
	margin-right: 0px;
	margin-top: 0px;
	color:#505070;
	font-size:1.3em;
	
	margin-top: 0px;
	padding-top: 0px;
	
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BBBBBB;

	padding-left: 10px;
	border-left: 1px solid #BBBBBB;
}

#content h3 {
	color: #505060;
	font-size:1em;

	padding-left: 5px;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#content h4 {
	color: #505080;
	font-size:1em;

	padding-left: 5px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content p {
	margin-bottom: 10px;
	margin-left : 10px;
}

#content b {
	color: #606070;
	font-size: 0.95em;
}

.end {
	clear: both;
	min-height: 1px;
}

#footer {
	width: 100%;
	clear: both;
	margin : 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #BBBBBB;
	font-size: small;
	font-style: italic;
	text-align: center;
}

/***** Home *****/

#home p.endp {
	margin-bottom: 20px;
	margin-left : 10px;
}

#home .names {
	text-align: left;
}

#home #news ul {
	list-style-type: square;
	margin-left: 20px;
}

#home #news li {
	padding: 5px;
	text-align: left;
}

#home table {
	border-spacing: 5px 5px;
	text-align: left;

}
#home td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}


/***** Lectures *****/

#lectures p {
	margin-bottom: 10px;
	margin-left : 10px;
}


#lectures td{
	font-style: italic;
	font-size: 1em;
}

#lectures td.title {
	font-style: normal;
	font-size: 1.05em;
}


/***** Homeworks ****/

#homeworks table {
	margin-left: 0px;
	padding: 0px;
}

#homeworks td {
	border-spacing: 0;
}

#homeworks td.title {
	font-size: 1.05em;
	border-spacing: 0px;
	padding: 0px;
	white-space: nowrap;
}

#homeworks p {
	margin-bottom: 10px;
	margin-left : 10px;
}


/****** Additional *****/
#additional ul {
	list-style-type: square;
	margin-left: 20px;
}

#additional li {
	padding: 5px;
	text-align: left;
}

#additional p {
	margin-left: 0px;
}

#additional p.top {
	margin-top: 25px;
}

.googlesheet{
	width: 100%;
        height:100%;
}
/**** Style types ****/
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

