/* FILE: personal.css
**
** This file contains the styles used for my resume
**
** AUTHOR: Richard A. Yancy
** DATE  : 27-FEB-2002
*/


/************************************************************************/
/* Paragraphs */
/************************************************************************/

p 
{
   display: block;
   margin-bottom: auto;
   margin-top: auto;
}

/************************************************************************/
/* Div Blocks */
/************************************************************************/

div.resume-div
{
   background: white;
   color: black;
   background-image: url("../images/resume_background.gif");
}

div.vitae-div
{
	color: black;
	background-color: white;
	background-image: url("../images/vita_background.gif");
	border: thick groove #623100;
	margin: 5px;
	padding: 5px;
}

div.resume-download
{
	font-size: 10px;
	text-align: center;
	display: inline;
	background-position: center;
}

/************************************************************************/
/* Spans */ 
/************************************************************************/

span.heading-name-span
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
	line-height: 150%;
	text-transform: uppercase;
}

span.heading-text-span
{
  display: inline;
  font-family: arial;
  font-style: italic;
  font-size: medium;
  color: blue;
}

span.section-header-span
{
	display: inline;
	font-family: arial;
	font-style: italic;
	font-size: large;
	font-weight: bold;
	color: red;
	line-height: 120%;
	text-transform: uppercase;
	vertical-align: middle;
}

/************************************************************************/
/* Images */
/************************************************************************/

img.section-img
{
	width: 20px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
}

/************************************************************************/
/* Tables */
/************************************************************************/

/************************************************************************/
/* Experience Tables */
/************************************************************************/

table.experience-table
{
	display: table;
	border-width: 0;
	border-style: outset;
	margin: 10px;
	float: none;
	padding: 10px;
}

tr.experience-thead-tr
{
	border-width: 0;
	background-color: #EBEBEB;
	vertical-align: middle;
}

th.experience-thead-th
{
	width: 80%;
	background-color: #B7D3FF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
}

tr.experience-tbody-tr
{
	border-width: 0;
}

th.experience-tbody-th
{
	width: 20%;
	background-color: #0000FF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

td.experience-thead-td
{
	width: 20%;
	background-color: #EBEBEB;
	text-align: right;
	vertical-align: middle;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

td.experience-tbody-td
{
	width: 80%;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/************************************************************************/
/* Skills Table */
/************************************************************************/

table.skills-table
{
	display: table;
	border-width: 0;
	border-style: outset;
	margin: 10px;
	float: none;
	padding: 10px;
}

tr.skills-tr
{
	border-width: 0;
}

th.skills-th
{
	width: 20%;
	background-color: #B7D3FF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

td.skills-td
{
	width: 80%;
	border-width: 0;
	background-color: #EBEBEB;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}


/* end of file resume.css */

