
/* ------------ */
/* body objects */
/* ------------ */

body {
	background: white;
	margin: 30px 0px 30px 0px;
	padding: 0px;
}

/* ---------- */
/* id objects */
/* ---------- */

div#main {
	width: 900px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #505050;
	text-align: left;
}



/* ----------- */
/* div objects */
/* ----------- */

div {
	margin: 0;
	text-align: left;
}

div#ie_center {
	text-align: center;
}


	
/*-------------- */
/* table objects */
/* ------------- */

table {
	padding: 0;
	margin: 0;
	text-align: left;
	color: #505050;
}

th {
	background-color: #c9c9c9;
	height: 27px;
	width: 213px;
	padding: 0 15px 0 0;
	font-size: 14px;
	color: #fff;
}

td {
	padding: 0;
}

.cell_year {
	width: 70px;
	padding-left: 7px;
}

td.cell_2010 {background: url(../img/2010.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_2009 {background: url(../img/2009.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_2008 {background: url(../img/2008.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_2007 {background: url(../img/2007.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_2006 {background: url(../img/2006.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_2005 {background: url(../img/2005.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_2004 {background: url(../img/2004.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_2003 {background: url(../img/2003.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_2002 {background: url(../img/2002.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_2001 {background: url(../img/2001.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_2000 {background: url(../img/2000.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}
td.cell_1999 {background: url(../img/1999.gif) no-repeat 7px 10px; text-indent: -3000px; font-size: 30;}

th.cell_activity {
	background-color: #c9c9c9;
	width: 108px;
	background-image: url(../img/activity_bottom.gif); 
	background-repeat: no-repeat; 
	text-indent: -3000px;
}

td.cell_activity_off {
	background-color: #f7f7f7;
	width: 20px;
}
td.cell_activity_education {
	background-color: #cbdabf;
	width: 20px;
}
td.cell_activity_freelance {
	background-color: #bad0dd;
	width: 20px;
}
td.cell_activity_c9 {
	background-color: #d8c0ce;
	width: 20px;
}
td.cell_activity_education_end {
	background: url(../img/edu_end.gif) no-repeat;
	width: 20px;
	height: 54px;
}
td.cell_activity_off_end {
	background: url(../img/off_end.gif) no-repeat;
	width: 20px;
	height: 54px;
}
td.cell_activity_space {
	width: 10px;
}
td.cell_activity_space2 {
	width: 40px;
}
td.cell_activity_space3 {
	width: 3px;
}
td.content {
	font-size : 12px;  /* must be specified for ie */
	line-height : 18px;
	padding : 8px 20px 7px 0;
	vertical-align : top;
	border-bottom: 1px solid #d6d6d6;
}
td.content p {
	font-size: 14px;
	font-weight: bold;
}
td.last {
	padding-right: 0;
}



/* ----------- */
/* img objects */
/* ----------- */

/* applies to all img */
img {
	border : 0px;
	margin : 0px;
	display : block;	
}

img#activity_top {
	width: 126px;
	height: 46px;
	margin: 8px 0 0 106px;
}

	
/* ------------ */
/* text objects */
/* ------------ */

a {
	color: #505050;
	text-decoration : none;
	border-bottom : 1px solid #bbbbbb;
}

a:hover {
	color : #505050;
	text-decoration : none;
	border-bottom : 1px solid #505050;
}

p {
	margin: 0;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	margin : 0px;
}

h1 {
	background-image: url(../img/main_header.gif); 
	background-repeat: no-repeat; 
	width: 597px; height:27px;
	margin-left: 0px;
	text-indent: -3000px; 
	display: block;	
	font-size: 30px;
}

p#contact {
	width: 150px;
	text-align: right;
	float: right;
	color: #afafaf;
	font-size: 14px;
	margin-top: 8px;
}

p#contact a {
	color: #afafaf;
	border: none;
}

p#footer {
	color: #bbbbbb;
}

p#footer a {
	color: #bbbbbb;
}

hr {
	border: none;
	border-top: 2px solid #d6d6d6;
	width: 100%;
	background-color: #d6d6d6;
	margin-top: 5px;
}



/* ----------------- */
/* allmighty objects */
/* ----------------- */

/* aligns box to center */
.aligncenter {
		margin : 0px auto;
}

.floatright {
	float : right;
	display : inline;
}

.floatleft {
	float : left;
	display : inline; 
}

.clearboth {
	clear : both;
}

.clearright {
	clear : right;
}


/* --------------- */
/* rendering fixes */
/* --------------- */

/* must be set on parent element for align-center in ie5.x */
.iealigncenter {
	text-align : center;
}
