/* Tag Selectors */

body
{
	background-color: #fff;
	color: #235784;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.modalBackground 
{
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
}

input, textarea, select
{
	color: #333;
}

fieldset
{
	border-width: 0px;
}

/*a:link, a:active, a:visited, td a:link, td a:active, td a:visited*/
a
{
	color: #0071bc;
}

/*a:hover, td a:hover*/
/*
a:hover
{
	color: #235784;
	text-decoration: none;
}
*/

ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

li
{
	margin-top: 5px;
}


/* Class Selectors */
.dyn_menu
{
	font-size: 1.1em;
}

.nav_button
{
	border-width: 0px;
	float: left;
	height: 91px;
	margin: 0px;
	padding: 0px;
	width: 190px;
}

.clearfloat
{
	clear: both;
}

.error
{
	color: #C03;	
}

.required
{
	color: Red;
	font-weight: bold;
}

.grid_view
{
	border-collapse: collapse;
	border: solid 1px #FFF;
}

.bg_lightblue
{
	background-color: #0071BC;
}

.bg_lightgray
{
	background-color: #EEE;
}

.fg_white
{
	color: #FFF;
}

.fg_red
{
	color: #C03;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.sas_search
{
	width: 632px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
}

.sas_search th
{
	background-color: #D14120;
	border: solid 1px #ccc;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	/* text-transform: uppercase; */
}

.sas_search td
{
	background-color: #E7E7E7;
	padding: 5px;
	text-align: left;
}

.sas_searchLI
{
	width: 632px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
}

.sas_searchLI th
{
	background-color: #0071bc;
	border: solid 1px #ccc;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	/* text-transform: uppercase; */
}

.sas_searchLI td
{
	background-color: #E7E7E7;
	padding: 5px;
	text-align: left;
}

.sas_searchNY
{
	width: 350px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
}

.sas_searchNY th
{
	background-color: #D14120;
	border: solid 1px #ccc;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	/* text-transform: uppercase; */
}

.sas_searchNY td
{
	background-color: #E7E7E7;
	padding: 5px;
	text-align: left;
}

.sas_searchNYLI
{
	width: 350px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
}

.sas_searchNYLI th
{
	background-color: #0071bc;
	border: solid 1px #ccc;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	/* text-transform: uppercase; */
}

.sas_searchNYLI td
{
	background-color: #E7E7E7;
	padding: 5px;
	text-align: left;
}

.searchstatus_ticket
{
	font-size: 11px;
	width: 100%;	
}

.searchstatus_ticket th
{
	background-color: #850505;
	color: #FFF;
	padding: 3px;
}

.searchstatus_ticket td
{
	padding: 1px;
	white-space: nowrap;
}

.searchstatus_ticketLI
{
	font-size: 11px;
	width: 100%;	
}

.searchstatus_ticketLI th
{
	background-color: #0071bc;
	color: #FFF;
	padding: 3px;
}

.searchstatus_ticketLI td
{
	padding: 1px;
	white-space: nowrap;
}

.date_boxes
{
	width: 70px;
}

.search_boxes
{
	width: 130px;
}

.search_dropdowns
{
	width: 190px;
}

.search_counties
{
	width: 180px;
}

.data_table
{
	border: solid 1px #ccc;	
	border-collapse: collapse;
	text-align: left;
}

.data_table th
{
	border: solid 1px #ccc;	
	background-color: #0071bc;
	color: #fff;
	font-weight: bold;
	padding: 5px;

}

.data_table td
{
	border: solid 1px #ccc;	
	padding: 5px;	
}

.wireframe
{
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
}

.wireframe td
{
	border-width: 0px;
	padding: 0px;
}

/* ID Selectors */

#bottom_shadow
{
	margin: 1px 0px 0px 0px;
}

#container
{
	margin: 4px auto;
	padding: 0px 0px 0px 0px;
	width: 774px;
	text-align: center;
	border: 1px solid #C0C0C0;
}

#container1
{
	margin: 4px auto;
	padding: 0px 0px 0px 0px;
	width: 850px;
	text-align: center;
	border: 1px solid #C0C0C0;
}

#header
{
	text-align: left;
	padding: 0px 7px 0px 7px;
}

#title
{
	background-image: url(../_img/interface/TitleGradient.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 7px 0px 7px;	
	padding: 2px 0px 0px 10px;
	text-align: left;
	height: 25px;
}

#footer
{
 	background-color: #0071BC;
	color: #fff;
	margin: 0px 7px 0px 7px;	
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 10px;
	width: 760px;
}

#footer a:link, #footer a:active, #footer a:visited
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

#footer1
{
 	background-color: #0071BC;
	color: #fff;
	margin: 0px 7px 0px 7px;	
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 10px;
	width: 835px;
}

#footer1 a:link, #footer a:active, #footer a:visited
{
	color: #fff;
	text-decoration: none;
}

#footer1 a:hover
{
	color: #fff;
	text-decoration: underline;
}

#content
{
	background-image: url(/_img/interface/ContentGradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 125%; 
	margin: 0px 7px 0px 7px;	
	min-height: 150px;
	padding: 15px 10px 30px 10px;
	text-align: left;
}

#navbar_floor
{
	clear: both;
	height: 10px;
	width: 100%;
}

#ntms_logo
{
	border-width: 0px;
	height: 71px;
	width: 274px;
	display: block;
	float: left;
}

.rptTitle
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;	
	padding: 6px 0px 0px 0px;
	text-align: left;
	height: 23px;
}

.rptTitle2
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;	
	padding: 6px 0px 0px 0px;
	text-align: left;
}

.rptTitle3
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 2px 0px 2px;	
	padding: 6px 0px 6px 0px;
	text-align: left;
	height: 30px;
}
.tableheadsb 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #0071bc;
	text-align: left;
	vertical-align: bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: 600;
}

