.WebPartTitleStyle
{
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #48494A; /* dark gray */

}

.InfoPanelTitleBar
{
	background-image: url(../Images/webpartbackground.JPG);
	background-repeat: repeat-x;
	
}

.InfoPanelZoneStyle
{
	background-image: url(../Images/infobarbackgroundgreen.JPG);	
	background-position:bottom;
	background-repeat:repeat-x;

}


.InfoPanelZoneHeaderStyle
{
	/* E.g. Main,  Message Center */
	background-color:#D7D7D7;
	border-bottom: 1px solid gray;
	height: 15px;
	width: 250px;			 
}

.SelectionCriteriaControlTitleBar,
.SelectionCriteriaControl
{
    font-style: normal;
    font-family: Arial;
    color: Black;
    vertical-align:top;
}

.SelectionCriteriaControlTitleBar
{
    font-size: 10pt;
    border: 1px solid gray;
    text-align: left;
    background-image: url(../Images/webpartbackground.JPG);
	background-repeat: repeat-x; 
    width:100%;
    height:16px;
}

.SelectionCriteriaControlCell
{
    border: 1px solid gray;   
    width:100%;
}

.SelectionCriteriaControl
{
    font-size: 9pt;
}

.SelectionShowButton
{
    font-style: normal;
    font-family: Arial;
    font-size: 8pt;
    text-align:right;
}

.PatientListHeader
{
    background-color: #E3EFFF;
    color: #2F32FF;
    font-style: normal;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    cursor: default; 
}

.PatientListItem
{
    background-color: White;
    color: Black;
    font-style: normal;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    cursor: pointer;      
}

.PatientListItemSelected
{
    background-color: #E3EFFF;
    color: Black;
    font-style: normal;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    cursor: pointer;  
}