@charset "UTF-8";
/*feuille de style nano-tera - laurent.kling@epfl.ch */
/* definition de la base */
/*hack ie5*/

body {  
  background: #066 url('../images/background.gif') repeat-x;
} 
html>body {/* be nice to Opera */ 
  font-size: small; 
} 

.weirdo {
	position:relative; left: 12px; top: -21px;
}
.containerbehold {
        border-bottom-right-radius: 14px;
        background-image: url('/images/behold.png');
        vertical-align: top;
        padding: 2px 8px 8px 8px;
	margin: 16px 0px 0px 0px;
}
.containerlo {
        border-bottom-right-radius: 14px;
        background-image: url('/images/lo.png');
        vertical-align: top;
        padding: 2px 8px 8px 8px;
	margin: 0px 0px 16px 0px;
}
.containertitle {
        color:#ccc;
        font: 24px "lucida sans",verdana,sans-serif;
}
.whitebox {
	background-color:#fff;
	width: 570px;
	padding: 10px 16px 6px 12px;
        font: 12px verdana;
        line-height: 18px;
	color: black;
}
.creambox {
	background-color:#fffce8;
	width: 316px;
	padding: 10px 16px 6px 12px;
        font: 12px verdana;
        line-height: 18px;
	color: black;
}
.boxtext {
        font: 12px verdana;
        line-height: 18px;
        color: black;
}
.cell {
        width: 253px;
        margin-top: 8px;
        margin-left: 2px;
        height: 181px;
        background-color: #fff;
        padding: 5px;
        color: #222;
        font: 16px verdana;
}
.trim {
        font: 26px verdana;
        color: #444;
}
.standard {
        font: 56px verdana;
        color: #444;
}
.medium {
        font: 86px verdana;
        color: #444;
}
.large {
        font: 106px verdana;
        color: #444;
}
 
td {
	font: 11px verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
}
textarea, input, select, option {
	font: 10px verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
}

.newlookheader {
	font: 22px lucida, verdana, sans-serif;
	color: #444;
	bottom-padding: 6px;
}
.newlookmedian,
a.lucid:active, a.lucid:link, a.lucid:visited, a.lucid:hover 	 {
	font: 17px lucida, verdana, sans-serif;
	color: #444;
	position: relative;
}
.newlookmedian {
	top: -10px;
}
.popchart {
	width: 280px;
	min-height: 150px;
	background-color: #f5f3d3;
	border-radius: 15px;
	-moz-border-radius: 15px;
	border: 2px solid #777;
}

.whiteout {
	background-color:white;
}
.container{
	padding: 0px;
	display: block;
	font-size: 1px; /* otherwise IE puts two pixels after the bottomleft.gif */
}
.searchbox{
	background-color:#aabfbf;
	margin:2px;
	font-size: 11px;
	padding: 10px 0px 0px 0px;
}
.searchtext{
	font-family: verdana, sans-serif;
	font-size: 11px;
	position: relative; 
	left: -8px;
	font-size: 11px;
}
.searchlayout{
	margin-left: 14px;
	font-size: 11px;
}
.address{
	margin: 0px 0px 0px 10px;
	font-size: 11px;
}
.borderer{ 
	background-image: url('../images/bottomright.png');
	background-repeat: no-repeat;
	background-position: bottom right; 
}
.crosshair{
	background-image: url('../images/bottomright.png');
	background-position: bottom right;
	background-repeat: none;
	height: 18px;
	bottom-margin: 15px;
}
.minicams{
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 296px;
}
.limits {
	/*min-width: 600px;
	max-width: 947px;*/
	width:100%;  
    max-width:946px;  
    _width: expression(document.body.clientWidth < 600? "300px" : document.body.clientWidth > 1250? "947px" : "auto");  
}
.limits2 {
	/*min-width: 602px;
	max-width: 949px;*/
	width:100%;  
	max-width:948px;  
	_width: expression(document.body.clientWidth < 600? "300px" : document.body.clientWidth > 1250? "949px" : "auto");  
}
.leftborder{
	border-left: 1px solid white;
}
.content{
	padding: 15px;
}
.greenline{
	background-image: url('../images/1pixelgreen.gif');
	background-repeat: repeat-y;
}
.greenfloor{
	background-image: url('../images/1pixelgreen.gif');
	background-repeat: repeat-x;
}
.padding {
	padding: 15px 15px 0px 15px;
}
h1, .texttitlebig { 	font-family: Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
					font-size: 150%; 
					color: #C00; 
					font-weight: bold; 
					margin: 0; 
					padding-top: 4px; 
					padding-bottom: 0px; 
					padding-left: 0px}
					
h2, .title, .textgray { 
					font-size: 100%; 
					color: #c66; 
					font-weight: bold; 
					padding-top: 0px; 
					padding-bottom: 2px;}
					
