﻿/* REDEFINE HTML TAGS */

body
{
	padding: 0px;
	margin: 10px;
	font-family: Verdana, Sans-Serif, Arial, Heltivica;
	font-size: 0.7em;
	line-height: 150%;
	text-align: center;
	color: #000000;
	background-color: #DDDDDD;
}

p
{
	margin: 0 0 1em 0;
	padding: 0;
}

img
{
	border: none;
}

a:link, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 1em;
	font-weight: bold;
	font-family: verdana, Arial, Sans-Serif;
	color: #FF8000;
	border-bottom: solid 1px #FF8000;
	font-weight: normal;
	margin: 0 -10px 1em -10px;
	padding: 0 0 .2em .5em;
}

h2
{
	font-size: 1em;
	font-weight: bold;
}

h3
{
	font-size: 1em;
	font-weight: bold;
}


input[type="text"], input[type="password"], textarea, select
{
	background-image: url(Images/formcontrolbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
}
textarea 
{
	width:300px;
}


select
{
	width: 255px;
}

fieldset
{
	border-style: solid
}
fieldset
{
	border: none;
}
fieldset legend
{
	display: none;
}
fieldset p
{
	margin: 4px 0;
}
form {
	margin:0;
}

/* GENERAL CLASS */

.cfix
{
	display: inline-block;
}
.cfix
{
	display: block;
}
.cfix:after
{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* LAYOUT DIVS */

#container
{
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	border: solid 1px #3C3330;
	background-color: White;
}

#header
{
	background-color: #3C3330;
	height: 100px;
	padding-left: 20px;
	position:relative;
}
#header h3
{
	position:absolute;
	right:4px;
	bottom:0;
	font-size:11px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	color:#C6C0A2;
	margin:0;
}

#header img
{
	float: left;
}

#header .login
{
	float: right;
	padding: 15px 20px;
	color: #ffffff;
}

#header .login a
{
	color: #ffffff;
}

#menu
{
	background-image: url(Images/menubg.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	height: 25px;
	color: #666666;
	padding: 0 10px 2px 10px;
	position:relative;
}

#menu a
{
	color: White;
}
#menu a.active
{
	padding:2px 4px;
	background-color:#3C3330;
}
#menu a.active:hover
{
	text-decoration:none;
}
#menu div#mtMenu {
    position:absolute;
    top:0;
    right:150px;
    width:180px;
    font-size:11px;
    font-family:Verdana, Sans-Serif, Arial, Heltivica;
    padding:0 2px 0 2px;
    z-index:100;
    display:none;
}
#menu div#mtMenu h4 
{
	height:30px;
	line-height:30px;
	font-size:11px;
	margin:0;
	padding:0;
	text-indent:-99em;
	background-color:#fff;
	opacity:0.01;
	filter:alpha(opacity=0.01);
}
#menu div#mtMenu dl {
    margin:30px 0 0 0;
    padding:0;
    list-style:none;
    border:1px #FF7F00 solid;
    background-color:#fff;
    width:180px;
    float:left;
    position:relative;
}
#menu div#mtMenu dl dt {
    height:2px;
    font-size:2px;
    border-bottom:1px #eee solid;
    margin:0 1px;
    padding:0;
}
#menu div#mtMenu dl dd {
    list-style:none;
    padding:2px;
    margin:0;
    height:16px;
    line-height:16px;
}
#menu div#mtMenu dl dd.tempHid {
    display:none;
}
#menu div#mtMenu dl dd a {
    display:block;
    text-decoration:none;
    text-indent:8px;
    padding-right:8px;
    color:#3C3330;
}
#menu div#mtMenu dl dd a:hover, #menu div#mtMenu dl dd a.active {
    color:#fff;
    background-color:#FF7F00;
    padding:0 8px 0 0;
}

#commandbar
{
	font-size: 10px;
	height: 25px;
	color: #666666;
	padding: 0px 0px;
	clear:both;
}

#content
{
	min-height: 500px;
	padding: 20px;
}

#navigate
{
	float: right;
	margin: 10px 10px 10px 5px;
	padding: 10px;
	max-width: 260px;
	width: 200px;
	display: inline;
	border: solid 1px #CCCCCC;
}
* html #navigate
{
	width: 260px;
}

#navigate ul {text-indent: 0; margin-left: 0; padding-left: 0;}


#wrapper
{
	float: left;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	background-color: #3C3330;
	height: 25px;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
}

