/*	Tansu Alpcan's ECE 410 Style Sheet
    Author: Tansu Alpcan					*/

/* Overall Link Properties */

a{text-decoration:none}
a:link{text-decoration: none; color:#000080}
a:visited {text-decoration: none; color: #264662}
a:hover {text-decoration: underline; color: #FF0000}
a:active {text-decoration: none;color: #009900}

/* Font Properties */


p{
	font-size: 12pt;
	font-family: Arial, Verdana,Helvetica;
	text-align: justify;
	padding: 5px;
	text-indent: 0.0px; /* edited by Yun L. Han, orignal indent 3px */
}
p.bold{
	font-weight: bold;
}


h1 {
	font-family: Verdana, Times, Helvetica, Arial;
	font-size: 16pt;
	color: orange;
	font-weight: bold;
	text-transform: capitalize;
	padding: 5px;
	text-align: center;
}
h2 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 14pt;
	color: #006699;
	border: none;
	text-transform: capitalize;
	padding: 5px;
}
h3 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #006699;
	border: none;
	text-transform: capitalize;
	padding: 3px;
}

/* Navigation  */


#navc {
 white-space : nowrap;
 height: 30px;
 width: 100%;
 text-align: center;
 border-bottom: 1px solid  #FF4500; 
 background-color: #C1CDC1;
 padding: 0px;
 color:white;
 }

#navc ul  {
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 16px;
line-height: 30px;
white-space: nowrap;
}

#navc li {
list-style-type: none;
display: inline;
}

#navc a {
padding: 4px 10px 4px 10px;
font-size: 16px;
text-decoration: none;
font-weight: bold; 
color: #FFFFFF;
}

#navc a:link {
color: #000080; 
}
#navc a:visited {
color: #000080; /}
#navc a:hover {
text-decoration: none;
color: #FFFFFF;
background-color: orange; 
}
#navc a:active {color: #006400}
#navc a.current{color:  #CD3700}


/* Navigation in the Lab Section */
#navL {
 white-space : nowrap;
 height: 30px;
 width: 100%;
 text-align: center;
 border-bottom: 1px solid  #FF4500; 
 background-color: #C1CDC1;
 padding: 0px;
 color:white;
 }

#navL  ul  {
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 16px;
line-height: 30px;
white-space: nowrap;
}

#navL  li {
list-style-type: none;
display: inline;
}

#navL  a {
padding: 4px 10px 4px 10px;
font-size: 16px;
text-decoration: none;
font-weight: bold; 
color: #FFFFFF;
}

#navL  a:link {
color: #000080; 
}
#navL  a:visited {color: #000080}
#navL a:hover {
text-decoration: none;
color: #FFFFFF;
background-color: orange; 
}
#navL a:active {color: #006400}
#navL a.current{color:  #CD3700}



/* Sections */

body{
background-color: #A9A9A9; 
background-image: url(../images/backsea3.png); 
background-repeat: repeat-x; 
}

/***********************************/
/**** added by Yun L. Han****/
.sticky-notes img{             
vertical-align: middle;       
 }
/***********************************/

/* Container */
#container {
width: 780px;
/* \width: 780px;
w\idth: 760px; */
height: 100%;
/* border: 2px solid #5F9EA0; #FF4500 #BCD2EE */
border: 2px outset orange;
background-color: white; /* #FFFAFA; */
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}

/* Top Section */
#top {
font: italic bold 18pt georgia;
font-family: georgia,verdana,helvetica;
color: white;
text-align: center;
padding: 10px;
margin-bottom: 0px;
background-color: #666699; /* #6495ED;*/
border-bottom: 3px solid  #FF4500;
}
#top a{text-decoration:none; color:white}

/* Left Side */
#leftside {
float: left;
width: 145px;
padding: 5px;
margin: 0px;
background-color: #FFFAFA;
}

/* Main Content */

#content {
padding: 5px;
margin: 5px;
background-color: white; /* #FFFAFA; */
}
#content ul{
font-size: 12pt;
font-family: Arial, Verdana,Helvetica;
text-align: left;
padding: 5px;
margin: 5px 5px 5px 25px;
text-indent: 0px;
}

/* Footer */
#footer{
clear: both;
vertical-align:top; 
font-size: 8pt;
color: #9E9E9E;
text-align: left;
padding: 7px;
padding-top:3px;
padding-left:10px; 
margin: 0px;
background-color: #FFFACD;
border-top: 1px solid #6CA6CD;
}
#footer a{vertical-align:top}
#footer a:link{color: #9E9E9E}
#footer a:visited{color: #9E9E9E}
#footer a:hover {text-decoration: underline; color: #FF0000}
#footer img{vertical-align:top;float:left;border:0;padding:2px}
