/***********************************/
/* Exclusive Use
/* Robert Wilson 09-2008
/**********************************/
/* --------- Main Elements ---------*/
body
{
    font: 67% Tahoma,Arial,Helvetica,sans-serif; /* font:67% "Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif; */
    cursor: default;
    margin: 0;
    background-color: #fdfdfd;
}

html
{
    height: 100%; /* background-color:#eee; */
}
/* --------- Elements ---------*/
p, li, .normaltext
{
    padding-top: 6px;
    padding-left: 2px;
    font-size: 1.05em;
    line-height: 1.5em;
    color: #3c3c3c;
    letter-spacing: 1px;
}
.eu_tab ul
{
    margin-left: 25px;
}
li
{
    background: url(../Images/Structure/bullet.gif) no-repeat 0 14px;
    padding-top: 10px;
    line-height: 1.3em;
    padding-left: 15px;
    font-size: 1em;
}
a
{
    color: #622281;
    text-decoration: none;
}
.underline a
{
    text-decoration:underline !Important;
}
a:link
{
}
a:visited
{
    color: #622281;
}
a:hover
{
    text-decoration: underline;
}
/* --------- Main Wrapper ---------*/
table#wrapper
{
    width: 984px;
    height: 100%;
    margin: 0px auto;
    text-align: left; /* border-left:solid 4px #622281; 	border-top:solid 4px #622281; 	border-right:solid 1px silver; 	border-bottom:solid 1px silver; */
    background-color: #fefefe;
}
td
{
    vertical-align: top;
}
/* --------- Logo & Menus ---------*/
div#logo
{
    width: 250px;
    margin: 20px 0 14px 16px;
    padding: 0 0 0 0;
    float: left;
}
div#top_menu
{
    float: right;
    width: 700px;
    text-align: right;
    padding-top: 4px;
    margin: 20px 16px 0 0;
    z-index: 99;
}
div#top_menu li
{
    display: inline;
    border-left: 1px silver solid;
    font-family: Tahoma;
    font-size: 1em;
    color: #622281;
    letter-spacing: 1px;
    padding: 0 2px 0 5px;
    background-image: none;
}
div#top_menu a
{
    text-decoration: none;
    padding: 6px 4px 4px 4px;
    border-bottom: solid 2px white;
    line-height: 2em;
    vertical-align: middle;
}
div#top_menu a:hover
{
    cursor: pointer;
    border-bottom: solid 2px #BDA051;
    background-color: #f6f6f6;
}
.rli
{
    border-right: 1px silver solid;
}
/* --------- Main Image banner ---------*/
div#banner_image
{
    width: 765px;
    height: 177px;
    background: url(../Images/Structure/Backgrounds/banner_drop_shadow.gif) no-repeat bottom right;
    z-index: 99;
    float: left;
    margin: 0;
    padding-left: 18px;
    overflow: hidden;
}
div#mainsection
{
    clear: both;
}
/* --------- Right Margin ---------*/
div#right_margin
{
    width: 170px;
    text-align: center;
    margin: 0 0 0 6px;
    padding: 1px 6px 0 6px;
}
div#propertyselections
{
    margin: 10px 0 5px 0;
    text-align: left;
    position:relative;
    padding:0 0 0 3px;
}
div#propertyselections p
{
    margin: -5px 0 0 0;
    padding: 1px 0 0 0;
    color: #622281;
}
.ddl
{
    margin: 0 0 9px 0;
    color: #333;
}
div#eventscalendar
{
    margin: 0;
    padding: 0;
    border: solid 1px #622281;
    width: 165px;
    height: 408px;
    overflow: hidden !important;
}
div.inner
{
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden !important;
}
.Hidden
{
    overflow: hidden !important;
}

/* --------- Left Menu ---------*/
div#menu_left
{
    clear: left;
    float: left;
    margin-top:-14px;
    padding: 25px 0px 0 21px;
    width: 134px;
    color: #622281;
    letter-spacing: 1px;
}
div.menu_left_top_item
{
    border-top: solid 1px #BDA051;
}
div.menu_left_item
{
    /* border-left:solid 1px silver; */
    background-color: #f6f6f6;
    border-bottom: solid 1px #BDA051;
}
div.menu_left_item a
{
    display: block;
    padding: 7px 10px 7px 10px;
    text-decoration: none; /* border-bottom:solid 2px white; */
}
div.menu_left_item a:hover
{
    background-color: #622281;
    color: white; /* border-bottom:solid 2px #BDA051; */
}
/* --------- Footer ---------*/
div#footer
{
    clear: both;
    padding: 30px 0 25px 0;
    color: #622281;
    font-size: 0.9em;
    letter-spacing: 1px;
    width: 786px;
}
span.footercopy
{
    padding-left: 30px;
}
span.footerlinks
{
    padding-left: 180px;
}
span.footerlinks a
{
    padding: 0 10px 0 8px;
}
div#footercontact
{
    position: relative;
    margin: 30px 10px 25px 10px;
    bottom: 0;
    text-align: center;
}
/* --------- Content Footer ---------*/
div#content_footer
{
    clear: both;
    color: #622281;
    font-size: 0.9em;
    letter-spacing: 1px;
    width: 600px;
    margin: 20px 0 20px 25px;
    padding-left: 158px;
}
/* --------- Input Forms ---------*/
div.inputform
{
    margin-top: -15px;
}
.inputformlabel
{
    font-size: 1em;
    color: #622281;
    padding: 15px 0 4px 0;
    letter-spacing:1px;
}
div.inputform .euinput, textarea
{
    font-size: 1.1em;
    padding: 1px 2px 1px 2px;
    background-color: #efefef;
    border-color: #cccccc;
    border-style: inset;
    border-width: 1px;
}
div.inputform .euinput:focus, textarea:focus
{
    background-color: #F0E1F0;
}
.buttons
{
    padding: 15px 0 20px 0;
}

