/* Default CSS Stylesheet for a new Web Application project */

html, body {
    margin:0;
    padding:0;
    height: 100%;
}

body {
    background: white;
    font-family: arial, verdana, sans-serif;
    font-size: 100%;
    margin: 0;
}

/******************************************************/
/* Styles for the left content portion of the page    */

#leftcontent {
    position: absolute;
    left: 0;
    top: 46px;
    width: 8em;
    font-size: 90%;
}

/******************************************************/
/* Styles for the center content portion of the page  */

#centercontent {
    background: #FFFFFF;
    margin-top: 0;
    margin-left: 0.7em;
    margin-right: 0.7em;
    height: 100%;
}

#centercontent p {
    padding: 0px 0.3em 0px 0.3em;
    font-size: 80%;
}

#centercontent h1 {
    font-size: 250%;
    font-style: italic;
    font-weight: bold;
    margin:0.2em;
}
#centercontent h2 {	
    font-size: 120%;
    margin:0.2em 0.2em 0 0.2em;
}

#centercontent legend {
    color: blue;
    margin: 0;
    padding: 0 0.2em 0 0.2em;
}

#centercontent fieldset p {
    margin: 0;
    padding: 0.6em 0 0.5em 0;
}

.maintable {
    /* border: 1px solid #716f64; */
    border-bottom: solid thin gainsboro;
    border-top: solid thin gainsboro;
    width: 100%;
}

.maintable .widecolumn {
    padding: 0.8em 0.8em 0.8em 0.8em;
    margin: 0 0 1.5em 0;
   /* background-color: #ece9d8;*/
    background-color: WhiteSmoke;
}

.maintable .thincolumn {
    padding: 0.8em 0.8em 0.8em 0.8em;
    margin: 0 0 1.5em 0;
    /*background-color: #d4d0c8;*/
    background-color: Gainsboro;
    width: 140px;
    vertical-align: top;
}

.innertable {
	width: 100%;
}

.innertable td {
	/*padding-right: 1.0em;*/
	font-size: 80%;
}

.innertable td.boldcolumn {
    width: 80px;
    font-size: 80%;
    font-weight: bold;
}

.innertable td.buttoncolumn {
	width: 30px;
}

.innertable2 {
	width: 100%;
}

.innertable2 td {
	/*padding-right: 1.0em;*/
	font-size: 70%;
}

.copyright {
	width: 100%;
}

.copyright td {
	text-align: center;
	font-size: 60%;
}

.copyright .spacercolumn {
	height: 30px;
}

#results {
/*    padding-top: 0.8em; */
}
#results table {
    font-size: 80%;
    width: 90%;
    border-collapse: collapse;
}
#results caption {
    text-align:left;
    color: white;
    font-size: 110%;    
    font-weight: bold;
    background-color:#39C;
    padding-left: 0.5em;    
}
#results th {
    margin: 0;
    padding: 0.2em 1.0em 0.2em 0.5em;
    background-color:#d4d0c8;
    color:#fff;
    text-align:left;
}
#results td {
    font-size:95%;
    margin: 0;
    padding: 0 1.0em 0 0.5em;
}
#results .AltRowColor {
    background-color: #ece9d8;
}
#results .TableRow {
    background-color:#FFFFFF;
}

#headblock {
    font-size: 90%;
    padding: 0.5em;
    background:#FEFBDB;
    border: 1px solid lightgrey;
    margin-bottom: 0.5em;
}

.infotableborder {
	width: 100%;
	/*background-color: #ece9d8;*/
	/*border: 1px solid #716f64;*/
}

.infotable {
	width: 100%;
	padding: 0.5em 1.0em 0.5em 1.0em;
}

.infotable .bigspacer {
	height: 30px;
}

.infotable .smallspacer {
	height: 10px;
}

.infotable td {
	font-size: 80%;
	vertical-align: top;
}

.infotable td.boldcolumn {
	font-weight: bold;
	color: SteelBlue;
	width: 125px;
}

.infotable td.spacecolumn {
	width: 10px;
}

.grouptable {
	width: 100%;
	padding: 0.5em 1.0em 1.0em 1.0em;
}

.grouptable td.headercolumn {
	font-weight: bold;
	text-decoration: underline;
}

.grouptable td.linkcolumn {
	font-size: 70%;
	text-align: right;
}

.permitinfo {
	/* border: solid 1px Black; */
	border-bottom: solid thin gainsboro;
	border-top: solid thin gainsboro;
	background-color: WhiteSmoke;
	width: 100%;
}

.smalltext {
	font-size: 70%;
	color: Navy;
}

.resultsmain {
	/*border: solid 1px #716f64;*/
	table-layout: fixed;
	font-size: 8pt;
	overflow: hidden;
	width: 100%;
	font-family: Verdana;
	height: 100%;
	background-color: WhiteSmoke;
}

.resultsdivmain {
	overflow: auto;
	width: 100%;
	height: 100%;
}

.resultsdiv {
	overflow: auto;
	width: 100%;
}

.outsidediv {
	height: 100%;
}

.resultssub {
	table-layout: fixed;
}

.sortable {
	table-layout: fixed;
}

.resultsrow {
	background-color: Transparent;
	height: 20px;
}

.resultsaltrow {
	background-color: Gainsboro;
	height: 20px;
}

.resultscol {
	font-family:Verdana;
	font-size:8pt; 
	padding-left:3px;
}

.resultscolkey {
	font-family:Verdana;
	font-size:8pt; 
	padding-left:3px;
	display:none;
}

.resultshead {
	font-family:Verdana;
	font-size:8pt; 
	background-color:DimGray; 
	border-color:White; 
	border-style:Solid; 
	border-width:1px; 
	border-left-width:0px; 
	border-top-width:0px; 
	color:White; 
	padding-left:3px; 
	font-weight:normal; 
	vertical-align:top;
}

.resultshead a:visited, .resultshead a:link {
	color: White;
}

.customsection {
	font-size: 70%;
}

.linkcolumn {
	font-size: 70%;
	text-align: right;
}

.helptable td {
	font-size: 80%;
	vertical-align: top;
}

.helptable td.spacer {
	height: 10px;
}

#headercontent
{
	background-color: WhiteSmoke;
	border-bottom: solid thin gainsboro;
	border-top: solid thin gainsboro;
	margin-top: 5px;
}