.Entry_Normal {
  font-family:verdana; 
	color:black; 
	font-size:11px;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  border-top:1px solid silver;	
	background:white;
	text-align:left;
	height:20px;
  /*font-weight:bold;*/ 	 
}

.Entry_Required { 
 text-align:left;
 font-family:verdana; 
 color:#015A98;
 font-weight:bold; 
 font-size:11px; 
 border-bottom: 1px solid silver;
 border-right: 1px solid silver;
 border-left: 1px solid whitesmoke;
 border-top:1px solid silver;
 background:whitesmoke;
 height:25px;
}

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

}

.Entry_Title {
 font-family:sans-serif,tahoma,verdana;
 color:#6a47b2; 
 font-size:11px;
 font-weight:bold;
 background:none;
}

.Entry_Titleline {
 background:gray;
}

Table.Entry_Table{
 background:white;
}

.mButton {
 font-family:tahoma,sans-serif;
 font-weight:BOLD;
 font-size:11px;
 background: gold;
 border-bottom: 1px solid orange;
 border-right: 1px solid orange;
 border-left: 1px solid yellow;
 border-top:1px solid white;
 color:black;
 height:23px;
 text-decoration:none;
 cursor: hand;
}


.Text_Navigation {
 font-family:tahoma,sans-serif,Times New Roman;
 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;
 height:22px;
 padding-left:2px;
 text-decoration:none;
 cursor: arrow;
}


.Text_SelectBox {
 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;
 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;
 font-weight:none;
 background: lightyellow;
 border-bottom: 1px dotted silver;
 border-right: 1px dotted silver;
 border-left: 1px dotted silver;
 border-top:1px dotted silver;
 color:#000066;
 height:22px;
 text-decoration:none;
 padding-left:2px; 
 cursor: arrow;
}

.Text_Display {
 font-family:tahoma,sans-serif,Times New Roman;
 font-size:11px;
 font-weight:none;
 background: whitesmoke;
 border-bottom: none;
 border-right: none;
 border-left: none;
 border-top:none;
 color:#000066;
 height:22px;
 text-decoration:none;
 padding-left:2px; 
 cursor: arrow;
}
.Textarea_Navigation {
 font-family:tahoma,sans-serif;
 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;
 text-decoration:none;cursor: arrow;
}