/* --------- Text Styles ---------*/
h1
{
    font-size: 1.5em;
    color: #622281;
    letter-spacing: 2px;
    font-weight: normal;
    margin: -2px 0 1em 0;
}
h2
{
    font-size: 1.25em;
    color: #622281;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 5px 0 5px 0;
}
h3
{
    font-size: 1.2em;
    color: #622281;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 10px 0 0 0;
}
h4
{
    font-size: 1em;
    color: #622281;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 3px 0 0 0;
}
h5
{
    font-size: 0.9em;
    color: #622281;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 3px 0 0 0;
}


.box_titlebar
{
    font-size: 1.1em;
    font-weight: bold !important;
    line-height: 1.6em;
    color: #622281;
    letter-spacing: 2px;
    font-weight: normal;
    background: url(../Images/Structure/Backgrounds/Tall.png) repeat-x top left;
    padding: 3px 0 2px 0;
    border-bottom: 1px solid #aaa;
}
.bt_searchportfolio
{
    background: url(../Images/Structure/Backgrounds/TallMauve.png) repeat-x top left;
}
.adverts
{
    border-top: solid 1px #eaeaea;
    height: 20px;
    padding-top: 7px;
    padding-bottom: 0;
}
.buttondescriptor
{
    font-size: 0.9em;
    color: #622281;
    letter-spacing: normal;
}
/*********************************************/
.inputlabel
{
    text-align: left;
    padding-left: 14px;
}
.textbox
{
    font-size: 1em;
    color: #3c3c3c;
}
.watermarked
{
    color: #ccc;
}
.indent40
{
    padding-left: 40px;
}
p.indent40
{
    padding-top: 20px;
}
span.bold
{
    font-weight: bold;
}
.tiny
{
    font-size: xx-small;
    color: #622281;
}
/* nicer hr's */
div.divider hr
{
    display: none;
}
div.divider
{
    margin-top: 3px;
    height: 3px;
    border-top: solid 1px silver;
    width: 100%;
}
div.imagebuttons
{
    clear: both;
    padding: 10px 0 30px 0;
    margin: 0;
    text-align: center;
}
div.clear
{
    clear: both;
}
.notvisible
{
    visibility: hidden;
}
.margintop15
{
    margin-top: 15px;
}
.marginleft15
{
    margin-left: 15px;
}
.marginright15
{
    margin-right: 15px;
}
.padright30
{
    padding-right: 30px;
}
.padtop4
{
    padding-top: 4px;
}
.warning
{
    color: #c00;
}
.readonly
{
    color: #999;
}
.link
{
    cursor: pointer;
}
/* --------- Help Tooltips ---------*/
.HelpIcon
{
    vertical-align: top;
    padding: 2px 0 0 2px;
}
.HelpToolTip
{
    border: solid 1px silver;
    font-size: 1em;
    background-color: Yellow;
    padding: 2px 5px 2px 5px;
}
.HelpDivider
{
    border-top: solid 1px silver;
    padding-top: 2px;
    margin-top: 3px;
}
/* -------- Gridview Displays -------*/
.gridview th, .gridview td
{
    padding: 6px 20px 6px 10px;
    border: 1px solid silver;
}
.gridview th
{
    font-weight: bold;
}
/* -------- Shortlist Button -------*/
.shortlistButton
{
    position: absolute;
    top: 17px;
    right: 8px;
    z-index: 1;
    height: 11px;
    text-align:center;
}
div#phoneNumber
{
    clear:both;
    padding:0px 0 3px 0;
    margin:8px 0 0 0 !Important;
    width: 167px;
    text-align:center;
    background-color: #622281;
    background: url(../Images/Structure/Backgrounds/VeryTallMauve.png) repeat-x top left;
    color:White;
    
    font-size: 1.5em;
    letter-spacing: 2px;
    font-weight: normal;
    border-top:1px solid silver;
}
.searchAllAny
{
    padding:3px 0 0 15px;
    color: #622281;
    font-size:10px;
    white-space:nowrap;
}
.searchAllAny input
{
    white-space:nowrap;
}

