﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #fff;
    
    font-family: Verdana;	
    margin: 0;
    padding: 0;
    color: #696969;    
        
	font-size: 12px;
	padding-bottom: 5px;
	
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	text-align: left;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

a.imageAnchor 
{
    text-decoration: none;
    vertical-align: middle;
}

a img.imageLink 
{
    border: 0px;
    vertical-align: middle;
}

.imageQuestionMark
{
    padding: 0px;
    border: 0px;
    vertical-align: middle;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;    
}


.align-right { float:right; margin: 0 0 0px 0px; }

.align-left { float:left; margin: 0 0px 0px 0; }

.add-linkcursor { cursor: hand; cursor: pointer; }


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #019E57;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
    text-align: center;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page 
{
    width: 1000px;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height:110px;    
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 10px 0px 15px 0px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.userInfo
{
    font-size: small;
}

.userInfo span.userInfoSpan
{
    font-weight: bold;
}

.userInfo div.userRoleSpan
{
    font-size: xx-small;
    margin-top: 10px;
}

/* TAB MENU   
----------------------------------------------------------*/

.wrap
{
    width:100%;
    height:30px;
    background: url(Images/bg_blue_silver2.png) repeat;   
}

ul#menu
{
    position: relative;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: normal;
    height:30px;
    vertical-align: middle;
}

ul#menu li {
    display: inline;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

ul#menu li a 
{
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
    background: url(Images/bg_blue_silver2.png) repeat;
    color: #fff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}


ul#menu li a:hover {
    background: url(Images/bg_silver_block_line.png) repeat;
    line-height: 16px;
    color: #326598;
    text-decoration: none;
}


ul#menu li.selected a {
    background: url(Images/bg_silver_block_line.png) repeat;
    line-height: 16px;
    color: #326598;
    text-decoration: none;    
}

/* HELP TEXT
----------------------------------------------------------*/

#helpTextContainer fieldset
{
    position: relative;
    background-color:#e4e4e4;
    color: Black;
    border: 1px solid black;
}

#helpTextContainer fieldset div
{
    /*background-color:#e4e4e4;*/
}


#helpTextContainer fieldset legend
{
    position: absolute;
    top: -1em;
    left: 1em;
    border: 1px dotted black;
    background-color:#e4e4e4;
    color: Black;
}


#helpTextContainer p
{
    font-weight: bold;
    text-align: justify;
}




/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 1.4em;
    margin: 5px 0 1.5em 0;
}

legend {
    font-size: 1.0em;
    font-weight: bold;
    color:#003366;
}

.legendclass {
    font-size: 1.2em;
    font-weight: bold;
    color:#003366;
}

textarea {
    min-height: 50px;
    /*width:700px;*/
    width: 95%;
    border: solid 1px #ccc;
}

input.checkboxstyle
{
    width: 200px;
    border-style: solid;
    border-width: 1px; 
    border-color: #ccc;
}


input[type="text"],
input[type="number"], 
input[type="date"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    texta
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

select.homePageSelectRequestDdl {
    width:240px;
    font-size: 12px;
}


input[type="submit"] {
    font-size: 1.1em;
    padding: 5px;
    cursor: hand; 
    cursor: pointer;
}


button[type="submit"] {
    font-size: 1.1em;
    padding: 5px;
    cursor: hand;
    cursor: pointer;
}


input[type="button"] {
    font-size: 1.1em;
    padding: 5px;
    cursor: hand; 
    cursor: pointer;
}


input.onlyNumbersInput
{
    width: 20px    
}


input.homePageSelectRequestSubmitButton
{
     height: 30px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 0px #fff;
    border-collapse: collapse;
    width:100%;
}


table td {
    padding: 5px;    
    border: solid 0px #fff;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #dfe3f1;    
    border: solid 0px #fff;
}

table th.centered 
{
    text-align: center;
}

table.twoColumns 
{
    width: 100%;   
}

.twoColumns td 
{
    width: 50%;
    text-align: left;
}

.twoColumns td.editor-label 
{
    width: 50%;
    text-align: right;
}
   

.twoColumns .labelSmallMessage
{ 
    font-size: x-small
}

.cceCombinedFormInnerTable td
{
    border: solid 1px #003366;
}

td.formLabel
{
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    /*width: 33%;*/
}

td.formLabelBordered
{
    vertical-align: middle;
    text-align: center;
    text-align: left;
    border: solid 1px #003366;
}

td.formEditor
{
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    /*width: 33%;*/
}

td.mainGridInnerIcon
{
    padding: 5px; 
    border-left: none; 
    border-right: none; 
    border-bottom: solid 1px #000; 
    border-top: solid 1px #000;
    text-align: center;
}

th.mainGridHeader
{
    padding: 5px; 
    border-left: none; 
    border-right: none; 
    border-bottom: solid 1px #000; 
    border-top: solid 1px #000;
    text-align: center;
}

td.mainGridCell
{
    padding: 5px; 
    border-left: none; 
    border-right: none; 
    border-bottom: solid 1px #000; 
    border-top: solid 1px #000;
    text-align: center;
}

tr.tablerow:hover { background: #99CCFF; }

/* MISC  
----------------------------------------------------------*/

.myRequestsTableGrid th
{
    white-space: nowrap;
}

.myRequestsTableGrid td
{
    font-size: 0.9em;
}

.myApprovalsTableGrid th
{
    white-space: nowrap;
}

.myApprovalsTableGrid td
{
    font-size: 0.9em;
}

.stateTxtInput {
    text-transform: uppercase;
}

.clear {
    clear: both;
}

.dataAnnotationError {
    color: red; 
    font-size: smaller;
}


.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 50px;
}

div#title {
    display: block;
    float: left;
    text-align: left;        
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #00529C;
}

