﻿/*
'**************************************************************************************************
'*																																																*
'*	This file can be considered a logical extension of CABS.css in this theme.  Be sure to read		*
'*	the instructions there for modifying the visual appearance of this site.											*
'*																																																*
'*	DO NOT EDIT THIS FILE!																																				*
'*																																																*
'**************************************************************************************************
*/

/*****
 *****	Member Directory (MD) Entries
 *****	Member Directory Profile (MDP) Entries
 *****/
 
.MD_AlphaMenu
{
	text-align:center;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
 
.MDP
{
	margin-top:15px;
	border:solid 1px silver;
	padding:10px;
	background-color:#dddddd;
}

.MDP_OrgName
{
	font-size:120%;
}

.MDP_Status
{
}

.MDP_Links
{
}

.MDP_OrgDescription
{
	margin:20px;
	padding:20px;
	border:solid 1px gray;
	background-color:White;
}

.MDP_ExtendedProfile
{
	margin:20px;
	padding:20px;
	border:solid 1px gray;
	background-color:White;
}

.MDP_OrgTypes
{
	padding:5px;
	padding-top:15px;
	padding-left:25px;
	font-size:90%;
	font-weight:bold;
}

.MDP_OrgType
{
	font-weight:normal;
	padding-left:15px;
	padding-top:1px;
}

.MDP_Contacts
{
	padding:5px;
	padding-left:10px;
	font-size:90%;
	font-weight:bold;
	border:1px solid #eeeeee;
}

.MDP_Contact
{
	margin:5px;
	padding:5px;
	font-weight:normal;
}

.MDP_Contact_Name
{
	font-weight:bold;
}

.MDP_Contacts_Title
{
	font-style:italic;
}

.MDP_Contacts_Phone
{
	padding-left:10px;
}

.MDP_Contacts_Fax
{
	padding-left:10px;
}

.MDP_Contacts_Email
{
	padding-left:10px;
}

