﻿html, body
{
	/*margin: 0;
	padding: 0;*/
	height: 100%;
}

html{
    /*new cms*/
    display: table;
    margin: auto;
}

body
{
	font: 76% Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	width: 769px;
	background-image: url(../images/dot_bg.gif);
	background-repeat: repeat;

    /* new cms */
    display:table-cell; 
    text-align:center; 
    vertical-align:middle;

}
#container
{
	width: 769px;
	margin: auto;
	text-align: left;
	float: left;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/right_vertical_line_bg.gif);
	background-repeat: repeat-y repeat-x;
	position: inherit;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}

.push
{
	height: 4em;
}


#content
{
	float: right;
	width: 580px;
	padding-top: 10px;
}

#contentBootstrap
{
    float:initial;
	width: 100%;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    align-content: center;
}





#content p
{
	width: 540px;
	padding-left: 20px;
	margin-top: 0px;
	line-height: 17px;
}



#content_main
{
	width: 740px;
	padding: 0px;
}

#content_main p
{
	margin-top: 0px;
	padding-left: 0px;
	line-height: 17px;
	width: 730px;
}


#navigation
{
	float: left;
	width: 180px;
}


#footer
{
	position: relative;
	width: 769px;
	float: left;
	bottom: 0;
	background: #337ab7;
	color: #FFF;
	padding-top: 4px;
	height: 30px;
}
.footer_copyright
{
	color: #C4C4B2;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	padding-left: 10px;
	float: left;
}

.footer_links_container
{
	float: right;
	padding-right: 10px;
	height: 20px;
}

.footer_links
{
	font-size: small;
	color: #f9d053;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer_links_new
{
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.footer_lk
{
	color: #F9D053;
}
/* <---------------- Header Begin ----------------- */
#header
{
	height: 214px;
	margin: auto;
	padding-bottom: 0px;
}

#nyc_banner
{
	width: 769px;
	height: 51px;
	background-image: url(../images/nyc_banner.gif);
}

#nyc_banner_menu a
{
	position: absolute;
	top: 29px;
	text-decoration: none;
}

#nyc_banner_menu a i
{
	visibility: hidden;
}

/* Id for nyc_banner map */
a#nycgov
{
	top: 3px;
	left: 2px;
}

a#search, a#email, a#contact
{
	top: 2px;
}
a#residents, a#residents, a#business, a#vistors, a#gov, a#om
{
	top: 28px;
}
a#search
{
	left: 540px;
}
a#email
{
	left: 604px;
}
a#contact
{
	left: 692px;
}
a#residents
{
	left: 329px;
}
a#business
{
	left: 413px;
}
a#visitors
{
	left: 477px;
}
a#gov
{
	left: 549px;
}
a#om
{
	left: 643px;
}


/* Id for nyc_banner map end */

#top_banner
{
	width: 769px;
	height: 158px;
	background-image: url(../images/top_banner.jpg);
}

/* <------------------- Header End ------------------- */

/* <-------------- Navigation Structure ------------- */
#navigation{
width: 180px;
padding-top: 9px;
}

.navmenu{
width: 169px; /*width of menu*/
padding-left:11px; /* 170 + 10 = 180 entire width of first column as define by #navigation */
}

.navmenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.navmenu ul li a{
background: white url(../images/nav_bgk.gif) no-repeat;
font: 11px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
line-height: 15px;
color: #4b4b4b;
word-spacing: -1px;
display: block;
width: auto;
padding-left: 8px;
padding-top: 4px;
padding-bottom: 5px;
text-decoration: none;
}

.nostatus{
background:white;
font: 11px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
line-height: 15px;
color: #4b4b4b;
word-spacing: -1px;
display: block;
width: auto;
padding-left: 8px;
padding-top: 4px;
padding-bottom: 5px;
text-decoration: none;
}

* html .navmenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 160px;
}

.navmenu ul li a:visited, .navmenu ul li a:active{
color: #4b4b4b;
}

