
/*	=======================================================

	Common markup Styles for all pages.

 	Currently being used by RBV4 and RIS Home.xml



	=======================================================		*/



	/* STYLES FOR ALL 				*/ 

body, table, tr, td, p, a {
	font-family		: arial, 'trebuchet ms' ;
	font-size		: 10pt ;
	margin			: 5px ;
	teeext-align		: justify ;
}


.PageFooter	{
	font-size	: 8pt ;
	color		: gray ;
}


	/*	===================================================
		
		Styles for the RIS Home Page

	*/


table {
	border-collapse	: separate;
	border			: 0.0px solid #c0c0c0;
	padding			: 0px ;
	boooorder-spacing	: 1px ;
}



td { 
	padding: 3px;
	vertical-align:	top;
}


p, tr, td, a {
	position:relative;
	color		: rgb(48,48,48) ;
	line-height	: 15pt ;
}


h3, h3 a {
	
	color		: purple ;
	font-size	: 16pt ;
}




a:active, a:link, a:visited {
	color	: blue ;
	}


a[href]:hover	{
	font-weight : 600 ;
}



	/* There is also a Curriculum TOC */ 
#RIStoc a {
	font-size		: 12pt ;
	text-decoration : none ;
	text-align		: left ;
}


	/* for the What Others Think... section */

.Citation {
	font-size	: 8pt ;
}


	/* for the little go to top button */

.TopKnop {
	font-size		: 8pt;
	text-decoration	: none ;
}

.TopBar {
	font-family		: times ;
	font-size		: 10pt ;
	color			: gray ;
	background-color : ;
}

.footer, .footer a {
	text-align	: right ;
	font-size	: 8pt ;
}


	/*	===================================================
		
		Styles for the Curriculum

			23jun05
			arno h.p. reuser 
	*/

/*
body, table, tr, td, p, a {
	font-family	: arial, 'trebuchet ms' ;
	font-size	: 10pt;
	teeeeext-align	: justify;
	margin		: 5pt ;
	line-height	: 16pt ;
}

*/

#curriculum p {
	line-height		: 16pt ;
	margin-bottom	: 16pt ;
}
	
	/* h2 h3 are annoying to use with li/	*/
	/* the text is in a tags				*/

#curriculum .head2 a {
	font-size	: 200% ;
	color		: green ; 
}

#curriculum .head3 a	{
	font-size 		: 160% ;
	text-decoration	: underline ;
	color			: purple ;
}

#curriculum .MainTitle {
	font-size	: 120% ;
	color		: purple ;
	text-align	: right ;
	letter-spacing : 2pt ;
}

#curriculum .SubTitle {
	font-size		: 42pt ;
	text-align		: center ;
	color			: green ;
	letter-spacing	: 4px ;
	font-weight		: 700 ;
	margin-top : 25pt ;
}

#TOC, #TOC a {
	font-size	: 90% 	;
	font-family	: arial ;
	text-decoration	: none ;
	text-align	: left ;
}



/* these are for the course MT planning */


.planning {
	width	: 15cm;
	baaackground-color : yellow;
}


.planning, tr {
	border		: solid gray 1px ;
}
	
.planning .col1 {
	font-size	: 11pt;
	width		: 50pt;
	font-weight	: 700 ;
}

.planning .col2 {
	font-size	: 10pt;
	width		: 75pt;
	font-weight	: 700 ;
	text-align	: right ;
}











