/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
/*
	CUSTOM STYLES
*/
#ColumnRight table 
{
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
#ColumnRight td
{
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
h1 span
{
	font-size: 11px;
	color: #666;
}
#Mgr h1
{
	background: none;
	font-size: 18px;
	margin-bottom: 18px;
	padding: 0;
}
#Header h2
{
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	color: #ffffff;
	position: absolute;
	right: 18px;
	top: 52px;
}
h5 a:link, h5 a:visited
{
	font-size: 13px;
	text-decoration: none;
}
h5 a:hover
{
	font-size: 13px;
}
h5 span
{
	font-size: 10px;
	color: #666;
}
#WrapperHome
{
	width: 981px;
	position: relative;
	margin: 0px auto;
	background: url(/App_Themes/Default/img/bg_wrapper_home.gif);
}
#ChangeCurrency table
{
	margin-left: 12px;
}
#SimilarBusinesses .ItemTemplate
{
	border-bottom: 1px solid #cccac3;
	padding: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}
#SimilarBusinesses .AlternatingItemTemplate
{
	border-bottom: 1px solid #cccac3;
	padding: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}
#SimilarBusinesses a:link, #SimilarBusinesses a:visited
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#SimilarBusinesses a:hover
{
	color: #0099FF;
}
#Enquire table
{
	margin: 12px;
}
#SearchHome
{
}
#SearchHome h1
{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 55px;
	line-height: 80%;
	background: url(/App_Themes/Manager/img/ic_search.gif) no-repeat left;
}
#SearchHome table
{
}
#Newsletter table
{
	margin: 10px;
}
#Featured img
{
	margin-bottom: -3px;
}
#Featured p
{
	color: #fff;
	display: block;
	padding: 10px;
	margin-top: 0px;
	background: #333;
}
#Featured p a:link, #Featured p a:visited
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
	text-decoration: none;
}
#Featured span
{
	color: #999;
	font-size: 10px;
	display: block;
	margin-top: 8px;
}
.LinkPDF:link, .LinkPDF:visited, .LinkPDF:hover
{
	height: 32px;
	display: block;
	padding-left: 6px;
	text-decoration: none;
	background: url(/App_Themes/Advertiser/img/bg_link.gif) no-repeat;
}
.LinkPDF:link span, .LinkPDF:visited span
{
	position: relative;
	left: 6px;
	top: -12px;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.LinkPDF:hover span
{
	color: #000;
}