/* Front End Styles */

.page-title-em {
	width: 924px;
	height: auto !important;
	background: #333 !important;
	margin: 0 auto;
	padding: 30px;
}

h1.emergency {
	color: #ff2b2b;
	text-transform: uppercase;
	background: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 16px;
	font-family: Trebuchet MS, arial, sans-serif;
}

h2.emergency-title {
	padding: 0;
	margin: 10px 0 9px 0px;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;	
	background: none;
	border: none;
}

#emergencyMessage p {
	color: #ebebeb;
	padding: 0;
	margin: 0;
	width: 620px;
	line-height: 18px;	
}

a.emergency-link {
	text-decoration: underline;
	color: #fff !important;
	font-size: 12px;
	margin: 0px;
}

a.emergency-link:hover {
	text-decoration: underline;
	color: #cc0000 !important;
}

a.homepage {
	padding-top: 15px;
	display: block;
}

#emergency-top .interiorMsg {
	color: #FF2B2B;
	font-weight: bold;
	text-transform: uppercase;
}

#emergency-top .interiorMsg2 {
	color: #FFE052;
}

#emergency-wrapper {
	background-color: #333;
	min-width: 988px;
}
#emergency-top {
	margin: 0 auto;
	width: 958px;
	padding: 5px 13px;
	text-align: left;
}
#emergency-top span {
	font-size: 14px;
	margin-right: 5px;
}

#emergency-top a {
	color: #fff !important;
	text-decoration: underline;
}

#emergency-top a:hover{
	color: #cc0000 !important;
	text-decoration: underline;
}

#emergency-top p {
	margin: 10px 0;
}

/* Back-End Styles */

.incidentList { 
	border-bottom: 1px solid #DDD;
	margin: 15px 0px;
	line-height: 20px;
} 

.incidentList p {
	margin: 8px 0;
}

.emergencyTbl td {
    line-height: 12px;
    padding: 5px;	
    vertical-align: middle;
}

.labeler {
	font-weight: bold;
	text-align: right;
}

.label-warning {
    background-color: #B94A48;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 15px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
    text-transform: none;
}	

.emergencyUpdate {
	line-height: 20px;
	margin: 0px;
}



h1.e2 {
	text-transform: uppercase;
	background: none;
	font-size: 18px;
	line-height: 16px;	
	padding: 0 0 15px 0;
}

h2.emergency {
	margin: 10px 0;
}

h3.emergency {
	background: none;
	text-transform: none;
	padding: 6px 0;
}

h4.emergency {
	margin: 20px 0 10px;
}

ul.EmergencyUpdates {
	list-style-type: none; 
	margin: 10px 0;	
}

ul.EmergencyUpdates li {
	margin: 0;
	padding: 5px 0;
	line-height: 18px;
	border-style: dotted;
}

ul.EmergencyUpdates li p {
	margin: 8px 0;
}


/*bootstrap buttons*/

.btnNew {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #999999;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 3px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btnNew:hover,
.btnNew:active,
.btnNew.active,
.btnNew.disabled,
.btnNew[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btnNew:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

a.btnNew:visited {
    color: #333333;
}

input[type="submit"].btnNew {
  -webkit-appearance: button;
}


textarea.e2, input.e2 {
  display: inline-block;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 3px;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; text-align: left; font-weight: normal;}
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
	