﻿body 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	/* margin: 0px 0px; */
	/* padding: 0px 0px; */
}

h3 
{
	text-decoration: underline;
}

/*
input 
{
	font-size: 15px;
	
    border-top: solid 1px #EAEAEA;
    border-left: solid 1px #EAEAEA;
    border-right: solid 1px #EAEAEA;
    border-bottom: solid 1px #000000;
}
*/



.messageText
{
	font-size: 14px;
	font-weight: bold;
	/* border: solid 2px #FF0000; */
	padding: 10px;
	margin: 10px;
}
.required 
{
	color: #FF0000;
	font-weight: bold;
}


/*******************************************************/
table.listTable
{
	width:100%;
	border-collapse:collapse;
}
table.listTable th
{
	background-color:#CCCCCC;
	padding: 5px 3px 5px 3px;
}
table.listTable td
{
	padding: 5px 3px 5px 3px;
}
table.listTable td.nav
{
	background-color:#CCCCCC;
	padding: 5px 3px 5px 3px;
}
table.listTable tr.listAltRow
{
	background-color: #EAEAEA;
}
/*******************************************************/




.jobApplicationAnswer
{
	background-color: Yellow;
}










