﻿@import url(default.css);

body { background: #e8e4dd; color: #25241F; }
td,th { color: #25241F; }
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus { background: #fff3ea; border: 1px solid #ff6000; font-weight: bold; color: #482c00; }
input.has-focus,select.has-focus,textarea.has-focus { background: #fff3ea !important; border: 1px solid #ff6000 !important; font-weight: bold !important; color: #482c00 !important; }

/* Common Button Adjustments */
	a.link-button { width: 60px; background: url(../images/buttons/iframe-60.gif) no-repeat; }

/* Hybrid Map Popup Explanation */
div.hybrid-map-explanation { padding: 10px; font-size: 82%; color: #434341; }
div.hybrid-map-explanation p { margin: 0 0 15px; }
div.hybrid-map-explanation p b { color: #000; }
