.PageTitle
{
	font-size:15pt;
	font-weight:bold;
	color: #333;
}

.baseTable
{
	background:#F0F0E8;
	border-collapse:collapse;
	border: outset 1.5px rgb(0,0,0);
	text-align:left;
}

.Data
{
	background:#F0F0E8;
	border: solid thin rgb(255,255,255);
	vertical-align:top;
	padding: 10px 0px 10px 5px;
}

.MenuBar
{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	margin: 0px;
	color: White;
	background-color:  #005a9b;
}

/* Modal Popup Extender */
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.6;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : White;
	color : windowtext;
	padding : 1px;
}

.ViewLabelCell { background-color:#E2E6FE; color:Black;vertical-align:top; 	padding: 10px 0px 10px 5px;}
.PreferredSpecimen { display:block; font-weight:bold; color:Red; font-size:7pt; }
.login-h1 { color: #797f8f; font-size: 20px; font-weight: normal; line-height: 8px; margin-top: 26px; text-align:left; margin: 20px; }
.login_logo { margin-top: 20px; }