/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2007 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
*/

/* Enquiry Form Style Modification */
#Mgr #Enquiry
{
	margin: 10px 0px 0px 0px;
}
#Mgr #Enquiry p
{
	margin: 0px 0px 3px 0px;
}
/* Manager Column Styles */
#Mgr h1
{
    margin-left:11px   
}
#Mgr ul
{
    margin-top:0px;
    margin-left:-20px !important; 
    margin-left:20px;
}
*:first-child+html #Mgr ul
{
    margin-left:20px !important;
}
#Content
{
    padding:10px;   
}
.MgrFrame:link, .MgrFrame:visited
{
	width: 330px;
	height: 205px;
	color: #253448;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 8px;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	position: relative;
	background: url(/App_Themes/Default/img/bg_category_frame.gif) repeat-x bottom;
}
.MgrFrame:hover
{
	width: 330px;
	height: 205px;
	color: #fff;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 8px;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	position: relative;
	background: #2292da;
}
.MgrImageFrame
{
	border: 1px solid #ccc;
	background: #fff;
	height: 168px;
	cursor: pointer;
}
.MgrImageFrame img
{
	border: none;
	margin: 4px !important;
	margin-bottom: 0px;
	cursor: pointer;
}
.MgrFrame p
{
	position: absolute;
	left: 8px;
	bottom: 4px;
	margin: 0px;
}
.MgrFrame span
{
	position: absolute;
	left: 8px;
	bottom: 22px;
	font-size: 11px;
}
.MgrFrameX:link, .MgrFrameX:visited
{
	width: 680px;
	height: 175px;
	color: #253448;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 8px;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	position: relative;
	background: url(/App_Themes/Default/img/bg_category_frame.gif) repeat-x bottom;
}
.MgrFrameX:hover
{
	height: 175px;
	color: #ffffff;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 8px;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	position: relative;
	background: #2292da;
}
.MgrCategoryImageFrameX
{
	border: 1px solid #ccc;
	background: #fff;
	height: 138px;
	cursor: pointer;
}
.MgrCategoryImageFrameX img
{
	border: none;
	margin: 4px !important;
	margin-bottom: 0px;
	cursor: pointer;
}
.MgrFrameX p
{
	position: absolute;
	left: 8px;
	bottom: 16px;
	margin: 0px;
}
.MgrFrameX span
{
	position: absolute;
	left: 8px;
	bottom: 4px;
	font-size: 11px;
}

/* Right Panel Control Styles - Manager */
#FormRightMgr
{
	color: #333;
}
#FormRightMgr p
{
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
}
#FormRightMgr p.FormHead
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #009ddc;
}
#FormRightMgr p.FormButton
{
	padding-left: 63px;
}
#FormRightMgr p.Message
{
	color: Red;
	background-color: #fff;
	margin-top: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: solid 1px #fff;
	margin-bottom: 2px;
}
#FormRightMgr .Button
{
	color: #000;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 60px;
}
#FormRightMgr .CalendarPopup
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
#FormRightMgr .Date
{
	background-color: #ececec;
	margin-top: 0px;
	padding-bottom: 2px;
	border-bottom: solid 1px #fff;
	margin-bottom: 0px;
}
#FormRightMgr .DropDownList
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
#FormRightMgr .FileUpload
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	width: 190px;
	height: 18px;
	margin-top: 1px;
}
#FormRightMgr .HeaderHeight
{
	height: 0px;
}
#FormRightMgr .HyperLink
{
	text-decoration: none;
}
#FormRightMgr .Label
{
	color: #333;
	width: 60px;
	float: left;
	text-align: left;
	height: 16px;
	padding-top: 3px;
}
#FormRightMgr .LabelDefault
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
#FormRightMgr .LabelError
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#FormRightMgr .Text, a
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
	padding-top: 3px;
	padding-left: 5px;
}
#FormRightMgr .TextBox
{
	color: #333;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 140px;
}
#FormRightMgr .TextBoxNumeric
{
	text-align: right;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
#FormRightMgr .TextBoxQuantity
{
	text-align: right;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
#FormRightMgr .WebNumericEdit
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	text-align: right;
}
#FormRightMgr .WebTextEdit
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	width: 160px;
	height: 16px;
}
/* LAND OPPS */
.Property 
{
    padding:10px;
    border:1px solid #ccc;
    margin-top:14px;
    background:url(/App_Themes/Default/img/bg_category_frame.gif) repeat-x bottom;
}
.PropertyImage 
{
    width:240px;
    height:180px;
    border:1px solid #ccc;
    padding:5px;
    background:#ffffff;
}
.PropertyPrice 
{
    font-size:14px;
    color:#333333;
    font-weight:bold;
    margin-top:0px;
}
.Button140 
{
width:140px;
height:22px;
padding-bottom:0px;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size:10px;
font-weight:bold;
cursor:pointer;
border:none;
color:#ffffff;
background:url(/App_Themes/Default/img/bt_140.gif) no-repeat;