﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #73828C;
}

body h5
{
    font-family: Arial;
    font-size: 10pt;   
}

.wrap
{  
    background-color: #FFFFFF;
    margin: 0px auto 0px auto;
    width: 860px;
}

.wrap-background
{
    background-image: url("images/background.gif");     
}

.wrap .listbox
{
    width: 46.5%;
}

.wrap .listbox-selection
{
    width: 7%;   
}

.menubar
{
    background-image: url("images/c02long-bar.gif");
    position: relative;
    height: 65px;
}

.menubar-bottomleft
{
    position: absolute;
    top: 30px;
    left: 5px;   
}

.menubar-bottomright
{
    position: absolute;
    top: 30px;
    right: 5px;  
}

.menubar-center
{
    margin-top: -30px;
    text-align: center;
    color: #FC0000;
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
}

.menubar-tab
{
    background-image: url("images/c02long.gif");
    background-repeat: no-repeat;
    height: 65px;
}

.menubar-topleft
{
    position: absolute;
    top: 10px;
    left: 5px;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}

.menubar-topright
{
    position: absolute;
    top: 5px;
    right: 5px;  
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 8pt;
    font-style: italic;
    font-weight: bold;  
}

.sidebar
{
    float: left;
    width: 220px;
    padding: 20px;
    border-top: 1px solid #BEBEBE;
}

.sidebar-element
{
    width: 168px;
}

.sidebar a
{
    color:#001852;
}

.sidebar p
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bolder;
    text-align: center;
}
    
.content
{
    float:right;
    width: 560px;
    padding: 20px;
    border-top: 1px solid #BEBEBE;
    position: relative;
}

.content p
{
    font-family: Verdana;
    font-size: 12pt;
    text-align: justify;
}

.content .listbox
{
    width: 44.5%;   
}

.content .listbox-selection
{
    width: 11%;   
}

.error
{
    clear: both;
    background-color: #FFFFFF;
    color: Red;
    font-family: Arial;
    font-size: 8pt;
    text-align: center;
}

.footer
{
    background-color: #000000;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    line-height:3em;
}

.box, .box-border
{
    clear: both;
    margin: 10px;
    position: relative;
}

.box-border
{
    border: 2px solid #FFFFFF;
    padding: 5px;
}

