/* $Id: cv.css 4 2006-02-19 22:35:02Z sdalu $ */

/*
 * Copyright (c)  1999-2001  Stephane D'Alu
 * http://www.sdalu.com/
 */


a:link, a:visited, a:active { 
} 

h1.cvtitle { 
    margin:	0;
    padding:	0.4ex 1em;
    border:	double 3px;
}

h1 { 
	font-family:		"Tahoma", "Helvetica"; 
	font-size:		x-large;
	text-align:		center;
	margin-top:		1.5em;
}


table.address {
    border-style:	double;
    background-color:	#eddfc9;
    width:		100%;
    margin-bottom:	2em;
}

table.lookfor { 
    width:		100%;
}

table.lookfor td.title { 
    background-color:	#dfe295;
}

table.personal {
}

table.skill { 
    width:		100%;
}

table.education {
    width:		100%;
}

table.experience {
    width:		100%;
}

table.publication {
    width:		100%;
}


td.date {
    color:		#1a3e75;
    text-align:		left;
    vertical-align:	top;
    background-color:	#d1d9e5;
    width:		5em;
}

td.nodate {
    color:		#1555b5;
    text-align:		left;
    vertical-align	top;
    background-color:	#d1d9e5;
    width:		5em;
}

td.title {
    background-color:	#eddfc9;
}


td.description {
}

td.authors {
    font-variant:	small-caps;
    font-style:		italic;
}

td.conf {
}

