/* CSS Document */


body {
    background-color: #ffffff;
    color: #4d4d4d;
    font-family: Arial, verdana, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background-image: url(../images/mainbg.jpg);
    background-repeat: repeat-x;
    background-position: left 110px;
}

div, p, th, td, .EditBody {
    font-size: 10pt;
}

a:link, a:visited, a:active {
    color: #3472b2;
    text-decoration: none;
}

a:hover {
    color: #004488;
    text-decoration: underline;
}

#samplebill {
    border: 1px solid #000;
}

H1 {
    font-size: 20pt;
}
H2 {
    font-size: 18pt;
}
H3 {
    font-size: 16pt;
}
H4 {
    font-size: 14pt;
}
H5 {
    font-size: 12pt;
}
H6 {
    font-size: 10pt;
}

input, textarea, select {
    border: solid 1px #999;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 15px;
}

input, select {
    height: 20px;
}

input.noborder {
    border: 0px;
}

input:hover, textarea:hover, input:focus, textarea:focus {
    border-color: #C9C9C9;
}

.inputBtn {
    background-image: url(../images/button_bg.gif);
    background-repeat: repeat-x;
    background-position: left center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    height: 30px;
    vertical-align: middle;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 6px 10px 10px 10px;
    margin: 10px 0;
}


#footer {
    margin: 0;
    padding: 10px 0 4px 0;
    text-align: center;
}
#footer p {
    color: #000000;
    font-size: 8pt;
}

#wrapper {
    background-color: #efefef;
    border: 1px solid #bbbbbb;
    border-width: 0 1px 1px 1px;
	position: relative;
	width: 850px;
    margin: 0px auto;
    padding: 10px 0 0 0;
    text-align: center;
}

#tabs {
	position: absolute;
	top: 0px;
	left: 850px;
	width:52px;
	height: 400px;
	background-image:url(../images/water-tab.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#waterlink, #parkslink, #courtlink {
	position: relative;
	top: 39px;
	left: 0px;
	width: 52px;
	height: 81px;
	display: block;
}
#parkslink {
	top: 73px;
}
#courtlink {
	top: 107px;
}

#content {
    padding: 3px;
    margin: 0;
    text-align: left;
    min-height: 400px;
}

#content p, #content table, #content H1, #content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
    margin: 0 10px ;
    padding: 0;
}
#content p { margin: 0 10px 10px; }
#content table {
    margin: 0 auto 10px auto;
    padding: 0;
}
#content table table {
    margin: 0;
    padding: 0;
}
#bannerwrapper {
    width: 100%;
    height: 110px;
    background-image: url(../images/EnterpriseWWB-bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #7db8e5;
    text-align: center;
}

#banner {
    width: 770px;
    height: 110px;
    margin: 0 auto;
}

#banner H1 {
    font-family: Tahoma, Geneva, sans-serif;
    color: #004488;
    font-size: 30px;
    vertical-align: middle;
    margin: 0 15px;
    padding: 40px 0;
}
#topnav {
	background-color: #0052aa;	
	color: white;

	text-align: center;
}
#topnav a:link, #topnav a:visited, #topnav a:active, #topnav a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 9pt;	
}

#topnav a:hover {
	color: #fdb054;
}
#seal {
    float: right;
    clear: right;
    width: 125px;
    display: inline;
}

#step {
    margin: 0;
    padding: 0;
}
#terms {
    border: 1px solid #bbbbbb;
    padding: 10px;
    overflow: scroll;
    width: 550px;
    height: 70px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#terms p {
    margin: 5px 10px;
}

#textdiv {
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
    padding: 0;
    margin: 10px;
    min-height: 150px;
}

#textdiv > p {
    margin: 10px;
}
#cvv {
    width: 30px;
    display: inline;
}

#cvvtooltip {
    display: none;
    background: white;
    border: 2px solid black;
    font-size: 12px;
    height: 280px;
    width: 280px;
    padding: 25px;
    color: #fff;
    z-index: 1000;
}

#importerrors {
    display: none;
    margin: 10px;
    padding: 10px;
    border: 1px solid #bbbbbb;
    background-color: #e7e7e7;
}

#details {
    /*display: none;*/
}

#detailshdr {
    font-weight: bold;
    text-decoration: underline;
}
input.error, select.error, textarea.error {
    border: 1px solid red;
}
label.error {
    color: red;
    font-size: 8pt;
    padding: 0 0 0 5px;
}
p.error {
    color: red;
}
.small {
    font-size: 8pt;
}

#info {
    margin: 10px auto;
    background-color: #FF6;
    width: 85%;
}
#info p {
    margin: 10px;
    color: #4d4d4d;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.whitebg {
    background-color: #FFFFFF;
}

.greybdr {
    border: 1px solid #bbbbbb;
}

.dispdata {
    color: #000000;
    font-size: 15px;
}

ul.navlist {
    color: #004488;
    font-size: 9pt;
    line-height: 30px;
}

ul.navlist li {
    list-style-type: none;
    list-style-position: outside;
}
/* ------------------------------------------------------------------ */

table.datatbl td, table.datatbl th {
    font-size: 0.8em;

}
tr.hdrrow {
    background: #0052aa;
    color: White;
    text-align: center;
    /*font-weight: bold;*/
}

table.datatbl td {
    color: black;
	border: 1px solid #0052aa;	
}


/* ------------------------------------------------------------------ */

.frmTable {
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.frmTable TD {
    vertical-align: middle;
}

.SectionTitle {
    background-color: #CCCCCC;
    font-size: 12pt;
    font-weight: bold;
    vertical-align: middle;
    padding: 6px 0 6px 12px;
    text-align: left;
}

.headerrow {
    background-color: #e5e5e5;
}
/* ------------------------------------------------------------------ */
.leftImage {
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 5px;
}

.rightImage {
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 5px;
}


/* begin css tabs */

ul#tabnav {
    /* general settings */
    text-align: left;
    margin: 1em 0 0 0;
    font: bold 11px arial, sans-serif;
    border-bottom: 1px solid #004488; /* set border COLOR as desired */
    list-style-type: none;
    padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav > li {
    /* do not change */
    display: inline;
}

#content ul li {
	display: block;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
    /* settings for selected tab */
    border-bottom: 1px solid #fff; /* set border color to page background color */
    background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
    /* settings for selected tab link */
    background-color: #fff; /* set selected tab background color as desired */
    color: #000; /* set selected tab link color as desired */
    position: relative;
    top: 1px;
    padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a {
    /* settings for all tab links */
    padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #004488; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #ddd; /* set unselected tab background color as desired */
    color: #666; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
}

ul#tabnav a:hover {
    /* settings for hover effect */
    background: #fff; /* set desired hover color */
}

/* end css tabs */

#mst {display:none;}
