﻿input
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}	
	
/* Applies to all input (single-line) textboxes */
input[type="text"]
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}	

/* Multi-line textboxes */
textarea
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}	

/* Dropdown lists */
select
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}	

/* Radio buttons */
input[type="radio"]
{
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}	

/* Submit buttons */
input[type="submit"]
{
	background-color: #dcdcdc;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	height: 30px;
	font-weight: normal;
}	

/* Labels */
label
{
	color: #000000;	
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}	


/* Content holder */
#MbdcContentHolder
{
	float:left;
	width: 639px;
	padding: 5px 5px 5px 5px;
}	

/* general title at top of page */
.MbdcGeneralTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #9dc832;
    color: #ffffff;
    width: 100%;
    text-align:center;
    padding-top: 5px;
    height: 22px;
    text-transform: lowercase;
}

/* Business directory */
#MbdcBusinessDirectory
{
    background-color: #ffffff;
    padding: 5px 5px 15px 5px;
    width: 619px;
}

#MbdcBusinessDirectoryResults
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}

#MbdcBusinessDirectoryResults a
{
	font-weight: bold;
	color: #1e90ff;
	text-decoration: none;
}	

#MbdcBusinessDirectoryResults a:hover
{
	font-weight: bold;
	color: #a9a9a9;
	text-decoration: none;
}	
	
#MbdcBusinessDirectoryHeader
{
}

#MbdcAlphabet
{
	font-size: 17px;
	font-weight: bold;
	color: #9dc832;	
	height: 80px;
	text-align: center;
}

#MbdcAlphabet a
{
	color: #1e90ff;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

#MbdcAlphabet a:hover
{
	text-decoration: none;
	color: #a9a9a9;
}

.MbdcBusinessListing
{
	border-bottom: solid 1px #c0c0c0;
	color: #696969;
	width: 100%;
	background-color: #ffffff;
	padding-top: 5px;
}

.MbdcBusinessListingGuaranteed
{
	padding-top: 5px;
	border-bottom: solid 1px #c0c0c0;
	color: #000000;
	width: 100%;
	background-color: #ddfbf9;
}

/* Business directory search facility */
#MbdcBusinessSearch
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	height: 120px;
}

#MbdcBusinessSearchLeft
{
	float:left;
	width: 290px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#MbdcBusinessSearchRight
{
	float:right;
	width: 290px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#MbdcBusinessSearchButton
{
	float: left;
	width: 100%;
	text-align: center;
}	

#MbdcBusinessSearch a
{
	font-weight: bold;
	color: #1e90ff;
	text-decoration: none;
}	

#MbdcBusinessSearch a:hover
{
	font-weight: bold;
	color: #a9a9a9;
	text-decoration: none;
}	

.ErrorLabel
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color: #9dc832;
}
	
/* Promos */
#MbdcPromo
{
    background-color: #ffffff;
    padding: 5px 5px 15px 5px;
    width: 619px;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}

#MbdcPromo a
{
	font-weight: bold;
	color: #1e90ff;
	text-decoration: none;
}	

#MbdcPromo a:hover
{
	font-weight: bold;
	color: #a9a9a9;
	text-decoration: none;
}	

#MbdcPromoPics
{
	text-align:center;
	width: 100%;
}	

#MbdcPromoInput
{
	width: 450px;
	border: solid 1px #9dc832;
	margin-left: auto;
	margin-right: auto;
}

#MbdcPromoInput span
{
	color: #009B60;
	font-style:italic;
}	

.MbdcNoBorder
{
	border:none;
}

.MbdcInset
{
	width: 96%;
	padding: 10px 2% 10px 2%;
	overflow:hidden;
}	