h3, .textbold { 		font-size: 100%; 
					padding-top: 1px; 
					padding-bottom: 1px;
					color: #666; }
					
p			{ 		margin: 0; 
					padding-top: 2px; 
					padding-bottom: 8px; 
					padding-left: 4px }
					
li			{ 		margin: 0 0 0 0; 
					padding: 5px }
					
ul, ol		{ 		margin: 0; 
					padding-top: 8px; 
					padding-bottom: 8px; 
					padding-left: 40px }

/* liens */
a:active, a:link { 	/*color: #066;*/ 
					color: #557;
					font-weight: bold; 
					text-decoration: underline }

a:visited 	{ 		/*color: #066; */
					color: #557;
					font-weight: bold; 
					text-decoration: underline }

a:hover 	{ 			/*color: #369; */
					color: #557;
					font-weight: bold; }
					


img		{ border-style: none; border-width: 0; }
/* entete - taille fixe */

/* Nagigation Gauche */
		#navcontainer div
		{
			border: white 1px solid;
			list-style-type: none;
			background-color: white;
			margin: 15px 0px 0px 0px;
			padding-top: 1px;
		}
		
		#navcontainer a
		{
			display: block;
			color: #fff;
			background-color: #c40009;
			width: 246px;
			padding: 3px 12px 3px 8px;
			text-decoration: none;
			margin: 0px 1px 1px 1px;
			
		}
		
		#navcontainer a:hover
		{
			background-color: #600;
			color: #FFF;
		}
		
		#navcontainer span span a
		{
			display: block;
			color: #933;
			background-color: #e4bbbb;
			width: 246px;
			padding: 3px 3px 3px 17px;
			text-decoration: none;
			font-weight: bold;
		}
		#navcontainer span span a:hover
		{
			display: block;
			color: #600;
			background-color: #e4bbbb;
			width: 246px;
			padding: 3px 3px 3px 17px;
			text-decoration: none;
			font-weight: bold;
		}
		#navcontainer span span span a
		{
			display: block;
			color: #933;
			background-color: #eacfcf;
			width: 236px;
			padding: 3px 3px 3px 27px;
			text-decoration: none;
			font-weight: bold;
		}
		#navcontainer span span span a:hover
		{
			display: block;
			color: #600;
			background-color: #eacfcf;
			width: 236px;
			padding: 3px 3px 3px 27px;
			text-decoration: none;
			font-weight: bold;
		}
.gold {
			display: block;
			width: 246px;
			padding: 3px 12px 3px 8px;
			font-weight: bold;
			margin: 0px 1px 1px 1px;
			background-color: #600;
			color: #FFF;
}
.glitters {
			display: block;
			width: 246px;
			padding: 3px 12px 3px 8px;
			font-weight: bold;
			margin: 0px 1px 1px 1px;
			background-color: #c40009;
			color: #FFF;
}
.silver{
			display: block;
			color: #600;
			background-color: #e4bbbb;
			width: 246px;
			padding: 3px 3px 3px 17px;
			margin: 0px 1px 1px 1px;
			text-decoration: none;
			font-weight: bold;
}
.bronze{
			display: block;
			color: #600;
			background-color: #eacfcf;
			width: 236px;
			padding: 3px 3px 3px 27px;
			margin: 0px 1px 1px 1px;
			text-decoration: none;
			font-weight: bold;
}
.ran{
			padding: 0px 0px 0px 6px;
}
.otomo{
			font-size: 110%;
}
a.headlink {
 text-decoration: none;
 font-weight: normal;
 color:#ccc;
}
a.headlink:visited {
 text-decoration: none;
 font-weight: normal;
 color:#ccc;
}
a.headlink:hover {
 text-decoration: none;
 font-weight: normal;
 color:#ccc;
}
.newdate {
 font: bold 12px "lucida sans",verdana,sans-serif;
 color: #999;
}

.disorder {
 text-indent: -10px;
}
.doctoralname {
 font-size: 14px;
 font-weight: bold;
}
.doctoraladviser {
 color:#479;
}
.doctoraldate {
 color:#6a6a6a;
}

a.doclink {
 font-size:12px; 
 text-decoration: none;
 font-weight: normal;
 font-style: italic;
 color:#be0712; 
}
a.doclink:visited {
 text-decoration: none;
 font-weight: normal;
 font-style: italic;
 color:#be0712; 
}
a.doclink:hover {
 text-decoration: none;
 font-weight: normal;
 font-style: italic;
 color:#be0712; 
}
a.adviserlink {
 text-decoration: none;
 font-weight: normal;
 color:#479;
}
a.adviserlink:visited {
 text-decoration: none;
 font-weight: normal;
 color:#479;
}
a.adviserlink:hover {
 text-decoration: none;
 font-weight: normal;
 color:#479;
}
a.docsearch {
 text-decoration: none;
}
a.docsearch:visited {
 text-decoration: none;
}
a.docsearch:hover {
 text-decoration: none;
}
//good morning try going local
table.go {
  border-collapse: collapse;
}
table.go td {
  border: 1px solid black;
}
table.go tr:first-child {
  border-top: 0;
}
table.go tr:last-child td {
  border-bottom: 0;
}
table.go tr td:first-child,
table.go tr th:first-child {
  border-left: 0;
}
table.go tr td:last-child {
  border-right: 0;
}
