html,body {
  height:98%;
  width:98%;
  padding:0;
}

body {
  margin:1% 1% 1% 1%;
  background-color:#FFF;
  color:#333;
  font-size:14px;
  overflow:hidden;
  font-family:"Tahoma", Tahoma, "Trebuchet MS", Arial, sans-serif;
}
.esriTimeSlider .tsLabels {
  font-size: 0.9em;
  font-weight:bold;
  color:#334453;
}
.oAuthSignIn{
  display:inline-block;
  font-weight: bold;
  margin:0 0 8px 8px;
  vertical-align: top;
  cursor: pointer;
  text-decoration: underline;
}
#status {
  background-color: #94ABBE; 
  color: #334453; 
  padding: 3px; 
  border: solid 1px #334453;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius:5px;
}
input.button_clear{
    background-image: url('../images/delete.png');
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 20px;
    width:20px;
    vertical-align: middle;
    padding-top:0px;
}


input.button_search {
    background-image: url('../images/search.png');
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 20px;
    width:20px;
    vertical-align: middle;
    padding-top:0px;
}

a {
  color:#369;
}

#header {
  border:solid 1px #999;
  height:75px;
  background:url(../images/chrome_headerbg.png) #8CA4B8 repeat-x;
  -webkit-border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  margin:0;
  overflow:hidden;
}

#title {
  color:#334453;
  font-size:30px;
  text-align:left;
  font-weight:bolder;
  text-shadow:0 1px 0 #EEE;
  padding-top:10px;
  padding-left:15px;
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}

#subtitle {
  font-size:14px;
  color:#444;
  padding-left:15px;
    white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}

#tabLink {
  text-decoration:none;
  color:#3f3f3f;
}

#map {
  border-left:solid 1px #999;
  border-right:solid 1px #999;
  margin:0;
  padding:0px;
}

#footer {
  font-size:12px;
  border:solid 1px #999;
  background:url(../images/chrome_headerbg.png) #9b9b9b repeat-x;
  -webkit-border-bottom-left-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  height:70px;
  margin:0;
  padding:10px 15px 5px;
  text-align:center
}
#rightPane {
  background-color:#e3e9ee;
  border-right:solid 1px #999;
  width:300px;
  margin:0;
  padding:0;
}

#rightPaneContent {
  height:100%;
  width:100%;
  margin:0;
  padding:0;
}

#rightPaneHeader {
  background:url(../images/chrome_leftheaderbg.png) repeat-x;
  border-bottom:solid 1px #999;
  color:#FFF;
  height:28px;
  font-size:18px;
  line-height:26px;
  overflow:hidden;
  margin:0;
  padding:10px 10px 10px 15px;
}


#rightPaneBody {
  margin:0;
}

#rightPaneBody .panel_content {
  padding:10px;
  background-color:#E3E9EE;
}
#twitterDetails{
  list-style-type:none;
  padding:0;
  margin:0;
}
.tweetItem{
  padding-bottom:4px;
  border-bottom: solid 1px #000;
}

.esriScalebar{
  padding-left:15px;
}
.map .bingLogo-lg{
  left:18px !important;
}


#twitterSearch{
  height:18px;
  width:18em !important;
  padding-right:0px;
  color:#2079a3 !important;
}

.twContent .twUsername {
    font-weight: bold;
    font-size: 14px;
    margin:4px !important;
    line-height: 22px;
}

.twContent .followButton {
    float: right;
}

.twContent .actions {
    text-align: right;
    padding: 5px 0 0 0;
    /*border-top: 1px solid #E5E5E5;*/
    margin-top: 10px;
}

.twContent .reply {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: text-bottom;
    background: url(../images/twitter/twitterSprite.png) no-repeat 0 0;
}

.twContent .reply:hover, .twContent .reply:focus {
    background: url(../images/twitter/twitterSprite.png) no-repeat -16px 0;
}

.twContent .retweet {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: text-bottom;
    background: url(../images/twitter/twitterSprite.png) no-repeat -80px 0;
}

.twContent .retweet:hover, .twContent .retweet:focus {
    background: url(../images/twitter/twitterSprite.png) no-repeat -96px 0;
}

.twContent .favorite {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: text-bottom;
    background: url(../images/twitter/twitterSprite.png) no-repeat -32px 0;
}

.twContent .favorite:hover, .twContent .favorite:focus {
    background: url(../images/twitter/twitterSprite.png) no-repeat -48px 0;
}

.twContent .twUser {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.twContent .twUser a {
    color: #999 !important;
    text-decoration: none !important;
}

.twContent .twUser a:hover {
    color: #333 !important;
}

.twContent .twDate {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.twContent .twDate a {
    color: #999 !important;
    text-decoration: none !important;
}

.twContent .twDate a:hover {
    color: #333 !important;
}

.twContent .tweet {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

.twContent .twImage {
    display: block;
    float: left;
    margin-right:4px;
    /*margin-right: 10px;
    margin-bottom: 5px;*/
    background: #fff;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.twContent .twImage img {
    padding: 2px;
    -moz-box-shadow: 1px 1px 3px #CCCCCC;
    -webkit-box-shadow: 1px 1px 3px #CCCCCC;
    box-shadow: 1px 1px 3px #CCCCCC;
    border: 1px solid #CCCCCC;
    background: url(../images/ajax-loader.gif) no-repeat center center #fff;
}

.twContent .twImage:hover img, .twContent .twImage:focus img {
    opacity: 0.85;
    background: none;
    display: inline-block;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
