/* <link rel="stylesheet" type="text/css" href="ledprop.css" /> */

a:link{ color: blue }
a:visited{ color: blue }
a:active{ color: blue }

body.listman {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.listman table {
	width: 100%;
	}

body.update {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}

body.empindex {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

body.newold {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

	.newold table {
		width: 100%;
		}

table.list {
	border-collapse: collapse;
	}

.listing td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	}

body {
	/* background-image: url('http://www.ledprop.com/imgs/emponly.png'); */
	background-color: white;
	}

.toprow {
	vertical-align: middle;
	text-align: center;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	}

	.toprow td {
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 4px;
		padding-right: 4px;
		border-width: 2px;
		border-style: solid;
		border-color: silver;
		}

	.toprow .col1 { width: 108px }
	.toprow .col2 { width: auto }
	.toprow .col3 { width: 170px }
	.toprow .col4 { width: 50px }
	.toprow .col5 { width: 50px }
	.toprow .col6 { width: 68px }

/* Heading above each type (House, Condo, etc.) */
.typeH {
	text-align: center;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	color: black;
	font-size: 24pt;
	font-weight: bold;
	}

/* Sortbar is found on upper section of update.php */
.sortbar {
	width: 100%;
	background-color: #F6DAA6;
	text-align: center;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	color: black;
	}
	
	.sortbar a:link{
		color: black;
		text-decoration: underline;
		}
		
	.sortbar a:visited{
		color: black;
		text-decoration: underline;
		}
		
	.sortbar a:active{
		color: black;
		text-decoration: underline;
		}
		
	.sortbar a:hover{
		color: black;
		text-decoration: none;
		}

img.tabs {
	border: 0px;
	}

img.rt {
	border: 0px;
	}

iframe.TabFrame{
	width: 100%;
	height: 540px;
	border: 0px;
	display: none;
	}

td.leftnav{
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #718FE8;
	width: 150px;
	}

td.badnav{
	color: white;
	background-color: #3B4FC7;
	width: 190;
	}

table.linkcol {
	border-collapse: collapse;
	text-align: center;
	vertical-align: top;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	}
	
	table.linkcol td {
		text-align: left;
		}
td.boxnum a:link{ color: black; text-decoration: none; }
td.boxnum a:visited{ color: black; text-decoration: none; }
td.boxnum a:active{ color: black; text-decoration: none; }

tr.boxrow {
	cursor: pointer;
	cursor: hand;
	}