#logindisplay a:link {
    color: #00529C;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #00529C;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: #00529C;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-error-small {
    color: #ff0000;
    font-size: x-small;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ccc;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/

.form-label {
    margin-left: auto;
    width: 50%;
    text-align: right;
    color:#003366;
}

.form-field {
    margin-left: auto;
    width: 50%;
    text-align: left;
    color:#003366;
}

.display-label, 
.editor-label {
    margin: 1em 0 0 0;
    color:#003366;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.readOnlyTextBox
    {
        background-color: Silver;
        
    }
em { color:#019E57; font-weight:bold; }


.logobackground
    {
    margin: 0px;
	border-top: 5px solid #345e92;
	padding: 0px;
	height:100px;
	background: url(Images/croton_spill.jpg) no-repeat top right;    
    }
    
    .logobackgroundNYC
    {
    margin: 0px;	
	padding: 0px;
	background: url(Images/logo.gif) no-repeat top left;    
    }

.tableheader
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	width: 70px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #dfe3f1;
	text-align: left;
	color: #000000;
	
}
.tablerow
{
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #000000;
}

.odd
{
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	
}
.even
{
	background-color:#e4e4e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

table.permitsSelection
{
    border:solid 1px #000;
    width: 100%;
}

input.permitSelectionInput
{
    width: 100px;
}


.ErrorLabel
{
    width: 70%;
}

.errorspan
{
    color: Red;
}

.requestGroupFootNote
{
    font-size: xx-small;
}

.SubRequestId 
{
    color: #019e57;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}


.modalxx
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
    }

 .loadingxx
    {
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #2DA725;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }
    
    
/* Styles for modal dialogs
----------------------------------------------------------*/
a.modalGridLinks    
{
    color:blue !important;
    text-decoration:underline;
}

/*a.modalGridLinks:link    { color:blue !important; text-decoration:underline !important; }
a.modalGridLinks:visited { color:blue !important; text-decoration:underline !important; }
a.modalGridLinks:hover   { color:blue !important; text-decoration:underline !important; }
a.modalGridLinks:active  { color:blue !important; text-decoration:underline !important; }*/


/* OptOut
----------------------------------------------------------*/
.optOutTable 
{
    border:solid 1px #000;
    width: 60%;
}

.optOutTable thead
{
    padding: 6px 5px;
    text-align: left;
    border: solid 1px #000;   
}

.optOutTable th 
{
    padding: 5px;
    border: solid 1px #000;
    text-align: center;
}

/* WEB GRID - My Requests - Styles*/
/*----------------------------------------------------------*/
.wgmr {
    width: 100%;
    border: 1px solid #000;
}

.wgmr th {
    text-align:center;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;
    background-color: rgb(223, 227, 241);
    height: 25px;
}

.wgmr tbody td {
    text-align:center;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 30px;
    color: #000;
}

.wgmr tbody tr:hover{
    background: #99CCFF;    
}

.wgmr-row-style {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.wgmr-row-style td {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.wgmr-alternating-row {
    background-color: #E8E8E8;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.wgmr-alternating-row td {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.wgmr-footer td { 
    background-color: rgb(223, 227, 241); 
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 25px;
    text-align: center;
}



/* WEB GRID - Additional Equipment - Styles*/
/*----------------------------------------------------------*/
.wgae {
    width: 100%;
    border: 1px solid #000;
}

.wgae-header {
    border-bottom: 1px solid #000;
}

.wgae th {
    text-align:center;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;
    background-color: rgb(223, 227, 241);
    height: 25px;
}

.wgae tbody td {
    width: 20%;
    text-align:center;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 30px;
    color: #000;
}

.wgae tbody td input {
    width: 100%;
}


.wgae tbody tr:hover{
    background: #99CCFF;    
}

.wgae-row-style {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.wgae-row-style td {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.wgae-alternating-row {
    background-color: #E8E8E8;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.wgae-alternating-row td {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.wgae-footer td { 
    background-color: rgb(223, 227, 241); 
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 25px;
}


/*Session Dialog*/

.sessiondialogimage {
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

tfoot {
    padding:7px 0px;   
    margin:7px 0px;  
}
tfoot>tr>td>a:link, tfoot>tr>td>a:visited {
    background-color: #f5f5f5;
    border: 1px solid #326598;
    color: #333;
    margin: 0px;
    padding: 3px 5px;
    text-decoration: none;
    border-radius: 2px;
}
    tfoot > tr > td > a:hover {
         background-color: #A1DCF2;
        border: 1px solid #326598;
        color: #111;
    }
input:disabled, textarea:disabled, select:disabled {
    background-color: #eeeeee;
    cursor:not-allowed;
}

.group-box {
    padding: 7px 0;
    box-shadow: 3px 3px 5px #bbbbbb;
    background-color: #f5f5f5;
}

/* Payment Method dialog*/

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
   float: none;
}

.ui-dialog .ui-dialog-buttonpane {
     text-align: center; /* left/center/right */
}



/* Site Selection */
img.siteSelectionLink 
{
    border: 0px; 
    width: 304px; 
    height: 182px    
}


/*--- Search text box on Home page style------*/

    .cf:before, .cf:after {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    .cf {
        zoom: 1;
    }

    

    .form-wrapper {
        width: 450px;
        padding: 5px;
        margin: auto auto 05px auto;
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        float: right;
    }

        .form-wrapper input {
            width: 330px;
            height: 10px;
            padding: 10px 5px;
            float: left;
            font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
            border: 0;
            /*background: #eee;*/
            -moz-border-radius: 3px 0 0 3px;
            -webkit-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
        }

            .form-wrapper input:focus {
                outline: 0;
                background: #fff;
                -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
                -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
                box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            }

            .form-wrapper input::-webkit-input-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

            .form-wrapper input:-moz-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

            .form-wrapper input:-ms-input-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

        .form-wrapper button {
            overflow: visible;
            position: relative;
            float: right;
            border: 0;
            padding: 0;
            cursor: pointer;
            height: 30px;
            width: 110px;
            /*font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';*/
            color: #fff;
            text-transform: uppercase;
            background: #6583a0; /*#d83c3c;*/
            -moz-border-radius: 0 3px 3px 0;
            -webkit-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
        }

            .form-wrapper button:hover {
                background: #e54040;
            }

            .form-wrapper button:active,
            .form-wrapper button:focus {
                background: #c42f2f;
            }

            .form-wrapper button:before {
                content: '';
                position: absolute;
                border-width: 8px 8px 8px 0;
                border-style: solid solid solid none;
                border-color: transparent #6583a0 transparent;
                top: 8px;
                left: -6px;
            }

            .form-wrapper button:hover:before {
                border-right-color: #e54040;
            }

            .form-wrapper button:focus:before {
                border-right-color: #c42f2f;
            }

            .form-wrapper button::-moz-focus-inner {
                border: 0;
                padding: 0;
            }

    .byline p {
        text-align: center;
        color: #c6c6c6;
        font: bold 18px Arial, Helvetica, Sans-serif;
        text-shadow: 0 2px 3px rgba(0,0,0,0.1);
    }

        .byline p a {
            color: #d83c3c;
            text-decoration: none;
        }


/*--- Search text box on Home page style- END-----*/

