.Entry_Normal {
  font-family:verdana; 
	color:black; 
	font-size:11px;

	background:lightyellow;
	text-align:left;
 font-weight:none; 	
}

.Entry_Required { 
 text-align:left;
 font-family:verdana; 
 /*color:495C51;*/
color:white;
 font-weight:none; 
 font-size:11px; 

 /*background:#D0E798;*/
 background:#990000;
}

.Entry_Content { 
 font-family:verdana; 
 color:gray; 
 font-size:11px; 
 background:whitesmoke;
}

.Entry_Title {
 font-family:sans-serif,tahoma,verdana;
 color:#336699; 
 font-size:13px;
 font-weight:bold;
  border-bottom: 1px solid silver;
 border-right: 1px solid silver;
 border-left: 1px solid silver;
 border-top:1px solid silver;
 background:whitesmoke;
}

.Entry_Titleline {
 background:gray;
}

Table.Entry_Table{
 background:white;
}

.mButton {
 font-family:tahoma,sans-serif;
 font-weight:BOLD;
 font-size:13px;
 background: whitesmoke;
 border-bottom: 1px solid gray;
 border-right: 1px solid silver;
 border-left: 1px solid gray;
 border-top:1px solid silver;
 color:gray;
 height:20px;
 text-decoration:none;
 cursor: hand;
}


.Text_Navigation {
 font-family:tahoma,sans-serif,Times New Roman;
 font-size:13px;
 background: white;
 border-bottom: 1px solid silver;
 border-right: 1px solid silver;
 border-left: 1px solid silver;
 border-top:1px solid silver;
 color:#000066;
 height:19px;
 text-decoration:none;
 cursor: arrow;
}
 
.Text_Checkbox{
 font-family:tahoma,sans-serif,Times New Roman;
 font-size:11px;
 background: white;
 border-bottom: 1px solid gray;
 border-right: 1px solid gray;
 border-left: 1px solid gray;
 border-top:1px solid gray;
 color:#000066;
 height:19px;
 text-decoration:none;
 cursor: arrow;
}
 
.Text_Readonly {
 font-family:tahoma,sans-serif,Times New Roman;
 font-size:11px;
 background: white;
 border-bottom: 1px solid white;
 border-right: 1px solid white;
 border-left: 1px solid white;
 border-top:1px solid white;
 color:#000066;
 height:19px;
 text-decoration:none;
 cursor: arrow;
}

.Textarea_Navigation {
 font-family:tahoma,sans-serif;
 font-size:11px;
 background: white;
 border-bottom: 1px solid silver;
 border-right: 1px solid silver;
 border-left: 1px solid silver;
 border-top:1px solid silver;
 color:#000066;
 text-decoration:none;cursor: arrow;
}