.ErrorMessage{
	margin: 10px 0px 5px 0px;
	color: red;
	font-weight:bold;
	font-size: 14px;
	text-align: center;
}

.Message{
	margin: 10px 0px 5px 0px;
	color: green;
	font-weight:bold;
	font-size: 14px;
	text-align: center;
}

.Message2{
  margin: 10px 0px 5px 0px;
  color: blue;
  font-weight:bold;
  font-size: 14px;
  text-align: center;
}

.PageHeader{
	margin: 10px 0px 5px 0px;
	color: black;
	font-weight:bold;
	font-size: 12px;
	text-align: center;
}

.selected {
    background: #FFD1D1;
}


.not_selected_even {
    background: #FFFFFF;
}

.not_selected_odd {
    background: #EEEEEE;
}



