.hide {display:none;}

.show{display:block;}

.Header
{
	background-color: #295AA6; /*#0268B1*/
	font-size: 11px;
	/*font-weight: bold;*/
	font-weight:normal;
	padding-bottom: 0.1em; 
}
.CurrentStep
{
	background-color: #88ff88;
	border-style: solid;
	border: 1px solid #000000;
}


.InactiveStep
{
	background-color: #aaaaaa;
	border-style: solid;
	border: 1px solid #000000;
}

.StepFlow
{
	border-style: solid;
	border: 0px solid #000000;
}

INPUT.EditField
{
	vertical-align: top;
	border-style: solid;
	border: 1px solid #6699CC;
	width: 100%;
	margin: 0px 0px 0px -1px;
}

INPUT.EditField2
{	 
	border-style: solid;
	border: 1px solid #6699CC;
	/*right: 200px;*/
}


TD.EditField
{
	border-style: solid;
	border: 1px solid #6699CC;/*#6699CC*/
}

textarea.EditField
{
	border-style: none;
	border: 1px solid #6699CC;
	width: 100%;
}

SELECT.EditField
{
	border-style: none;
	border: 1px solid #6699CC;	
	/*width: 100%;*/
	right: 200px;
}

.LeadText
{
	background-color: #99ccff;/*#99ccff*/
	text-align: right;
	width: 170px;
}

table.PDBRadioButton tr td label, table.PDBRadioButton tr td input
{	
	margin: 0px 5px 0px 5px;
	/*background-color: Red;*/
	vertical-align: middle;
    position: relative;
    float: none;
    clear: none;
    width: auto;
}

.PDBForm td
{
	vertical-align: top;
}

table.PDBForm tr td select
{
	margin-top: -0px;
}

table.PDBForm tr td textarea
{
	margin-left: -1px;
}

.LeadTextView
{
	/*background-color: #99ccff;*/
	font-weight: bold;
	text-align: right;
	width: 190px;
	padding-right: 10px;
}

.NormalButton
{
	width: 100px;
}
.WideButton
{
}

.TableFiller
{
	width: 30px;
}

.SubSearch 
{
	background-color: #d8e4f8;
	border-style: solid;
	
	border-width: 1px;
	border-color: #6699CC;

}

.SmallText
{
	color: #295AA6;	
	padding-top: 10px;
	font-size: xx-small;
}

.MediumText
{
	color: #295AA6;	
	padding-top: 10px;
	font-size:    smaller;
}
table.SearchResult tr td input
{
	/*input[type="checkbox"]*/
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
}
TABLE.SearchResult
{
	width: 780px;
}
table.SearchResult tr td
{
	vertical-align: top;
	text-align: left;
}

.AlternatingItem
{
	background-color: #ddf0ff;
}

TABLE.SearchResult TR.NormalRow {
	background-color: white;
}

TABLE.SearchResult TR.NormalRow_Hover 
{
	
	background-color: #295AA6;/*#295AA6  #0a246a*/
	
	color: White;
}


TABLE.SearchResult TR.NormalRow_Hover2 {
	background-color: #484848;/*#295AA6  #484848*/
	/*text-decoration: underline;*/ 
	color: White;
}
TABLE.SearchResult TR.AlternatingRow {
	background-color: #ddf0ff;	/*#295AA6  #ddf0ff*/
}

TABLE.SearchResult TR.AlternatingRow_Hover {
	background-color: #295AA6;	/*#295AA6  #0a246a  99ccff*/
	color: White;
}

TABLE.SearchResult TR.AlternatingRow_Hover2 {
	background-color: #484848;
	text-decoration: underline; 
	color: White;
}
.Hand
{
	cursor: hand;
}
a.quickbar
{
	color: White;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana,sans-serif;	
}
a.quickbar:hover
{
	color: White;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana,sans-serif;
	font-weight:normal;	
}






