/*
	EWM Realtors V3
	Author: Fernando Herrera
*/

/* Default HTML Tags 
---------------------------------------- */
body { margin: 0; padding: 0; }
body, div, span, p, ul, li, td, th, input, select, textarea, button  { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; font-size: 10pt; }
p { line-height: 1.5em; margin: 0.5em 0;}
h1+p, h2+p, h3+p { margin-top: 0; padding-top: 0; }
hr { height: 1px; padding: 0px; border: 1px solid; }
ul { margin: 10px 0; padding: 0 0 0 40px; }
ul li { margin: 0.5em 0; }
ol { list-style: decimal inside none; margin: 1em 0; }
ol li { margin-left: 1em; margin-top: 0.5em; }
input, button { padding: 0 3px; }
pre { margin: 5px; padding: 5px; }
a img { border: none; }


/* General Headings
---------------------------------------- */
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h1, h2, h3 { font-weight: normal; margin-top: 5px; }
h4 { margin: 0; padding: 7px 0 0 0; }

/* Custom Headings */
#announcements h1 { margin: 0; padding: 10px 15px; font-size: 22px; font-weight: normal; line-height: 22px; letter-spacing: -1px; }


/* Main blocks
---------------------------------------- */
#wrapper { position: relative; margin: 20px auto; padding: 0; width: 990px; }
#header { padding: 10px 5px 0 5px; }
#pm { float: right; margin: 5px; padding: 3px 10px; text-align: left; font-size: 8pt; }
#livehelp { position: absolute; top: 8px; left: 500px; }
#livehelp img { float:left; vertical-align:middle; margin-right:10px; }
#content { margin: 0; padding: 5px 20px; }
#footer { clear: both; margin: 20px 0 0 0; padding: 5px 0; font-size: 10px; text-align: center; }
#column1 { float: left; width: 66%; }
#column2 { float: right; width: 33%; margin: 0 1px; }
#progressContainer, #loadingbox { position: absolute; top: 50%; left: 50%; width: 300px; padding: 10px 0; margin-left: -150px; text-align: center; z-index: 1; }
#adwizardnav { margin: 10px 0; padding: 5px; }


/* tab menu 
---------------------------------------- */
#tabmenu { margin: 0; padding: 25px 0 5px 15px; font-size: 12px; font-weight: bold; }
#tabmenu ul { list-style: none; margin: 0; padding: 0; }
#tabmenu ul li { display: inline; margin: 0; list-style: none; }
#tabmenu ul li a { padding: 5px 10px; text-decoration: none; }
#tabmenu .here a { padding: 5px 10px; text-decoration: none; }


/* alt tabs 
---------------------------------------- */
.tabs { margin: 0; padding: 10px 0 3px 0; font-size: 12px; font-weight: bold; }
.tabs ul { list-style: none; margin: 0; padding: 0 0 3px 5px; }
.tabs ul li { display: inline; list-style: none; margin: 0; }
.tabs ul li a { margin: 0 1px; padding: 3px 10px; text-decoration: none; }
.tabs .here a { padding: 3px 10px; text-decoration: none; }
.tabs .options { margin: 0 0 3px 0; padding: 7px 15px; font-weight: normal; }


/* Module Admin options
---------------------------------------- */
#adminbar { margin: 0; padding: 0; }
#adminbar #user-selector { float: right; margin: 0.5em; text-align: left; }
.module-menu { float: right; margin: 0.5em; }
.module-menu ul { margin: 0; border: none; padding: 0; list-style: none; }
.module-menu ul ul {
  margin: 0;
  border: none;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  background: #000;
}
.module-menu ul ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
/* Root Menu */
.module-menu ul a {
  padding: 0.5em 1em;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #f3f3f3 url(images/ui/ui-bg_highlight-soft_f3f3f3.gif) 50% top repeat-x;
  color: #000;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  border: 1px solid #ddd;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
}

/* Root Menu Hover Persistence */
.module-menu ul a:hover,
.module-menu ul li:hover a {
  background: #495495;
  color: #fff;
}

/* 2nd Menu */
.module-menu ul li:hover li a {
  width: 200px;
  float: none;
  padding: 0.5em 1em;
  border: 1px solid #000;
  background: #000;
  color: #aaa;
  display: block;
}

/* 2nd Menu Hover Persistence */
.module-menu ul li:hover li a:hover,
.module-menu ul li:hover li:hover a {
  background: #333;
  color: #fff;
}

