﻿/*******************/
/* Search Controls */
/*******************/

#searchContainer select
{
    border-color: #ddd;
    border-width: 0 1px 0 0;
    -webkit-appearance: none;            /*Removes default chrome and safari style*/
    -moz-appearance: none;             /* Removes Default Firefox style*/
    background: url(../Images/arrowdown.png) no-repeat; /*Adds background-image*/
    background-position: right;
    vertical-align:middle;
    text-indent: 0.01px;          /* Removes default arrow from firefox*/
    text-overflow: "";               /*Removes default arrow from firefox*/
    padding: 0 25px 0 2px;
    height:100%;
    float:left;
}

#searchContainer select::-ms-expand { display: none; }

#searchContainer select option
{
    vertical-align:middle;
}

#searchContainer #searchText
{
    -webkit-appearance: none;            /*Removes default chrome and safari style*/
    -moz-appearance: none;             /* Removes Default Firefox style*/	
	margin: 0;
	padding: 0 5px;
    border-top:0;
    border-bottom:0;
    border-left:1px;
    border-right:1px;
    height: 32px;
	width:200px;
    float:left;
}

#searchContainer input[type='button']
{
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top,  #efefef 0%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #efefef 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #efefef 0%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #efefef 0%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #efefef 0%,#dddddd 100%); /* W3C */
	margin: 0;
    width:32px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ddd;
    height: 32px;
    float:left;
    
}

#searchContainer input[type='button']:hover, #searchContainer select:hover {
    background-color: #ddd;
}

#searchContainer #goButton{
    background-image: url(../Images/magnifyingglass.png);
    background-repeat: no-repeat;
    background-position: center;
}

#searchContainer #clearButton{
    background-image: url(../Images/clear.png);
    background-repeat: no-repeat;
    background-position: center;
}

#searchContainer #clearButton:hover {
    background-image: url(../Images/clear.png);
    background-repeat:no-repeat;
    background-position:center;
}

#searchContainer #goButton:hover {
    background-image: url(../Images/magnifyingglass.png);
    background-repeat:no-repeat;
    background-position:center;
}

#searchContainer select>option {
    background-color: #fff; /* Old browsers */
}

#searchContainer input[type='button']:disabled, #searchContainer select:disabled {
    background: #efefef;
}
#searchContainer #goButton:disabled {
    background-image: url(../Images/magnifyingglassDisabled.png);
    background-repeat:no-repeat;
    background-position:center;
}

#searchContainer #clearButton:disabled {
    background-image: url(../Images/clearDisabled.png);
    background-repeat:no-repeat;
    background-position:center;
}



/**********/
/* Ticker */
/**********/

.ticker
{
    cursor: hand;
    text-align: left;
    width: 100%;
}   	  
   	  
.ticker .ticker-height
{
	height: 33px;
} 
 
.ticker .ticker-controls td
{
    margin: 0px;
    padding: 5px;
    border: 0px;
    cursor: pointer;
}

.ticker .ticker-title
{
    cursor: pointer;
    /*white-space: nowrap;*/
    padding: 0px 5px 0px 5px;
}

.ticker .ticker-title-text
{
    white-space: nowrap
}

.ticker .ticker-text div
{
    overflow: hidden;
    margin:0;
    padding:0;
    vertical-align:middle;
    cursor: pointer;
}

.ticker .ticker-controls
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 48px;
}

/*****************/
/* Modal Dialogs */
/*****************/

#modalMask
{	
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;	
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

#searchModal
{	
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
	z-index: 2500;
	width: 100%;
	display: table-row;
    visibility: hidden;
}
	
#searchModalWindow
{
	border: 2px solid #000;	
	padding: 3px 3px 15px 3px;
	background-color: #fff;
	width: 400px;
	display:table-cell;
	vertical-align:middle;
	margin: 0px;
} 

#searchModalWindow hr
{	
    text-align:center;
	width:80%;
    color:white;
    background-color:white; 
    margin-top: 2px;
    margin-bottom: 2px;
    visibility:hidden;
}

#searchModalCloseButton
{
    position: absolute;
	top: -8px;
	right: -8px;
    border: 0;
    padding: 0;
    background-image: url(../Images/modalClose.png);
    background-repeat: no-repeat;
    background-color:transparent;
    height: 32px;
    width: 32px;
}

#searchModalCloseButton:hover {
    cursor: pointer;
}

#searchModalResultsTitle
{	
	margin: 0px;
}

/****************************/
/* Search Results & Options */
/****************************/

#searchModalResults
{	
	overflow: auto;
}

#searchModalTitleContainer {
    margin-top: 4px;
}

#searchModalTitleContainer hr{
    margin-bottom: 5px;
}

#searchModalResultsTitle{
    font-size: 1.5em;
    font-weight:bold;
    margin-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
}

#searchModalResultsSubtitle{
    font-weight:bold;
}

.emphasizedResultsInformation{
    font-size: 0.85em;
    font-style:italic;
}

.emphasizedStopService {
    font-weight:bold;
}

.resultsMessage{
    font-weight:bold;
    font-style:italic;
}

#searchModalResults a {	
	display: block;
	text-decoration: none;
    border-top: 1px solid #eee;
}

.resultsListBottomBorder {
    border-bottom: 1px solid #eee;
}
 
 .modeLabel
 {
 	text-align: left;
 }

 #alertContainer {
     margin-top: 17px;   
     margin-bottom: 15px;   
 }

 #alertMessage{
    font-weight:bold;
     font-size: 1.2em;
}