.box-border-topbottom
{
    border-top: 3px solid #BABABA;
    border-bottom: 3px solid #BABABA;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-color
{
    background-color: #C8E3FF;
    overflow: auto;
    position: relative;
}

.box-color p
{
    font-family: Verdana;
    font-size: 10pt;
    text-align: justify;
}

.box-split
{
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.box-rounded
{
    position: relative;
    padding: 18px;
}

.box-dark
{
    background-color: #687D92; 
}

.box-light
{
    background-color: #D0D5D4;   
}

.box-dark .corners
{
   background-image: url(images/corners-dark.gif); 
}

.box-light .corners
{
   background-image: url(images/corners-light.gif); 
}

.corners
{
    position: absolute;
    height: 18px; 
  	width: 18px; 
}

.corner-topleft
{
	background-position: 0px 0px;
    top: 0px;
    left: 0px;
}

.corner-topright
{
	background-position: 18px 0px;
    top: 0px;
    right: 0px;
}

.corner-bottomleft
{
	background-position: 0px 18px;
    bottom: 0px;
    left: 0px;
}

.corner-bottomright
{
	background-position: 18px 18px;
    bottom: 0px;
    right: 0px;
}

.datagrid
{
    background-color: #FFFFFF;
    border: 0px;
    font-family: Arial;
    font-size: 9pt;
    width: 100%;
}

.datagrid tr
{
  vertical-align: top;  
}

.datagrid-item-alternating
{
    background-color: #EEEEEE;
}

.datagrid-header
{
    font-size: 10pt;
    font-weight: bold;
    background-color: #C8E3FF;
}

.element-document
{
    position: absolute;
    width: 200px;
    top: 5px;
    right: 5px; 
}

.element-document-button
{
    position: absolute;
    top: 135px;
    right: 25px;   
}

.element-registration
{
    position: absolute;
    right: 0px;
    bottom: 0px;   
}

.element-search
{
    position: absolute;
    width: 145px;
    top: 5px;
    right: 21.5px; 
}

.element-signin
{
    width: 300px;
    margin-top: 60px;
}


img
{
    border: 0px;
}

.listbox, .listbox-selection
{
    float: left;
}

.listbox-selection
{
    margin-top: 33px;
}

.document label
{
    width: 150px;   
}

.registration input, .registration select
{
    width: 377px;
}

.registration label
{
  width: 125px; 
}

.search input, .search select
{
     width: 220px;
}

.search label
{
    width: 100px;
}

.search-map
{
    position: absolute;
    bottom: 15px;
    right: 32px;
}

.signin input
{
    width: 201px;
}

.signin label
{
    width: 75px;
}

.users input, .users select
{
    width: 215px;   
}

.users label
{
  width: 125px;   
}

/*input[type="button"]
{
    width: 65px;   
}*/

input[type="checkbox"]
{
    width: 20px;     
}

ol
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ol li
{
    margin-bottom: 10px;
}

ul
{
    list-style-image: url(images/bullet.gif);   
}

li
{
    font-family: Arial;
    font-size: 10pt;
    text-align: left;    
}

li label
{
    font-weight: bold;
    display: inline-block;
}

li img
{
    width: 10px;
}

.pager
{
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 9pt;
}

.pager a
{
    color:#001852;    
}

.spacer
{
    clear: both;
    padding-bottom: 20px;
}

td+td
{
    border-left: 1px solid #000000;  
}

.align-center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.align-right
{
    text-align: right;   
}

.float-left
{
    float: left;
    clear: left;
}

.float-right
{
    float: right;
    clear: right;
}

.margin-bottom
{
   margin-bottom: 10px; 
}

.visibility-hidden
{
    display: none;
    visibility: hidden;   
}

.visibility-visible
{
    display: block;
    visibility: visible;   
}

.buttons
{
    background: url("images/sprites-ndo.gif");  
    display: block;
    border: 0px;
}

.button-agreement
{
    background-position: 0px 0px;
	height: 25px;
	width: 168px;
}

.button-agreement:hover
{
	background-position: 0px -25px;
}

.button-daypass
{
    background-position: -168px 0px;
	height: 25px;
	width: 100px;
	float: left;
	margin: 5px;
}

.button-daypass:hover
{
	background-position: -168px -25px;
}

.button-results
{
    background-position: 639px 0px;
	height: 22px;
	width: 161px;
}

.button-results:hover
{
    background-position: 639px -22px;  
}

.button-search
{
    background-position: 478px 0px;
	height: 28px;
	width: 101px;
}

.button-search:hover
{
	background-position: 478px -28px;
}

.button-signin
{
    background-position: 377px 0px;
	height: 27px;
	width: 101px;
}

.button-signin:hover
{
	background-position: 377px -27px;
}

.button-signout
{
    background-position: 276px 0px;
	height: 28px;
	width: 108px;
}

.button-signout:hover
{
	background-position: 276px -28px;
}

.button-subscription
{
    background-position: 168px 0px;
	height: 25px;
	width: 168px;
}

.button-subscription:hover
{
	background-position: 168px -25px;
}

.buttons-document
{
    background: url("images/sprites-document.gif");  
    display: block;
    border: 0px;
    height: 103px;
    width:200px;
}

.button-document
{
    background-position: 0px 0px;
}

.button-document:hover
{
    background-position: 0px -103px;
}

.button-nodocument
{
    background-position: 0px -206px;   
}

.buttons-selection
{
    background: url("images/sprites-selection.gif");  
    display: block;
    height: 25px;
    width: 55px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.button-add
{
    background-position: 50px 0px;
}

.button-add-all
{
    background-position: 150px 0px;
}

.button-remove
{
    background-position: 100px 0px;
}

.button-remove-all
{
    background-position: 0px 0px;
}

.text-body
{
    font-family: Verdana;
    font-size: 10pt;
}

.text-disclaimer
{
 font-family: Arial;
 font-size: 8pt;
 text-align: justify;   
}

.text-heading
{
    font-family: Verdana;
    font-size: 12pt;      
}

.text-item
{
    font-family: Arial;
    font-size: 10pt;
}

.text-label
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;   
}

.text-replat
{
    color: Red;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;       
}

#btnLog, #btnCounty, #btnUser
{
    width: 65px;   
}

#btnSubmit1, #btnSubmit2, #btnReset1, #btnReset2, #btnSiteAdd, #btnSiteDelete, #btnUserDelete, #btnSearch
{
    width: 65px;      
}

#btnUserAdd
{
    margin-left: 5px;
}

#cmbCounty
{
    width: 100%;
}

#cmbDay1, #cmbYear1, #cmbDay2, #cmbYear2
{
    width: 60px;   
}

#cmbMonth1, #cmbMonth2
{
    width: 99px;   
}

.users #cmbMonth1
{
    width: 90px;   
}

#cmbTown, #cmbSubdivision
{
    width: 226px;
}

#cmbState
{
    width: 175px;
}

#lstCnty1, #lstCnty2
{
    height: 180px;
    width: 100%;
}

#lstSiteIP
{
    width: 223px;   
}

#txtAreaCode, #txtPrefix, #txtLineNumber
{
    width: 50px;
}

#txtCoords
{
    width: 628px;   
}

#txtSearch
{
    width: 140px;   
}

#txtSiteIP
{
    width: 148px;   
}

#txtSTR1, #txtSTR2, #txtSTR3
{
    width: 40px;   
}

#txtZIP
{
    width: 60px;
}
