#globalError {
	display:none;
    background-color: #DBFFDB;
    width: 100%;
    margin-bottom: 0em;
    border-radius: 0px;
}
#globalError #errorMessage{
	display:inline-block;
    font-size: 18px;
    color: #006600;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
}
#globalInfo {
	display:none;
    background-color: #DBFFDB;
    width: 100%;
    margin-bottom: 0em;
    border-radius: 0px;
}
#globalInfo #infoMessage {
	display:inline-block;
    font-size: 18px;
    color: #006600;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* the following 4 make room for validation error popups */
#Edit-stopNameOrNumber {
	width: 320px;
}
#Edit-routeLabel {
	width: 323px;
}
#Edit-time{
	margin-bottom: 20px;	
}
#Edit-phoneNumber{
	margin-bottom: 20px;
}

.enghouse-portal-content {
    color: #636363;
    font-family: helvetica,arial,san-serif;
    font-size: 12px;
    line-height: 1.6em;
	outline: medium none;
}

/* force stop autocomplete box to have scroll bar */
div.enghouse-portal-content * .ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
div.enghouse-portal-content * html .ui-autocomplete {
    height: 400px;
}

div.enghouse-portal-content * .btn-submit {
    background-color: #0692C5;
    background-image: -moz-linear-gradient(center top , #3BC6F8, #0692C5);
    background-repeat: repeat-x;
    border: 1px solid #0692C5;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Helvetica,Arial,san-serif;
    font-size: 13px;
    font-weight: 100;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

div.enghouse-portal-content * .btn-submit:disabled{
  opacity: 0.3;
  filter: alpha(opacity=30);
}

div.enghouse-portal-content * hr {
    background-color: #DCDCDC;
    border: medium none;
    color: #DCDCDC;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

div.enghouse-portal-content * p {
    padding-bottom: 10px;
    padding-top: 10px;
}

div.enghouse-portal-content * h1 {
    font-size: 2em;
    color: #21578A;
    margin-bottom: 0;
    padding-bottom: 0;
}

div.enghouse-portal-content * h2 {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Helvetica,Arial,san-serif;
    font-weight: 100;
    line-height: 1.2em;
    text-decoration: none;
}

div.enghouse-portal-content * h3 {
    color: #454545;
    font-family: Helvetica,Arial,san-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
}
div.enghouse-portal-content * h3, div.enghouse-portal-content * h4, div.enghouse-portal-content * h5, div.enghouse-portal-content * h6{
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 0;
}

div.enghouse-portal-content * p.form-line-break {
    clear: both;
    margin-top: 4px;
    margin-left: 6px;
    padding: 0;
}

div.enghouse-portal-content * a{
	/* float: left; */
	min-width: 75px;
	width: auto;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	height: 30px;
	text-decoration: none;
	color: #007fae !important;
}

div.enghouse-portal-content .ui-state-hover a{
	/* float: left; */
	color: #ffffff !important;
    background-color: #007fae;
}

div.enghouse-portal-content * .portal-form-label {
    clear: both;
    float: left;
    line-height: 28px;
    width: 20em;
    text-align: left;
}

div.enghouse-portal-content * .portal-form-label-short {
    clear: both;
    float: left;
    line-height: 28px;
    width: 10em;
    text-align: left;
}

div.enghouse-portal-content * .portal-form-input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #737373;
    /* float: left; */
    font-family: Helvetica,Arial,san-serif;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    margin-bottom: 5px;
    padding-left: 10px;
    vertical-align: middle;
    width: 20em;
}

div.enghouse-portal-content * .portal-form-label-checkbox {
    clear: both;
    /* float: left; */
    line-height: 28px;
	margin-left: 10px;
    vertical-align: middle;
}

div.enghouse-portal-content * .portal-form-input-checkbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #737373;
    float: left;
    height: 25px;
	width: 25px;
    margin-bottom: 5px;
    padding-left: 10px;
    vertical-align: middle;
}

#login{
	width: 40em;
}
#account{
	width: 40em;
}

#profileForm{
	float: left;
	width: 23em;
}

#phoneNumbers {
  float: left;
  width: 28em;
  margin-left: 2em;
  margin-top: 5em;
}

#logoutStops {
    margin-top: 15px;
}

#logoutBulletins {
    margin-top: 15px;
}

#logoutProfile {
    margin-top: 15px;
}

#profileFormSubmit {
    margin-bottom: 10px;
}

#newAccountFormSubmit {
    margin-bottom: 10px;
}

#loginFormSubmit {
    margin-bottom: 10px;
}

#initiatePasswordResetSubmit {
    margin-bottom: 10px;
}

#resetPasswordFormSubmit {
    margin-bottom: 10px;
}

input.error, select.error {
      background: #FFC;
}

