/* APPLICATION SPECIFIC STYLES */

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}

#content_wrapper {
    min-height: 100%;
    position: relative;
    text-align: center;
}

#content {
    margin: 0 auto;
    padding: 0 0 20px;
    width: 960px;
    text-align: left;
}

#header {
    margin-bottom: 20px;
}

#header_table {
	width: 100%;
	border-spacing: 0px;
	border-width: 0px;
	background: url(../img/background.png)
}

#header_table td {
	padding: 0px;
}

.topTable td {
	vertical-align: top;
} 

.zeroWidth {
	width: 0px;
}

.maxWidth {
	width: 100%;
}

.customWidth {
	width: 50px;
}

#map {
	width: 100%;
	height: 750px;
	border: 0px solid black; 
}

.form-dialog {
	width: 100% !important;
	top: 0px !important;
}

#userInfo {
	padding-right: 25px !important;
	text-align: right !important;
	 color: #364250;
}

#userInfo a:link {
	font-size: 14px;
    text-decoration: none;
    color: #364250;
}

#userInfo a:VISITED {
    font-size: 14px;
    text-decoration: none;
    color: #364250;
}

#userInfo a:ACTIVE {
    font-size: 14px;
    text-decoration: none;
    color: #364250;
}

#userInfo .disabilityButton {
	position: absolute;
	top: 77px;
	z-index: 1;
	cursor:pointer;
}

#formDialog .disabilityButton {
	float:right;	
}

.ui-icon-empty { background-image:none !important}

/* JQuery css overrides */

.ui-autocomplete-input {
    width: 99%;
    height: 20px;
}
.ui-widget-content {
    /* background: #FFFFFF repeat-x scroll 0 0; */
}

.ui-state-highlight {
	background: #D97F4A !important;
}

.ui-inputfield {
    background: none repeat scroll 0 0 #FFFFFF !important;
    box-shadow: 0 2px 2px #8F8F8F inset !important;
}

.reportHeader{
	font-weight:bold;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

.hiddenButton{
	display:none;
}
	
.colorColumn{
	width:10px;
	border-color:#000000 !important;
}
.colorTable{
	width: 10%;
}

.absoluteWidth{
	position: absolute;
	top: 30;
	left: 70;	
}

.pictureOverlap{
	position: relative; 
	left: 0; 
	top: 0;
}

.helpMenu ul {
	width: auto !important;
	min-width: 200px;
}

.ui-tree .ui-treenode-leaf-icon {
	width: 0px !important;
}