/* basic-2.1.css */

/* want to see the boxes */
/*div	{border: 1px solid black; margin: 1 em;}
*/
/* general definitions of font style for text and links*/
body  {font-family: "MS Comic Sans", cursive;
       color: #603;
       background-color: white;
/*	   white-space: nowrap;*/
       margin: 0; padding: 0;
       font-size: smaller;}
              

/* ==================================
========= TOP BANNER ================ */

.banner		{	width: 740px;
		height: 60px;
		margin: 0em;
		padding: 0em;
		overflow: hidden;
		background-color: #FFF;}
        
.banner a:link img, a:visited img {border: 0px;}

#schulich a 	{	position:absolute;
		left: 20px; top: 5px;}
#technion a	{	position:absolute;
		left: 600px; top: 20px;}


/* ==================================
======LEFT NAVIGATION MENU ======== */

.nav	{	color: #BC8F8F;
		background-color: #FFF5C9;
		font-size: large;
		font-weight: bold;
		font-style: italic;
		width: 140px;
		position: absolute;
		left: 5px; top: 95px;
		padding: 0em 0.6em;}

.nav a:link,
.nav a:visited
		{ 	color: #BC8F8F;
		font-weight: bold;
		text-decoration: none;	}

.nav a:focus,
.nav a:hover,
.nav a:active	
        {   color: #303;	}

#sched  {	color: #966;
		background-color: #FC0;
		position: absolute;
		top: 18.2em;}
		
#sched a:link,
#sched a:visited
		{ 	color: #966;
		font-weight: bold;
		text-decoration: none;}

#sched a:focus,
#sched a:hover,
#sched a:active	
        {color: #303;	}

#news	{	color: #FFF5C9;
		background-color: #000;
		position: absolute;
		top: 20em;}
#news a:link,
#news a:visited
		{ 	color: #FFF5C9;
		font-weight: bold;
		text-decoration: none;}

#news a:focus,
#news a:hover,
#news a:active	{color: #C99;	}

#c236607 {	font-size: xx-small;
		background-color: #FFF;
		font-weight: normal;
		font-style: normal;
		position: absolute;
		top: 55em;}

/* ==================================
==== MAIN WINDOW AND LISTS OF LINKS === */

h2		{padding: 0em;
		border: 0em;
		margin: 0em;
		text-align: center;
		font-style: italic;}
		
blockquote {text-align: justify;}

ul	  { list-style-type:none;}

table 	{border-collapse: collapse; 
        border: 0.3em double #C2A3B5;
        empty-cells: show;}
         
th, td	{border: 0.3em double #C2A3B5;}

em		{text-decoration: underline;}

.main a:link,
.main a:visited
		{ 	color: #603;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;	}

.main a:focus,
.main a:hover,
.main a:active	
         {  color: #C2A3B5;	}


.main 	{ position: relative;
		left: 165px; top: 8px;
		padding: 0em 0em 4em 2em;
		width: 540px;
		}

#keywords      {color: #FFFFFF;
               font-size: small;}
   
#gallery div	{margin: 10px;
				 padding: 10px;
				 width: 180px;
				 float: left;
				 text-align: center;
				 }

#gallery img	{border: 1px solid #603;} 

#a				{color: #C69;}      

               
.river      img {float:right; 
				  border: 2px solid #C2A3B5;}
.stream		img {float:left;
				 border: 2px solid #C2A3B5;}

p.nindent    {	text-indent: -12px;}
span.supers  {	vertical-align: 33%;
				font-size: 75%;}
span.subs	{	vertical-align: -33%;
				font-size: 75%;}
				
/* ==================================
==== Schulich.technion.ac.il definitions === */

.Text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 130%;
	color: #000000;
}

