@import "common-style.css";

TD.header
{
	border-color: #df572d;
	border-style: solid none solid none; 
	border-width: 1px;
	background-color: #fff0e1;
	font-family: Courier;
	font-style: normal;
	font-size: 13px;
	font-weight: 500;

}

INPUT.go
{
	color: #FFFFFF;
	font-family: Courier;
	font-weight: 500;
	font-size: 13px;
	background-color: #df572d;
}

INPUT.clock
{
	color: #df572d;
	font-family: Courier;
	font-size: 13px;
	font-weight: 600;
	border:none;
	background-color: transparent;
}

INPUT.date
{
	color: #df572d;
	font-family: Courier;
	font-size: 13px;
	font-weight: 600;
	border:none;
	background-color: transparent;
}

.textModule
{
	color: #df572d;
	font-family: Courier;
	font-weight: 500;
	font-size: 13px;
}

.textModuleBold
{
	color: #df572d;
	font-family: Courier;
	font-weight: 700;
	font-size: 13px;
}

.myName
{
	font-family: Courier;
	font-weight: 700;
	font-size: 25px;	
}

TD
{
	font-family: Arial;
	font-weight: 500;
	font-size: 13px;
}

TD.sectionHeader
{
	font-family: Courier;
	font-weight: 700;
	font-size: 18px;
	text-decoration: underline;
	background-color: #fff0e1;
	border-color: #ff9999;
	border-width: 1px;
	border-style: solid; 
}

TD.sectionHeader2
{
	font-family: Tahoma;
	font-weight: 500;
	font-size: 14px;
	font: italic;
}

TD.workExperienceHeader
{
	font: italic;
	font-size: 14px;
}

TD.workExperienceKey
{
	font: bold;
}

TD.skillsKey
{
	font: bold;
}

.menuHeader
{
	font-family: Tahoma;
	font-weight: 700;
	font-size: 12px;
}

.menuBullet
{
	font-family: Arial;
	font-weight: 700;
	font-size: 11px;
}

.menuLocator
{
	font-family: Arial;
	font-weight: 700;
	font-size: 11px;
	color: #000000;
}

.menuBox
{
	border-color: #666666;
	border-style: solid; 
	border-width: 1px;
}

.separator
{
	border-color: #666666;
	border-style: none none solid none; 
	border-width: 1px;
}

LI
{
	list-style-position: outside;
}