/* Styles applied to HTML elements */

body	{
	color: #000000;
  	font-family: Arial, Times New Roman;
  	font-size: 12;
	margin: 0px;
	padding: 0px;
}

th {
	font-family: Arial, Times New Roman;
  	font-size: 12;	
}

input	{
	font-family: Arial, Times New Roman;
  	font-size: 12;
}

select	{
	font-family: Arial, Times New Roman;
  	font-size: 12;
}

textarea {
	font-family: Arial, Times New Roman;
  	font-size: 12;
}


.mainpage {
  	font-family: Arial, Times New Roman;
  	font-size: 12;
  	/*background-color: #FFF5EE;*/
}

.mainpage td {
  	font-family: Arial, Times New Roman;
  	font-size: 12;
}

.menu{
	font-family: Arial, Times New Roman;
  	font-size: 14;
	color: #ffffff;
	font-weight: bold;
  	background-color: #000099;
}

.submenu{

}

.pagetitle{
	font-family: Arial, Times New Roman;
  	font-size: 16;
	font-weight: bold;
  	color: #000000;
}

.goback	{
	font-family: Arial, Times New Roman;
  	font-size: 10;
	font-style: italic;
  	font-weight: bold;
  	color: #000066;
}

.messageresult{
	font-family: Arial, Times New Roman;
  	font-size: 12;
	font-weight: bold;
	color: red;
}
.disabledField{background-color: silver/*#E1E1E1*/;}

.inbox{
	font-family: Arial, Times New Roman;
  	font-size: 12;
	color: #ffffff;
	font-weight: bold;
  	background-color: #0080C0;
}

.columnHead{font-weight: bold;background-color: silver;}

.oddRow{background-color: #D7F2FF;font-size: 12;}
.evenRow{background-color: #F5F4F3;font-size: 12;}

.labelField{font-weight: bold;color: dark-blue;}