.navmenu ul li a:hover{
color: white;
background-image:url(../images/nav_bgk_0.gif); 
}

.navmenu ul li a.selected{
color: white;
background-image:url(../images/nav_bgk_0.gif); 
}

.navmenu ul li a.completed{
color: #4b4b4b;
background-image:url(../images/nav_bgk_2.gif); 
}

.navmenu ul li a.selected_completed{
color: white;
background-image:url(../images/nav_bgk_1.gif); 
}



/* Holly Hack for IE \*/
* html .navmenu ul li { height: 1%; }
* html .navmenu ul li a { height: 1%; }

.nav_divider {
	background-image:url(../images/nav_divider.gif);
	background-repeat:no-repeat;
	height:1px;
}

.nonav{
	background: url(../images/no_nav_bg.jpg) repeat;
	min-height: 100%;
	height: 900px;
    /*height: 400px;*/
	margin-left: 5px;
	margin-top: 0px;

}


/* <--------- Navigation Structure End ------------ */

#login_info
{
	width: 540px;
	height: 30px;
	text-align: right;
	padding-left: 20px;
	padding-top: 3px;
}

#login_container
{
	width: 729px;
	height: 30px;
	padding-bottom: 5px;
	padding-top: 2px;
	margin-left: -1px;
}

#login_container_nonav
{
	width: 595px;
	height: 30px;
	padding-bottom: 5px;
	padding-top: 2px;
	margin-left: -1px;
}

div.login_title
{
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ff6600;
	margin-left: 5px;
}

div.login_main_info
{
	float: right;
}

div.login_main_info_nonav
{
	
}

.formTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}


.formSubTitle
{
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
}

.HelpStyle
{
	font-family: "Times New Roman";
	font-weight: bold;
	color: #000000;
	text-align: left;
	display: none;
}

.SessionTimeoutMessage
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}
.ErrorLabel
{
	font-family: sans-serif;
	color: red;
	font-size: 14px;
    font-weight:normal;
}

.MessageLabel
{
	font-family: sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: small;
}

.formbutton
{
	font-size: 14px;
	margin: 10px 0 0;
	padding: 3px;
	width: auto;
}

.formTextboxInput
{
}
.formLabel
{
	font-family: Verdana;
	font-weight: normal;
	font-size: small;
    font-style:normal;
    font-weight:normal;
}

.formLabel2
{
	font-family: Verdana;
	font-weight: normal;
	font-size: small;
    font-style:normal;
    font-weight:normal;
}

.padded_acp
{
	border: 1px 1px 1px 1px solid black;
	padding: 10px 10px 10px 10px;
	display: inline;
	position: relative;
}

.TDLabel
{
	width: 50%;
	text-align: right;
	vertical-align: top;
	margin-right: .5em;
	background-color: #f2f2f2;
	padding: 5px 4px 8px 0px;
	line-height: 18px;
}

.TDLabelFacility
{
	width: 50%;
	text-align: right;
	vertical-align: top;
	margin-right: .5em;
	background-color: #f2f2f2;	
	padding: 5px 4px 8px 0px;
	line-height: 18px;
}

.TDLabelGACP
{
	width: 50%;
	text-align: right;
	vertical-align: top;
	margin-right: .5em;
	background-color: #f2f2f2;
	padding: 5px 4px 8px 0px;
	line-height: 18px;
}

.TDLabelAL
{
	width: 45%;
	text-align: right;
	vertical-align: top;
	margin-right: .5em;
	background-color: #f2f2f2;
	padding: 5px 4px 8px 0px;
	line-height: 18px;
}

.TDLabelQuestions
{
	width: 10%;
	text-align: right;
	vertical-align: top;
}
.TDLabelQuestions2
{
	width: 45%;
	text-align: left;
	vertical-align: top;
}
.TDGeneralACP7
{
	vertical-align: top;
}
.TDLabelPreview
{
	text-align: right;
	width: 25%;
	vertical-align: top;
}
.TDLabelPreviewAL
{
	width: 20%;
	text-align: right;
	vertical-align: top;
}
.TDCounterPreviewAL
{
	width: 5%;
	text-align: right;
	vertical-align: top;
}
.TDQuestionsLetterPreview
{
	width: 25%;
	text-align: right;
	vertical-align: top;
}