.tableheadsb_sas 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #D14120;
	text-align: left;
	vertical-align: bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: 600;
}

a.tableheadlink:link, a.tableheadlink:visited, a.tableheadlink:active, a.tableheadlink:hover 
{
	color: #ffffff;
}

a.tableheadlink:link, a.tableheadlink:visited, a.tableheadlink:active, a.tableheadlink:hover 
{
	color: #ffffff;
}

a.tableheadlink:hover 
{
	text-decoration: none;
}

.tableheadsblg 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #0071bc;
	letter-spacing: 0.5px;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: 600;
}

.tableheadsblg2 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #0071bc;
	letter-spacing: 0.5px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: 600;
}

.tablecellonemergencyv 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #235784;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #faa2a8;
}

.tablecellonlocked
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #235784;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #c9c9c9;
}

.tablecellonpastdue
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #235784;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #e5e4e4;
}

.tablecellonemergencyuv 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #235784;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #fa747d;
}

.tablecellonpriority 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #235784;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #ffffaa;
}

.tablecelloffsb 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #235784;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.tablecellontb 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8px;
	color: #235784;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.tablecellofftb 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8px;
	color: #235784;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #eee9e9;
}

.copyfoot 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #235784;
}

.copyfootred 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #ff1111;
}

.tableheadsr 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #d14120;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: 600;
}

.tableheadsrLI
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #0071bc;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: 600;
}

.tablecellonsr
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #235784;
	padding: 1px;
	background-color: #f2f2f2;
}

.tablecellonsr1
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #235784;
	padding: 1px;
	background-color: white;
}

/*buttons*/
input.blue_button 
{
    height: 20px;
    font-weight:bold;
    color: #FFF;
    display: inline;
    margin: 1px 1px 1px 1px;
    padding: 1px 3px 1px 3px;
	font-family:Arial, Verdana;
    border-top: solid 1px #63ABE2;
    border-right: solid 1px #2C6281;
    border-bottom: solid 1px #2C6281;
    border-left: solid 1px #63ABE2;
    background-color: #0085DB;
	font-size:11px;
	width:auto;
    overflow:visible;
    cursor: hand;
  
    
    /*
	vertical-align:top;
	text-align:center;
	font-family:Arial, Verdana;
	font-weight:bold;
	font-size:11px;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 5px;
    margin-top:1px;
    padding-right: 4px;
    border: 0;
    background:  url(../_img/buttons/blue_button.gif) no-repeat;
    font-weight:bold;
    color: #FFF;
    height: 20px;
    */
    /* used to catch the buttonEnding */
    /*
    position: relative;
    cursor: pointer;
    */
}