/* css for timepicker */
div.enghouse-portal-content * .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
div.enghouse-portal-content * .ui-timepicker-div dl { text-align: left; }
div.enghouse-portal-content * .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
div.enghouse-portal-content * .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
div.enghouse-portal-content * .ui-timepicker-div td { font-size: 90%; }
div.enghouse-portal-content * .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

div.enghouse-portal-content * .ui-datepicker { z-index: 2000; }

/* css for blockui */

div.enghouse-portal-content * p.blockui
{
    text-align: center;
    font-size: 12px;
    color: #21578A;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* The child tables used by jtable */
div.enghouse-portal-content * .jtable-child-table-container
{
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

div.enghouse-portal-content * .jtable-div-wide
{
	width: 900px;
}
div.enghouse-portal-content * .jtable-div
{
	width: 600px;
}

div.enghouse-portal-content * .jtable-div-small
{
	width: 400px;
}

div.enghouse-portal-content * td.container-table
{
    vertical-align:top;
}

/* asp.net built in types */        
div.enghouse-portal-content * .field-validation-error
{
   /*display:block;
   color: Red;*/
    
    background:url('../Images/warning.gif') no-repeat;
    color: Transparent;
    
    /*padding:10px 4px 4px 28px;*/
    width:16px;
    height:16px;
    /*position:absolute;*/
    z-index:1;
    display: inline-block;
}

div.enghouse-portal-content * .field-validation-error span
{
    display:none;
}

div.enghouse-portal-content * .input-validation-error
{
    border: 2px solid Red;
}

div.enghouse-portal-content * input[type="text"].input-validation-error,
div.enghouse-portal-content * input[type="password"].input-validation-error {
    border: 2px solid Red;
}


div.enghouse-portal-content * .field-validation-valid 
{
	display:block;
}

div.enghouse-portal-content * .validation-summary-valid  
{
    display:none; 
}

div.enghouse-portal-content * .validation-summary-errors  
{
/*    color: Red; 
    background-color: #FF4500;*/
	background: #ea2a2a; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,101,101,1) 0%, rgba(157,13,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,101,101,1)), color-stop(100%,rgba(157,13,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,101,101,1) 0%,rgba(157,13,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,101,101,1) 0%,rgba(157,13,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,101,101,1) 0%,rgba(157,13,13,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(235,101,101,1) 0%,rgba(157,13,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6565', endColorstr='#9d0d0d',GradientType=0 ); /* IE6-9 */
    border-color: #772b2b;
    text-align: left;
/*    position: relative; */
/*    height: 34px; */
/*    line-height: 34px; */
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
    padding-left: 10px;
    border: 1px solid;
    
    
    color: #FFFFFF;
    font-family: 'Verdana';
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
    text-shadow: 0 1px 0 #666666;
    
}

/* Forms */

div.enghouse-portal-content * .form-outer
{
	width: 400px;
}

div.enghouse-portal-content * .form-outer-wide
{
	width: 900px;
}

div.enghouse-portal-content * .form-title 
{
	/* background: rgb(120,177,237); */ /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(120,177,237,1) 0%, rgba(65,123,181,1) 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,177,237,1)), color-stop(100%,rgba(65,123,181,1))); */ /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(120,177,237,1) 0%,rgba(65,123,181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(120,177,237,1) 0%,rgba(65,123,181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(120,177,237,1) 0%,rgba(65,123,181,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(120,177,237,1) 0%,rgba(65,123,181,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78b1ed', endColorstr='#417bb5',GradientType=0 ); /* IE6-9 */
    
	border-color: #2B5177;
    text-align: left;
    position: relative;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
    padding-left: 10px;
    border: 1px solid;

}
div.enghouse-portal-content * span.form-title
{
	font-weight: bold;
	color: #FFFFFF;
    text-shadow: 0 1px 0 #666666;
    line-height: 34px;
    text-align: left;
    font-family: 'Verdana';
    font-size: 11px;
}

div.enghouse-portal-content * .form-validation-summary
{
    padding: 5px;
}

div.enghouse-portal-content * .form-body
{
	background: url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #FCFDFD;
    border: 1px solid #A6C9E2;
    color: #222222;
}

div.enghouse-portal-content * .form-field
{
	
}

div.enghouse-portal-content * .form-field label
{
	display: block;
	font-size: 12px;
	font-weight: 600;
}

div.enghouse-portal-content * .form-field label.checkbox
{
	display: inline;
}

div.enghouse-portal-content * .form-buttons
{
}

div.enghouse-portal-content * select.form-drop-down
{
	padding: 5px;
	margin: 5px 0 6px;
	width: 211px;
}
div.enghouse-portal-content * select.form-drop-down-small
{
	padding: 5px;
	margin: 5px 0 6px;
	width: 80px;
}

div.enghouse-portal-content * span.text-like-span
{
	border:solid 1px #E2E2E2;
	background: white;
    padding: 5px;
    margin-top: 5px;
    display: block;
    width: 200px;
}