.TDFormw
{
  width: 50%;
  text-align: left;
}
.TablePreview
{
	width: 100%;
	border: 0;
	font-family: Verdana, Courier;
}
.TableErrorCheck
{
	width: 100%;
	border: 0;
	font-family: OCR A Extended, Courier;
}
.TDFillerErrorCheck
{
	width: 7%;
}
.TDDisposalSitePreview
{
	width: 12%;
	text-align: right;
}
.InnerTable
{
	padding-left: 400;
	position: relative;
	margin-left: 90px;
}
.ProjectInfoHelp
{
	padding: 5px 10px 5px 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #003300;
	vertical-align: top;
	font-size: small;
}

.HelpBox
{
	background-color: #FFFFCC;
	font-family: 'Times New Roman' , Times, serif;
	font-weight: normal;
	color: #003300;
	font-size: small;
	font-style: italic;
}
.ProjectInfoCheckColumn
{
	width: 100px;
	vertical-align: top;
}
.ProjectInfoDefaultColumn
{
	text-align: left;
	vertical-align: top;
}
.shaded_header
{
	background-color: Gray;
	color: Black;
}
.SectionHeaders
{
	font-size: large;
	font-family: sans-serif;
	font-weight: bold;
}
.SubSectionHeaders
{
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
}
.RequiredTextBox
{
}

.RequiredFieldLabel
{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.RequiredRadioButton
{
}
.RequiredCheckBox
{
}
.menucell_active
{
	color: White;
	font-weight: normal;
	padding: 4px 2px 4px 4px;
	border-right: 0px;
	font-size: small;
	font-family: Trebuchet MS, verdana, times new roman, times, serif;
	display: block;
	background-color: #999999;
}
.menucell_active a
{
	font-weight: normal;
	display: block;
	text-decoration: none; /*padding: .7em 0 .7em 20px; */
	font-family: Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: small;	COLOR: #555555
}

.menucell_active tbody:hover
{
	color: White;
	font-weight: normal;
}

.menucell_active a:visited
{
	font-weight: normal;
	color: White;
}
.menucell_inactive
{
	border-bottom: 1px dotted #999999;
	font-size: small;
	font-family: Trebuchet MS, verdana, times new roman, times, serif;
	display: block;
}
.menucell_inactive a
{
	display: block;
	padding-bottom: 4px;
	text-decoration: none; /*padding: .7em 0 .7em 20px; */
	color: #555555;
}
.menucell_inactive tbody:hover
{
	background-color: #F2F2F2;
}
.main_functions_bar
{
	background-color: #F3F3F3;
	bottom: 0px;
	right: 0px;
	padding: 0px 0px 4px 0px;
	float: right;
	text-align: right;
}

.main_functions_td
{
	background-color: #F3F3F3;
	bottom: 0px;
	right: 0px;
	padding: 0px 0px 4px 0px;
	float: right;
	text-align: right;
}

.main_functions_title
{
	bottom: 0px;
	float: left;
	font-weight: bold;
	font-size: 13px;
}


.menurow
{
}
.menuTD
{
	border-style: none;
	border-width: thin;
	border-color: inherit;
	vertical-align: top;
	font-family: Verdana;
	font-size: small;
	padding-right: 15px;
}
.menulinktable
{
}

.AffectedLocationsLink
{
	font-size: small;
}
.PromoteLinkColor
{
	display: inline;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPanel
{
	background-color: White;
	width: 75%;
}

.tip_content
{
	padding: 8px;
	border-width: 3px;
	border-style: solid;
	text-align: left;
	position: absolute;
	background: #e6e6fa;
	font-size: 13px;
	display: none;
	z-index: 10000;
}


.requiredField
{
	font-weight: bold;
}

.padded_acp
{
	border: 1px 1px 1px 1px solid black;
	padding: 10px 10px 10px 10px;
	width: 100%;
}

.padded_acp_error
{
	border: 1px 1px 1px 1px solid red;
	width: 325px;
	padding: 10px 10px 10px 10px;
	color: Red;
}

.status_complete
{
	width: 5px;
	height: 5px;
	background-color: Green;
	clear: both;
	display: block;
}

.status_incomplete
{
	width: 5px;
	height: 5px;
	background-color: Red;
	clear: both;
	display: block;
}



.error_message_box
{
	padding: 4px 4px 4px 4px;
	border: solid 1px gray;
}

.results_message_box
{
	padding: 4px 4px 4px 4px;
	border: solid 1px gray;
}

.results_table
{
	border: solid 1px gray;
	width: 100%;
	padding: 0px;
	font-family: Verdana, Arial,Times New Roman;
	font-size: 12px;
}


.results_table th
{
	border: solid 1px black;
	border-top: none;
	border-bottom: solid 1px black;
	border-left: none black;
	border-right: none 1px black;
}



.report_link
{
	text-decoration: none;
}

.report_link:hover
{
	text-decoration: underline;
	font-family: Verdana;
}

.report_link:visited
{
}

.div_ls
{
	border: solid 1px;
	background-color: #F0DDDD;
}

.ProjectDetailsPages
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	
}

.location_selector
{
	cursor: pointer;
	font-size: 12px;
	color: Orange;
	text-decoration: underline;
}

.tableheader
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	width: 70px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fde58b;
	text-align: left;
}

