/*	File		:	resume.css
**	Author		:	Dr. Clue	( A.K.A	Ian A. Storms )
**	Description	:	Supports the rendering of an online style sheet
**
*/
#Loading	{
		display			:block		;
		position		:absolute	;
		left			:0px		;		top			:0px		;
		width			:100%		;		height			:100%		;
		background-color	:#666666	;
		color			:#ffffcc	;
		z-index			:15		;
		visibility		:visible	;
		border			:none		;
		padding-left		:130px		;
		padding-top		:130px		;
		font-style		:italic		;
		font-size		:20pt		;
		font-weight		:600		;
		}

#validationrow	{

		display:block;
		margin-top:40px;
		}

		
.DCmousewords	{
		color			:#aa3300	;
		font-family		:sans-serif	;
		font-size		:30pt		;
		}

#IFContent	{
		overflow		:auto		;
		}



body	{
	margin-top		:2px			;
	margin-left		:0px			;
	background-image	:url('../Images/Paper/SkillsPaper.jpg');
	background-attachment	:fixed			;
	background-color	:#ffffcc		;
	color			:#669966		;
	font-family		:sans-serif		;
	font-size		:12pt			;
	font-weight		:600			;
	}

th	{color:#669966;}


/**/
dt	{
	padding-left	:15px			;
	border		:1px solid #669966	;
	margin-bottom	:15px			;
	background-color:#cccc99		;
	color		:#996600		;
	width		:400px			;
	}
/**/
.firstLine
	{
	color:#996600;
	font-family		:sans-serif		;
	font-size		:12pt			;
	font-weight		:500			;

	}
dd	{
	padding		:5px 5px 5px 5px	;	
	border		:1px solid #669966	;
	margin-bottom	:15px			;
	background-color:#eeee99		;
	color		:#996600		;
	width		:490px			;
	}
	
a	{
	color:#aa6600;
	}	
	
/**/
.DCdebug	{
	left		:400px			;
	top		:100px			;
		}

.hmenu	{
	display		:inline			;
	color		:#ffffff		;
	background-color:#669966		;
	position	:relative		;
	left		:30px			;
	width		:180px			;
	font-weight	:bold			;
	font-family	:sans-serif		;
	font-size	:5pt			;
	margin-top	:1px			;
	padding-left	:10px			;
	padding-right	:10px			;
	padding-top	:5px			;
	padding-bottom	:5px			;
	border-left	:0px solid #eedd00	;
	border-top	:0px solid #eedd00	;
	border-right	:2px solid black	;
	border-bottom	:2px solid black	;
	text-decoration	:none			;
	}	
.hmenu:hover	{	background-color:#99ee99;	}
.hmenu:focus	{	background-color:#ee99ee;	}
.hmenu:active	{	background-color:#ee99ee;	}
/*
**	OUT (Once Upon a Time ) Similar to the large decorative
**	first letter in a story book.
*/
.OUT		{
		left			:0px		;
		margin-right		:2px		;
		margin-bottom		:0px		;
		margin-left		:0px		;
		border-left		:1px solid black;
		border-top		:1px solid black;
		border-right		:1px solid black;
		border-bottom		:1px solid black;
		padding-left		:2px		;
		padding-right		:2px		;
		padding-top		:1px		;
		padding-bottom		:1px		;
		vertical-align		:baseline	;
		color			:#669955	;
		background-color	:#eeeedd	;
		font-family		:sans-serif	;
		font-weight		:600		;
		font-size		:30pt		;
		}
/**/
.PARCHMENT	{
		width			:500px		;
		}
		
		
.coverpage	{
		background-color	:#eeee99	;
		background-position	:-207px -125px	;
		padding			:10px		;
		color			:#ffffff	;
		background-image	:url(../Images/Paper/SkillsDark.jpg);
		font-weight		:600		;
		font-size		:10pt		;
		}
		
		
.tableRow	{
		display		:table-row	;
		}
.tableCellLabel	{
		display		:table-cell	;
		text-align	:left		;
		font-weight	:600		;
		color		:#669966	;
		}
.tableCell	{
		display		:table-cell	;
		width		:100px		;
		font-weight	:600		;
		text-align	:left		;
		color		:#669966	;
		}
#mainMenuPanel	a
		{
		padding-left	:10px;
		}


