body 				{font-family: Arial;font-size: small;color: #333333;}
.header			{color: #333333;font-size: small;text-decoration: none; background-color: #FFFFFF;vertical-align: middle;}
.navbody		{color: #FFFFFF;font-size: small;}
.content		{color: #FFFFFF;font-size: small;text-decoration: none;}
.footer			{color: #333333;font-size: small;text-decoration: none; font-family: century gothic;}
.even				{background-color: #193A89;}
.odd				{background-color: #6B6FAC;}

table.timesheet
						{font-family: Arial;font-size: small;color: #FFFFFF;}
tr.even:hover,tr.odd:hover
						{background-color: #D03425;}
tr.theader	{background-color: #A9A9A9;}
tr.imagegrid{color: #FFFFFF;font-size: small;text-decoration: none;}

/***** START TIME REPORT PRINT TABLE & CELLS*****/
table.trp,td.trp
{
	font-family: Arial;
	font-size: small; 
  border-color: black;
  border-style: solid;
}
table.trp
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
td.trp
{
    margin: 0;
    padding: 4px;
	border-width: 1px 1px 0 0;
    /*background-color: white;*/
    border-color: black;
}
/*****************************************/
/***** START THIN WHITE BORDER TABLE & CELLS*****/
table.twb,td.twb
{
    border-color: white;
    border-style: solid;
}
table.twb
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
td.twb
{
    margin: 0;
    padding: 4px;
	border-width: 1px 1px 0 0;
}
/*****************************************/
/***** START THIN BLACK BORDER TABLE & CELLS*****/
table.tbb,td.tbb
{
  border-color: black;
  border-style: solid;
}
table.tbb
{
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
}
td.tbb
{
  margin: 0;
  padding: 4px;
	border-width: 1px 1px 0 0;
}
/*****************************************/
a						{color: #FFFFFF;} 
.nav				{color: #FFFFFF;} 
a:link			{text-decoration: none}
a:visited		{text-decoration: none}
a:active		{text-decoration: none}
a:hover			{text-decoration: none; font-weight: bold;}
a.activelink{text-decoration: none; font-weight: bold; color: red}
h1					{color: #333333;font-size: large;font-weight: bold;}
h2					{color: #333333;font-size: medium;font-weight: bold;}
h3					{color: #333333;font-size: small;font-weight: bold;}
pre					{font-size: medium}
input[type=text], input[type=checkbox], input[type=password], select, textarea
						{background-color: #D3D3D5}
textarea
{
	padding: 5px;
	font-family: Arial;
	font-size: small;
	color: #333333;
}
