body {
background: #fff url(../img/bg.png) repeat top left;
font-family: arial, sans-serif;
}

h1, h2, h3, h4, p, form {
margin: 0;
padding: 0;
}
p, ul, ol, form, td { 
font-size: 12px; 
}

a {
	outline: none;
}

a.prop, table.vill td.charts a.chartsProp {
	background: url(../img/icos/viewProp.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.busi, table.vill td.charts a.chartsBusi {
	background: url(../img/icos/viewBusi.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.cal, table.vill td.charts a.cal {
	background: url(../img/icos/cal.gif) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.heart {
	background: url(../img/icos/heart.gif) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.wrench {
	background: url(../img/icos/bullet_wrench.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.video {
	background: url(../img/icos/video.gif) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.map {
	background: url(../img/icos/map_go.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.page {
	background: url(../img/icos/page.gif) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.comments {
	background: url(../img/icos/comments.gif) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.star {
	background: url(../img/icos/starreg.gif) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.zipskin {
	background: url(../img/icos/page.gif) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.peop {
	background: url(../img/icos/viewPeop.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.viewDet {
	background: url(../img/icos/view.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.add {
	background: url(../img/icos/add.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.edit {
	background: url(../img/icos/edit.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.editPic {
	background: url(../img/icos/editPic.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.del {
	background: url(../img/icos/delete.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.repo {
	background: url(../img/icos/report.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.att {
	background: url(../img/icos/attach.png) no-repeat left;
	padding: 2px 0 2px 20px;
}

a.cancRet {
	background: url(../img/icos/cancRet.png) no-repeat left;
	padding: 2px 5px 2px 20px;
	background-color: #ffc;
	border: 1px solid #ccc;
	display: block;
	width: 120px;
	float: right;
}

a.exp {
		background: url(../img/icos/export.png) no-repeat left;
		padding: 2px 0 2px 20px;
}

p.exp a.exp {
	float: right;
	clear: both;
	background-color: #ffc;
	border: 1px solid #ccc;
	display: block;
	width: 55px;	
	margin: 5px 0;
	background: url(../img/icos/export.png) no-repeat 2px 2px;
	padding: 4px 0 4px 23px;
}

.btn {
	font-weight: bold;
	background-color: #fff;
	border: 2px inset #333;
	margin-top: 10px;
}

select#SearchBusinesstypeId {
	width: 200px;
}

table td {
	vertical-align: top;
}

p.actions {
	margin: 0;
	padding: 0;
	padding-left: 10px;	
}

p.actions a {
	font-size: 10px !important;
	text-transform: uppercase;
}

p.toolbar {
	margin: 4px 0;
	background: #ffc;
	border: 1px solid #ccc;
	padding: 5px;
}

label {
	display: block;
	color: #333;
	font-weight: bold;
	padding-bottom: 3px;
}

label.noblock {
	display: inline;
}

div.required {
	font-weight: bold;
}

input {
border: 1px solid #ccc;
padding: 5px;
font-size: 15px;
font-weight: bold;
}

input:focus, input:active, div.required input:active, div.required input:focus {
	background: #ffc;
}

div.required input {
background: #fff url(../img/icos/required.png) no-repeat right top;
}

select {
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #ccc;
}

p.returnlink {
	float: right;
}

p.returnlink a {
	font-size: 11px;
}

/* ADD EDIT PAGES
---------------------------------------------------------------------- */
form.addEd div.error_message {
	border: 1px solid #ccc;
	background-color: #ffc;
	font-weight: normal;
	padding: 5px;	
	width: 360px;
}

h2.addEd {
	margin: 0;
	padding: 5px 10px 5px 10px;
	background: transparent url(../img/frontEnd/vm-villTtl-top.png) no-repeat top;
	font-size: 18px;
	color: #333;	
}

form.addEd {
	background: #fff;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: 1px;		
}

form.addEd div {
	padding-bottom: 10px;
	background: none;
}

form.addEd div.submit input {
	width: 300px;
}

form.addEd h4 {
	font-size: 16px;
	padding: 10px 0;
	color: #666;
}

/* Drop report Menus
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

ul.repdrop {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}



ul.repdrop li a {
	position: relative;
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-right: 5px;
}

ul.repdrop li ul {
	display:none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

 div#content div#innerCont table#res td ul.repdrop li:hover ul, div#content div#innerCont table#res td ul.repdrop li a:hover ul {
	display:block;
	position:absolute;
	margin:0;
	top:20px;              /* place us just up underneath the top-level images */
	top:20px;
	left:0;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:20.0em;
	color:black;                        /* this sets the unselected-text color */
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	padding: 0;
}

div#content div#innerCont table#res td ul.repdrop li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	z-index: 9999;
}

ul.repdrop li ul li, ul.repdrop li ul li a {
	float: none;
	display: block;
	border: none;
} 



ul.repdrop li ul li a {
	color: #333;
	background: #fff;
}

ul.repdrop li ul li a:hover {
	color: #fff;
	background: #333;
}


/* MAIN WRAPPER
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
width: 960px;
background: #fff url(../img/vm-skinBgRep.png) repeat-y top;
margin: 0 auto;
}



/* HEADER
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 

#hdr {
background: url(../img/vm-skinBgtop.png) no-repeat top;
padding: 12px 0 0 0;
}

#hdr h1 { border-bottom: none; }

#hdr h1 a {
display: block;
height: 109px;
background: url(../img/vm-hdrBg.png) no-repeat top;
margin: 0 auto;
}

#hdr h1 span { display: none; }

*/


/* SUB NAVIGATION STYLES
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
#sNav {
width: 148px;
*width: 154px;
float: left;
margin-left: 12px;
*margin-left: 6px;
}

#sNav ul { 
list-style-type: none; 
margin: 10px 0 0 0;
padding: 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}

#sNav ul li a {
display: block;
text-decoration: none;
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
padding: 3px 3px 3px 10px;
color: #333;
font-weight: bold;
font-size: 11px;
}

#sNav ul li a:hover, #sNav ul li a.on {
border-top: 1px solid #999;
border-bottom: 1px solid #dadada;
padding: 4px 3px 2px 10px;
background: #fff url(../img/vm-navOnBg.png) repeat-x top left;

}


*/


/* CONTENT CONTAINERS
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#content {
background: transparent url(../img/vm-contBgBot.png) no-repeat bottom;
padding-bottom: 10px;
margin-bottom: 5px;
width: 960px;
float: left;
}

#content.idx { float: left; }

#content div#innerCont {
background: url(../img/vm-contBgTop.png) no-repeat top;
padding: 0 21px;
padding-bottom: 1px;
padding-top: 10px;
}
 */
/* GENERAL CONTENT STYLES
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

h1 { 
font-size: 22px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
color: #749E00;
}

h1 span {
	color: #333;
}

h2 { 
font-size: 14px;
color: #749E00;
margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	color: #333;
}

p { 
padding-bottom: 20px; 
}

#content div#innerCont img.imgLeft { float: left; margin: 0 5px 5px 0; }
#content div#innerCont img.imgRight { float: right; margin: 0 0 5px 5px; }

ul, ol { margin-top: 0; padding-top: 0; }

a {
	color: #333;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* FOOTER 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
table#reg td {
font-size: 12px;
vertical-align: top;
}

table#reg td p { padding: 0; }

table#reg td p a {
text-decoration: none;
font-size: 10px;
color: #333;
}

*/
/* SEARCH RESULTS TABLE
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#resultsTable {
	padding-bottom: 25px;
	background: #fff url(../img/frontEnd/vm-resultsTblBot.png) no-repeat bottom;
}

#resultsTable table {
width: 100%;
background: #fff url(../img/frontEnd/vm-resultsTblTop.png) no-repeat top;
border-collapse: collapse;
border-spacing: 0;
}

#resultsTable table th  {
	color: #fff;
	font-size: 14px;
}

#resultsTable table th p {
	border-right: 1px solid #fff;
	margin: 3px 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#resultsTable table td {
	vertical-align: top;
	padding: 10px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #999;
}

#resultsTable table td.last, #resultsTable table th p.last {
	border-right: none;
}

/* PROPERTY DETAILS PAGE 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#propDetails label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
}

#propDetails h1 {
position: relative;
}

#propDetails h1 span.prevnext {
position: absolute;
right: 0;
}

#propDetails h1 span.prevnext a {
font-size: 12px;

}


/* VILLAGE DETAIL HDR 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#vHdr {
	background: transparent url(../img/frontEnd/vm-villTtl-bot.png) no-repeat bottom;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}

#vHdr h1 {
	margin: 0;
	padding: 5px 10px 5px 10px;
	background: transparent url(../img/frontEnd/vm-villTtl-top.png) no-repeat top;
	font-size: 18px;
	color: #333;
	border-bottom: 0px;	
}

#vHdr p {
	padding: 3px 10px;;
	font-size: 16px;
}

p.back {
	text-align: right;
	padding: 0 10px 0 0;
}

p.back a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

div#vHdr.villageView {
	padding-bottom: 10px;
}

div#vHdr.villageView table {
	width: 100%;
	padding-left: 10px;
}

div#vHdr.villageView table.actioninfo td {
	width: 33%;
}

div#vHdr.villageView table.actioninfo td h2 {
padding: 0 20px;
}

div#vHdr.villageView table.actioninfo td ul {
list-style-type: none;
margin: 0;
padding: 0 20px;
}

div#vHdr.villageView table.actioninfo td ul li {
padding-bottom: 5px;
}

div#vHdr.villageView table td {
	border-right: 1px solid #ccc;
}

div#vHdr.villageView table td.last {
	border-right: none;
} 

div#vHdr.villageView p {
	font-size: 12px;
	padding: 3px 0;
}

div#vHdr.villageView table td table {
	border-spacing: 0;
	border-collapse: collapse;
	padding-left: 0;
}

div#vHdr.villageView table td table td {
	padding: 2px;
	border: none;
	border-bottom: 1px dotted #f1f1f1;
	font-weight: bold;
}

div#vHdr.villageView table td table td.num {
	text-align: right;
	font-weight: normal;
}

div#vHdr.villageView table td table tr:hover {
	background-color: #f1f1f1;
}

div#vHdr.charts {
	background: none;
}

div#vHdr.charts div.inner {
	width: 600px;
	margin: 0 auto;
}

div#vHdr.charts div.inner h2 {
	padding: 0;
	border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 22px;
	margin: 20px 0 5px 0;
}

/* Left Boxes Styles
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
div.lBoxes {
	width: 250px;
	float: left;
	margin: 0 22px 0 0;
}

div.lBoxes div {
	background: #fff;	
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url(../img/frontEnd/vm-lBox-bot.png) no-repeat bottom;	
}

div.fLeft {
	float: left;
}

div.lBoxes div h1 {
	padding: 5px 10px 10px 10px;
	margin: 0;
	background: url(../img/frontEnd/vm-lBox-top.png) no-repeat top;
}

div.lBoxes div h1, div.rBox h1 {
	color: #333;
	border-bottom: none;
	font-size: 16px;
	padding: 7px 10px;
	margin: 0;
}

div.lBoxes div p {
	padding: 3px 10px;
}


div.lBoxes div.propPic img {
	width: 200px;
	height: auto;
	padding: 0 25px;
}

div.lBoxes div form {
	padding-left: 10px;
}

div.lBoxes div label {
	padding-top: 3px;
}

/* MY VILLAGES TABLE
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

table.vill {
	border-collapse: collapse;
	border-spacing: 0;
	border: 4px solid #666;
	background: #666;
	height: 430px;
	width: 100%;
	margin: 0;
}

table.vill td {
border: none;
}

table.vill td h1 {
	margin: 0;
	padding: 0;
	color: #333;
	border-bottom: none;
	font-size: 18px;
}

table.vill td h1 span {
font-size: 12px;
font-weight: normal;
}

table.vill td h1 span a {
background: none;
padding: 0;
}

table.vill td.villslist {
width: 215px;
}

table.vill td.villdetails {
padding: 15px 40px;
background: #fff url(../img/vm-myvillbgrep.gif) repeat-y top left;
} 

table.vill h2 {
	background: #fff;
	border-bottom: 1px solid #ccc;
	clear: left;
	font-size: 16px;
}

table.vill td p {
	padding: 0;
}

table.vill td p.viewDets {
	padding: 10px 0;
}

p.myvill a {
	display: inline;
}

p.myvill a.prop, p.myvill a.busi, p.myvill a.peop {
width: 100px;
}

p.myvill a.add {
	width: 50px;
}

p.myvill a.exp {
	background: none;
	padding: 0;
}

table.vill td.charts h2, div#charts h2, div#report h4.results a.charts {
	padding: 10px 0 0 20px;
	margin: 0 0 0 0;
	background: transparent url(../img/chart_bar.png) no-repeat left;
}

div#report h4.results a.charts {
	color: #666;
	text-decoration: underline;
} 

table.vill td.charts a.chartsProp, table.vill td.charts a.chartsBusi, div#charts a {
	font-size: 10px;
	text-transform: uppercase;
	display: block;	
}

table.vill td.actions {
	width: 250px;
}

table.vill ul.vills {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	height: 430px;
	overflow: auto;
	background: #666;
}

table.vill ul li {
border-bottom: 1px solid #535353;
}

table.vill ul.vills li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px;
	background: none;
	color: #fff;
}

table.vill ul.vills li a span {
font-size: 12px; 
color: #fff;
}

table.vill ul.vills li a:hover, table.vill ul.vills li a:hover span {
	background: #fff;
	color: #333;
}

/*
----------------------------------------------------------- Reports area on my villages
*/
td div.reports ul {
width: 25%;
float: left;
margin: 0 0 20px 0;
padding: 0;
list-style-type: none;
}

td div.reports ul li {
border-bottom: none;
margin: 0 10px;
padding: 0;
border-bottom: 1px solid #f1f1f1;
}

td div.reports ul li a {
display: block;
margin: 0;
padding: 5px;
}

td div.reports ul li a:hover {
background: #f1f1f1;
text-decoration: none !important;
}

td div.reports ul li.ttl {
font-weight: bold;
font-size: 14px;
color: #333;
padding: 0 0 3px 0;
border-bottom: 2px solid #999;
}




/* VIEW BY VILLAGE SEARCH BOXES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

div#srchBoxes {
	float: left;
	padding-left: 91px;
}

div#srchBoxes h4 {
	padding: 5px 10px 5px 10px;
	margin: 0;
}

div#srchBoxes div {
	float: left;
	width: 235px;
	background: url(../img/frontEnd/vm-srchBox-bot.png) no-repeat bottom left;
}

div#srchBoxes div div {
	background: url(../img/frontEnd/vm-srchBox-top.png) no-repeat top left;
	padding: 5px 10px;
	padding: 0;
}

div#srchBoxes div#mid {
	margin: 0 15px;
	*margin: 0 10px;
}

div#srchBoxes div div table td {
	padding: 0;
}

div#srchBoxes div div table {
	width: 200px;
}

div#srchBoxes div div form {
	padding: 10px;
}

div#srchBoxes div div label {
	display: block;
}


div#srchBoxes div div h4 {
	margin-bottom: 10px;
	color: #333;
}


/* DETAIL PAGES RIGHT BOX
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

div.rBox {
	width: 646px;
	float: left;
	background: transparent url(../img/frontEnd/vm-rBox-rep.png) repeat-y top left;	
}

div.rBox div.inner {
	background: transparent url(../img/frontEnd/vm-rBox-bot.png) no-repeat bottom left;
}

div.rBox div.inner div.inner2 {
	padding: 0 10px 20px 10px;
	background: transparent url(../img/frontEnd/vm-rBox-top.png) no-repeat top left;
}

div.rBox div h1 {
	padding: 5px 0;
}

div.rBox p.right {
	text-align: right;
}

div.rBox table.prop {
	clear: right;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

div.rBox table.prop th {
	padding: 0px;
	vertical-align: bottom;
	border-bottom: 4px solid #666;
}

div.rBox table.prop th p {
	padding: 0;
	margin: 0;
}

div.rBox table.prop td {
	vertical-align: top;
	padding: 2px 10px;
	border-left: 1px dotted #ccc;
	border-bottom: 2px solid #999;
}

div.rBox table.prop td.address, div.rBox table.prop th.address {
width: 200px;
text-align: left;
}

div.rBox table.prop td.address h3 {
color: #333;
}

div.rBox table.prop td.address h3 span {
font-weight: normal;
color: #666;
}

div.rBox table.prop td a {
	display: block;
}


div.rBox table.ppl {
	width: 100%;
}

div.rBox table.ppl tr:hover {
	background-color: #ffc;
}

div.rBox table.ppl td {
	border-bottom: 1px dotted #666;
	border-right: none;
	text-align: right;
	padding-bottom: 5px;
}

div.rBox table.ppl td.lbl {
text-align: left;
font-weight: bold;
}


div.rBox table.busi  {
	width: 100%;
}

div.rBox table.busi td {
	padding: 5px 0;
}

div.rBox table.busi td.lbl {
text-align: right;
}

div.rBox table.busi td.bord {
	border-bottom: 1px dotted #666;
}

div.rBox table.busi td.bord ul {
	margin-top: 0;
	padding-top: 0;
}
div.rBox table.det {
	width: 100%;
}

div.rBox table.det td {
	padding: 2px;	
	vertical-align: middle;
}

div.rBox table.det td.lbl {
	text-align: right;
	font-weight: bold;
	width: 30%;
	color: #333;
}

div.rBox table.det td.bord {
	border-bottom: 1px dotted #666;
}


/* VILLAGE SUMMARY + ACTIONS LINKS
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#vSum, #actions{
	background: none;
	padding: 0;
	float: left;
}

#vSum p {
	padding: 3px 10px;
	}

#vSum a {
	text-transform: uppercase;
	font-size: 10px;
}

h2#actions {
	padding-left: 10px;
	color: #333;
	clear: left;
}

p.actions {
	clear: left;
}

div#charts {
	clear: left;
	float: left;
	width: 100%;
	margin: 8px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	padding: 5px 0;
}


/* MESSAGES PAGE
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div#msgdets {
	border: 1px solid #ccc;
}

div#msgdets table.det {
	background: #f1f1f1;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ccc;
}

table.msgs td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}


table.msgs td strong {
	color: #666;
}

table.msgs td p.date {
	font-style: italic;
	font-size: 11px;
}


div#msgdets {
	border: 1px solid #ccc;
	background: #fff;
	margin-top: 5px;
}

div#msgdets table.det {
	background: #e6e6e6;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 4px 0;
}

div#msgdets table.det td {
	padding: 2px 10px;
	font-weight: bold;
	color: #333;
}

div#msgdets table.det td span {
	font-weight: normal;
}

div#msgdets table.det td.lbl {
	text-align: right;
	width: 50px;
	font-size: 11px;
	font-weight: normal;
	padding-right: 0;
}

div.msgbody {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
}


div#msgdets table.det td.sub {
	font-size: 14px;
	color: #000;
}



/* FRONT END MAIN PAGE
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div#feMain div.rBox {
	margin: 0 20px 0 0;
	padding: 0;
	background: none;
}

div#feMain div.rBox div {
		background: transparent url(../img/frontEnd/vm-rBox-bot.png) no-repeat bottom;
		margin: 0;
		padding: 0 0 20px 0;
}

div#feMain div.rBox div h1 {
		padding-left: 10px; 
		background: transparent url(../img/frontEnd/vm-rBox-top.png) no-repeat top;	
}

div#feMain div.rBox div div#villList {
	background: none;
	margin: 0;
	padding: 0;
	height: 655px;
	overflow: auto;
}

div#feMain div.rBox div p {
	margin: 0;
	padding: 0 5px;
}

div#feMain div.rBox div p a {
	display: block;
	font-weight: bold;
	padding: 3px 10px;
}

div#feMain div.rBox div p a:hover {
	background-color: #ffc;
}

div#feMain div.lBoxes {
	margin: 0;
	padding: 0;
	}

div#feMain div.lBoxes {

}

div#feMain form {
	padding: 10px 0 0 0;
}

div#feMain h3 {
	padding: 10px 0;
}

/* CLUSTER REPORT TABLE 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
table.clust th {
	font-size: 12px;
	text-align: left;
}

table.clust td.lbl {
	font-weight: bold;
}


div#report h2 {
	font-size: 16px;
}

div#report h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

div#report table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}

div#report table th {
	font-size: 12px;
	text-align: left;
	border-bottom: 2px solid #666;
	background-color: #fff;
	padding: 3px 5px;
}

div#report table td {
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
	border-right: 1px dotted #ccc;
}

div#report table tr.total {
	font-weight: bold;
	border-top: 2px solid #666;
	background-color: #fff;
}

/* FOOTER 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#ftr {
clear: left;
background: url(../img/vm-skinBgBot.png) no-repeat bottom;
padding: 0 0 12px 0;
}

#ftr div {
height: 34px;
margin: 0 auto;
font-size: 10px;
}

#ftr div p {
font-size: 10px;
padding: 10px 20px 0 20px;
margin: 0;
}

#ftr div p a { text-decoration: none; color: #333; }
#ftr div p a:hover { text-decoration: underline; }

#ftr div p.left { float: left; }
#ftr div p.right { float: right; }

/* notices and errors */

#flashMessage {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 0px 0px 8px 0px;
font-weight: bold;
background: none;
}

div#report table.nobord, div#report table.nobord td, div#report table.nobord td table, div#report table.nobord td table td {
	border: none;
	border-right: none;
}

/* MAP LINK STYLES
------------------------------------------------------------ */
h6.maplink {
	float: right;
	margin: 0;
	padding: 2px 0 0 0;
}

h6.maplink a {
	display: block;
	padding: 5px 10px 5px 25px;
	background: transparent url(../img/icos/map_go.png) no-repeat left;	
}


/* MAP BUBBLE STYLES
------------------------------------------------------------ */
div#mapbubl {
	font-size: 12px;
}

div#mapbubl span {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}

div#mapbubl input {
	padding: 3px;
}

/* MAP CONTAINER STYLES
------------------------------------------------------------ */
div#mapcontainer {
float: left;
width: 100%;
}
div#mapcontainer p.info {
	font-size: 11px;
	margin: 0;
	padding: 5px 0 5px 20px;
	background: transparent url(../img/icos/information.gif) no-repeat 0 5px;
}

div#mapcontainer div#side_bar {
	float: right;
	width: 199px;
	*width: 194px;
	padding: 10px;
	font-size: 12px;
	height: 380px;
	overflow: auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;	
}

div#mapcontainer div#side_bar a {
	display: block;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	padding-left: 20px;
	background: transparent url(../img/red-dot.gif) no-repeat left;
}

div#mapcontainer div#side_bar a:hover {
	background: #ffc  url(../img/red-dot-on.gif) no-repeat left;
}

/*
--------------------------------------------------------------------- PROPERTY PICS PAGE STYLES
*/

div.propics {
width: 800px;
margin: 20px auto;
background: #333;
text-align: center;
border: 1px solid #ccc;
}

div.propics div.picpad {
padding: 10px;
}

div.propics img {
width: 780px;
height: auto;
/*max-width: 780px; */
border: 1px solid #ccc;
}

div.propics p.cap {
font-size: 14px;
color: #fff;
font-weight: bold;
padding: 5px !important;
margin: 0;
}

div.propics p.cap a {
color: #fff;
}
/* calendar CSS */

table.calendar {width: auto; border: 1px solid #cccccc; border-collapse: collapse; margin: 0px; padding: 0px; background-color: #ffffff;}
table.calendar th {background-color: #eeeeee; text-transform: none; color: #444444; padding: 4px; text-align: center; border: 1px solid #eeeeee;}

table.calendar th.cell-prev {text-align: left;}
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header {width: 70px; border-bottom: 1px solid #cccccc;}
table.calendar td.cell-today {background-color: #e2e8f6;} /* today in the current month */
table.calendar td.cell-weekend {background-color: #F3F5EB;}
table.calendar td {border: 1px solid #cccccc;}

table.calendar td div.cell-number {text-align: right; font-size: 8px; color: #444444; display: block;}
table.calendar td div {display: block; font-size: 10px; text-align: left;}
table.calendar thead th {border: 1px solid #cccccc;}