#footer p
{
	margin: 0;
	padding: 3px;
}

/* Home Page */
div.homeSearch {width:298px;float:left}
div.homeShows {width:638px;float:right}
div.homeShows h2 {margin:0 0 12px 0}
div.homeShows ul, div.homeShows ul li {list-style:none;padding:0;margin:0}
div.homeShows ul li.hsFocus {float:left;width:478px;height:332px;margin-right:10px}
div.homeShows ul li img {border:none}
div.homeShows ul li.hsFocus img {width:478px;height:332px}
div.homeShows ul li.hsItem {float:right;margin-bottom:10px}
div.homeShows ul li.hsItem, div.homeShows ul li.hsItem img {width:150px;height:104px}

/* Image Slider */
div#imageSlider {width:410px; height: 400px; overflow:hidden}
div.isScreen {padding:5px;text-align:center;margin-bottom:5px;background:#f8f8f8}
div#propertyimg {width:400px;height:300px;display:table-cell;vertical-align:middle;}
div#propertyimg img {vertical-align:middle;}
div.isPanel {height:85px;position:relative}
div.ispControl {height:85px;}
div.ispControl span {width:19px;height:83px;display:block;text-indent:-99em;overflow:hidden;background:transparent url('Images/slider_arrow_film.gif') no-repeat;cursor:pointer}
div.ispControl span.isPrev {float:left;background-position:0 0;}
div.ispControl span.isNext {float:right;background-position:-25px 0;}
div.ispHolder {width:332px;height:83px;position:absolute;top:0;left:39px;overflow:hidden}
div.ispHolder ul#isFilm {height:83px;display:inline;position:absolute;top:0;left:0;list-style:none;margin:0;padding:0}
div.ispHolder ul#isFilm li {float:left;width:100px;height:75px;border:1px solid #ccc;margin:0 4px 0 0;padding:3px;list-style:none;}
div.ispHolder ul#isFilm li div {width:100px;height:75px;text-align:center;display:table-cell;vertical-align:middle;position:relative}
div.ispHolder ul#isFilm li div img {vertical-align:middle}

/* CLASSES */

div.userLogon 
{
	width:453px;
	float:left;
	padding:10px;
	border:1px #ccc solid;
}
.errormessage
{
	width: 400px;
	border: solid 1px red;
	color: Red;
	padding: 5px;
	padding-left: 60px;
	background-image: url(Images/warning.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 50px;
	margin-bottom: 10px;
}
* html .errormessage {height:50px}
div.userLogon .errormessage 
{
	width:auto;
}

.confirmationmessage
{
	width: 400px;
	border: solid 1px Green;
	color: Green;
	padding: 5px;
	padding-left: 60px;
	background-image: url(Images/confirmation.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 50px;
	margin-bottom: 10px;
}
* html .confirmationmessage {height:50px}

.field-validation-error
{
	color: #ff0000;
}

.inputForm
{
	display: block;
}
.inputForm p
{
	display:inline-block;
	overflow:hidden;
}
.inputForm p
{
	display:block;
}
.inputForm p:after
{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.inputForm label
{
	min-width: 170px;
	display: block;
	float: left;
	font-size:11px;
}
* html .inputForm label
{
	width: 150px;
}

/* for IE6 */
* html p.formItem input
{
	background-image: url(Images/formcontrolbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 250px;
}
* html p.formItem input#keyword
{
	width: 273px;
}

div.DivFrame
{
	display: block;
}

div.LeftFix15
{
	float: left;
	width: 15%;
	padding-right: 10px;
	display: block; /*float: left; 	padding: 10px 2% 10px 2%; 	margin: 0px; 	border: 0px; 	background: #FFF; 	width: 50%; 	voice-family: "\"}\""; 	voice-family:inherit; 	width: 46%;*/
}

div.LeftFix20
{
	float: left;
	width: 15%;
	padding-right: 10px;
	display: block; /*float: left; 	padding: 10px 2% 10px 2%; 	margin: 0px; 	border: 0px; 	background: #FFF; 	width: 50%; 	voice-family: "\"}\""; 	voice-family:inherit; 	width: 46%;*/
}

div.LeftFix30
{
	float: left;
	width: 30%;
	padding-right: 10px;
	display: block; /*float: left; 	padding: 10px 2% 10px 2%; 	margin: 0px; 	border: 0px; 	background: #FFF; 	width: 50%; 	voice-family: "\"}\""; 	voice-family:inherit; 	width: 46%;*/
}

div.LeftFix
{
	float: left;
	width: 49%;
	padding-right: 10px;
	display: block; /*float: left; 	padding: 10px 2% 10px 2%; 	margin: 0px; 	border: 0px; 	background: #FFF; 	width: 50%; 	voice-family: "\"}\""; 	voice-family:inherit; 	width: 46%;*/
}

div.LeftFix2
{
	float: left;
	width: 62%;
	padding-right: 10px;
	display: block;
	overflow: hidden;
}
div.LeftFix3
{
	float: left;
	width: 68%;
	padding-right: 10px;
	display: block;
}
div.LeftFix2 img
{
	max-width: 573px;
}
* html div.LeftFix2 fieldset p
{
	width: 573px;
	overflow: hidden;
}
/* for IE6 */
div.LeftFix2 fieldset h2
{
	margin:10px 0 0 0;
}
div.LeftFix2 p
{
	word-wrap: break-word;
	line-height:1.2em;
}
div.LeftFix2 p.userLogo
{
	float:right;
}

div.editLogo p img
{
	max-width: 938px;
}
* html div.editLogo
{
	width: 938px;
	overflow: hidden;
}
div.editLogo
{
	max-width: 938px;
	overflow: hidden;
	float:right;
}
div.editLogo p
{
	text-align:right;
}

div.LeftFix div
{
	float: left;
}

div.FloatLeft div
{
	display: block;
	float: left;
}
div.FloatRight
{
	display: block;
	float: right;
}

div.RightFix80
{
	float: left;
	width: 80%;
	padding-right: 10px;
	display: block; /*float: left;  	padding: 10px 2% 10px 2%; 	margin: 0px; 	border: 0px; 	background: #FFF; 	width: 50%;  	voice-family: "\"}\""; 	voice-family:inherit; 	width: 46%;*/
}

div.FloatRight20
{
	float: right;
	width: 20%;
	padding-right: 10px;
	display: block; /*float: left;  	padding: 10px 2% 10px 2%; 	margin: 0px; 	border: 0px; 	background: #FFF; 	width: 50%;  	voice-family: "\"}\""; 	voice-family:inherit; 	width: 46%;*/
}

div.RightFix65
{
	float: left;
	width: 65%;
	padding-right: 10px;
	display: block; /*float: left;  	padding: 10px 2% 10px 2%; 	margin: 0px; 	border: 0px; 	background: #FFF; 	width: 50%;  	voice-family: "\"}\""; 	voice-family:inherit; 	width: 46%;*/
}

div.RightFix68
{
	float: left;
	width: 68%;
	padding-right: 3px;
	display: block; /*float: left;  	padding: 10px 2% 10px 2%; 	margin: 0px; 	border: 0px; 	background: #FFF; 	width: 50%;  	voice-family: "\"}\""; 	voice-family:inherit; 	width: 46%;*/
}

div.RightFix
{
	float: left;
	width: 48%;
	padding-right: 10px;
	display: block; /*float: left;  	padding: 10px 2% 10px 2%; 	margin: 0px; 	border: 0px; 	background: #FFF; 	width: 50%;  	voice-family: "\"}\""; 	voice-family:inherit; 	width: 46%;*/
}

div.RightFix2
{
	float: left;
	width: 35%;
	padding-right: 10px;
	display: block;
}

div.RightFix div
{
}

div.SearchArea
{
	background-color: Orange;
	display: block;
	float: left;
	padding-right: 0px;
}

div.SearchArea label
{
	min-width: 100px;
	display: block;
	float: left;
}

div.SearchArea input
{
	min-width: 100px;
	max-width: 100px;
}

div.SearchArea select
{
	min-width: 100px;
	max-width: 100px;
	width: 105px;
}

img.MiddleImg
{
	border: none;
	width: 240;
	max-width: 240px;
	height: auto;
	padding-bottom: 10px;
}

div.proItem
{
	padding-left: 250px;
}
div.proItem div
{
	width: 210px;
}
div.proItem span
{
	width: 240px;
	float: left;
	overflow: hidden;
	margin-left: -250px;
	display: inline;
}

div.topHyper div
{
	float: left;
	font-size: 12px;
}
.HiddenForPop
{
	display: none;
	border-top:1px solid #dadada;
	background-color: #f7f7f7;
}
.Clickable
{
	cursor: pointer;
	color: #003a6f;
}
.InputAreaBig
{
	min-width: 600px;
	max-width: 600px;
	min-height: 300px;
	max-height: 300px;
}
.InputLineBig
{
	min-width: 600px;
	max-width: 600px;
}
.InputLineMiddle
{
	min-width: 400px;
	max-width: 400px;
}

div.SearchAreaDefault, div.SearchAreaDefault div.propertySearch
{
	clear: both;
	width: 100%;
}
div.propertySearch, div.propertySearch input, div.propertySearch select {
	font-size:11px;
}
div.SearchAreaDefault div#divArea, div.SearchAreaDefault div#divEmptyArea
{
	width: 100%;
}
div.propertySearch div.psOptions
{
	width: 48%;
	float: left;
}
div.propertySearch div.psArea
{
	width: 48%;
	float: right;
}
div.propertySearch div.psKeysearch
{
	width: 100%;
	clear: both;
}
div.propertySearch div.psKeysearch p
{
	padding-right: 4px;
}
div.propertySearch div.psKeysearch p input
{
	margin-right: -4px;
}
div.propertySearch div.psKeysearch p.formItem input
{
	width: 100%;
	margin-right: 0;
}
div.propertySearch select
{
	width: 100%;
}
div.propertySearch div.psArea select
{
	height: 120px;
}
div.propertySearch form
{
	display:inline-block;
}
div.propertySearch form
{
	display:block;
}
div.propertySearch form:after
{
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
div.propertySearch h2
{
	margin: 0 0 4px 0;
}
div.propertySearch p
{
	margin: 0 0 6px 0;
	text-align: right;
}
div.propertySearch p.exec
{
	margin: 0;
}

div.Description
{
	margin: 0 100px 0 100px;
	background-color:#eed;
    border-color:#888;
    border-width:1px;
    border-style:dashed;
}

div#bookSearchByRefs {
	font-size:11px;
	padding: 10px;
	border: solid 1px #CCCCCC;
	width: 95%;
	margin-top:10px;
}
div#bookSearchByRefs h2 {
	margin:0 0 4px;
}
div#bookSearchByRefs p {
	margin:0 0 4px;
}

/*-------------------Common----------------------*/
.link
{
	color: #003a6f;
	font-size: 10px;
	cursor: pointer;
	text-align: left;
	padding: 5px 5px 5px 5px;
}
.link a
{
	text-decoration: underline;
	margin-right: 3px;
}
.link a:link, #property .link a:visited, #property .link a:active
{
	color: #003a6f;
}
.link a:hover
{
	color: #f60;
	text-decoration: underline;
}

.link p.prop
{
	max-width: 328px;
	overflow: hidden;
}
* html .link p.prop
{
	width: 328px;
	word-wrap: break-word;
}
* html .cliQuoList .link p.prop
{
	width:auto;
}
span.qtname
{
	width: 308px;
	display: inline-block;
	overflow: hidden;
	word-wrap: break-word;
}

.blue
{
	color: #003366;
}
.grey
{
	color: #988882;
}
.red
{
	color: Red;
}

.labelLength
{
    min-width: 170px;	
}

.labelLengthBold
{
    min-width: 170px; font-weight:bold;	
}

.labelShortLeft
{
    min-width: 170px;
	width: 170px;
	display: block;
	float: left;
	
}

.labelLongLength
{
    min-width: 400px;
	width: 380px;
	display: block;
	float: left;
}

table
{
	border: solid 1px #e8eef4;
}
table td
{
	padding: 5px;
}
table th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
}

table.tbInbox th, table.tbInbox td {font-size:10px;line-height:1.3em;color:#003A6F}
table.tbInbox th {padding:5px 3px}
table.tbInbox td {padding:2px 3px;}
table.tbInbox td a {color:#003A6F;text-decoration:underline}
table.tbInbox td a:hover {color:#f60}
table.noBorder{ border-style:none;}
table.noBorder td{ border-style:none; height:16px;}
table.verticalTop td{ vertical-align:top;}
div.inboxWrap {margin-bottom:25px}
div.inboxWrap h3 {margin:14px 0 6px 0;font-size:11px}
p.role {margin:0;text-indent:.5em;line-height:25px;border-bottom:1px #000 solid;background-color:#3C3330;color:#fff}

/*-------------------T&C----------------------*/
textarea#tc {width:100%;font-size:13px}


/*-------------------Form----------------------*/

.form
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
	max-width: 600px;
}
.form
{
	border: none;
}
.form p
{
	margin: 5px 0;
}
.form label
{
}
.form label.inline
{
	display: inline;
}
.form
{
	font-weight: normal;
	padding: 2px 4px 8px 4px;
}
.form[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}
.form[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}

div#createWrapper {
	position:relative;
}
div#createWrapper label {
	min-width:150px;
	width:150px;
}
div#createWrapper select {
	width:200px;
}
div#createWrapper input {
	width:195px;
}
div#createWrapper div#divArea {
	position:absolute;
	top:0;
	left:390px;
}
div#createWrapper div#divArea h5 {
	margin:10px 0 10px 0;
	font-size:12px;
}
div#createWrapper div#divArea label {
	min-width:70px;
	max-width:70px;
	width:70px;
}
div#createWrapper div#divArea select {
	width:200px;
	height:120px;
	background:none;
}
div.BookSearchAgt, div.BookSearchAgt input, div.BookSearchAgt select {
	font-size:11px;
}
div.BookSearchAgt h2 {
    margin:0 0 4px;
}
div.BookSearchAgt p {
	margin:0 0 4px;
}
div.BookSearchAgt p label {
    display:block;
    margin-bottom:2px;
}