/* 3rd Menu */
.module-menu ul li:hover li:hover li a {
  background: #000;
  color: #aaa;
}

/* 3rd Menu Hover Persistence */
.module-menu ul li:hover li:hover li a:hover,
.module-menu ul li:hover li:hover li:hover a {
  background: #333;
  color: #fff;
}

/* 4th Menu */
.module-menu ul li:hover li:hover li:hover li a {
  background: #000;
  color: #aaa;
}

/* 4th Menu Hover */
.module-menu ul li:hover li:hover li:hover li a:hover {
  background: #333;
  color: #fff;
}

.module-menu ul ul ul,
.module-menu ul ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
}

/* Do Not Move - Must Come Before display:block for Gecko */
.module-menu ul li:hover ul ul,
.module-menu ul li:hover ul ul ul {
  display: none;
}
.module-menu ul li { margin: 0; border: none; padding: 0; float: left; display: inline; list-style: none; position: relative; }
.module-menu ul li:hover ul,
.module-menu ul ul li:hover ul,
.module-menu ul ul ul li:hover ul {
  display: block !important;
  display: inline; /*For IE*/
}


/* profile page content 
---------------------------------------- */
#photo { margin: 0; padding: 5px; width: 150px; }
#photo img, .photo { padding: 5px; }


/* Messages 
---------------------------------------- */
.ok,
.info,
.warning,
.error,
.new,
.pending,
.completed,
.accepted,
.processing,
.cancelled { font-size: 12px; font-weight: bold; }


/* News Articles 
---------------------------------------- */
#article h1 { padding: 10px 0 7px 0; }
#article span.date { display: block; font-size: 10pt; font-weight: bold; }
#article span.byline { display: block; font-size: 10pt; font-style: italic; }
#article .summary { margin: 0; padding: 15px 40px; font-size: 11pt; font-weight: normal; font-style: italic; }
#article .body { margin: 0; padding: 10px 40px; }
#article #tools { text-align: right; }


/* Custom Classes 
---------------------------------------- */
.clear { clear: both; }
.hide { display: none; }
.address { font-weight: bold; }
.price { font-weight: bold; }
.bulletin { text-decoration: none; }
.area { width: 220px; float: left; }
.inlinelist li { float: left; margin: 0; padding: 0 0 0 13px; width: 230px; list-style: none; }
.biglabel { font-size: 1.4em; font-weight: bold; line-height: 1.5em; }
.largetext { font-size: 1.3em; line-height: 1.3em; }
.padded { padding: 5px; }
.left { float: left; }
.right { float: right; }
.panel { margin: 0.5em 0; padding: 0.5em !important; }
.vendor { float:left; width:50%; height:200px; text-align:center; }

.filter-list {padding:0; margin:0;}
.filter-list li {margin:0 0 3px 0; list-style:none;}

/* widths */
.w20p { width: 20%; }
.w25p { width: 25%; }
.w30p { width: 30%; }
.w33p { width: 33%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w75p { width: 75%; }
.w80p { width: 80%; }

/* rolodex alpha browse */
.alphalist { float: left; list-style: none; margin: 0; padding: 0; }
.alphalist li { float: left; list-style: none; margin-right: 2px; font-size: 10pt; font-weight: bold; text-align: center; }
.alphalist li a { padding: 2px 5px; }

/* Custom Form elements */
#adform, #schedule { position: relative; width: 500px; margin: 7px 0px 7px 0px; }
.report-date-combo { font-size:14pt; }


/* Photo Manager & Listing Info
---------------------------------------- */
.photo { position: relative; float: left; width: 200px; height: 220px; margin: 5px; padding: 5px; border: 1px solid #ccc; font-size: 12px; font-weight: bold; text-align: center; background: #eee; }
.photo .image { height: 150px; margin-bottom: 2px; text-align: center; }
.photo div.options { margin: 5px; text-align: left; font-size: 10px; font-weight: normal; }
.photo span.name { display: block; text-align: center; width: 180px; }
.photo span.del { position: absolute; bottom: 5px; right: 5px; width: 16px; }
.photo a { cursor: pointer; }

#listinginfo { padding: 0 0 5px 0; font-size: 11px; text-align: center; }
#listinginfo h2 { margin: 15px 0 5px 0; padding: 2px 0; border: none; text-align: center; font-size: 14px; }
#listinginfo img { padding-top: 5px; }
#listinginfo .options { margin: 3px 0; text-align: right; }
#listinginfo table.form td.label { padding-right: 4px; }

table.simplelist { padding: 0px 15px 5px 15px; }
	.simplelist th,
	.simplelist td { padding: 5px; font-size: 11px; }
	.simplelist td.headline a { font-weight: normal; text-decoration: none; }
	.simplelist td.date { text-align: right; }
	


/* Paging Controls for .NET */
.pagingcontrol { margin: 5px 0; text-align: right; }
.pagingcontrol * { vertical-align: text-top; }


/*	Login Page 
---------------------------------------- */
#loginbox {
	float: left;
	width: 250px;
	margin: 10px 0 0 10px;
	text-align: left;
}
#logincontent {
	margin: 0 10px 10px 310px;
	padding: 0;
}