.main_subheader
{
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	font-family: Verdana,Arial,Helvetica;
}

.table_wp
{
	width: 730px;
	height: 100%;
}
.grey_button
{
	border-right: #000000 1px solid;
	border-top: #ffffff 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #ffffff 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #cecece;
	text-decoration: none;
}

.img_hr
{
	padding-left: 1px;
	padding-top: 8px;
}
.formLinkButton
{
	color: #006699;
	text-decoration: underline;
	font: Verdana,Arial,Helvetica,sans-serif;
}

.formLinkButtonWithoutUnderline
{
	color: #006699;
	text-decoration:none;
	font: Verdana,Arial,Helvetica,sans-serif;
}

.formLink
{
	font-size: small;
	color: #555555;
}

.separator
{
	padding-right: 0px;
	padding-left: 0px;
	color: #006699;
	height: 35px;
	background-color: #fef2c6;
}

.formLinkBold
{
	font-size: small;
	font-weight: bold;
	color: #555555;
}

.yellow_button
{
	border-right: #000000 1px solid;
	border-top: #ffffff 1px solid;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	border-left: #ffffff 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 28px;
	background-color: #ffcc00;
	text-decoration: none;
}

.yellow_button_over
{
	background-color: #FFCC00;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	height: 28px;
}

.subheader_form {	FONT-WEIGHT: bold;	FONT-SIZE: 13px;	PADDING-BOTTOM: 8px;	COLOR: #333333;	LINE-HEIGHT: 12px;	FONT-FAMILY: Verdana,Arial,Helvetica}

.qa_question_row
{
	background-color: #F2f2f2;
}

.qa_question_row:hover
{
background-color: 	#FFF2c6;
}
.chkHeader
{
}
.chkItem
{
}
.chkHeaderAL8
{
}
.chkItemAL8
{
}

.filters span
{
	cursor:pointer;
	background-color:#ffccff
}


.filters span:hover
{
	text-decoration: underline;
}

.filtered
{
	text-decoration: line-through;
	font-weight:bold;
}
.validation_container
{
	background-color:#CCFFCC;
	display:none;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.validation_errors
{
	background-color:Gray;
	display:none;
}
.no_validation_errors
{
	
	
	width:100%;
	color:#555555;
	text-decoration:none;
	
}

.no_validation_errors:hover
{
	text-decoration:underline;
	font-weight:bold;
}

.c3action
{
	color: #0066CC;

	font-size: 14px;
	font-weight:bold;
	cursor: pointer;
	display:inline;
	text-decoration: none;
}

.c3action:hover
{
	background-color:#F0F0F0;
	color: #0066CC;
	font-weight:bold;
	
	
	text-decoration: underline;
	cursor: pointer;
	display:inline;
}

.HaulerItem table
{
	
	border-bottom: dashed 1px gray;
	padding-top: 15px;
}



.disposalaction
{
	font-size:smaller;
}

.disposalaction
{
	font-size:smaller;
}

.sites_grid_container
{
	padding-left:15px;
	
}

.DisposalSite table
{
	border-bottom: dashed 1px gray;
}


.CompletionMessage
{
	border: solid 1px black;
}

.LocationRow
{
	background-color: rgb(254, 242, 198);
}

.CompletionMessage 
{
	padding:6px;
}

.CompletionMessage .MessageText
{
	font-weight:bold;
}



.ErrorMessageZone
{
	color:Red;
	font-size:larger;
}

.save_hauler
{
	width:150px;
}
.save_disposal_site
{
	width:150px;
}


/*.header_arts
{
	
	text-align:center;
	background-color:#ff6600;
	color:#FCC43B;
	text-transform:uppercase;
	font-size: large;
	font-weight:bold;
	font-family:Verdana;
	
	
}*/

.header_arts
{
	
	text-align:center;
	background-color:#337ab7;
	color:#fff;
	text-transform:uppercase;
	font-size: large;
	font-weight:bold;
	font-family:Verdana;
	
}


#seperator
{
	position:relative;
	
	width: 760px;

	/*float: right;*/
	bottom: 0;
	
	background: #00529b;
	color: #FFF;
	padding-top: 4px;
	height: 2px;
}

.layer1 {
margin: 0;
padding: 0;
width: 100%;
}

.headingEFL {
margin: 1px;
color: #000000;
padding: 3px 10px;
cursor: pointer;
position: relative;
background-color:#d3d3d3;
font-weight:bold;
font-size: large;
font-family: Verdana, Courier New;

}
.contentEFL {
background-color:#fafafa;
padding: 10px 0,0,0,0; 
margin-bottom: 0;
}

.contentEFL1 {
background-color:#fafafa;
padding: 10px 0,0,0,0; 
margin-bottom: 0;
}

.SubheadingEFL {
margin: 1px;
color: #000000;
padding: 3px 10px;
background-color:#d3d3d3;
font-family: Verdana, Courier New;
}

.subcontentEFL {
background-color:#fafafa;
padding: 3px 10px;
margin-bottom: 0;
}

.btnSpecial {
    font-size: 14px !important;
    padding: 5px 5px !important;
}

.ellipsis {
	text-overflow: ellipsis;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
}

.ItemHeader
{
	width: 50%;
	text-align: left;
	vertical-align: top;
	margin-right: .5em;
	background-color: #f2f2f2;
	padding: 5px 4px 8px 0px;
	line-height: 18px;
	font-weight: bold;
}

.img-Reverse {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.hide-Element{
    display:none;
}

.pagination-arts {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-arts table > tbody > tr > td {
    display: inline;
}

.pagination-arts table > tbody > tr > td > a,
.pagination-arts table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-arts table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: black;
    font-weight: bold;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-arts table > tbody > tr > td:first-child > a,
.pagination-arts table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-arts table > tbody > tr > td:last-child > a,
.pagination-arts table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-arts table > tbody > tr > td > a:hover,
.pagination-arts table > tbody > tr > td > span:hover,
.pagination-arts table > tbody > tr > td > a:focus,
.pagination-arts table > tbody > tr > td > span:focus {
    color: Black;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.PaddingRight
{
    padding-right: 15px;
}

.PaddingLeft
{
    padding-left: 15px;
}

.WarningMessage{
    color: blue;
    font-weight:bold;
    /*background-image: url(../Images/error.png);
    border-image-repeat: no-repeat;*/
}
.TextAlignLeft {
    text-align: left;
}