@import "common-style.css";

TD.header
{
	border-color: #6699ff;
	border-style: solid none solid none; 
	border-width: 1px;
	background-color: #99ccff;
	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: #6699ff;
}

INPUT.clock
{
	color: #336699;
	font-family: Courier;
	font-size: 13px;
	font-weight: 600;
	border: none;
	background-color: transparent;
}

INPUT.date
{
	color: #336699;
	font-family: Courier;
	font-size: 13px;
	font-weight: 600;
	border: none;
	background-color: transparent;
}

.textModule
{
	color: #336699;
	font-family: Courier;
	font-weight: 500;
	font-size: 13px;
}

.textModuleBold
{
	color: #336699;
	font-family: Courier;
	font-weight: 700;
	font-size: 13px;
}

.textModuleSmall
{
	color: #336699;
	font-family: Courier;
	font-weight: 300;
	font-size: 11px;
}


TD.aboutmeModule
{
	border-color: #003399;
	border-style: solid; 
	border-width: 1px;
}

TD.resumeModule
{
	border-color: #df572d;
	border-style: solid; 
	border-width: 1px;
}

TD.projectModule
{
	border-color: #9E755F;
	border-style: solid; 
	border-width: 1px;
}

TD.imageModule
{
	background-repeat: no-repeat;
	background-position: left bottom;
}