.blue_button:hover,
.blue_button:focus{
    background-color:#005F9D;
    }

/*
.blue_buttonEnding 
{   
    azimuth
    position: absolute;
    display: inline;
    margin-top:1px;
    margin-left: -4px;
    width: 4px;
    height: 20px;
    background:  url(../_img/buttons/blue_button_end.gif) no-repeat;
}
    */

input.red_button 
{
	vertical-align:top;
	text-align:center;
	font-family:Arial, Verdana;
	font-weight:bold;
	font-size:11px;
    padding-top: 2px;
    padding-bottom: 6px;
    padding-left: 8px;
    margin-top:1px;
    margin-right: 10px;
    border: 0;
    background: url(../_img/buttons/red_button.gif) no-repeat;
    font-weight:bold;
    color: #FFF;
    height: 20px;
    /* used to catch the buttonEnding */
    position: relative;
    cursor: pointer;
}

.red_buttonEnding {
    position: absolute;
    display: inline;
    margin-top:1px;
    margin-left: -10px;
    width: 10px;
    height: 20px;
    background:  url(../_img/buttons/red_button_end.gif) no-repeat;
}

.batchFile
{
	height: 20px;
	width:  432px;
}

.visibleBatch
{
	height: 18px;
	width: 346px;
	border-style: solid;
	border-width: 1px;
	border-color: #235784;
}

.firefoxBatch
{
	height: 18px;
	width: 142px;
	border-style: solid;
	border-width: 1px;
	border-color: #235784;
}

.warning_msg
{
	font-weight: bold;
	color: Red;
}

.printDialogue 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
}

.item_header
{
	color: #235784;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.mapStyle
{
	margin-left: 7px;
	border-color: Black;
	border-style: solid;
	border-width: 2px;
	color: #235784;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mapLegend
{
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #235784;
}

.mapWarning
{
	width: 720px;
	text-align: center;
	vertical-align: text-bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	color: Black;
}

.ddlEnterResponse
{
	width: 300px;
}

.UpdateProgress
{
	width:250px; background-color: #FFC080;
	bottom: 0%; left: 0px; position: relative;
}

.FieldPanel
{
    margin: 3px 3px 3px 3px;
    padding: 10px 10px 10px 10px;
}

.FieldLabel
{
	color: #235784;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

.DamagePanel
{
	vertical-align: middle;
}

.Text
{
	color: #235784;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.Error
{
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.CriticalError
{
	color: #CC3300;
	font-size: 14px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	background-color: #FFCCCC;
}

.TableHeader
{
	background-color: #0071bc;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 35px;
	text-align: center;
}

.TableItem
{
	background-color: #e7e7e7;
	color: #235784;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* filters */

.filterForm 
{
    border: #0071BC solid 1px; 
}

.filterContent
{
	font-size: 8pt;
	color: #000000;
	background-color: #e7e7e7;
}

/* sortable fields */
.sort
{
	text-align: center;
	color: #ffffff;
	background-color: #0071bc;
}

#utilityNav
{
    margin-top: 5px;
    margin-bottom: 5px;
}

#utilityNav a
{
    background-color: #f7f7f7;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #666;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 10px 4px 10px;   
    text-decoration: none;
}

#utilityNav a:link, #utilityNav a:active, #utilityNav a:visited 
{
    color: #0072BC;
}

#utilityNav a:hover
{
    background-color: #FFF;
        color: #CBDB2A;
}

.userTopNav
{
}

.userTopNavItem
{
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    font-family: Arial,Helvetica,sans-serif; 
    font-weight: bold; 
    color: #FFF; 
    font-size: 12px;
    text-align: center;
    width: 100%;
    background-repeat: repeat-x;
}

.userTopNavItem a
{
    color: #FFF;
}

#public_header
{
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    font-size: 12px; 
}

#public_header a:link, #public_header a:active, #public_header a:visited
{
    border: solid 1px #FFF;
    color: #FFF; 
    width: 150px; 
    height: 25px; 
    float: left; 
    text-align: center;
    text-decoration: none;
}


#public_header a:hover
{
    /* text-decoration: underline; */
}