/* Login Box */
.login th {
	padding: 5px 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.login td {
	padding: 1px;
	font-size: 11px;
}
.login input[type="submit"] { padding: 0 5px; }

/* hide main menu and personal links on login page. */
#helpstar { display: none; }
body#loginpage .mainmenu,
body#loginpage #pm { display: none; }



/* Home Page 
---------------------------------------- */
.agentcenter { width: 500px; padding: 5px 10px; margin: 0 10px; }
.agentcenter h3 { padding-bottom: 7px; }
.agentcenter .section { padding: 5px 5px 5px 90px; }
.agentcenter .section ul { margin: 0; padding: 0; list-style: none; }
.agentcenter .section ul li { list-style: none; }
.agentcenter .quote { margin: 10px 0; padding: 5px; font-size: 11pt; font-weight: bold; text-align: right; }
.agentcenter .quote cite { font-size: 10pt; font-weight: normal; }

.special a { display: block; height: 40px; padding: 25px 10px 0 80px; text-decoration: none; font-weight: bold; }


/* Birthdays page
---------------------------------------- */
.bday { position: relative; float: left; width: 250px; height: 110px; margin: 5px 10px; padding: 0; }
.bday img { float: left; margin-right: 5px; padding: 0; height: 86px; }


/* Profile 
---------------------------------------- */
.profile { position: relative; margin: 5px; padding: 0 0 0 150px; }
.profile img { position: absolute; top: 0px; left: 0px; margin-right: 5px; padding: 0; width: 110px; }
.profile span.name { margin: 0; padding: 0; font-size: 22px; font-weight: normal; line-height: 26px; letter-spacing: -1px; }


/* Folder View 
---------------------------------------- */
.dir { margin: 1em; padding: 1em; }
.dir li { padding: 0.1em; }
.dir li.folder { padding: 0 0 0 4px; }
.dir li.folder ul { padding: 0 0 0 20px !important; }
.dir li.file { list-style-image: none; list-style: none; }
.dir a { text-decoration: none; padding: 0 0 0 22px; }


/* Fat Erik's Pipelist
---------------------------------------- */
.pipelist { list-style: none; padding: 0; margin: 0 0 10px 0; }
.pipelist li { display: inline; padding: 0; margin: 0; }
.pipelist li a { padding: 0.5em; margin: 0; }
.pipelist li a:hover { background: #495495; color: #fff; }
.pipelist li.here a { background: #495495; color: #fff; }

/*Win IE browsers - hide from Mac IE\*/
* html .links { height: 1%; }
* html .links li { display: block; float: left; }

/*End hide*/
/*Mac IE 5*/
* html .links li:first-child { border-left: 0; }


/* ----------------------------------------------------------------
   Misc.
   ---------------------------------------------------------------- */
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
/*
.collapsable { display: none; }
.toggle {
	padding: 3px 0 3px 19px;
	background: transparent url(images/toggle_expand.png) left center no-repeat;
	cursor: pointer;
	text-decoration: underline;
	color: #00f;
}
.expanded {
	background: transparent url(images/toggle_collapse.png) left center no-repeat !important;
}
*/
.module {
	margin: 5px 5px 30px 5px;
	border: 1px solid #ddd;
}
.module h3 {
	margin: 0;
	padding: 10px 0 3px 10px;
	color: #000;
	background: transparent url(images/tck_standcenter.gif) repeat-x scroll left bottom;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
#report-logo { display: none; }