div.prof p {
    margin:4px 0;
}
div.inputForm p input {
    font-size:12px;
}
div.inputForm p.formAct {
    padding-top:8px;
}
div.inputForm p.formAct input {
    font-size:13px;
}

/*-------------------Property----------------------*/

.property
{
	border: solid 1px #c1b0a9;
	width: 590px;
	padding:0 5px;
	font-size: 10px;
	min-height: 150px;
	background: #ffffff;
	background-repeat: no-repeat;
	background-position: 8px 10px;
	margin: 5px 5px 10px 30px;
}

.propinfo
{
	width: 400px;
	float: left;
	overflow: hidden;
}
.propimg
{
	float: right;
	margin: 5px 0px 5px 0px;
}
.propimg img
{
	border: 0px;
}

.property h2
{
	font-size: 16px;
	float: left;
	margin: 5px 0;
	font-weight: normal;
	color: #003366;
	display: block;
	clear: both;
}
.property p
{
	margin: 5px 5px 5px 10px;
	text-align: left;
	display: block;
	clear: both;
}
.property title
{
	color: #CCC;
	font-size: 12px;
	text-align: left;
	margin: 5px 0px 5px 10px;
}


.propinfo .eidt
{
	float: right;
	text-align: right;
}

#propertydetail
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}
#propertyimg
{
	margin-left: auto;
	margin-right: auto;
}
#propertydesc
{
	margin: 10px 20px 10px 20px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
#protertyinfo
{
	border: solid 1px #c1b0a9;
	padding: 5px 20px 5px 20px;
	font-size: 10px;
	background: #ffffff;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#propertyimg img
{
}
.album
{
	width: 480px;
	margin: 5px 0 px 0px;
}
.album img
{
    cursor:pointer;
}

#protertyinfo h3
{
	font-size: 12px;
	float: left;
	margin: 5px;
	font-weight: normal;
	color: #003366;
	display: block;
	clear: both;
}
#protertyinfo p
{
	margin: 5px 5px 5px 10px;
	text-align: left;
	display: block;
	clear: both;
}
Div.Comments
{
	border-style: dashed;
	border-width: 1px;
}

/*------------------- Viewing ----------------------*/

ul.viewRequestList, ul.viewRequestList li {
	list-style:none;
	margin:0;
	padding:0;
}
ul.viewRequestList li {
	margin:8px 0 12px 0;
}
ul.viewRequestList li h4, ul.viewRequestList li p {
	font-size:10px;
	font-weight:normal;
}
ul.viewRequestList li h4 {
	margin:0;
	height:22px;
	line-height:22px;
	border-bottom:1px #aaa solid;
}
ul.viewRequestList li h4 a {
	text-decoration:underline;
}
ul.viewRequestList li h4 em {
	color:#aaa;
}
ul.viewRequestList li p {
	line-height:1.3em;
	margin:.2em 0 .5em 0;
}

/*-------------------Quote----------------------*/
#quotelist
{
	margin: 5px 0px 5px 30px;
}
#quotelist table
{
	margin: 5px 5px 5px 10px;
	text-align: left;
	display: block;
	clear: both;
}
#quotelist h2
{
	font-size: 16px;
	float: left;
	margin: 5px;
	font-weight: normal;
	color: #003366;
	display: block;
	clear: both;
}


.Bulletin span
{
	padding-right: 10px;
	padding-left: 20px;
	font-size: 12px;
}
table
{
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: Black;
}
td
{
	border-width: 0px 1px 1px 0px;
	margin: 0px;
	border-style: solid;
	border-color: Black;
	padding: 0px;
	border-spacing: 0px;
}
th
{
	border-width: 0px 1px 1px 0px;
	margin: 0px;
	border-style: solid;
	border-color: Black;
	padding: 0px;
	border-spacing: 0px;
}
textarea
{
	min-width: 300px;
	min-height: 130px;
}
* html p.formItem textarea
{
	width: 300px;
	height: 130px;
}

div#quotePropertyDetail 
{
	margin-bottom:190px;	
}
div#quoteInfoForm 
{
	margin-bottom:10px;
}
div#quoteInfo 
{
	position:absolute;
	top:70px;
	left:0;
}

div.viewingList {
    padding-left:20px;
}

/*-------------------Breadcrumb----------------------*/
.breadcrumb
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-right: 0px;
	min-height: 260px;
}
.breadcrumb ul
{
	list-style: none;
	padding-left: auto;
}
.breadcrumb li
{
	background-image: url(Images/ask.png);
	background-repeat: no-repeat;
	padding-left: 26px;
}
.breadcurmb li.ready
{
	background-image: url(images/ask.png);
}
.breadcrumb li.ok
{
	background-image: url(images/info.png);
}
.breadcrumb li.mail
{
	background-image: url(images/inbox.png);
	margin-top: 15px;
}
.breadcrumb li.info
{
	background-image: url(images/info.png);
}
.breadcrumb li ul
{
	list-style: none;
	padding: 0px;
	margin: 0;
}
.breadcrumb li ul li
{
	background: none;
	padding-left: 0px;
	color: #333;
	font-size: 10px;
}
.breadcrumb li.infoitem
{
	margin-left: 2px;
	color: Olive;
}
.breadcrumb inbox
{
	float: left;
	background-image: url(Images/inbox.png);
}
.breadcrumb a
{
	display: block;
	color: blue;
	font-weight: normal;
	padding: 4px;
	text-decoration: underline;
	margin: 2px;
}
.breadcrumb .bordera
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
.selectedMenuItem a
{
	background-color: White;
}

/*-------------------Operations Form----------------------*/
div.opWrap
{
	display: inline-block;
}
div.opWrap
{
	display: block;
}
div.opWrap:after
{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div.opWrap form
{
	float: left;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	display: inline;
}

/*-------------------Picture List----------------------*/
ul.picList
{
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
}
ul.picList li
{
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
	display: inline-block;
}
ul.picList li
{
	display: block;
}
ul.picList li:after
{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul.picList li div.i
{
	float: left;
	margin-right:10px;
	display: inline;
}
ul.picList li div.i div.opWrap form
{
	margin-right: 0;
}
ul.picList li h5
{
	margin: 0;
}

ul.roomPicLite
{
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
ul.roomPicLite li
{
	list-style: none;
	float: left;
	padding: 4px;
	border: 1px #ccc solid;
	margin: 5px 3px;
	display: inline;
}
ul.roomPicLite li img
{
    display:block;
}

/*-------------------Admin----------------------*/
.adminWrap div.aUserList table
{
	width: 100%;
}
.adminWrap div.aUserList table td p
{
	margin: 0;
}
.adminWrap div.aUserList table td p.mName
{
	width: 100px;
	word-wrap: break-word;
	overflow: hidden;
}
.adminWrap div.aSearch p label
{
	width: 120px;
	display: block;
	float: left;
}

div#adminList
{
	width: 1000px;
	margin-bottom: 30px;
	overflow-x: auto;
	overflow-y: hidden;
}

div.clientProfileAMode
{
}
div.clientProfileAMode p.clientProfileLogo
{
	width: 800px;
	overflow: hidden;
}
div.clientProfileAMode p.clientProfileLogo img
{
	max-width: 800px;
}

table.aLiveBox, table.aInvoiceList, table.aItemList
{
	font-size: 10px;
	width: 100%;
	line-height:1.2em;
	border:none;
}
table.aLiveBox {background-color:#666;}
table.aLiveBox th {border:none;}
table.aLiveBox thead th {cursor:pointer}
table th.colHeaderOver {background-color:#abd}
table th.colHeaderLink {background-color:#e8eef4}

/* for property search result list */
table th.colHeaderOverPropList 
{
	color: #FFFFFF;
	background-color: #DD4600;
}
table th.colHeaderLinkPropList 
{
	color: #FFFFFF;
	background-color:#FF7F00;
}

table.aLiveBox td {border:none;padding:2px 4px;background-color:#f8f8f8}
div.aItemScroll {width:960px;overflow-x:auto;overflow-y:hidden}
table.aItemList thead th p {margin:0;}
div.statusLegend {font-size:10px;padding:5px;}
div.statusLegend span {padding:1px 2px}

table.bLiveBox
{
   font-size: 10px;
	width: 100%;
	line-height:1.2em;
    table-layout:fixed;
}

table.bLiveBox th {border-color:#fff; white-space:pre-wrap;}

table.tbSty1, table.tbSty1 th, table.tbSty1 td {border:none;font-size:10px}
table.tbSty1 {background-color:#e1e1e1}
table.tbSty1 th {background-color:#E8EEF4}
table.tbSty1 td {background-color:#fff;line-height:1.3em;}

div.admViewingCont {}

div.newsListAdm {
    border:1px Solid #ccc;
    width:478px;
    padding:8px 0;
    float:right;
    margin-right:-10px;
    display:inline;
    font-size:11px;
}
div.newsListAdm div {
    padding:0 4px;
    margin:0 4px;
}
div.newsListAdm div div {
    padding:0;
    margin:0;
    font-size:10px;
    line-height:1.3em;
}
div.newsListAdm div span.uTime {
    font-style:italic;
    font-size:10px;
}
div.newsListAdm div div p {
    margin:0 0 .3em;
}
div.newsEditAdm {
    border:1px Solid #ccc;
    width:472px;
    padding:8px;
    float:left;
    margin-left:-10px;
    display:inline;
}
div.newsEditAdm p {
    margin-bottom:6px;
}
div.newsEditAdm p label {
    display:block;
    margin-bottom:2px;
    font-size:11px;
}
div.newsEditAdm p input, div.newsEditAdm p textarea {
    font-size:12px;
}
div.newsEditAdm p.formAct input {
    font-size:13px;
}
div.newsEditAdm p textarea {
    height:120px;
    width:99%;
    overflow:auto;
}

div.ubInfoAdm p 
{
	margin:4px 0;
}
div.ubInfoAdm p span
{
	font-size:11px;
}
div#basic p {
	margin:0;
}
div#requests, div#bookings, div#properties {
	padding-left:0;
	padding-right:0;
}

/* -------------------- Invoice --------------------------------  */

div.invoiceInfoGrid {
    margin:8px 0;
}
div.invoiceInfoGrid table {
    border:none;
}
div.invoiceInfoGrid table td {
    padding:2px 10px;
    font-size:11px;
    border:none;
    line-height:1.2em;
    border-bottom:1px #eee solid;
}

@media print
{
	h1, h2, h3
	{
		display: none;
	}
	#header
	{
		display: none;
	}
	#menu
	{
		display: none;
	}
	#navigate
	{
		display: none;
	}
	#footer
	{
		display: none;
	}
	#commandbar
	{
		display: none;
	}
	.NonPrint
	{
	    display: none;
	}
	form
	{
		display: block !important;
	}
	table.NeedPrint
	{
	 border-style:solid;
	  border-width:1pt;
	   border-bottom-width:0pt;
	   border-right-width:0pt;
	   border-color:Black;
	    background-color:Black;
	}
	table.NeedPrint td, th, th.NeedPrint,thead th.NeedPrint
	{
	 border-style:solid;
	  border-bottom-width:1pt;
	  border-right-width:1pt;
	  border-left-width:0pt;
	  border-top-width:0pt;
	   border-color:Black;
	}
	a:link,a:visited {
    color: #000000;
    }


}

/* tables */
table.tablesorter
{
	border: solid 1px #e8eef4;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: Black;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header
{
	background-image: url(Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right:20px;
}
table.tablesorter thead tr .headerNoImg
{
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td
{
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td
{
	background-color: #F0F0F6;
}
table.tablesorter thead tr .headerSortUp
{
	background-image: url(Images/asc.gif);
}
table.tablesorter thead tr .headerSortDown
{
	background-image: url(Images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
	background-color: #8dbdd8;
}


div.tablesorterPager
{
	padding: 2px 0 2px 0;
	height: 21px;
	float: left;
	overflow: hidden;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span
{
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev
{
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next
{
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input
{
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}


/* Pager */
.pager
{
	margin: 8px 3px;
	padding: 3px;
}

.pager .disabled
{
	border: 1px solid #ddd;
	color: #999;
	margin-top: 4px;
	padding: 3px;
	text-align: center;
}

.pager .current
{
	background-color: #06c;
	border: 1px solid #009;
	color: #fff;
	font-weight: bold;
	margin-top: 4px;
	padding: 3px 5px;
	text-align: center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a
{
	border: 1px solid #c0c0c0;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
}

img.sortArrow
{
	width:11px;
	height:14px;
	vertical-align:middle;
}


/* Date Picker */
input.hasDatepicker
{
	width: 100px;
}

/* Search Result */
table.aSearchResult
{
	font-size: 10px;
	width: 100%;
	line-height: 1.5em;
	background:#000;
	border:none;
}

table.aSearchResult thead th
{
	cursor: pointer;
	border:none;
}

table.aSearchResult td
{
	background:#fff;
	border:none;
	padding: 2px 4px;
}

table.aSearchResult td.aCheck
{
    text-align: center;
}

table.aSearchResult tr.aAlternative
{
	background-color: #C9C1A4;
}

table.aSearchResult td.aAlternative
{
	background-color: #C9C1A4;
}

.HeroPropertySearch, .HeroAdditionalInfo
{
    width: 250px;
    font-size: 0.8em;
    height: 340px;
    overflow:hidden;
    background-image: url(HeroImages/apartmentsearch.jpg);
    background-repeat:no-repeat;
    color: #3C3330;
    font-weight:bold;
}

.HeroAdditionalInfo 
{
    background-image: url(HeroImages/additionalinfo.jpg);
    margin-top: 10px;
    font-size: 1em;
}
    
.HeroAdditionalInfo a {color: #3C3330;}


.HeroPropertySearch select {font-size: 10px; width: 230px;}
.HeroPropertySearch select#areas {height:56px}
.HeroPropertySearch input {font-size: 10px;}
.HeroPropertySearch input[type="text"] {width: 220px;}


.HeroPropertySearch p, .HeroAdditionalInfo p {margin: 0; padding: 0; margin-bottom: 3px;}

.HeroPropertySearchInside {margin: 10px; margin-top: 55px;}

.HeroBreadcrumbBar
{
    width: 100%;
    height: 27px;
    background-image: url(HeroImages/breadcrumbbg.jpg);
    background-repeat: repeat-x;
    margin-top: -2px;
    margin-bottom: 0px;
    color: #3C3330;
    font-size: 10px;
    font-weight: bold;
}

.HeroBreadcrumbBar p {padding: 0; margin-left: 10px; margin-right: 10px; padding-top: 3px;}

/* .role a{float:right; padding-right: 10px; padding-left: 20px; color: #fff; display: inline; background: url(Images/mail.gif) no-repeat left top;} */

.sendMsg2This:link {
	FONT-SIZE: 12px; TEXT-DECORATION: none; display: block; float:right; padding-right: 10px; padding-left: 20px; color: #fff;
}
.sendMsg2This:visited {
	FONT-SIZE: 12px; TEXT-DECORATION: none; float:right; padding-right: 10px; padding-left: 20px; color: #fff;
}
.sendMsg2This:active {
	FONT-SIZE: 14px; TEXT-DECORATION: none; float:right; padding-right: 10px; padding-left: 20px; color: #fff;
}
.sendMsg2This:hover {
	font-size: 14px; float:right; padding-right: 10px; padding-left: 20px; color: #fff;
}

.mailContent { width: 500px; height: 300px; min-height: 300px;}

.countryLinksSelected
{
 font-weight:bold;
}
    





/* ADDED BY IAN BANKS, 30/10/09 - CURVED BOX */
.cbcurvedbox { background: url(HeroImages/curvedbox_fill.gif) repeat; }
.cbtop div  { background: url(HeroImages/curvedbox_tl.gif) no-repeat top left; }
.cbtop      { background: url(HeroImages/curvedbox_tr.gif) no-repeat top right; }
.cbbot div  { background: url(HeroImages/curvedbox_bl.gif) no-repeat bottom left; }
.cbbot      { background: url(HeroImages/curvedbox_br.gif) no-repeat bottom right; }


.cbtop div, .cbtop, .cbbot div, .cbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.cbcontent  { margin: 0 14px;}


#BookingSearchByRef input[type=text] {width: 80%}
